protected class OWLOntologyImpl.OWLOntologyChangeFilter extends java.lang.Object implements OWLOntologyChangeVisitor, java.io.Serializable
Constructor and Description |
---|
OWLOntologyImpl.OWLOntologyChangeFilter() |
Modifier and Type | Method and Description |
---|---|
java.util.List<OWLOntologyChange> |
getAppliedChanges() |
void |
reset() |
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 OWLOntologyImpl.OWLOntologyChangeFilter()
public java.util.List<OWLOntologyChange> getAppliedChanges()
public void reset()
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