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