fr.inrialpes.exmo.align.onto.jena25
Class JENAEntityIt
java.lang.Object
fr.inrialpes.exmo.align.onto.jena25.JENAEntityIt
- All Implemented Interfaces:
- Iterator<com.hp.hpl.jena.ontology.OntResource>
public class JENAEntityIt
- extends Object
- implements Iterator<com.hp.hpl.jena.ontology.OntResource>
Field Summary |
private com.hp.hpl.jena.ontology.OntResource |
current
|
private Iterator<com.hp.hpl.jena.ontology.OntResource> |
it
|
private URI |
ontURI
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
it
private Iterator<com.hp.hpl.jena.ontology.OntResource> it
current
private com.hp.hpl.jena.ontology.OntResource current
ontURI
private URI ontURI
JENAEntityIt
public JENAEntityIt(URI ontURI,
Iterator<com.hp.hpl.jena.ontology.OntResource> entityIt)
setNext
private void setNext()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<com.hp.hpl.jena.ontology.OntResource>
next
public com.hp.hpl.jena.ontology.OntResource next()
- Specified by:
next
in interface Iterator<com.hp.hpl.jena.ontology.OntResource>
remove
public void remove()
- Specified by:
remove
in interface Iterator<com.hp.hpl.jena.ontology.OntResource>
(C) INRIA & friends, 2003-2008