Class BindingAssigner
- java.lang.Object
-
- org.eclipse.rdf4j.query.algebra.evaluation.optimizer.BindingAssignerOptimizer
-
- org.eclipse.rdf4j.query.algebra.evaluation.impl.BindingAssigner
-
- All Implemented Interfaces:
QueryOptimizer
@Deprecated(forRemoval=true, since="4.1.0") public class BindingAssigner extends BindingAssignerOptimizer implements QueryOptimizer
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.0. UseBindingAssignerOptimizer
instead.Assigns values to variables based on a supplied set of bindings.- Author:
- Arjohn Kampman
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
BindingAssigner.VarVisitor
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description BindingAssigner()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.optimizer.BindingAssignerOptimizer
optimize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.QueryOptimizer
optimize
-
-