Alignment API and Server 3.6

fr.inrialpes.exmo.align.onto.jena25
Class JENAEntityIt

java.lang.Object
  extended by 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
           
 
Constructor Summary
JENAEntityIt(URI ontURI, Iterator<com.hp.hpl.jena.ontology.OntResource> entityIt)
           
 
Method Summary
 boolean hasNext()
           
 com.hp.hpl.jena.ontology.OntResource next()
           
 void remove()
           
private  void setNext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

it

private Iterator<com.hp.hpl.jena.ontology.OntResource> it

current

private com.hp.hpl.jena.ontology.OntResource current

ontURI

private URI ontURI
Constructor Detail

JENAEntityIt

public JENAEntityIt(URI ontURI,
                    Iterator<com.hp.hpl.jena.ontology.OntResource> entityIt)
Method Detail

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>

Alignment API and Server 3.6

(C) INRIA & friends, 2003-2008