java.lang.Object
org.apache.jena.sparql.pfunction.PropertyFunctionBase
org.apache.jena.sparql.pfunction.PropertyFunctionEval
org.apache.jena.sparql.pfunction.PFuncListAndList
- All Implemented Interfaces:
PropertyFunction
The case of:
- subject is a list
- object is a list
- call the implementation with one binding at a time
-
Method Summary
Modifier and TypeMethodDescriptionabstract QueryIterator
execEvaluated
(Binding binding, PropFuncArg subject, org.apache.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt) Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionEval
exec
Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionBase
build, exec
-
Method Details
-
execEvaluated
public abstract QueryIterator execEvaluated(Binding binding, PropFuncArg subject, org.apache.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt) - Specified by:
execEvaluated
in classPropertyFunctionEval
- Parameters:
binding
- Current solution from previous query stagesubject
- List in subject slot, after substitution of any bound variables in this bindingpredicate
- This predicateobject
- List in object slot, after substitution of any bound variables in this bindingexecCxt
- Execution context- Returns:
- QueryIterator
-