Uses of Interface
oor.model.OntologyLanguage

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

Uses of OntologyLanguage in oor.impl
 

Methods in oor.impl that return OntologyLanguage
abstract  OntologyLanguage BaseContent.getLanguage()
           
 

Uses of OntologyLanguage in oor.model
 

Methods in oor.model that return OntologyLanguage
 OntologyLanguage Content.getLanguage()
          Return the language used to represent this content.
 

Uses of OntologyLanguage in oor.modules.lang
 

Classes in oor.modules.lang that implement OntologyLanguage
 class CLIF
          Common Logic Interchange Format (CLIF).
 class CommonLogic
          ISO 24707 Common Logic.
 class OWL
          W3C OWL Web Ontology Language or RDF Schema.
 class RDFXML
          W3C OWL Web Ontology Language or RDF Schema represented using RDF/XML.