org.semanticweb.owlapi.util
Class InferredClassAxiomGenerator<A extends OWLClassAxiom>

java.lang.Object
  extended by org.semanticweb.owlapi.util.InferredEntityAxiomGenerator<OWLClass,A>
      extended by org.semanticweb.owlapi.util.InferredClassAxiomGenerator<A>
All Implemented Interfaces:
InferredAxiomGenerator<A>
Direct Known Subclasses:
InferredDisjointClassesAxiomGenerator, InferredEquivalentClassAxiomGenerator, InferredSubClassAxiomGenerator

public abstract class InferredClassAxiomGenerator<A extends OWLClassAxiom>
extends InferredEntityAxiomGenerator<OWLClass,A>

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


Constructor Summary
InferredClassAxiomGenerator()
           
 
Method Summary
protected  java.util.Set<OWLClass> getEntities(OWLOntology ont)
          Gets the entities from the specified ontology that this generator processes
 
Methods inherited from class org.semanticweb.owlapi.util.InferredEntityAxiomGenerator
addAxioms, createAxioms, getAllEntities, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owlapi.util.InferredAxiomGenerator
getLabel
 

Constructor Detail

InferredClassAxiomGenerator

public InferredClassAxiomGenerator()
Method Detail

getEntities

protected java.util.Set<OWLClass> getEntities(OWLOntology ont)
Description copied from class: InferredEntityAxiomGenerator
Gets the entities from the specified ontology that this generator processes

Specified by:
getEntities in class InferredEntityAxiomGenerator<OWLClass,A extends OWLClassAxiom>
Parameters:
ont - The ontology from which entities are to be retrieved.
Returns:
A set of entities.