| Modifier and Type | Field and Description |
|---|---|
protected com.hp.hpl.jena.query.ResultSet |
originalResultSet |
protected int |
rowNum |
protected Iterator<com.hp.hpl.jena.query.QuerySolution> |
solutIt |
| Constructor and Description |
|---|
FilteredResultSet(List<com.hp.hpl.jena.query.QuerySolution> solutions,
com.hp.hpl.jena.query.ResultSet originalResultSet) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
getResourceModel() |
List<String> |
getResultVars() |
int |
getRowNumber() |
boolean |
hasNext() |
com.hp.hpl.jena.query.QuerySolution |
next() |
com.hp.hpl.jena.sparql.engine.binding.Binding |
nextBinding() |
com.hp.hpl.jena.query.QuerySolution |
nextSolution() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected Iterator<com.hp.hpl.jena.query.QuerySolution> solutIt
protected com.hp.hpl.jena.query.ResultSet originalResultSet
protected int rowNum
public FilteredResultSet(List<com.hp.hpl.jena.query.QuerySolution> solutions, com.hp.hpl.jena.query.ResultSet originalResultSet)
public void remove()
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 com.hp.hpl.jena.query.QuerySolution next()
public com.hp.hpl.jena.sparql.engine.binding.Binding nextBinding()
nextBinding in interface com.hp.hpl.jena.query.ResultSetpublic com.hp.hpl.jena.query.QuerySolution nextSolution()
nextSolution in interface com.hp.hpl.jena.query.ResultSetCopyright © 2016. All rights reserved.