| Prev Package | Next Package | Frames | No Frames |
Interface Summary | |
| Compiler | An ADL definition compiler. |
| Definition | An ADL definition. |
| Factory | A component factory. |
| Loader | An ADL definition loader. |
| Node | An Abstract Syntax Tree (AST) node. |
| Parser | An Abstract Syntax Tree (AST) parser. |
| TaskMap | A map associating Tasks to task identifiers and task types. |
Class Summary | |
| AbstractLoader | An abstract Loader that delegates to another Loader. |
| AbstractNode | An abstract Node. |
| ADLException | Thrown when an error occurs during the analysis of an ADL definition. |
| BasicFactory | Basic implementation of the Factory interface. |
| BasicTaskMap | Basic implementation of the TaskMap interface. |
| FactoryFactory | Provides static methods to get a Factory component. |
| Launcher | A class to launch a component from its definition from the command line. |
| NodeClassLoader | An abstract class loader to dynamically generate Node classes. |
| ParserException | Thrown when an error occurs during the parsing of a file. |