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