org.semanticweb.owl.util
Class OWLOntologyWalker

java.lang.Object
  extended by org.semanticweb.owl.util.OWLObjectWalker<OWLOntology>
      extended by org.semanticweb.owl.util.OWLOntologyWalker

public class OWLOntologyWalker
extends OWLObjectWalker<OWLOntology>

Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 29-Jul-2008


Constructor Summary
OWLOntologyWalker(java.util.Set<OWLOntology> objects)
           
 
Method Summary
 OWLAxiom getCurrentAxiom()
           
<E> void
walkStructure(OWLObjectVisitorEx<E> visitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLOntologyWalker

public OWLOntologyWalker(java.util.Set<OWLOntology> objects)
Method Detail

walkStructure

public <E> void walkStructure(OWLObjectVisitorEx<E> visitor)
Overrides:
walkStructure in class OWLObjectWalker<OWLOntology>

getCurrentAxiom

public OWLAxiom getCurrentAxiom()