Package org.semanticweb.owlapi.metrics
Class DoubleValuedMetric
java.lang.Object
org.semanticweb.owlapi.metrics.AbstractOWLMetric<Double>
org.semanticweb.owlapi.metrics.DoubleValuedMetric
- All Implemented Interfaces:
OWLMetric<Double>
,OWLOntologyChangeListener
- Direct Known Subclasses:
AverageAssertedNamedSuperclassCount
- Since:
- 2.1.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.semanticweb.owlapi.metrics.AbstractOWLMetric
dispose, getManager, getOntologies, getOntology, getValue, isImportsClosureUsed, ontologiesChanged, setImportsClosureUsed, setOntology, toString
-
Constructor Details
-
DoubleValuedMetric
Instantiates a new double valued metric.- Parameters:
o
- ontology to use
-