oor.model
Interface OOR

All Known Implementing Classes:
OOR

public interface OOR

Interface to an Open Ontology Repository instantiation.

Author:
Mike Dean
See Also:
Open Ontology Repository initiative

Method Summary
 void addModule(Module module)
          Add a module to this OOR.
 java.lang.String getDescription()
          Return a site-specific description of this repository, including information such as the subject domain and IPR restrictions.
 java.util.List<OOR> getFederates()
          Return other OOR's that this OOR is federated with.
 java.util.List<Module> getModules()
          List all modules used by this OOR.
 

Method Detail

getModules

java.util.List<Module> getModules()
List all modules used by this OOR.


addModule

void addModule(Module module)
Add a module to this OOR.


getFederates

java.util.List<OOR> getFederates()
Return other OOR's that this OOR is federated with.


getDescription

java.lang.String getDescription()
Return a site-specific description of this repository, including information such as the subject domain and IPR restrictions.

Returns: