org.semanticweb.owl.metrics
Class ReferencedClassCount

java.lang.Object
  extended by org.semanticweb.owl.metrics.AbstractOWLMetric<java.lang.Integer>
      extended by org.semanticweb.owl.metrics.IntegerValuedMetric
          extended by org.semanticweb.owl.metrics.ObjectCountMetric
              extended by org.semanticweb.owl.metrics.ReferencedClassCount
All Implemented Interfaces:
OWLMetric<java.lang.Integer>, OWLOntologyChangeListener

public class ReferencedClassCount
extends ObjectCountMetric

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


Constructor Summary
ReferencedClassCount(OWLOntologyManager owlOntologyManager)
           
 
Method Summary
 
Methods inherited from class org.semanticweb.owl.metrics.ObjectCountMetric
getName, recomputeMetric
 
Methods inherited from class org.semanticweb.owl.metrics.AbstractOWLMetric
dispose, getManager, getOntologies, getOntology, getValue, isImportsClosureUsed, ontologiesChanged, setImportsClosureUsed, setOntology, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferencedClassCount

public ReferencedClassCount(OWLOntologyManager owlOntologyManager)