Class DLExpressivity

java.lang.Object
org.semanticweb.owlapi.metrics.AbstractOWLMetric<String>
org.semanticweb.owlapi.metrics.DLExpressivity
All Implemented Interfaces:
OWLMetric<String>, OWLOntologyChangeListener

public class DLExpressivity extends AbstractOWLMetric<String>
Since:
2.1.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • Constructor Details

    • DLExpressivity

      public DLExpressivity(OWLOntology o)
      Parameters:
      o - ontology to use
  • Method Details

    • recomputeMetric

      public String recomputeMetric()
    • 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.