org.semanticweb.owlapi.metrics
Class AxiomCountMetric

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
All Implemented Interfaces:
OWLMetric<java.lang.Integer>, OWLOntologyChangeListener
Direct Known Subclasses:
AxiomCount, AxiomTypeMetric, GCICount, LogicalAxiomCount

public abstract class AxiomCountMetric
extends ObjectCountMetric<OWLAxiom>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 20-Dec-2007


Constructor Summary
AxiomCountMetric(OWLOntologyManager owlOntologyManager)
           
 
Method Summary
 java.util.Set<? extends OWLAxiom> getAxioms()
           
 
Methods inherited from class org.semanticweb.owlapi.metrics.ObjectCountMetric
disposeMetric, getName, getObjects, getObjects, getObjectTypeName, 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

AxiomCountMetric

public AxiomCountMetric(OWLOntologyManager owlOntologyManager)
Method Detail

getAxioms

public java.util.Set<? extends OWLAxiom> getAxioms()