Uses of Package
oor.model

Packages that use oor.model
oor.impl Non-module implementation classes. 
oor.model Interfaces used by the OOR. 
oor.modules.federation Federation modules. 
oor.modules.gatekeeper Gatekeeper modules. 
oor.modules.lang Ontology language modules. 
oor.modules.mapping Ontology mapping modules. 
oor.modules.metadata Metadata vocabulary modules. 
oor.modules.registry Registry modules. 
oor.modules.repository Repository modules. 
oor.modules.ui User interface modules. 
 

Classes in oor.model used by oor.impl
Content
          Common interface for content stored in an OOR.
ContentState
          Possible states of an ontology or other OOR content during its lifecycle.
MetaData
          Metadata associated with OOR content.
Ontology
          An ontology stored or referenced by the OOR.
OntologyLanguage
          An ontology language (such as OWL or Common Logic) supported by the OOR.
OOR
          Interface to an Open Ontology Repository instantiation.
Term
          A term defined by an ontology, such as a concept, predicate, or individual.
 

Classes in oor.model used by oor.model
Content
          Common interface for content stored in an OOR.
ContentState
          Possible states of an ontology or other OOR content during its lifecycle.
MetaData
          Metadata associated with OOR content.
Module
          A software component that provides functionality to the OOR.
Ontology
          An ontology stored or referenced by the OOR.
OntologyLanguage
          An ontology language (such as OWL or Common Logic) supported by the OOR.
Registry
          A registry records metadata about an ontology without storing the ontology itself.
Term
          A term defined by an ontology, such as a concept, predicate, or individual.
TermType
          A type of term, such as owl:Class, Common Logic concept, etc.
 

Classes in oor.model used by oor.modules.federation
Federation
          A module that federates information from another registry.
Module
          A software component that provides functionality to the OOR.
Registry
          A registry records metadata about an ontology without storing the ontology itself.
 

Classes in oor.model used by oor.modules.gatekeeper
GateKeeper
          A module that checks constraints and/or restricts operations on the OOR.
Module
          A software component that provides functionality to the OOR.
 

Classes in oor.model used by oor.modules.lang
Module
          A software component that provides functionality to the OOR.
Ontology
          An ontology stored or referenced by the OOR.
OntologyLanguage
          An ontology language (such as OWL or Common Logic) supported by the OOR.
Term
          A term defined by an ontology, such as a concept, predicate, or individual.
TermType
          A type of term, such as owl:Class, Common Logic concept, etc.
 

Classes in oor.model used by oor.modules.mapping
MappingModule
          A module which performs automated or semi-automated ontology mapping.
Module
          A software component that provides functionality to the OOR.
 

Classes in oor.model used by oor.modules.metadata
MetaData
          Metadata associated with OOR content.
Module
          A software component that provides functionality to the OOR.
 

Classes in oor.model used by oor.modules.registry
Content
          Common interface for content stored in an OOR.
Module
          A software component that provides functionality to the OOR.
Registry
          A registry records metadata about an ontology without storing the ontology itself.
Term
          A term defined by an ontology, such as a concept, predicate, or individual.
 

Classes in oor.model used by oor.modules.repository
Content
          Common interface for content stored in an OOR.
Module
          A software component that provides functionality to the OOR.
Repository
          A repository stores the ontology along with its metadata.
 

Classes in oor.model used by oor.modules.ui
Module
          A software component that provides functionality to the OOR.
UserInterface
          A module that provides an interface designed for human use.