Package org.objectweb.fractal.adl.components

A Fractal ADL module to define sub components.

See:
          Description

Interface Summary
Component An AST node interface to define a sub component.
ComponentBuilder A builder interface to add and start components.
ComponentContainer An AST node interface for nodes that can contain sub components.
ComponentDefinition An extended Definition interface for definitions that can contain sub components.
ComponentLoaderAttributes  
PrimitiveCompiler A component definition compiler.
 

Class Summary
ComponentCompiler Basic implementation of the Compiler interface.
ComponentLoader A Loader to check Component nodes in definitions.
ComponentPair  
FractalComponentBuilder A Fractal based implementation of the ComponentBuilder interface.
JavaComponentBuilder A Java based implementation of the ComponentBuilder interface.
PrimitiveComponentCompiler A PrimitiveCompiler to compile Component nodes in definitions.
StaticFractalComponentBuilder A Fractal based, static implementation of the ComponentBuilder interface.
StaticJavaComponentBuilder A Java based, static implementation of the ComponentBuilder interface.
 

Package org.objectweb.fractal.adl.components Description

A Fractal ADL module to define sub components. This module does not require any other module.