org.semanticweb.owl.model.helper
Class OWLIndividualAxiomVisitorAdapter
java.lang.Object
|
+--org.semanticweb.owl.model.helper.OWLIndividualAxiomVisitorAdapter
- All Implemented Interfaces:
- OWLIndividualAxiomVisitor
- public class OWLIndividualAxiomVisitorAdapter
- extends Object
- implements OWLIndividualAxiomVisitor
Provides an empty implementation of the OWLIndividualAxiomVisitor 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: OWLIndividualAxiomVisitorAdapter.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 |
OWLIndividualAxiomVisitorAdapter
public OWLIndividualAxiomVisitorAdapter()
visit
public void visit(OWLSameIndividualsAxiom node)
throws OWLException
- Specified by:
visit in interface OWLIndividualAxiomVisitor
OWLException
visit
public void visit(OWLDifferentIndividualsAxiom node)
throws OWLException
- Specified by:
visit in interface OWLIndividualAxiomVisitor
OWLException
WonderWeb