Package org.semanticweb.owlapi.metrics
Class ObjectCountMetric<E>
java.lang.Object
org.semanticweb.owlapi.metrics.AbstractOWLMetric<Integer>
org.semanticweb.owlapi.metrics.IntegerValuedMetric
org.semanticweb.owlapi.metrics.ObjectCountMetric<E>
- Type Parameters:
E
- the entity type
- All Implemented Interfaces:
OWLMetric<Integer>
,OWLOntologyChangeListener
- Direct Known Subclasses:
AxiomCountMetric
,ReferencedClassCount
,ReferencedDataPropertyCount
,ReferencedIndividualCount
,ReferencedObjectPropertyCount
- 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
-
ObjectCountMetric
Instantiates a new object count metric.- 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
-