Specification and Design Language
|
SDL (short for Specification and Description Language) is a specification language targeted at the unambiguous specification and description of the behaviour of reactive and distributed systems. It is defined by the ITU-T (Recommendation Z.100.) Originally focused on telecommunication systems, its current areas of application include process control and real-time applications in general.
SDL provides both a graphical Graphic Representation (SDL/GR) as well as a textual Phrase Representation (SDL/PR), which are both equivalent representations of the same underlying semantics. A system is specified as a set of interconnected abstract machines which are extensions of finite state machines (FSM).
SDL is formally complete, so it can be used for code generation for either simulation or final targets.
The first version of the specification language was released in 1976 using only textual syntax. In 1988 SDL-88 was released containing object oriented concepts as inheritance, abstract generic types etc. The version released in 1992 had among other features an improved implementation support. SDL-2000 is the latest released version completely based on object-orientation. This version is accompanied by a SDL-UML-Profile.
External links
- SDL forum (http://www.sdl-forum.org/)
- Telelogic, maker of Tau, an SDL Design Tool (http://www.telelogic.com) (COMMERCIAL)
- This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.