Class AxiomCountMetric

All Implemented Interfaces:
OWLMetric<Integer>, OWLOntologyChangeListener
Direct Known Subclasses:
AxiomTypeMetric, GCICount, LogicalAxiomCount

public abstract class AxiomCountMetric extends ObjectCountMetric<OWLAxiom>
Since:
2.2.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • Constructor Details

    • AxiomCountMetric

      public AxiomCountMetric(OWLOntology o)
      Instantiates a new axiom count metric.
      Parameters:
      o - ontology to use
  • Method Details

    • getAxioms

      public Set<OWLAxiom> getAxioms()
      Gets the axioms.
      Returns:
      the set of axioms