com.hp.hpl.jena.sparql.pfunction.library
Class ListBase
java.lang.Object
com.hp.hpl.jena.sparql.pfunction.PropertyFunctionBase
com.hp.hpl.jena.sparql.pfunction.PropertyFunctionEval
com.hp.hpl.jena.sparql.pfunction.library.ListBase
- All Implemented Interfaces:
- PropertyFunction
- Direct Known Subclasses:
- ListBase1, ListBaseList
public abstract class ListBase
- extends PropertyFunctionEval
Base class for list realted operations
ListBase
public ListBase(PropFuncArgType objFuncArgType)
execEvaluated
public final QueryIterator execEvaluated(Binding binding,
PropFuncArg argSubject,
com.hp.hpl.jena.graph.Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
- If the subject is a list (well, at least not an unbound variable), dispatch to execOneList
else dispatch to one of object a var, a list or a node.
- Specified by:
execEvaluated
in class PropertyFunctionEval
Licenced under the Apache License, Version 2.0