org.semanticweb.owlapi.metrics
Class AxiomTypeMetric

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

public class AxiomTypeMetric
extends AxiomCountMetric

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


Constructor Summary
AxiomTypeMetric(OWLOntologyManager owlOntologyManager, AxiomType axiomType)
           
 
Method Summary
 AxiomType getAxiomType()
           
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

AxiomTypeMetric

public AxiomTypeMetric(OWLOntologyManager owlOntologyManager,
                       AxiomType axiomType)
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>

getAxiomType

public AxiomType getAxiomType()