| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultChangeBroadcastStrategy
A change broadcast strategy that simple broadcasts all changes made to all
ontologies.
|
class |
EDTChangeBroadcastStrategy
A change broadcast strategy which broadcasts all ontology changes in the
Swing Even Dispatch Thread (EDT).
|
class |
SpecificOntologyChangeBroadcastStrategy
A change broadcast strategy that broadcasts changes that have been applied to
a specific ontology.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManager.addOntologyChangeListener(OWLOntologyChangeListener listener,
OWLOntologyChangeBroadcastStrategy strategy)
Adds an ontology change listener, which listens to ontology changes.
|
void |
OWLOntologyManager.setDefaultChangeBroadcastStrategy(OWLOntologyChangeBroadcastStrategy strategy)
Sets the default strategy that is used to broadcast ontology changes.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.