|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.uniroma2.art.owlart.navigation.RDFIteratorImpl<ARTLiteral>
it.uniroma2.art.owlart.models.impl.OWLModelImpl.ARTLiteralIteratorImpl
protected class OWLModelImpl.ARTLiteralIteratorImpl
| Method Summary | |
|---|---|
void |
close()
closes the iterator and release resources |
ARTLiteral |
getNext()
gets the next element of the iterator, and advances over the data stream (roughly equivalent to traditional next() iterator method) |
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 it.uniroma2.art.owlart.navigation.RDFIteratorImpl |
|---|
hasNext, next, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
public void close()
throws ModelAccessException
RDFIterator
close in interface RDFIterator<ARTLiteral>ModelAccessExceptionpublic ARTLiteral getNext()
RDFIteratornext() iterator method)
getNext in interface RDFIterator<ARTLiteral>public boolean streamOpen()
RDFIteratorhasNext() iterator method)
streamOpen in interface RDFIterator<ARTLiteral>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||