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

Packages that use OWLOntologyChangeListener
com.clarkparsia.explanation.util   
org.semanticweb.owl.inference   
org.semanticweb.owl.metrics   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.inference.dig11   
 

Uses of OWLOntologyChangeListener in com.clarkparsia.explanation.util
 

Classes in com.clarkparsia.explanation.util that implement OWLOntologyChangeListener
 class DefinitionTracker
           Title:
 

Uses of OWLOntologyChangeListener in org.semanticweb.owl.inference
 

Classes in org.semanticweb.owl.inference that implement OWLOntologyChangeListener
 class MonitorableOWLReasonerAdapter
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Mar-2007

 class OWLReasonerAdapter
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Mar-2007

 

Uses of OWLOntologyChangeListener in org.semanticweb.owl.metrics
 

Classes in org.semanticweb.owl.metrics that implement OWLOntologyChangeListener
 class AbstractOWLMetric<M>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class AverageAssertedNamedSuperclassCount
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class AxiomCount
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class AxiomCountMetric
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 20-Dec-2007

 class AxiomTypeMetric
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class DLExpressivity
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class DoubleValuedMetric
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class GCICount
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class HiddenGCICount
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Aug-2007

Counts the number of "hidden" GCIs in an ontology imports closure.
 class ImportClosureSize
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Jan-2008

 class IntegerValuedMetric
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

An OWLMetric that returns an integer value
 class LogicalAxiomCount
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class MaximumNumberOfNamedSuperclasses
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class NumberOfClassesWithMultipleInheritance
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class ObjectCountMetric<E>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class ReferencedClassCount
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class ReferencedDataPropertyCount
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class ReferencedIndividualCount
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class ReferencedObjectPropertyCount
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 class UnsatisfiableClassCountMetric
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Jan-2008

 

Uses of OWLOntologyChangeListener in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model with parameters of type OWLOntologyChangeListener
 void OWLOntologyManager.addOntologyChangeListener(OWLOntologyChangeListener listener)
          Adds an ontology change listener, which listens to all changes for all ontologies.
 void OWLOntologyManager.addOntologyChangeListener(OWLOntologyChangeListener listener, OWLOntologyChangeBroadcastStrategy strategy)
          Adds an ontology change listener, which listens to ontology changes.
 void SpecificOntologyChangeBroadcastStrategy.broadcastChanges(OWLOntologyChangeListener listener, java.util.List<? extends OWLOntologyChange> changes)
           
 void OWLOntologyChangeBroadcastStrategy.broadcastChanges(OWLOntologyChangeListener listener, java.util.List<? extends OWLOntologyChange> changes)
          Broadcasts the list of changes to the specified listeners.
 void DefaultChangeBroadcastStrategy.broadcastChanges(OWLOntologyChangeListener listener, java.util.List<? extends OWLOntologyChange> changes)
           
 void OWLOntologyManager.removeOntologyChangeListener(OWLOntologyChangeListener listener)
          Removes a previously added listener.
 

Uses of OWLOntologyChangeListener in org.semanticweb.owl.util
 

Classes in org.semanticweb.owl.util that implement OWLOntologyChangeListener
 class FilteringOWLOntologyChangeListener
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Dec-2006

Incorporates a listener into an OWLOntologyChangeFilter.
 class OWLEntityCollectingOntologyChangeListener
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Feb-2007

A convenience class which is an ontology change listener which collects the entities which are referenced in a set of ontology changes.

 

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

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

Uses of OWLOntologyChangeListener in uk.ac.manchester.cs.owl.inference.dig11
 

Classes in uk.ac.manchester.cs.owl.inference.dig11 that implement OWLOntologyChangeListener
 class DIGReasoner
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 21-Nov-2006

A DIG reasoner supports queries about classes and individual.