org.semanticweb.owl.util
Class InferredDataPropertyAxiomGenerator<A extends OWLDataPropertyAxiom>

java.lang.Object
  extended by org.semanticweb.owl.util.InferredEntityAxiomGenerator<OWLDataProperty,A>
      extended by org.semanticweb.owl.util.InferredDataPropertyAxiomGenerator<A>
All Implemented Interfaces:
InferredAxiomGenerator<A>
Direct Known Subclasses:
InferredDataPropertyCharacteristicAxiomGenerator, InferredEquivalentDataPropertiesAxiomGenerator, InferredSubDataPropertyAxiomGenerator

public abstract class InferredDataPropertyAxiomGenerator<A extends OWLDataPropertyAxiom>
extends InferredEntityAxiomGenerator<OWLDataProperty,A>

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


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

InferredDataPropertyAxiomGenerator

public InferredDataPropertyAxiomGenerator()