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, wait
forEachRemaining
public 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.ResultSet
public List<String> getResultVars()
getResultVars
in interface com.hp.hpl.jena.query.ResultSet
public int getRowNumber()
getRowNumber
in interface com.hp.hpl.jena.query.ResultSet
public boolean hasNext()
public AGQuerySolution next()
public com.hp.hpl.jena.sparql.engine.binding.Binding nextBinding()
nextBinding
in interface com.hp.hpl.jena.query.ResultSet
public AGQuerySolution nextSolution()
nextSolution
in interface com.hp.hpl.jena.query.ResultSet