org.semanticweb.owl.metrics
Class AverageAssertedNamedSuperclassCount
java.lang.Object
org.semanticweb.owl.metrics.AbstractOWLMetric<java.lang.Double>
org.semanticweb.owl.metrics.DoubleValuedMetric
org.semanticweb.owl.metrics.AverageAssertedNamedSuperclassCount
- All Implemented Interfaces:
- OWLMetric<java.lang.Double>, OWLOntologyChangeListener
public class AverageAssertedNamedSuperclassCount
- extends DoubleValuedMetric
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
Method Summary |
java.lang.String |
getName()
Gets the human readable name of this metic |
java.lang.Double |
recomputeMetric()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AverageAssertedNamedSuperclassCount
public AverageAssertedNamedSuperclassCount(OWLOntologyManager owlOntologyManager)
getName
public java.lang.String getName()
- Description copied from interface:
OWLMetric
- Gets the human readable name of this metic
- Returns:
- A label which represents the human readable name of
this metric.
recomputeMetric
public java.lang.Double recomputeMetric()