org.semanticweb.owl.metrics
Class ReferencedDataPropertyCount

java.lang.Object
  extended by org.semanticweb.owl.metrics.AbstractOWLMetric<java.lang.Integer>
      extended by org.semanticweb.owl.metrics.IntegerValuedMetric
          extended by org.semanticweb.owl.metrics.ObjectCountMetric
              extended by org.semanticweb.owl.metrics.ReferencedDataPropertyCount
All Implemented Interfaces:
OWLMetric<java.lang.Integer>, OWLOntologyChangeListener

public class ReferencedDataPropertyCount
extends ObjectCountMetric

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


Constructor Summary
ReferencedDataPropertyCount(OWLOntologyManager owlOntologyManager)
           
 
Method Summary
 
Methods inherited from class org.semanticweb.owl.metrics.ObjectCountMetric
getName, 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

ReferencedDataPropertyCount

public ReferencedDataPropertyCount(OWLOntologyManager owlOntologyManager)