|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.uniroma2.art.owlart.navigation.RDFIteratorImpl<ARTResource>
it.uniroma2.art.owlart.models.impl.ResourceIteratorFilteringNodeIterator
public class ResourceIteratorFilteringNodeIterator
retrieves only those nodes which are resources
| Constructor Summary | |
|---|---|
ResourceIteratorFilteringNodeIterator(ARTNodeIterator resIt)
|
|
| Method Summary | |
|---|---|
void |
close()
closes the iterator and release resources |
ARTResource |
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 |
| Constructor Detail |
|---|
public ResourceIteratorFilteringNodeIterator(ARTNodeIterator resIt)
| Method Detail |
|---|
public void close()
throws ModelAccessException
RDFIterator
close in interface RDFIterator<ARTResource>ModelAccessException
public boolean streamOpen()
throws ModelAccessException
RDFIteratorhasNext() iterator method)
streamOpen in interface RDFIterator<ARTResource>ModelAccessException
public ARTResource getNext()
throws ModelAccessException
RDFIteratornext() iterator method)
getNext in interface RDFIterator<ARTResource>ModelAccessException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||