|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object wrapping the results of a query. A query results in an Iterator of variable bindings, where each variable can be bound to an RDFObject.
Method Summary | |
List |
getVariables()
Gets a list of all variables that have been declared in the query. |
boolean |
hasNext()
Checks if there are more results available. |
Map |
next()
Gets the next results, where each result is a Map from variables to bindings. |
Method Detail |
public List getVariables()
next()
method.
next()
public boolean hasNext()
public Map next()
hasNext()
delivers true.
getVariables()
call).getVariables()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |