| Constructor and Description |
|---|
AGResultSet(org.openrdf.query.TupleQueryResult result,
AGModel model) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
getResourceModel() |
List<String> |
getResultVars() |
int |
getRowNumber() |
boolean |
hasNext() |
AGQuerySolution |
next() |
com.hp.hpl.jena.sparql.engine.binding.Binding |
nextBinding() |
AGQuerySolution |
nextSolution() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic AGResultSet(org.openrdf.query.TupleQueryResult result,
AGModel model)
public com.hp.hpl.jena.rdf.model.Model getResourceModel()
getResourceModel in interface com.hp.hpl.jena.query.ResultSetpublic List<String> getResultVars()
getResultVars in interface com.hp.hpl.jena.query.ResultSetpublic int getRowNumber()
getRowNumber in interface com.hp.hpl.jena.query.ResultSetpublic boolean hasNext()
public AGQuerySolution next()
public com.hp.hpl.jena.sparql.engine.binding.Binding nextBinding()
nextBinding in interface com.hp.hpl.jena.query.ResultSetpublic AGQuerySolution nextSolution()
nextSolution in interface com.hp.hpl.jena.query.ResultSet