com.hp.hpl.jena.sparql.pfunction.library
Class listIndex

java.lang.Object
  extended by com.hp.hpl.jena.sparql.pfunction.PropertyFunctionBase
      extended by com.hp.hpl.jena.sparql.pfunction.PropertyFunctionEval
          extended by com.hp.hpl.jena.sparql.pfunction.library.ListBase
              extended by com.hp.hpl.jena.sparql.pfunction.library.ListBaseList
                  extended by com.hp.hpl.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
listIndex()
           
 
Method Summary
 
Methods inherited from class com.hp.hpl.jena.sparql.pfunction.library.ListBase
execEvaluated
 
Methods inherited from class com.hp.hpl.jena.sparql.pfunction.PropertyFunctionEval
exec
 
Methods inherited from class com.hp.hpl.jena.sparql.pfunction.PropertyFunctionBase
build, exec
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

listIndex

public listIndex()


Licenced under the Apache License, Version 2.0