Architecture description language
Encyclopedia
Different communities use the term architecture description language. Some important communities are the system engineering community, the software engineering
Software engineering
Software Engineering is the application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software, and the study of these approaches; that is, the application of engineering to software...

 community and the enterprise modelling
Enterprise modelling
Enterprise modelling is the abstract representation, description and definition of the structure, processes, information and resources of an identifiable business, government body, or other large organization....

 and engineering community

In the system engineering community, an Architecture Description Language (ADL) is a language and/or conceptual model
Conceptual model
In the most general sense, a model is anything used in any way to represent anything else. Some models are physical objects, for instance, a toy model which may be assembled, and may even be made to work like the object it represents. They are used to help us know and understand the subject matter...

 used to describe and represent system architectures.

In the software engineering community, an Architecture Description Language (ADL) is a computer language used to describe and represent software architecture
Software architecture
The software architecture of a system is the set of structures needed to reason about the system, which comprise software elements, relations among them, and properties of both...

s. This means in case of technical architecture
Technical architecture
Technical architecture is one of several architecture domains that form the pillars of an enterprise architecture or solution architecture. It describes the structure and behaviour of the technology infrastructure of an enterprise, solution or system...

, the architecture must be communicated to software developers. With functional architecture, the software architecture is communicated with stakeholders and enterprise engineers.
By the software engineering community several ADLs have been developed, such as Acme
Acme (ADL)
Acme is an Architecture Description Language developed at Carnegie Mellon University. describes it so:- References :References^ The Acme Architectural Description Language and Design Environment...

 (developed by CMU
Carnegie Mellon University
Carnegie Mellon University is a private research university in Pittsburgh, Pennsylvania, United States....

), AADL
Architecture analysis and 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 is derived from MetaH, an architecture description language made...

 (standardized by SAE), C2 (developed by UCI
University of California, Irvine
The University of California, Irvine , founded in 1965, is one of the ten campuses of the University of California, located in Irvine, California, USA...

), Darwin
Darwin (ADL)
Darwin is an Architecture Description Language . It can be used in a software engineering context to describe the organization of a piece of software in terms of components, their interfaces, and the bindings between components....

 (developed by Imperial College London
Imperial College London
Imperial College London is a public research university located in London, United Kingdom, specialising in science, engineering, business and medicine...

), and Wright
Wright (ADL)
In software architecture, Wright is an architecture description language developed at Carnegie Mellon University. Wright formalizes a software architecture in terms of concepts such as components, connectors, roles, and ports. The dynamic behavior of different ports of an individual component is...

 (developed by CMU).

ISO/IEC 42010
ISO/IEC 42010
ISO/IEC/IEEE 42010 Systems and software engineering — Architecture description is an international standard for architecture descriptions of systems and software.-Overview:...

, Systems and software engineering — Architecture Description, defines Architecture Description Language as any form of expression for use in architecture descriptions
and specifies minimum requirements on ADLs.

The enterprise modelling and engineering community have also developed architecture description languages catered for at the enterprise level. Examples include
ArchiMate
ArchiMate
ArchiMate [Ahr-ki-meyt] is an open and independent enterprise architecture modelling language to support the description, analysis and visualization of architecture within and across business domains in an unambiguous way....

 (now an Open Group standard), DEMO, ABACUS
Avolution
Avolution is a global provider of Enterprise Architecture, Enterprise Modeling and Process Modeling software with offices based in Sydney - Australia, Oxford - UK and the Washington Metropolitan Area - USA...

 (developed by the University of Technology, Sydney
University of Technology, Sydney
The University of Technology Sydney is a university in Sydney, New South Wales, Australia. The university was founded in its current form in 1981, although its origins trace back to the 1870s. UTS is notable for its central location as the only university with its main campuses within the Sydney CBD...

) etc. These languages do not necessarily refer to software components, etc. Most of them, however, refer to an application architecture as the architecture that is communicated to the software engineers.

Most of the writing below refers primarily to the perspective from the software engineering community.

Introduction

A standard notation (ADL) for representing architectures helps promote mutual communication, the embodiment of early design decisions, and the creation of a transferable abstraction of a system. Architectures in the past were largely represented by box-and-line drawing annotated with such things as the nature of the component, properties, semantics of connections, and overall system behavior. ADLs result from a linguistic approach to the formal representation of architectures, and as such they address its shortcomings. Also important, sophisticated ADLs allow for early analysis and feasibility testing of architectural design decisions.

Characteristics

