|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.query.rql.model.DataPathSelector
| Constructor Summary | |
DataPathSelector(DataVar sourceVar,
PropertyVar propVar,
DataVar targetVar,
boolean propIsExtended)
Creates a new DataPathSelector. |
|
| Method Summary | |
void |
clear()
Clears the Selector. |
PropertyVar |
getPropertyVar()
|
DataVar |
getSourceVar()
|
DataVar |
getTargetVar()
|
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 DataPathSelector(DataVar sourceVar,
PropertyVar propVar,
DataVar targetVar,
boolean propIsExtended)
| Method Detail |
public PropertyVar getPropertyVar()
public DataVar getSourceVar()
public DataVar getTargetVar()
public void initialize(RdfSchemaSource rss)
Selector
initialize in interface Selectorpublic boolean selectNext(RdfSchemaSource rss)
Selector
selectNext in interface Selectorpublic 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 | ||||||||||