|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.sail.query.TriplePattern
| Constructor Summary | |
TriplePattern(Var subjectVar,
Var predicateVar,
Var objectVar)
|
|
| Method Summary | |
void |
clear()
Clears any state information in this path expression. |
Var |
getObjectVar()
|
Var |
getPredicateVar()
|
Var |
getSubjectVar()
|
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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TriplePattern(Var subjectVar,
Var predicateVar,
Var objectVar)
| Method Detail |
public Var getSubjectVar()
public Var getPredicateVar()
public Var getObjectVar()
public void initialize(RdfSource rdfSource)
throws SailQueryException
PathExpression
initialize in interface PathExpressionSailQueryExceptionpublic boolean selectNext(RdfSource rdfSource)
PathExpression
selectNext in interface PathExpressionpublic void clear()
PathExpression
clear in interface PathExpressionpublic void getVariables(Collection variables)
PathExpression
getVariables in interface PathExpressionvariables - A Collection to add the Var objects to.public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||