com.hp.hpl.jena.sparql.pfunction.library
Class listMember
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
com.hp.hpl.jena.sparql.pfunction.library.ListBase1
com.hp.hpl.jena.sparql.pfunction.library.listMember
- All Implemented Interfaces:
- PropertyFunction
public class listMember
- extends ListBase1
List membership : property function implementation of list:member.
|
Method Summary |
void |
build(PropFuncArg argSubject,
com.hp.hpl.jena.graph.Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
Called during query plan construction immediately after the
construction of the property function instance. |
listMember
public listMember()
build
public void build(PropFuncArg argSubject,
com.hp.hpl.jena.graph.Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
- Description copied from interface:
PropertyFunction
- Called during query plan construction immediately after the
construction of the property function instance.
- Specified by:
build in interface PropertyFunction- Overrides:
build in class PropertyFunctionBase
- Parameters:
argSubject - The parsed argument(s) in the subject positionpredicate - The extension URI (as a Node).argObject - The parsed argument(s) in the object positionexecCxt - Execution context
Licenced under the Apache License, Version 2.0