oor.impl
Class OOR

java.lang.Object
  extended by oor.impl.OOR
All Implemented Interfaces:
OOR

public class OOR
extends java.lang.Object
implements OOR

OOR main program.

Author:
Mike Dean

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.
static void main(java.lang.String[] args)
          OOR main program.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addModule

public void addModule(Module module)
Description copied from interface: OOR
Add a module to this OOR.

Specified by:
addModule in interface OOR

getDescription

public java.lang.String getDescription()
Description copied from interface: OOR
Return a site-specific description of this repository, including information such as the subject domain and IPR restrictions.

Specified by:
getDescription in interface OOR
Returns:

getFederates

public java.util.List<OOR> getFederates()
Description copied from interface: OOR
Return other OOR's that this OOR is federated with.

Specified by:
getFederates in interface OOR

getModules

public java.util.List<Module> getModules()
Description copied from interface: OOR
List all modules used by this OOR.

Specified by:
getModules in interface OOR

main

public static void main(java.lang.String[] args)
OOR main program.

Parameters:
args -