org.semanticweb.owl.model.helper
Class OWLDescriptionVisitorAdapter
java.lang.Object
|
+--org.semanticweb.owl.model.helper.OWLDescriptionVisitorAdapter
- All Implemented Interfaces:
- OWLDescriptionVisitor
- public class OWLDescriptionVisitorAdapter
- extends Object
- implements OWLDescriptionVisitor
Provides an empty implementation of the OWLDescriptionVisitor 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: OWLDescriptionVisitorAdapter.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 |
OWLDescriptionVisitorAdapter
public OWLDescriptionVisitorAdapter()
visit
public void visit(OWLAnd node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLDataAllRestriction node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLDataCardinalityRestriction node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLDataProperty node)
throws OWLException
OWLException
visit
public void visit(OWLDataSomeRestriction node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLDataValueRestriction node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLFrame node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLIndividual node)
throws OWLException
OWLException
visit
public void visit(OWLObjectAllRestriction node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLObjectCardinalityRestriction node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLObjectSomeRestriction node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLObjectValueRestriction node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLNot node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLOr node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLClass node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
visit
public void visit(OWLEnumeration node)
throws OWLException
- Specified by:
visit in interface OWLDescriptionVisitor
OWLException
WonderWeb