org.semanticweb.kaon2.api
Interface KAON2Factory.AxiomIterator

Enclosing interface:
KAON2Factory

public static interface KAON2Factory.AxiomIterator

An interface for iterating over axioms.


Method Summary
 boolean hasNext()
           
 Axiom next()
           
 

Method Detail

hasNext

boolean hasNext()

next

Axiom next()
           throws KAON2Exception
Throws:
KAON2Exception