org.semanticweb.owl.util
Class InferredClassAxiomGenerator<A extends OWLClassAxiom>

java.lang.Object
  extended by org.semanticweb.owl.util.InferredEntityAxiomGenerator<OWLClass,A>
      extended by org.semanticweb.owl.util.InferredClassAxiomGenerator<A>
All Implemented Interfaces:
InferredAxiomGenerator<A>
Direct Known Subclasses:
InferredDisjointClassesAxiomGenerator, InferredEquivalentClassAxiomGenerator, InferredSubClassAxiomGenerator

public abstract class InferredClassAxiomGenerator<A extends OWLClassAxiom>
extends InferredEntityAxiomGenerator<OWLClass,A>

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


Constructor Summary
InferredClassAxiomGenerator()
           
 
Method Summary
 
Methods inherited from class org.semanticweb.owl.util.InferredEntityAxiomGenerator
createAxioms, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owl.util.InferredAxiomGenerator
getLabel
 

Constructor Detail

InferredClassAxiomGenerator

public InferredClassAxiomGenerator()