|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A path expression that matches specific paths in an (RDF) graph.
| Method Summary | |
void |
clear()
Clears any state information in this path expression. |
void |
getVariables(Collection variables)
Gets all variables that are used in this PathExpression. |
void |
initialize(RdfSource rdfSource)
Initializes the PathExpression. |
boolean |
selectNext(RdfSource rdfSource)
Selects the next path matching this path expression. |
| Method Detail |
public void initialize(RdfSource rdfSource)
throws SailQueryException
SailQueryException
public boolean selectNext(RdfSource rdfSource)
throws SailQueryException
SailQueryExceptionpublic void clear()
public void getVariables(Collection variables)
variables - A Collection to add the Var objects to.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||