| Constructor and Description |
|---|
CollectionResultSet(List<String> resultVars,
Iterable<com.hp.hpl.jena.query.QuerySolution> querySolutions) |
| 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() |
public boolean hasNext()
public com.hp.hpl.jena.query.QuerySolution next()
public void remove()
public com.hp.hpl.jena.query.QuerySolution nextSolution()
nextSolution in interface com.hp.hpl.jena.query.ResultSetpublic com.hp.hpl.jena.sparql.engine.binding.Binding nextBinding()
nextBinding in interface com.hp.hpl.jena.query.ResultSetpublic int getRowNumber()
getRowNumber in interface com.hp.hpl.jena.query.ResultSetpublic List<String> getResultVars()
getResultVars in interface com.hp.hpl.jena.query.ResultSetpublic com.hp.hpl.jena.rdf.model.Model getResourceModel()
getResourceModel in interface com.hp.hpl.jena.query.ResultSetCopyright © 2014. All rights reserved.