org.semanticweb.owlapi.util
Class OWLOntologyChangeVisitorAdapter

java.lang.Object
  extended by org.semanticweb.owlapi.util.OWLOntologyChangeVisitorAdapter
All Implemented Interfaces:
OWLOntologyChangeVisitor

public class OWLOntologyChangeVisitorAdapter
extends java.lang.Object
implements OWLOntologyChangeVisitor

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 12-Dec-2006


Constructor Summary
OWLOntologyChangeVisitorAdapter()
           
 
Method Summary
 void visit(AddAxiom change)
           
 void visit(AddImport change)
           
 void visit(AddOntologyAnnotation change)
           
 void visit(RemoveAxiom change)
           
 void visit(RemoveImport change)
           
 void visit(RemoveOntologyAnnotation change)
           
 void visit(SetOntologyID change)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLOntologyChangeVisitorAdapter

public OWLOntologyChangeVisitorAdapter()
Method Detail

visit

public void visit(RemoveAxiom change)
Specified by:
visit in interface OWLOntologyChangeVisitor

visit

public void visit(SetOntologyID change)
Specified by:
visit in interface OWLOntologyChangeVisitor

visit

public void visit(AddAxiom change)
Specified by:
visit in interface OWLOntologyChangeVisitor

visit

public void visit(AddImport change)
Specified by:
visit in interface OWLOntologyChangeVisitor

visit

public void visit(RemoveImport change)
Specified by:
visit in interface OWLOntologyChangeVisitor

visit

public void visit(AddOntologyAnnotation change)
Specified by:
visit in interface OWLOntologyChangeVisitor

visit

public void visit(RemoveOntologyAnnotation change)
Specified by:
visit in interface OWLOntologyChangeVisitor