Class listLength
- 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
public class listLength extends ListBase1
List length : property function to get the length of a list.
-
-
Constructor Summary
Constructors Constructor Description listLength()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryIteratorexecOneList(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
-
-
-
-
Method Detail
-
execOneList
public QueryIterator execOneList(Binding binding, Node listNode, Node predicate, Node length, ExecutionContext execCxt)
-
-