Package oor.model

Interfaces used by the OOR.

See:
          Description

Interface Summary
Content Common interface for content stored in an OOR.
Federation A module that federates information from another registry.
GateKeeper A module that checks constraints and/or restricts operations on the OOR.
Mapping Defines a mapping of terms from one ontology to another.
MappingModule A module which performs automated or semi-automated ontology mapping.
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.
OOR Interface to an Open Ontology Repository instantiation.
OOREventHandler Callback handler for OOR events requested by modules.
Registry A registry records metadata about an ontology without storing the ontology itself.
Repository A repository stores the ontology along with its metadata.
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.
UserInterface A module that provides an interface designed for human use.
 

Class Summary
ContentState Possible states of an ontology or other OOR content during its lifecycle.
 

Exception Summary
OORException Base class for OOR-specific exceptions.
 

Package oor.model Description

Interfaces used by the OOR. The most important interfaces are OOR, the Module hierarchy, and the Content hierarchy.