Package org.objectweb.fractal.adl.implementations

A Fractal ADL module to define component implementations.

See:
          Description

Interface Summary
Controller An AST node interface to define a component controller.
ControllerContainer An AST node interface for nodes that can contain a controller.
Implementation An AST node interface to define a component implementation.
ImplementationBuilder A builder interface to create components.
ImplementationContainer An AST node interface for nodes that can contain a component implementation.
TemplateController An AST node interface to define a component template controller.
TemplateControllerContainer An AST node interface for nodes that can contain a template controller.
 

Class Summary
FractalImplementationBuilder A Fractal based implementation of the ImplementationBuilder interface.
ImplementationCompiler A PrimitiveCompiler to compile Implementation nodes in definitions.
ImplementationLoader A Loader to check Implementation nodes in definitions.
JavaImplementationBuilder A Java based implementation of the ImplementationBuilder interface.
StaticFractalImplementationBuilder A Fractal based, static implementation of the ImplementationBuilder interface.
StaticJavaImplementationBuilder A Java based, static implementation of the ImplementationBuilder interface.
 

Package org.objectweb.fractal.adl.implementations Description

A Fractal ADL module to define component implementations. This module requires the "components" module.