Package org.topbraid.shacl.arq.functions
Class EvalExprPFunction
- java.lang.Object
-
- org.apache.jena.sparql.pfunction.PropertyFunctionBase
-
- org.topbraid.shacl.arq.functions.EvalExprPFunction
-
- All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunction
public class EvalExprPFunction extends org.apache.jena.sparql.pfunction.PropertyFunctionBaseThe property function tosh:evalExpr. Binds the variable on the right hand side with all nodes produced by evaluating the given node expression against the given focus node (?expr ?focusNode) tosh:evalExpr ?result .- Author:
- Holger Knublauch
-
-
Constructor Summary
Constructors Constructor Description EvalExprPFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.sparql.engine.QueryIteratorexec(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.pfunction.PropFuncArg argSubject, org.apache.jena.graph.Node predicate, org.apache.jena.sparql.pfunction.PropFuncArg argObject, org.apache.jena.sparql.engine.ExecutionContext execCxt)
-
-
-
Method Detail
-
exec
public org.apache.jena.sparql.engine.QueryIterator exec(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.pfunction.PropFuncArg argSubject, org.apache.jena.graph.Node predicate, org.apache.jena.sparql.pfunction.PropFuncArg argObject, org.apache.jena.sparql.engine.ExecutionContext execCxt)- Specified by:
execin classorg.apache.jena.sparql.pfunction.PropertyFunctionBase
-
-