org.semanticweb.owlapi.metrics
Class DoubleValuedMetric

java.lang.Object
  extended by org.semanticweb.owlapi.metrics.AbstractOWLMetric<java.lang.Double>
      extended by org.semanticweb.owlapi.metrics.DoubleValuedMetric
All Implemented Interfaces:
OWLMetric<java.lang.Double>, OWLOntologyChangeListener
Direct Known Subclasses:
AverageAssertedNamedSuperclassCount

public abstract class DoubleValuedMetric
extends AbstractOWLMetric<java.lang.Double>

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


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

DoubleValuedMetric

public DoubleValuedMetric(OWLOntologyManager owlOntologyManager)