Package org.semanticweb.owlapi.metrics
Class LogicalAxiomCount
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
org.semanticweb.owlapi.metrics.LogicalAxiomCount
- All Implemented Interfaces:
OWLMetric<Integer>
,OWLOntologyChangeListener
- 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.AxiomCountMetric
getAxioms
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
-
LogicalAxiomCount
Instantiates a new logical axiom count.- Parameters:
o
- ontology to use
-