Uses of Class
org.apache.jena.sparql.pfunction.library.ListBase
-
Packages that use ListBase Package Description org.apache.jena.sparql.pfunction.library -
-
Uses of ListBase in org.apache.jena.sparql.pfunction.library
Subclasses of ListBase in org.apache.jena.sparql.pfunction.library Modifier and Type Class Description classListBase1List operation - object can't be a list.classListBaseListclasslistIndexList membership with index : property function to access list using index Usage: ?list :listIndex (?index ?member)classlistLengthList length : property function to get the length of a list.classlistMemberList membership : property function implementation of list:member.
-