org.semanticweb.owl.model.helper
Class OWLObjectVisitorAdapter

java.lang.Object
  |
  +--org.semanticweb.owl.model.helper.OWLObjectVisitorAdapter
All Implemented Interfaces:
OWLObjectVisitor
Direct Known Subclasses:
AxiomRenderer, ClassOrRestrictionIdentifier, DescriptionRenderer, OWLEntityCollector, RenderingVisitor, RenderingVisitor, RenderingVisitor, RenderingVisitor, RenderingVisitor, RenderingVisitor, RenderingVisitor

public class OWLObjectVisitorAdapter
extends Object
implements OWLObjectVisitor

Provides an empty implementation of the OWLObjectVisitor 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: OWLObjectVisitorAdapter.java,v 1.1.1.1 2003/10/14 17:10:09 sean_bechhofer Exp $

Constructor Summary
OWLObjectVisitorAdapter()
           
 
Method Summary
 void visit(OWLAnd node)
           
 void visit(OWLAnnotationInstance node)
           
 void visit(OWLAnnotationProperty node)
           
 void visit(OWLClass node)
           
 void visit(OWLClassAxiom node)
           
 void visit(OWLDataAllRestriction node)
           
 void visit(OWLDataCardinalityRestriction node)
           
 void visit(OWLDataEnumeration node)
           
 void visit(OWLDataProperty node)
           
 void visit(OWLDataSomeRestriction node)
           
 void visit(OWLDataType node)
           
 void visit(OWLDataValue node)
           
 void visit(OWLDataValueRestriction node)
           
 void visit(OWLDifferentIndividualsAxiom node)
           
 void visit(OWLDisjointClassesAxiom node)
           
 void visit(OWLEnumeration node)
           
 void visit(OWLEquivalentClassesAxiom node)
           
 void visit(OWLEquivalentPropertiesAxiom node)
           
 void visit(OWLFrame node)
           
 void visit(OWLIndividual node)
           
 void visit(OWLNot node)
           
 void visit(OWLObjectAllRestriction node)
           
 void visit(OWLObjectCardinalityRestriction node)
           
 void visit(OWLObjectProperty node)
           
 void visit(OWLObjectSomeRestriction node)
           
 void visit(OWLObjectValueRestriction node)
           
 void visit(OWLOntology node)
           
 void visit(OWLOr node)
           
 void visit(OWLSameIndividualsAxiom node)
           
 void visit(OWLSubClassAxiom node)
           
 void visit(OWLSubPropertyAxiom node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLObjectVisitorAdapter

public OWLObjectVisitorAdapter()
Method Detail

visit

public void visit(OWLAnd node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLAnnotationProperty node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLAnnotationInstance node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLClassAxiom node)
           throws OWLException
OWLException

visit

public void visit(OWLDataValue node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLDataType node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLDataEnumeration node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLDataAllRestriction node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLDataCardinalityRestriction node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLDataProperty node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLDataSomeRestriction node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLDataValueRestriction node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLDifferentIndividualsAxiom node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLDisjointClassesAxiom node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLEquivalentClassesAxiom node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLEquivalentPropertiesAxiom node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLFrame node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLIndividual node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLObjectAllRestriction node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLObjectCardinalityRestriction node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLObjectProperty node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLObjectSomeRestriction node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLObjectValueRestriction node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLNot node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLOntology node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLOr node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLClass node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLEnumeration node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLSameIndividualsAxiom node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLSubClassAxiom node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException

visit

public void visit(OWLSubPropertyAxiom node)
           throws OWLException
Specified by:
visit in interface OWLObjectVisitor
OWLException


WonderWeb