|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.clarkparsia.pellet.sparqldl.jena.SortedResultSet
public class SortedResultSet
Title:
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Constructor Summary | |
|---|---|
SortedResultSet(com.hp.hpl.jena.query.ResultSet results,
java.util.List<?> sortConditions)
|
|
| 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 SortedResultSet(com.hp.hpl.jena.query.ResultSet results,
java.util.List<?> sortConditions)
| Method Detail |
|---|
public java.util.List<?> getResultVars()
getResultVars in interface com.hp.hpl.jena.query.ResultSetpublic int getRowNumber()
getRowNumber in interface com.hp.hpl.jena.query.ResultSetpublic boolean hasNext()
hasNext in interface com.hp.hpl.jena.query.ResultSethasNext in interface java.util.Iteratorpublic boolean isOrdered()
isOrdered 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 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 void remove()
remove in interface java.util.Iteratorpublic 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 | |||||||||