public class SpecificOntologyChangeBroadcastStrategy extends Object implements OWLOntologyChangeBroadcastStrategy
| Constructor and Description |
|---|
SpecificOntologyChangeBroadcastStrategy(OWLOntology ontology)
Constructs a change broadcast strategy which only causes changes that
have been applied to the specific ontology to be broadcast.
|
| Modifier and Type | Method and Description |
|---|---|
void |
broadcastChanges(OWLOntologyChangeListener listener,
List<? extends OWLOntologyChange> changes)
Broadcasts the list of changes to the specified listeners.
|
public SpecificOntologyChangeBroadcastStrategy(OWLOntology ontology)
ontology - The ontology.public void broadcastChanges(OWLOntologyChangeListener listener, List<? extends OWLOntologyChange> changes)
OWLOntologyChangeBroadcastStrategybroadcastChanges in interface OWLOntologyChangeBroadcastStrategylistener - The listeners that the changes should be broadcast tochanges - The changes to be broadcast.Copyright © 2018 The University of Manchester. All rights reserved.