org.semanticweb.owlapi.metrics
Class LogicalAxiomCount

java.lang.Object
  extended by org.semanticweb.owlapi.metrics.AbstractOWLMetric<java.lang.Integer>
      extended by org.semanticweb.owlapi.metrics.IntegerValuedMetric
          extended by org.semanticweb.owlapi.metrics.ObjectCountMetric<OWLAxiom>
              extended by org.semanticweb.owlapi.metrics.AxiomCountMetric
                  extended by org.semanticweb.owlapi.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
protected  java.util.Set<? extends OWLAxiom> getObjects(OWLOntology ont)
           
protected  java.lang.String getObjectTypeName()
           
 
Methods inherited from class org.semanticweb.owlapi.metrics.AxiomCountMetric
getAxioms
 
Methods inherited from class org.semanticweb.owlapi.metrics.ObjectCountMetric
disposeMetric, getName, getObjects, isMetricInvalidated, recomputeMetric
 
Methods inherited from class org.semanticweb.owlapi.metrics.AbstractOWLMetric
dispose, getManager, getOntologies, getOntology, getValue, isImportsClosureUsed, ontologiesChanged, setImportsClosureUsed, setOntology, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogicalAxiomCount

public LogicalAxiomCount(OWLOntologyManager owlOntologyManager)
Method Detail

getObjectTypeName

protected java.lang.String getObjectTypeName()
Specified by:
getObjectTypeName in class ObjectCountMetric<OWLAxiom>

getObjects

protected java.util.Set<? extends OWLAxiom> getObjects(OWLOntology ont)
Specified by:
getObjects in class ObjectCountMetric<OWLAxiom>