Package org.semanticweb.owlapi.metrics
Class AxiomCountMetric
java.lang.Object
org.semanticweb.owlapi.metrics.AbstractOWLMetric<Integer>
org.semanticweb.owlapi.metrics.IntegerValuedMetric
org.semanticweb.owlapi.metrics.ObjectCountMetric<OWLAxiom>
org.semanticweb.owlapi.metrics.AxiomCountMetric
- All Implemented Interfaces:
OWLMetric<Integer>
,OWLOntologyChangeListener
- Direct Known Subclasses:
AxiomTypeMetric
,GCICount
,LogicalAxiomCount
- Since:
- 2.2.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.ObjectCountMetric
getName, recomputeMetric
Methods inherited from class org.semanticweb.owlapi.metrics.AbstractOWLMetric
dispose, getManager, getOntologies, getOntology, getValue, isImportsClosureUsed, ontologiesChanged, setImportsClosureUsed, setOntology, toString
-
Constructor Details
-
AxiomCountMetric
Instantiates a new axiom count metric.- Parameters:
o
- ontology to use
-
-
Method Details
-
getAxioms
Gets the axioms.- Returns:
- the set of axioms
-