Package org.semanticweb.owlapi.metrics
Class AverageAssertedNamedSuperclassCount
java.lang.Object
org.semanticweb.owlapi.metrics.AbstractOWLMetric<Double>
org.semanticweb.owlapi.metrics.DoubleValuedMetric
org.semanticweb.owlapi.metrics.AverageAssertedNamedSuperclassCount
- All Implemented Interfaces:
OWLMetric<Double>
,OWLOntologyChangeListener
- Since:
- 2.1.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new average asserted named superclass count. -
Method Summary
Methods inherited from class org.semanticweb.owlapi.metrics.AbstractOWLMetric
dispose, getManager, getOntologies, getOntology, getValue, isImportsClosureUsed, ontologiesChanged, setImportsClosureUsed, setOntology, toString
-
Constructor Details
-
AverageAssertedNamedSuperclassCount
Instantiates a new average asserted named superclass count.- Parameters:
o
- ontology to use
-
-
Method Details
-
getName
Description copied from interface:OWLMetric
Gets the human readable name of this metric.- Returns:
- A label which represents the human readable name of this metric.
-
recomputeMetric
-