|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.semanticweb.owl.model.SpecificOntologyChangeBroadcastStrategy
public class SpecificOntologyChangeBroadcastStrategy
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 20-Nov-2006
A change broadcast strategy that broadcasts changes that have been applied to a
specific ontology.
Constructor Summary | |
---|---|
SpecificOntologyChangeBroadcastStrategy(OWLOntology ontology)
Constructs a change broadcast strategy which only causes changes that have been applied to the specific ontology to be broadcast. |
Method Summary | |
---|---|
void |
broadcastChanges(OWLOntologyChangeListener listener,
java.util.List<? extends OWLOntologyChange> changes)
Broadcasts the list of changes to the specified listeners. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpecificOntologyChangeBroadcastStrategy(OWLOntology ontology)
ontology
- The ontology.Method Detail |
---|
public void broadcastChanges(OWLOntologyChangeListener listener, java.util.List<? extends OWLOntologyChange> changes) throws java.lang.Exception
OWLOntologyChangeBroadcastStrategy
broadcastChanges
in interface OWLOntologyChangeBroadcastStrategy
listener
- The listeners that the changes should be broadcast tochanges
- The changes to be broadcast.
OWLException
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |