org.semanticweb.owl.metrics
Class HiddenGCICount
java.lang.Object
  
org.semanticweb.owl.metrics.AbstractOWLMetric<java.lang.Integer>
      
org.semanticweb.owl.metrics.IntegerValuedMetric
          
org.semanticweb.owl.metrics.HiddenGCICount
- All Implemented Interfaces: 
 - OWLMetric<java.lang.Integer>, OWLOntologyChangeListener
 
public class HiddenGCICount
- extends IntegerValuedMetric
 
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 13-Aug-2007
 Counts the number of "hidden" GCIs in an ontology imports
 closure.  A GCI is regarded to be a "hidden" GCI if it is
 essentially introduce via an equivalent class axiom and a
 subclass axioms where the LHS of the subclass axiom is nameed.
 For example, A equivalentTo p some C, A subClassOf B results
 in a "hidden" GCI.
 
| 
Method Summary | 
 java.lang.String | 
getName()
 
          Gets the human readable name of this metic | 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
HiddenGCICount
public HiddenGCICount(OWLOntologyManager owlOntologyManager)
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.