| Interface | Description |
|---|---|
| ARTBNodeIterator | |
| ARTLiteralIterator | |
| ARTNamespaceIterator | |
| ARTNodeIterator | |
| ARTResourceIterator | |
| ARTStatementIterator | |
| ARTURIResourceIterator | |
| RDFIterator<T> |
This iterator differentiates from standard
Iterator interface in that it explicitly declares to
throw exceptions in its methods. |
| Class | Description |
|---|---|
| OntNamespaceLocationPair | |
| RDFIteratorImpl<T> |
This abstract implementation simply makes the
hasNext() and next() methods of
standard Iterator interface throw the specific runtime exception: ModelRuntimeException
Implementations of this abstract class should catch this Runtime Exception and then throw the standard
Checked Exception ModelAccessException. |
Copyright © 2015 ART Group, University of Rome, Tor Vergata. All Rights Reserved.