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

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.ListBase1
All Implemented Interfaces:
PropertyFunction
Direct Known Subclasses:
listLength, listMember

public abstract class ListBase1
extends ListBase

List operation - object can't be a list.


Constructor Summary
ListBase1()
           
 
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

ListBase1

public ListBase1()


Licenced under the Apache License, Version 2.0