Uses of Class
org.eclipse.rdf4j.query.algebra.ListMemberOperator
-
Packages that use ListMemberOperator Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.helpers -
-
Uses of ListMemberOperator in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return ListMemberOperator Modifier and Type Method Description ListMemberOperator
ListMemberOperator. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type ListMemberOperator Modifier and Type Method Description void
QueryModelVisitor. meet(ListMemberOperator node)
-
Uses of ListMemberOperator in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type ListMemberOperator Modifier and Type Method Description Value
DefaultEvaluationStrategy. evaluate(ListMemberOperator node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(ListMemberOperator node, QueryEvaluationContext context)
-
Uses of ListMemberOperator in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type ListMemberOperator Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(ListMemberOperator node)
void
AbstractSimpleQueryModelVisitor. meet(ListMemberOperator node)
void
StatementPatternVisitor. meet(ListMemberOperator node)
-