org.semanticweb.owl.util
Class InferredClassAssertionAxiomGenerator

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

public class InferredClassAssertionAxiomGenerator
extends InferredIndividualAxiomGenerator<OWLClassAssertionAxiom>

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

Generates OWLClassAssertionsAxioms for inferred individual types.


Constructor Summary
InferredClassAssertionAxiomGenerator()
           
 
Method Summary
 java.lang.String getLabel()
           
 
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
 

Constructor Detail

InferredClassAssertionAxiomGenerator

public InferredClassAssertionAxiomGenerator()
Method Detail

getLabel

public java.lang.String getLabel()