org.openrdf.query.algebra.evaluation.impl
Class BindingAssigner
java.lang.Object
org.openrdf.query.algebra.evaluation.impl.BindingAssigner
- All Implemented Interfaces:
- QueryOptimizer
public class BindingAssigner
- extends Object
- implements QueryOptimizer
Assigns values to variables based on a supplied set of bindings.
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingAssigner
public BindingAssigner()
optimize
public void optimize(TupleExpr tupleExpr,
Dataset dataset,
BindingSet bindings)
- Specified by:
optimize in interface QueryOptimizer
Copyright © 2001-2007 Aduna. All Rights Reserved.