org.semanticweb.owlapi.metrics
Class IntegerValuedMetric

java.lang.Object
  extended by org.semanticweb.owlapi.metrics.AbstractOWLMetric<java.lang.Integer>
      extended by org.semanticweb.owlapi.metrics.IntegerValuedMetric
All Implemented Interfaces:
OWLMetric<java.lang.Integer>, OWLOntologyChangeListener
Direct Known Subclasses:
HiddenGCICount, ImportClosureSize, MaximumNumberOfNamedSuperclasses, NumberOfClassesWithMultipleInheritance, ObjectCountMetric, UnsatisfiableClassCountMetric

public abstract class IntegerValuedMetric
extends AbstractOWLMetric<java.lang.Integer>

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

An OWLMetric that returns an integer value


Constructor Summary
protected IntegerValuedMetric(OWLOntologyManager owlOntologyManager)
           
 
Method Summary
 
Methods inherited from class org.semanticweb.owlapi.metrics.AbstractOWLMetric
dispose, disposeMetric, getManager, getOntologies, getOntology, getValue, isImportsClosureUsed, isMetricInvalidated, ontologiesChanged, recomputeMetric, setImportsClosureUsed, setOntology, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owlapi.metrics.OWLMetric
getName
 

Constructor Detail

IntegerValuedMetric

protected IntegerValuedMetric(OWLOntologyManager owlOntologyManager)