org.aksw.commons.sparql.api.pagination.core
Class ResultSetCombined
java.lang.Object
org.aksw.commons.sparql.api.pagination.core.ResultSetCombined
- All Implemented Interfaces:
- com.hp.hpl.jena.query.ResultSet, Iterator<com.hp.hpl.jena.query.QuerySolution>
public class ResultSetCombined
- extends Object
- implements com.hp.hpl.jena.query.ResultSet
- Author:
- Claus Stadler
Date: 7/26/11
Time: 11:56 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetCombined
public ResultSetCombined(Iterator<com.hp.hpl.jena.query.ResultSet> it)
next
public com.hp.hpl.jena.query.QuerySolution next()
- Specified by:
next in interface com.hp.hpl.jena.query.ResultSet- Specified by:
next in interface Iterator<com.hp.hpl.jena.query.QuerySolution>
remove
public void remove()
- Specified by:
remove in interface Iterator<com.hp.hpl.jena.query.QuerySolution>
nextBinding
public com.hp.hpl.jena.sparql.engine.binding.Binding nextBinding()
- Specified by:
nextBinding in interface com.hp.hpl.jena.query.ResultSet
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface com.hp.hpl.jena.query.ResultSet- Specified by:
hasNext in interface Iterator<com.hp.hpl.jena.query.QuerySolution>
nextSolution
public com.hp.hpl.jena.query.QuerySolution nextSolution()
- Specified by:
nextSolution in interface com.hp.hpl.jena.query.ResultSet
getRowNumber
public int getRowNumber()
- Specified by:
getRowNumber in interface com.hp.hpl.jena.query.ResultSet
getResultVars
public List<String> getResultVars()
- Specified by:
getResultVars in interface com.hp.hpl.jena.query.ResultSet
getResourceModel
public com.hp.hpl.jena.rdf.model.Model getResourceModel()
- Specified by:
getResourceModel in interface com.hp.hpl.jena.query.ResultSet
Copyright © 2011. All Rights Reserved.