This module contains the Fractal GCM Management API expressed in the Java programming language.

It contains:

* LICENSE.txt
  The license under which this module is.

* src
  The Java source folder of the GCM Management API.
  The detailed contents of this directory is:
  * src/org/objectweb/fractal/api/
    Package which specifies the component and component interface concepts.
  * src/org/objectweb/fractal/api/control/
    Package which specifies some Fractal component interfaces to control components.
  * src/org/objectweb/fractal/api/factory/
    Package which specifies some basic component interfaces to instantiate components.
  * src/org/objectweb/fractal/api/type/
    Package which specifies a basic type system for components and component interfaces.
  * src/org/etsi/uri/gcm/api/
    Package which provides a class to get a bootstrap component.
  * src/org/etsi/uri/gcm/api/control/
    Package which specifies some GCM component interfaces to control components.
  * src/org/etsi/uri/gcm/api/type/
    Package which defines GCM type system specificities for component interfaces.
  * src/org/etsi/uri/gcm/util/
    Package which provides utilities to facilitate GCM API's use.