org.semanticweb.owl.util
Class InferredObjectPropertyAxiomGenerator<A extends OWLObjectPropertyAxiom>

java.lang.Object
  extended by org.semanticweb.owl.util.InferredEntityAxiomGenerator<OWLObjectProperty,A>
      extended by org.semanticweb.owl.util.InferredObjectPropertyAxiomGenerator<A>
All Implemented Interfaces:
InferredAxiomGenerator<A>
Direct Known Subclasses:
InferredEquivalentObjectPropertyAxiomGenerator, InferredInverseObjectPropertiesAxiomGenerator, InferredObjectPropertyCharacteristicAxiomGenerator, InferredSubObjectPropertyAxiomGenerator

public abstract class InferredObjectPropertyAxiomGenerator<A extends OWLObjectPropertyAxiom>
extends InferredEntityAxiomGenerator<OWLObjectProperty,A>

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


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

InferredObjectPropertyAxiomGenerator

public InferredObjectPropertyAxiomGenerator()