|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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
public class listMember
List membership : property function implementation of list:member.
| Constructor Summary | |
|---|---|
listMember()
|
|
| 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. |
| 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 |
|---|
exec |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public listMember()
| Method Detail |
|---|
public void build(PropFuncArg argSubject,
com.hp.hpl.jena.graph.Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
PropertyFunction
build in interface PropertyFunctionbuild in class PropertyFunctionBaseargSubject - 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||