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 $

Constructor Summary
OWLIndividualAxiomVisitorAdapter()
           
 
Method Summary
 void visit(OWLDifferentIndividualsAxiom node)
           
 void visit(OWLSameIndividualsAxiom node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLIndividualAxiomVisitorAdapter

public OWLIndividualAxiomVisitorAdapter()
Method Detail

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