Class PropertyFunctionEval

java.lang.Object
org.apache.jena.sparql.pfunction.PropertyFunctionBase
org.apache.jena.sparql.pfunction.PropertyFunctionEval
All Implemented Interfaces:
PropertyFunction
Direct Known Subclasses:
ListBase, PFuncListAndList, PFuncListAndSimple, PFuncSimple, PFuncSimpleAndList, splitIRI

public abstract class PropertyFunctionEval extends PropertyFunctionBase
Basic property function handler that calls the implementation subclass one binding at a time after evaluating the arguments (if bound).