Class InferredClassAxiomGenerator<A extends OWLClassAxiom>

java.lang.Object
org.semanticweb.owlapi.util.InferredEntityAxiomGenerator<OWLClass,A>
org.semanticweb.owlapi.util.InferredClassAxiomGenerator<A>
Type Parameters:
A - the axiom type
All Implemented Interfaces:
InferredAxiomGenerator<A>
Direct Known Subclasses:
InferredDisjointClassesAxiomGenerator, InferredEquivalentClassAxiomGenerator, InferredSubClassAxiomGenerator

public abstract class InferredClassAxiomGenerator<A extends OWLClassAxiom> extends InferredEntityAxiomGenerator<OWLClass,A>
Since:
2.1.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • Constructor Details

    • InferredClassAxiomGenerator

      public InferredClassAxiomGenerator()