|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryResults
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 |
---|
List getVariables()
next()
method.
next()
boolean hasNext()
Map next()
hasNext()
delivers true.
getVariables()
call).getVariables()
|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |