public class AGResultSet extends Object implements org.apache.jena.query.ResultSet
Constructor and Description |
---|
AGResultSet(TupleQueryResult result,
AGModel model) |
Modifier and Type | Method and Description |
---|---|
Model |
getResourceModel() |
List<String> |
getResultVars() |
int |
getRowNumber() |
boolean |
hasNext() |
AGQuerySolution |
next() |
org.apache.jena.sparql.engine.binding.Binding |
nextBinding() |
AGQuerySolution |
nextSolution() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public AGResultSet(TupleQueryResult result, AGModel model)
public Model getResourceModel()
getResourceModel
in interface org.apache.jena.query.ResultSet
public List<String> getResultVars()
getResultVars
in interface org.apache.jena.query.ResultSet
public int getRowNumber()
getRowNumber
in interface org.apache.jena.query.ResultSet
public boolean hasNext()
hasNext
in interface Iterator<org.apache.jena.query.QuerySolution>
hasNext
in interface org.apache.jena.query.ResultSet
public AGQuerySolution next()
next
in interface Iterator<org.apache.jena.query.QuerySolution>
next
in interface org.apache.jena.query.ResultSet
public org.apache.jena.sparql.engine.binding.Binding nextBinding()
nextBinding
in interface org.apache.jena.query.ResultSet
public AGQuerySolution nextSolution()
nextSolution
in interface org.apache.jena.query.ResultSet
public void remove()
remove
in interface Iterator<org.apache.jena.query.QuerySolution>
Copyright © 2018 Franz Inc.. All rights reserved.