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

java.lang.Object
  extended by org.semanticweb.owlapi.util.InferredEntityAxiomGenerator<OWLObjectProperty,A>
      extended by org.semanticweb.owlapi.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
protected  java.util.Set<OWLObjectProperty> 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

InferredObjectPropertyAxiomGenerator

public InferredObjectPropertyAxiomGenerator()
Method Detail

getEntities

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