Class listIndex
- 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.ListBaseList
-
- org.apache.jena.sparql.pfunction.library.listIndex
-
- All Implemented Interfaces:
PropertyFunction
public class listIndex extends ListBaseList
List membership with index : property function to access list using index Usage: ?list :listIndex (?index ?member)
-
-
Constructor Summary
Constructors Constructor Description listIndex()
-
Method Summary
-
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
-
-