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

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
                  extended by com.hp.hpl.jena.sparql.pfunction.library.listLength
All Implemented Interfaces:
PropertyFunction

public class listLength
extends ListBase1

List length : property function to get the length of a list.


Constructor Summary
listLength()
           
 
Method Summary
 QueryIterator execOneList(Binding binding, com.hp.hpl.jena.graph.Node listNode, com.hp.hpl.jena.graph.Node predicate, com.hp.hpl.jena.graph.Node length, ExecutionContext execCxt)
           
 
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

listLength

public listLength()
Method Detail

execOneList

public QueryIterator execOneList(Binding binding,
                                 com.hp.hpl.jena.graph.Node listNode,
                                 com.hp.hpl.jena.graph.Node predicate,
                                 com.hp.hpl.jena.graph.Node length,
                                 ExecutionContext execCxt)


Licenced under the Apache License, Version 2.0