|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.query.rql.model.PropertySelector
| Constructor Summary | |
PropertySelector(PropertyVar propVar,
PropertyQuery propQ)
Creates a new PropertySelector that fills the supplied propVar with values from propQ. propQ is not allowed to be an instance of PropertyVar. |
|
| Method Summary | |
void |
clear()
Clears the Selector. |
void |
initialize(RdfSchemaSource rss)
Gives the Selector the opportunity to initialize itself. |
boolean |
selectNext(RdfSchemaSource rss)
Selects the next values. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PropertySelector(PropertyVar propVar,
PropertyQuery propQ)
IllegalArgumentException - If propQ is an instance of
PropertyVar.| Method Detail |
public void initialize(RdfSchemaSource rss)
throws QueryEvaluationException
Selector
initialize in interface SelectorQueryEvaluationException
public boolean selectNext(RdfSchemaSource rss)
throws QueryEvaluationException
Selector
selectNext in interface SelectorQueryEvaluationExceptionpublic void clear()
Selector
clear in interface Selectorpublic String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||