java.lang.Object
org.apache.jena.sparql.pfunction.PropertyFunctionBase
org.apache.jena.sparql.pfunction.PropertyFunctionEval
org.apache.jena.sparql.pfunction.library.ListBase
org.apache.jena.sparql.pfunction.library.ListBase1
org.apache.jena.sparql.pfunction.library.listLength
- All Implemented Interfaces:
PropertyFunction
List length : property function to get the length of a list.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecOneList
(Binding binding, Node listNode, Node predicate, Node length, ExecutionContext execCxt) Methods inherited from class org.apache.jena.sparql.pfunction.library.ListBase
execEvaluated
Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionEval
exec
Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionBase
build, exec
-
Constructor Details
-
listLength
public listLength()
-
-
Method Details
-
execOneList
public QueryIterator execOneList(Binding binding, Node listNode, Node predicate, Node length, ExecutionContext execCxt)
-