Uses of Interface
org.semanticweb.owl.model.OWLOntologyChangeBroadcastStrategy

Packages that use OWLOntologyChangeBroadcastStrategy
org.semanticweb.owl.model   
uk.ac.manchester.cs.owl   
 

Uses of OWLOntologyChangeBroadcastStrategy in org.semanticweb.owl.model
 

Classes in org.semanticweb.owl.model that implement OWLOntologyChangeBroadcastStrategy
 class DefaultChangeBroadcastStrategy
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 20-Nov-2006

A change broadcast strategy that simple broadcasts all changes made to all ontologies.
 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.
 

Methods in org.semanticweb.owl.model with parameters of type OWLOntologyChangeBroadcastStrategy
 void OWLOntologyManager.addOntologyChangeListener(OWLOntologyChangeListener listener, OWLOntologyChangeBroadcastStrategy strategy)
          Adds an ontology change listener, which listens to ontology changes.
 

Uses of OWLOntologyChangeBroadcastStrategy in uk.ac.manchester.cs.owl
 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLOntologyChangeBroadcastStrategy
 void OWLOntologyManagerImpl.addOntologyChangeListener(OWLOntologyChangeListener listener, OWLOntologyChangeBroadcastStrategy strategy)