| Constructor and Description |
|---|
SortedResultSet(org.apache.jena.query.ResultSet results,
List<org.apache.jena.query.SortCondition> sortConditions) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.rdf.model.Model |
getResourceModel() |
List<String> |
getResultVars() |
int |
getRowNumber() |
boolean |
hasNext() |
boolean |
isOrdered() |
org.apache.jena.query.QuerySolution |
next() |
org.apache.jena.sparql.engine.binding.Binding |
nextBinding() |
org.apache.jena.query.QuerySolution |
nextSolution() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic SortedResultSet(org.apache.jena.query.ResultSet results,
List<org.apache.jena.query.SortCondition> sortConditions)
public List<String> getResultVars()
getResultVars in interface org.apache.jena.query.ResultSetpublic int getRowNumber()
getRowNumber in interface org.apache.jena.query.ResultSetpublic boolean hasNext()
public boolean isOrdered()
public org.apache.jena.query.QuerySolution next()
public org.apache.jena.sparql.engine.binding.Binding nextBinding()
nextBinding in interface org.apache.jena.query.ResultSetpublic org.apache.jena.query.QuerySolution nextSolution()
nextSolution in interface org.apache.jena.query.ResultSetpublic void remove()
public org.apache.jena.rdf.model.Model getResourceModel()
getResourceModel in interface org.apache.jena.query.ResultSetCopyright © 2019. All rights reserved.