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