|
||||||||||
| 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<?> |
getResultVars()
|
int |
getRowNumber()
|
boolean |
hasNext()
|
boolean |
isOrdered()
|
java.lang.Object |
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.Iteratorpublic 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 java.lang.Object next()
next in interface com.hp.hpl.jena.query.ResultSetnext in interface java.util.Iteratorpublic boolean isOrdered()
isOrdered in interface com.hp.hpl.jena.query.ResultSetpublic java.util.List<?> 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.Iteratorjava.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 | |||||||||