org.semanticweb.owl.model.helper
Class OWLClassAxiomVisitorAdapter
java.lang.Object
|
+--org.semanticweb.owl.model.helper.OWLClassAxiomVisitorAdapter
- All Implemented Interfaces:
- OWLClassAxiomVisitor
- public class OWLClassAxiomVisitorAdapter
- extends Object
- implements OWLClassAxiomVisitor
Provides an empty implementation of the OWLClassAxiomVisitor interface. Those wishing to implement a visitor over subsets of the data structure can extend this class and provide the methods they need.
- Version:
- $Id: OWLClassAxiomVisitorAdapter.java,v 1.1.1.1 2003/10/14 17:10:09 sean_bechhofer Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLClassAxiomVisitorAdapter
public OWLClassAxiomVisitorAdapter()
visit
public void visit(OWLDisjointClassesAxiom node)
throws OWLException
- Specified by:
visit in interface OWLClassAxiomVisitor
OWLException
visit
public void visit(OWLEquivalentClassesAxiom node)
throws OWLException
- Specified by:
visit in interface OWLClassAxiomVisitor
OWLException
visit
public void visit(OWLSubClassAxiom node)
throws OWLException
- Specified by:
visit in interface OWLClassAxiomVisitor
OWLException
WonderWeb