Uses of Interface
oor.model.Ontology

Packages that use Ontology
oor.impl Non-module implementation classes. 
oor.model Interfaces used by the OOR. 
oor.modules.lang Ontology language modules. 
 

Uses of Ontology in oor.impl
 

Classes in oor.impl that implement Ontology
 class BaseOntology
          Base implementation for ontologies.
 

Uses of Ontology in oor.model
 

Methods in oor.model that return Ontology
 Ontology OntologyLanguage.createOntology()
          Create an empty ontology.
 Ontology Mapping.getFromOntology()
          Return the source ontology.
 Ontology Term.getOntology()
          Return the ontology containing this term.
 Ontology Mapping.getToOntology()
          Return the destination ontology.
 Ontology OntologyLanguage.parse(java.lang.String string)
          Parse a string to create an ontology.
 Ontology OntologyLanguage.parse(java.net.URI uri)
          Parse the content at the specified URI to create an ontology.
 

Uses of Ontology in oor.modules.lang
 

Methods in oor.modules.lang that return Ontology
 Ontology RDFXML.createOntology()
           
 Ontology OWL.createOntology()
           
 Ontology CommonLogic.createOntology()
           
 Ontology CLIF.createOntology()
           
 Ontology RDFXML.parse(java.lang.String string)
           
 Ontology OWL.parse(java.lang.String string)
           
 Ontology CommonLogic.parse(java.lang.String string)
           
 Ontology CLIF.parse(java.lang.String string)
           
 Ontology RDFXML.parse(java.net.URI uri)
           
 Ontology OWL.parse(java.net.URI uri)
           
 Ontology CommonLogic.parse(java.net.URI uri)
           
 Ontology CLIF.parse(java.net.URI uri)