public class OWLOntologyChangeVisitorAdapter extends Object implements OWLOntologyChangeVisitor
| Constructor and Description |
|---|
OWLOntologyChangeVisitorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void visit(RemoveAxiom change)
visit in interface OWLOntologyChangeVisitorpublic void visit(SetOntologyID change)
visit in interface OWLOntologyChangeVisitorpublic void visit(AddAxiom change)
visit in interface OWLOntologyChangeVisitorpublic void visit(AddImport change)
visit in interface OWLOntologyChangeVisitorpublic void visit(RemoveImport change)
visit in interface OWLOntologyChangeVisitorpublic void visit(AddOntologyAnnotation change)
visit in interface OWLOntologyChangeVisitorpublic void visit(RemoveOntologyAnnotation change)
visit in interface OWLOntologyChangeVisitorCopyright © 2013 The University of Manchester. All Rights Reserved.