|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.model.impl.query.Glitter2BasicResultSetAdaptor
public class Glitter2BasicResultSetAdaptor
Convert results from a Glitter query into TupleQueryResult data
| Constructor Summary | |
|---|---|
Glitter2BasicResultSetAdaptor(QueryResults glitterResults)
Create a new Glitter2BasicResultSetAdaptor with glitterResults as source of results to convert |
|
| Method Summary | |
|---|---|
void |
close()
|
java.util.List<java.lang.String> |
getBindingNames()
|
boolean |
hasNext()
|
boolean |
isDistinct()
|
boolean |
isEmpty()
Determine if the results are empty |
boolean |
isOrdered()
|
java.util.Iterator<org.openrdf.query.BindingSet> |
iterator()
Iterator() method needed in order to implement Iterable |
Glitter2BasicSolutionAdaptor |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Glitter2BasicResultSetAdaptor(QueryResults glitterResults)
glitterResults - GlitterResults to convert| Method Detail |
|---|
public java.util.List<java.lang.String> getBindingNames()
getBindingNames in interface org.openrdf.query.TupleQueryResultpublic boolean hasNext()
hasNext in interface info.aduna.iteration.Iteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>hasNext in interface java.util.Iterator<org.openrdf.query.BindingSet>public boolean isDistinct()
isDistinct in interface org.openrdf.query.TupleQueryResultpublic boolean isOrdered()
isOrdered in interface org.openrdf.query.TupleQueryResultpublic Glitter2BasicSolutionAdaptor next()
next in interface info.aduna.iteration.Iteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>next in interface java.util.Iterator<org.openrdf.query.BindingSet>public void remove()
remove in interface info.aduna.iteration.Iteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>remove in interface java.util.Iterator<org.openrdf.query.BindingSet>public void close()
close in interface info.aduna.iteration.CloseableIteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException>public boolean isEmpty()
public java.util.Iterator<org.openrdf.query.BindingSet> iterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||