org.semanticweb.owl.metrics
Class LogicalAxiomCount

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<OWLAxiom>
              extended by org.semanticweb.owl.metrics.AxiomCountMetric
                  extended by org.semanticweb.owl.metrics.LogicalAxiomCount
All Implemented Interfaces:
OWLMetric<java.lang.Integer>, OWLOntologyChangeListener

public class LogicalAxiomCount
extends AxiomCountMetric

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


Constructor Summary
LogicalAxiomCount(OWLOntologyManager owlOntologyManager)
           
 
Method Summary
 
Methods inherited from class org.semanticweb.owl.metrics.AxiomCountMetric
getAxioms
 
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

LogicalAxiomCount

public LogicalAxiomCount(OWLOntologyManager owlOntologyManager)