org.semanticweb.owl.model
Interface OWLOntologyObject

All Known Subinterfaces:
OWLAnnotationProperty, OWLClass, OWLClassAxiom, OWLDataProperty, OWLDataPropertyInstance, OWLDifferentIndividualsAxiom, OWLDisjointClassesAxiom, OWLEntity, OWLEquivalentClassesAxiom, OWLEquivalentPropertiesAxiom, OWLIndividual, OWLIndividualAxiom, OWLObjectProperty, OWLObjectPropertyInstance, OWLProperty, OWLPropertyAxiom, OWLPropertyInstance, OWLSameIndividualsAxiom, OWLSubClassAxiom, OWLSubPropertyAxiom
All Known Implementing Classes:
OWLAnnotationPropertyImpl, OWLClassAxiomImpl, OWLClassImpl, OWLDataPropertyImpl, OWLDifferentIndividualsAxiomImpl, OWLDisjointClassesAxiomImpl, OWLEntityImpl, OWLEquivalentClassesAxiomImpl, OWLEquivalentPropertiesAxiomImpl, OWLIndividualAxiomImpl, OWLIndividualImpl, OWLObjectPropertyImpl, OWLPropertyAxiomImpl, OWLPropertyImpl, OWLSameIndividualsAxiomImpl, OWLSubClassAxiomImpl, OWLSubPropertyAxiomImpl

public interface OWLOntologyObject

An OWLOntologyObject knows about the ontology from which it came. Sub interfaces of this interface include all the various names entities that may occur in ontologies along with axioms.

Version:
$Id: OWLOntologyObject.java,v 1.1.1.1 2003/10/14 17:10:09 sean_bechhofer Exp $

Method Summary
 Set getOntologies()
          Returns the collection of ontologies that this object is known to occur in.
 

Method Detail

getOntologies

public Set getOntologies()
                  throws OWLException
Returns the collection of ontologies that this object is known to occur in.

Returns:
a Set value
OWLException


WonderWeb