Class ServiceQueryEvaluationStep
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.ServiceQueryEvaluationStep
- All Implemented Interfaces:
QueryEvaluationStep
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface QueryEvaluationStep
QueryEvaluationStep.DelayedEvaluationIteration -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Serviceprivate final Varprivate final FederatedServiceResolverFields inherited from interface QueryEvaluationStep
EMPTY, EMPTY_ITERATION -
Constructor Summary
ConstructorsConstructorDescriptionServiceQueryEvaluationStep(Service service, Var serviceRef, FederatedServiceResolver serviceResolver) -
Method Summary
Modifier and TypeMethodDescriptionevaluate(BindingSet bindings) getBoundVariables(Service service)
-
Field Details
-
service
-
serviceRef
-
serviceResolver
-
-
Constructor Details
-
ServiceQueryEvaluationStep
public ServiceQueryEvaluationStep(Service service, Var serviceRef, FederatedServiceResolver serviceResolver)
-
-
Method Details
-
evaluate
- Specified by:
evaluatein interfaceQueryEvaluationStep
-
getBoundVariables
-