Class version
- java.lang.Object
-
- org.apache.jena.sparql.pfunction.PropertyFunctionBase
-
- org.apache.jena.sparql.pfunction.PropertyFunctionEval
-
- org.apache.jena.sparql.pfunction.library.version
-
- All Implemented Interfaces:
PropertyFunction
public class version extends PropertyFunctionEval
Access the subsystem version registry and yield URI/version for each entry
-
-
Constructor Summary
Constructors Constructor Description version()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryIteratorexecEvaluated(Binding binding, PropFuncArg subject, 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 Detail
-
execEvaluated
public QueryIterator execEvaluated(Binding binding, PropFuncArg subject, Node predicate, PropFuncArg object, ExecutionContext execCxt)
- Specified by:
execEvaluatedin classPropertyFunctionEval- Parameters:
binding- Current solution from previous query stagesubject- PropFuncArg, after substitution of any bound variables in this bindingpredicate- This predicateobject- PropFuncArg, after substitution of any bound variables in this bindingexecCxt- Execution context- Returns:
- QueryIterator
-
-