Class QueryEvaluationContext.Minimal
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryEvaluationContext.Minimal
- All Implemented Interfaces:
 QueryEvaluationContext
- Enclosing interface:
 QueryEvaluationContext
- 
Nested Class Summary
Nested classes/interfaces inherited from interface QueryEvaluationContext
QueryEvaluationContext.Minimal - 
Constructor Summary
ConstructorsConstructorDescriptionSet the shared now value to a preexisting objectMinimal(Literal now, Dataset dataset, Comparator<Value> comparator) Set the shared now value to a preexisting objectMinimal(Dataset dataset, Comparator<Value> comparator) Minimal(Dataset dataset, ValueFactory valueFactory) Minimal(Dataset dataset, ValueFactory valueFactory, Comparator<Value> comparator)  - 
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface QueryEvaluationContext
addBinding, createBindingSet, createBindingSet, getBinding, getValue, hasBinding, setBinding 
- 
Constructor Details
- 
Minimal
Set the shared now value to a preexisting object- Parameters:
 now- that is shared.dataset- that a query should use to evaluatecomparator- to use for ordering
 - 
Minimal
 - 
Minimal
- Parameters:
 dataset- that a query should use to evaluate
 - 
Minimal
- Parameters:
 dataset- that a query should use to evaluatecomparator- to use for ordering
 - 
Minimal
- Parameters:
 dataset- that a query should use to the evaluatevalueFactory- that a query should use to the evaluatecomparator- to use for ordering
 - 
Minimal
- Parameters:
 dataset- that a query should use to the evaluatevalueFactory- that a query should use to the evaluate
 
 - 
 - 
Method Details
- 
getComparator
- Specified by:
 getComparatorin interfaceQueryEvaluationContext
 - 
getNow
- Specified by:
 getNowin interfaceQueryEvaluationContext- Returns:
 - the shared now;
 
 - 
getDataset
- Specified by:
 getDatasetin interfaceQueryEvaluationContext- Returns:
 - The dataset that this query is operation on.
 
 
 -