|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.uniroma2.art.owlart.models.impl.ObjectsOfStatementsIterator
public class ObjectsOfStatementsIterator
an wrapping iterator class which extracts objects from statement iterators
| Constructor Summary | |
|---|---|
ObjectsOfStatementsIterator(ARTStatementIterator statIt)
|
|
| Method Summary | |
|---|---|
void |
close()
closes the iterator and release resources |
ARTNode |
getNext()
gets the next element of the iterator, and advances over the data stream (roughly equivalent to traditional next() iterator method) |
boolean |
hasNext()
|
ARTNode |
next()
|
void |
remove()
|
boolean |
streamOpen()
tells if the data stream associated to this iterator is not empty (roughly equivalent to traditional hasNext() iterator method) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectsOfStatementsIterator(ARTStatementIterator statIt)
| Method Detail |
|---|
public void close()
throws ModelAccessException
RDFIterator
close in interface RDFIterator<ARTNode>ModelAccessException
public boolean streamOpen()
throws ModelAccessException
RDFIteratorhasNext() iterator method)
streamOpen in interface RDFIterator<ARTNode>ModelAccessException
public ARTNode getNext()
throws ModelAccessException
RDFIteratornext() iterator method)
getNext in interface RDFIterator<ARTNode>ModelAccessExceptionpublic boolean hasNext()
hasNext in interface java.util.Iterator<ARTNode>public ARTNode next()
next in interface java.util.Iterator<ARTNode>public void remove()
remove in interface java.util.Iterator<ARTNode>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||