|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.clarkparsia.pellet.sparqldl.jena.SlicedResultSet
public class SlicedResultSet
Title:
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Constructor Summary | |
|---|---|
SlicedResultSet(com.hp.hpl.jena.query.ResultSet results,
long offset,
long limit)
|
|
| Method Summary | |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
getResourceModel()
|
java.util.List<java.lang.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()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SlicedResultSet(com.hp.hpl.jena.query.ResultSet results,
long offset,
long limit)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface com.hp.hpl.jena.query.ResultSethasNext in interface java.util.Iterator<com.hp.hpl.jena.query.QuerySolution>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.ResultSetpublic com.hp.hpl.jena.query.QuerySolution next()
next in interface com.hp.hpl.jena.query.ResultSetnext in interface java.util.Iterator<com.hp.hpl.jena.query.QuerySolution>public java.util.List<java.lang.String> getResultVars()
getResultVars in interface com.hp.hpl.jena.query.ResultSetpublic int getRowNumber()
getRowNumber in interface com.hp.hpl.jena.query.ResultSet
public void remove()
throws java.lang.UnsupportedOperationException
remove in interface java.util.Iterator<com.hp.hpl.jena.query.QuerySolution>java.lang.UnsupportedOperationExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic com.hp.hpl.jena.rdf.model.Model getResourceModel()
getResourceModel in interface com.hp.hpl.jena.query.ResultSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||