|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.query.rql.model.ClassSelector
| Constructor Summary | |
ClassSelector(ClassVar classVar,
ClassQuery classQ)
Creates a new ClassSelector that fills the supplied classVar with values from classQ. classQ is not allowed to be an instance of ClassVar. |
|
| 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 ClassSelector(ClassVar classVar,
ClassQuery classQ)
IllegalArgumentException - If classQ is an instance of
ClassVar.| 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 | ||||||||||