org.semanticweb.owl.util
Class InferredIndividualAxiomGenerator<A extends OWLIndividualAxiom>

java.lang.Object
  extended by org.semanticweb.owl.util.InferredEntityAxiomGenerator<OWLIndividual,A>
      extended by org.semanticweb.owl.util.InferredIndividualAxiomGenerator<A>
All Implemented Interfaces:
InferredAxiomGenerator<A>
Direct Known Subclasses:
InferredClassAssertionAxiomGenerator, InferredPropertyAssertionGenerator

public abstract class InferredIndividualAxiomGenerator<A extends OWLIndividualAxiom>
extends InferredEntityAxiomGenerator<OWLIndividual,A>

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


Constructor Summary
InferredIndividualAxiomGenerator()
           
 
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

InferredIndividualAxiomGenerator

public InferredIndividualAxiomGenerator()