Uses of Class
org.eclipse.rdf4j.query.algebra.CompareAny
-
Packages that use CompareAny 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 CompareAny in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return CompareAny Modifier and Type Method Description CompareAny
CompareAny. clone()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra with parameters of type CompareAny Modifier and Type Method Description void
QueryModelVisitor. meet(CompareAny node)
-
Uses of CompareAny in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type CompareAny Modifier and Type Method Description Value
StrictEvaluationStrategy. evaluate(CompareAny node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CompareAny in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type CompareAny Modifier and Type Method Description void
AbstractQueryModelVisitor. meet(CompareAny node)
void
AbstractSimpleQueryModelVisitor. meet(CompareAny node)
void
StatementPatternVisitor. meet(CompareAny node)
-