org.semanticweb.owlapi.metrics
Class AxiomCount

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.AxiomCount
All Implemented Interfaces:
OWLMetric<java.lang.Integer>, OWLOntologyChangeListener

public class AxiomCount
extends AxiomCountMetric

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


Constructor Summary
AxiomCount(OWLOntologyManager owlOntologyManager)
           
 
Method Summary
 java.util.Set<? extends OWLAxiom> getAxioms()
           
protected  java.util.Set<? extends OWLAxiom> getObjects(OWLOntology ont)
           
protected  java.lang.String getObjectTypeName()
           
 
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

AxiomCount

public AxiomCount(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>

getAxioms

public java.util.Set<? extends OWLAxiom> getAxioms()
Overrides:
getAxioms in class AxiomCountMetric