Class ObjectCountMetric<E>

Type Parameters:
E - the entity type
All Implemented Interfaces:
OWLMetric<Integer>, OWLOntologyChangeListener
Direct Known Subclasses:
AxiomCountMetric, ReferencedClassCount, ReferencedDataPropertyCount, ReferencedIndividualCount, ReferencedObjectPropertyCount

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

    • ObjectCountMetric

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

    • getName

      public String 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

      public Integer recomputeMetric()