Package org.objectweb.fractal.adl.components

A Fractal ADL module to define sub components.

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 Fractal ADL Parser Copyright (C) 2002-2004 France Telecom R&D This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
PrimitiveCompiler A component definition compiler.

Class Summary

ComponentCompiler Basic implementation of the Compiler interface.
ComponentLoader A Loader to check Component nodes in definitions.
ComponentPair Fractal ADL Parser Copyright (C) 2002-2004 France Telecom R&D This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
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.
A Fractal ADL module to define sub components. This module does not require any other module.