Uses of Class
com.hp.hpl.jena.sparql.pfunction.library.ListBase

Packages that use ListBase
com.hp.hpl.jena.sparql.pfunction.library   
 

Uses of ListBase in com.hp.hpl.jena.sparql.pfunction.library
 

Subclasses of ListBase in com.hp.hpl.jena.sparql.pfunction.library
 class ListBase1
          List operation - object can't be a list.
 class ListBaseList
           
 class listIndex
          List membership with index : property function to access list using index Usage: ?list :listIndex (?index ?member)
 class listLength
          List length : property function to get the length of a list.
 class listMember
          List membership : property function implementation of list:member.
 



Licenced under the Apache License, Version 2.0