Package org.objectweb.fractal.adl.attributes

A Fractal ADL module to define component attributes.

See:
          Description

Interface Summary
Attribute An AST node interface to define an attribute.
AttributeBuilder A builder interface to set component attributes.
Attributes An AST node interface to define a set of attributes.
AttributesContainer An AST node interface for nodes that can contain attributes.
 

Class Summary
AttributeCompiler A PrimitiveCompiler to compile Attributes nodes in definitions.
AttributeLoader A Loader to check Attributes nodes in definitions.
FractalAttributeBuilder A Fractal based implementation of the AttributeBuilder interface.
JavaAttributeBuilder A Java based implementation of the AttributeBuilder interface.
StaticFractalAttributeBuilder A Fractal based, static implementation of the AttributeBuilder interface.
StaticJavaAttributeBuilder A Java based, static implementation of the AttributeBuilder interface.
 

Package org.objectweb.fractal.adl.attributes Description

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