org.semanticweb.owl.metrics
Class DLExpressivity

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

public class DLExpressivity
extends AbstractOWLMetric<java.lang.String>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007


Constructor Summary
DLExpressivity(OWLOntologyManager owlOntologyManager)
           
 
Method Summary
 java.lang.String getName()
          Gets the human readable name of this metic
 java.lang.String recomputeMetric()
           
 
Methods inherited from class org.semanticweb.owl.metrics.AbstractOWLMetric
dispose, getManager, getOntologies, getOntology, getValue, isImportsClosureUsed, ontologiesChanged, setImportsClosureUsed, setOntology, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DLExpressivity

public DLExpressivity(OWLOntologyManager owlOntologyManager)
Method Detail

recomputeMetric

public java.lang.String recomputeMetric()

getName

public java.lang.String getName()
Description copied from interface: OWLMetric
Gets the human readable name of this metic

Returns:
A label which represents the human readable name of this metric.