| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetOntologyID.accept(OWLOntologyChangeVisitor visitor) |
void |
RemoveOntologyAnnotation.accept(OWLOntologyChangeVisitor visitor) |
void |
RemoveImport.accept(OWLOntologyChangeVisitor visitor) |
void |
RemoveAxiom.accept(OWLOntologyChangeVisitor visitor) |
abstract void |
OWLOntologyChange.accept(OWLOntologyChangeVisitor visitor)
Accepts a visitor.
|
void |
AddOntologyAnnotation.accept(OWLOntologyChangeVisitor visitor) |
void |
AddImport.accept(OWLOntologyChangeVisitor visitor) |
void |
AddAxiom.accept(OWLOntologyChangeVisitor visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteringOWLOntologyChangeListener
Incorporates a listener into an
OWLOntologyChangeFilter. |
class |
OWLOntologyChangeFilter
Provides a convenient method to filter add/remove axiom changes based on the
type of axiom that is being added or removed from an ontology.
The general pattern of use is to simply create an instance of the OWLOntologyChangeFilter and override the appropriate visit methods
corresponding to the types of axioms that are of interest. |
Copyright © 2019 The University of Manchester. All rights reserved.