Architecture Analysis & Design Language
The Architecture Analysis & Design Language is an architecture description language standardized by SAE. AADL was first developed in the field of avionics, and was known formerly as the Avionics Architecture Description Language. It was funded in part by the US Army.
The Architecture Analysis & Design Language is derived from MetaH, an architecture description language made by the Advanced Technology Center of Honeywell. AADL is used to model the software and hardware architecture of an embedded, real-time system. Due to its emphasis on the embedded domain, AADL contains constructs for modeling both software and hardware components. This architecture model can then be used either as a design documentation, for analyses or for code generation, like UML.
AADL ecosystem
AADL is defined by a core language with a single notation for both system and software aspects. Having a single model eases the analysis tools by having only one single representation of the system. The language specifies system-specific characteristics using properties.The language can be extended with the following methods:user-defined properties: users can extend the set of applicable properties and add their own to specify their own requirementslanguage annexes: the core language is enhanced by annex languages that enrich the architecture description. So far, the following annexes have been defined:
- * Behavior annex: add components behavior with state machines
- * Error-model annex: specifies fault and propagation concerns
- * ARINC653 annex: defines modelling patterns for avionics systems
- * Data-Model annex: describes the modelling of specific data constraints with AADL
AADL tools
AADL is supported by a wide range of tools:- - is an open source Eclipse-based IDE for development and analysis of AADL models. It is developed by ISP RAS
- is an open source tool that includes a modeling platform, a graphical viewer and a constraint query languages. More information is available at the .
- Ocarina, an AADL toolchain for generating code from models
- , supported by the European Space Agency
Related projects
AADL has been used for the following research projects:- : an initiative that leverages AADL to perform virtual integration of aerospace and defense systems
- : a DARPA project for improving software engineering methods
- PARSEC: a French initiative to validate and implement avionics systems from architecture models
- TASTE: a platform for designing safety-critical systems from models