There is a large variety in ADLs developed by either academic or industrial groups. Many languages were not intended to be an ADL, but they turn out to be suitable for representing and analyzing an architecture.
In principle ADLs differ from requirements languages, because ADLs are rooted in the solution space, whereas requirements describe problem spaces. They differ from programming languages, because ADLs do not bind architectural abstractions to specific point solutions. Modeling languages represent behaviors, where ADLs focus on representation of components. However, there are domain specific modeling languages (DSMLs) that focus on representation of components.

Minimal requirements

The language must:
  • Be suitable for communicating an architecture to all interested parties
  • Support the tasks of architecture creation, refinement and validation
  • Provide a basis for further implementation, so it must be able to add information to the ADL specification to enable the final system specification to be derived from the ADL
  • Provide the ability to represent most of the common architectural styles
  • Support analytical capabilities or provide quick generating prototype implementations

ADLs have in common:
  • Graphical syntax with often a textual form and a formally defined syntax and semantics
  • Features for modeling distributed systems
  • Little support for capturing design information, except through general purpose annotation mechanisms
  • Ability to represent hierarchical levels of detail including the creation of substructures by instantiating templates


ADLs differ in their ability to:
  • Handle real-time constructs, such as deadlines and task priorities, at the architectural level
  • Support the specification of different architectural styles. Few handle object oriented class inheritance or dynamic architectures
  • Support analysis
  • Handle different instantiations of the same architecture, in relation to product line architectures

Positive elements of ADL

  • ADLs are a formal way of representing architecture
  • ADLs are intended to be both human and machine readable
  • ADLs support describing a system at a higher level than previously possible
  • ADLs permit analysis and assessment of architectures, for completeness, consistency, ambiguity, and performance
  • ADLs can support automatic generation of software systems

Negative elements of ADL

  • There is no universal agreement on what ADLs should represent, particularly as regards the behavior of the architecture
  • Representations currently in use are relatively difficult to parse and are not supported by commercial tools
  • Most ADLs tend to be very vertically optimized toward a particular kind of analysis

Common concepts of architecture

The ADL community generally agrees that Software Architecture is a set of components and the connections among them. But there are different kind of architectures like :

Object Connection Architecture

  • Configuration consists of the interfaces and connections of an object-oriented system
  • Interfaces specify the features that must be provided by modules conforming to an interface
  • Connections represented by interfaces together with call graph
    Call graph
    A call graph is a directed graph that represents calling relationships between subroutines in a computer program. Specifically, each node represents a procedure and each edge indicates that procedure f calls procedure g...

  • Conformance usually enforced by the programming language
    • Decomposition - associating interfaces with unique modules
    • Interface conformance - static checking of syntactic rules
    • Communication integrity - visibility between modules

Interface Connection Architecture

  • Expands the role of interfaces and connections
    • Interfaces specify both “required” and “provided” features
    • Connections are defined between “required” features and “provided” features
  • Consists of interfaces, connections and constraints
    • Constraints restrict behavior of interfaces and connections in an architecture
    • Constraints in an architecture map to requirements for a system


Most ADLs implement an interface connection architecture.

Architecture vs. Design

So what is the difference between architecture and design? Architecture casts non-functional decisions and partitions functional requirements, whereas design specifies or derives functional requirements. The process of defining an architecture may use heuristics or iterative improvements; this may require going a level deeper to validate the choices, so the architect often has to do a high-level design to validate the partitioning.

Examples

Below the list gives the candidates for being the best ADL until now

Approaches to architecture

Approaches to Architecture
  • Academic Approach
    • focus on analytic evaluation of architectural models
    • individual models
    • rigorous modeling notations
    • powerful analysis techniques
    • depth over breadth
    • special-purpose solutions
  • Industrial Approach
    • focus on wide range of development issues
    • families of models
    • practicality over rigor
    • architecture as the big picture in development
    • breadth over depth
    • general-purpose solutions

Conclusion

  • There is a rich body of research to draw upon
  • Much has been learned about representing and analyzing architectures
  • Effort is needed now to bring together the common knowledge and put it into practice

See also

  • AADL
    Architecture analysis and 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 is derived from MetaH, an architecture description language made...

  • Darwin
    Darwin (ADL)
    Darwin is an Architecture Description Language . It can be used in a software engineering context to describe the organization of a piece of software in terms of components, their interfaces, and the bindings between components....

  • ABACUS
    Avolution
    Avolution is a global provider of Enterprise Architecture, Enterprise Modeling and Process Modeling software with offices based in Sydney - Australia, Oxford - UK and the Washington Metropolitan Area - USA...

  • Scripting language
    Scripting language
    A scripting language, script language, or extension language is a programming language that allows control of one or more applications. "Scripts" are distinct from the core code of the application, as they are usually written in a different language and are often created or at least modified by the...

The source of this article is wikipedia, the free encyclopedia.  The text of this article is licensed under the GFDL.
 
x
OK