org.semanticweb.owlapi.util
Class InferredIndividualAxiomGenerator<A extends OWLIndividualAxiom>

java.lang.Object
  extended by org.semanticweb.owlapi.util.InferredEntityAxiomGenerator<OWLNamedIndividual,A>
      extended by org.semanticweb.owlapi.util.InferredIndividualAxiomGenerator<A>
All Implemented Interfaces:
InferredAxiomGenerator<A>
Direct Known Subclasses:
InferredClassAssertionAxiomGenerator, InferredPropertyAssertionGenerator

public abstract class InferredIndividualAxiomGenerator<A extends OWLIndividualAxiom>
extends InferredEntityAxiomGenerator<OWLNamedIndividual,A>

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


Constructor Summary
InferredIndividualAxiomGenerator()
           
 
Method Summary
protected  java.util.Set<OWLNamedIndividual> 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

InferredIndividualAxiomGenerator

public InferredIndividualAxiomGenerator()
Method Detail

getEntities

protected java.util.Set<OWLNamedIndividual> 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<OWLNamedIndividual,A extends OWLIndividualAxiom>
Parameters:
ont - The ontology from which entities are to be retrieved.
Returns:
A set of entities.