A
- the axiom typepublic abstract class InferredIndividualAxiomGenerator<A extends OWLIndividualAxiom> extends InferredEntityAxiomGenerator<OWLNamedIndividual,A>
Constructor and Description |
---|
InferredIndividualAxiomGenerator() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<OWLNamedIndividual> |
getEntities(OWLOntology ont)
Gets the entities from the specified ontology that this generator processes
|
addAxioms, createAxioms, getAllEntities, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLabel
protected java.util.Set<OWLNamedIndividual> getEntities(OWLOntology ont)
InferredEntityAxiomGenerator
getEntities
in class InferredEntityAxiomGenerator<OWLNamedIndividual,A extends OWLIndividualAxiom>
ont
- The ontology from which entities are to be retrieved.