public class ResultSetDecorator extends Object implements com.hp.hpl.jena.query.ResultSet
| Modifier and Type | Field and Description |
|---|---|
protected com.hp.hpl.jena.query.ResultSet |
decoratee |
| Constructor and Description |
|---|
ResultSetDecorator(com.hp.hpl.jena.query.ResultSet decoratee) |
| 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 ResultSetDecorator(com.hp.hpl.jena.query.ResultSet decoratee)
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.