public class OWLOntologyChangeVisitorAdapter extends java.lang.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 OWLOntologyChangeVisitor
public void visit(SetOntologyID change)
visit
in interface OWLOntologyChangeVisitor
public void visit(AddAxiom change)
visit
in interface OWLOntologyChangeVisitor
public void visit(AddImport change)
visit
in interface OWLOntologyChangeVisitor
public void visit(RemoveImport change)
visit
in interface OWLOntologyChangeVisitor
public void visit(AddOntologyAnnotation change)
visit
in interface OWLOntologyChangeVisitor
public void visit(RemoveOntologyAnnotation change)
visit
in interface OWLOntologyChangeVisitor