org.semanticweb.owlapi.metrics
Class ReferencedIndividualCount

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.ReferencedIndividualCount
All Implemented Interfaces:
OWLMetric<java.lang.Integer>, OWLOntologyChangeListener

public class ReferencedIndividualCount
extends ObjectCountMetric

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


Constructor Summary
ReferencedIndividualCount(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

ReferencedIndividualCount

public ReferencedIndividualCount(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