public class OWLOntologyChangeVisitorAdapter extends Object implements OWLOntologyChangeVisitor
| Constructor and Description |
|---|
OWLOntologyChangeVisitorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleDefault(OWLOntologyChange c)
override this method to change the default behaviour.
|
void |
visit(AddAxiom change)
visit AddAxiom type
|
void |
visit(AddImport change)
visit AddImport type
|
void |
visit(AddOntologyAnnotation change)
visit AddOntologyAnnotation type
|
void |
visit(RemoveAxiom change)
visit RemoveAxiom type
|
void |
visit(RemoveImport change)
visit RemoveImport type
|
void |
visit(RemoveOntologyAnnotation change)
visit RemoveOntologyAnnotation type
|
void |
visit(SetOntologyID change)
visit SetOntologyID type
|
protected void handleDefault(OWLOntologyChange c)
c - object visitedpublic void visit(RemoveAxiom change)
OWLOntologyChangeVisitorvisit in interface OWLOntologyChangeVisitorchange - object to visitpublic void visit(SetOntologyID change)
OWLOntologyChangeVisitorvisit in interface OWLOntologyChangeVisitorchange - object to visitpublic void visit(AddAxiom change)
OWLOntologyChangeVisitorvisit in interface OWLOntologyChangeVisitorchange - object to visitpublic void visit(AddImport change)
OWLOntologyChangeVisitorvisit in interface OWLOntologyChangeVisitorchange - object to visitpublic void visit(RemoveImport change)
OWLOntologyChangeVisitorvisit in interface OWLOntologyChangeVisitorchange - object to visitpublic void visit(AddOntologyAnnotation change)
OWLOntologyChangeVisitorvisit in interface OWLOntologyChangeVisitorchange - object to visitpublic void visit(RemoveOntologyAnnotation change)
OWLOntologyChangeVisitorvisit in interface OWLOntologyChangeVisitorchange - object to visitCopyright © 2014 The University of Manchester. All Rights Reserved.