|
||||||||||
| 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.PFuncSimple
com.hp.hpl.jena.sparql.path.PathPropertyFunction
public class PathPropertyFunction
| Constructor Summary | |
|---|---|
PathPropertyFunction(Path path)
|
|
| Method Summary | |
|---|---|
QueryIterator |
execEvaluated(Binding binding,
com.hp.hpl.jena.graph.Node subject,
com.hp.hpl.jena.graph.Node predicate,
com.hp.hpl.jena.graph.Node object,
ExecutionContext execCxt)
|
| Methods inherited from class com.hp.hpl.jena.sparql.pfunction.PFuncSimple |
|---|
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 |
|---|
public PathPropertyFunction(Path path)
| Method Detail |
|---|
public QueryIterator execEvaluated(Binding binding,
com.hp.hpl.jena.graph.Node subject,
com.hp.hpl.jena.graph.Node predicate,
com.hp.hpl.jena.graph.Node object,
ExecutionContext execCxt)
execEvaluated in class PFuncSimplebinding - Current solution from previous query stagesubject - Node in subject slot, after substitution if a bound variable in this bindingpredicate - This predicateobject - Node in object slot, after substitution if a bound variable in this bindingexecCxt - Execution context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||