Class OWLMetricManager

java.lang.Object
org.semanticweb.owlapi.metrics.OWLMetricManager

public class OWLMetricManager extends Object
Since:
2.1.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • Constructor Details

    • OWLMetricManager

      public OWLMetricManager(List<OWLMetric<?>> metrics)
      Instantiates a new OWL metric manager.
      Parameters:
      metrics - the metrics to use
  • Method Details

    • setOntology

      public void setOntology(OWLOntology ontology)
      Parameters:
      ontology - the ontology to measure
    • getMetrics

      public List<OWLMetric<?>> getMetrics()
      Returns:
      the metrics
    • toString

      public String toString()
      Overrides:
      toString in class Object