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 $

Constructor Summary
OWLPropertyAxiomVisitorAdapter()
           
 
Method Summary
 void visit(OWLEquivalentPropertiesAxiom 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

OWLPropertyAxiomVisitorAdapter

public OWLPropertyAxiomVisitorAdapter()
Method Detail

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