Class SpecificOntologyChangeBroadcastStrategy

java.lang.Object
org.semanticweb.owlapi.model.SpecificOntologyChangeBroadcastStrategy
All Implemented Interfaces:
Serializable, OWLOntologyChangeBroadcastStrategy

public class SpecificOntologyChangeBroadcastStrategy extends Object implements OWLOntologyChangeBroadcastStrategy
A change broadcast strategy that broadcasts changes that have been applied to a specific ontology.
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
See Also:
  • Constructor Details

    • SpecificOntologyChangeBroadcastStrategy

      public SpecificOntologyChangeBroadcastStrategy(OWLOntology ontology)
      Constructs a change broadcast strategy which only causes changes that have been applied to the specific ontology to be broadcast.
      Parameters:
      ontology - The ontology.
  • Method Details