|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.trippi.TupleIterator org.trippi.impl.kowari.KowariTupleIterator
public class KowariTupleIterator
A TupleIterator
that wraps a Kowari Answer object containing
tuples.
Field Summary |
---|
Fields inherited from class org.trippi.TupleIterator |
---|
INPUT_FORMATS, OUTPUT_FORMATS |
Constructor Summary | |
---|---|
KowariTupleIterator(org.kowari.query.Answer answer)
Initialize the iterator given a Kowari Answer. |
Method Summary | |
---|---|
void |
close()
Release resources held by this TupleIterator. |
void |
finalize()
Ensure close() gets called at garbage collection time. |
boolean |
hasNext()
Return true if there are more results. |
java.lang.String[] |
names()
Get the names of the binding variables. |
java.util.Map |
next()
Return the next result. |
Methods inherited from class org.trippi.TupleIterator |
---|
count, fromStream, main, nextTriples, setAliasMap, toStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KowariTupleIterator(org.kowari.query.Answer answer) throws TrippiException
TrippiException
- if there is an error positioning to the
first result.Method Detail |
---|
public boolean hasNext()
TupleIterator
hasNext
in class TupleIterator
public java.util.Map next() throws TrippiException
TupleIterator
next
in class TupleIterator
TrippiException
public java.lang.String[] names()
TupleIterator
names
in class TupleIterator
public void close() throws TrippiException
TupleIterator
close
in class TupleIterator
TrippiException
public void finalize() throws TrippiException
finalize
in class TupleIterator
TrippiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |