org.semanticweb.owlapi.metrics
Class ReferencedClassCount

java.lang.Object
  extended by org.semanticweb.owlapi.metrics.AbstractOWLMetric<java.lang.Integer>
      extended by org.semanticweb.owlapi.metrics.IntegerValuedMetric
          extended by org.semanticweb.owlapi.metrics.ObjectCountMetric
              extended by org.semanticweb.owlapi.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
protected  java.util.Set getObjects(OWLOntology ont)
           
protected  java.lang.String getObjectTypeName()
           
 
Methods inherited from class org.semanticweb.owlapi.metrics.ObjectCountMetric
disposeMetric, getName, getObjects, isMetricInvalidated, recomputeMetric
 
Methods inherited from class org.semanticweb.owlapi.metrics.AbstractOWLMetric
dispose, getManager, getOntologies, getOntology, getValue, isImportsClosureUsed, ontologiesChanged, setImportsClosureUsed, setOntology, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferencedClassCount

public ReferencedClassCount(OWLOntologyManager owlOntologyManager)
Method Detail

getObjectTypeName

protected java.lang.String getObjectTypeName()
Specified by:
getObjectTypeName in class ObjectCountMetric

getObjects

protected java.util.Set getObjects(OWLOntology ont)
Specified by:
getObjects in class ObjectCountMetric