ArchiMate 3.2 Chapter 3

3 Language Structure

This chapter describes the structure of the ArchiMate Enterprise Architecture modeling language. The detailed definition and examples of its standard set of elements and relationships follow in Chapter 4 to Chapter 1

3.1 Language Design Considerations

A key challenge in the development of a general metamodel for Enterprise Architecture is to strike a balance between the specificity of languages for individual architecture domains and a very general set of architecture concepts, which reflects a view of systems as a mere set of inter-related entities.

The design of the ArchiMate language started from a set of relatively generic concepts. These have been specialized towards application at different architectural layers, as explained in the following sections. The most important design restriction on the language is that it has been explicitly designed to be as small as possible, but still usable for most Enterprise Architecture modeling tasks. Many other languages try to accommodate the needs of all possible users. In the interest of simplicity of learning and use, the ArchiMate language has been limited to the concepts that suffice for modeling the proverbial 80% of practical cases.

This standard does not describe the detailed rationale behind the design of the ArchiMate language. The interested reader is referred to [1], [2], and [3], which provide a detailed description of the language construction and design considerations.

3.2 Top-Level Language Structure

Figure 1 outlines the top-level hierarchical structure of the language:

  • A model is a collection of concepts – a concept is either an element or a relationship
  • An element is either a behavior element, a structure element, a motivation element, or a composite element

Note that these are abstract concepts; they are not intended to be used directly in models. To signify this, they are depicted in white with labels in italics. See Chapter 4 for an explanation of the notation used in Figure 1.

Figure 1: Top-Level Hierarchy of ArchiMate Concepts

3.3 Layering of the ArchiMate Language

The ArchiMate core language defines a structure of generic elements and their relationships, which can be specialized in different layers. Three layers are defined within the ArchiMate core language as follows:

  1. The Business Layer depicts business services offered to customers, which are realized in the organization by business processes performed by business actors.
  2. The Application Layer depicts application services that support the business, and the applications that realize them.
  3. The Technology Layer comprises both information and operational technology. You can model, for example, processing, storage, and communication technology in support of the application world and Business Layers, and model operational or physical technology with facilities, physical equipment, materials, and distribution networks.

The general structure of models within the different layers is similar. The same types of elements and relationships are used, although their exact nature and granularity differ. In the next chapter, the structure of the generic metamodel is presented. In Chapter 8, Chapter 9, and Chapter 10 these elements are specialized to obtain elements specific to a particular layer.

In alignment with service-orientation, the most important relationship between layers is formed by “serving”[1] relationships, which show how the elements in one layer are served by the services of other layers. (Note, however, that services need not only serve elements in another layer, but also can serve elements in the same layer.) A second type of link is formed by realization relationships: elements in lower layers may realize comparable elements in higher layers; e.g., a

“data object” (Application Layer) may realize a “business object” (Business Layer); or an

“artifact” (Technology Layer) may realize either a “data object” or an “application component” (Application Layer).

3.4 The ArchiMate Core Framework

The ArchiMate Core Framework is a framework of nine cells used to classify elements of the ArchiMate core language. It is made up of three aspects and three layers, as illustrated in Figure 2. This is known as the ArchiMate Core Framework.

It is important to understand that the classification of elements based on aspects and layers is only a global one. Real-life architecture elements need not strictly be confined to one aspect or layer because elements that link the different aspects and layers, play a central role in a coherent architectural description. For example, running somewhat ahead of the later conceptual discussions, business roles serve as intermediary elements between “purely behavioral” elements and “purely structural” elements, and it may depend on the context whether a certain piece of software is considered to be part of the Application Layer or the Technology Layer.

Figure 2: ArchiMate Core Framework

The structure of the framework allows for modeling of the enterprise from different viewpoints, where the position within the cells highlights the concerns of the stakeholder. A stakeholder typically can have concerns that cover multiple cells.

The dimensions of the framework are as follows:

  • Layers – the three levels at which an enterprise can be modeled in ArchiMate – Business, Application, and Technology (as described in Section 3.3)
  • Aspects:

— The Active Structure Aspect, which represents the structural elements (the business actors, application components, and devices that display actual behavior; i.e., the

“subjects” of activity)

— The Behavior Aspect, which represents the behavior (processes, functions, events, and services) performed by the actors; structural elements are assigned to behavioral elements, to show who or what displays the behavior

— The Passive Structure Aspect, which represents the objects on which behavior is performed; these are usually information objects in the Business Layer and data objects in the Application Layer, but they may also be used to represent physical objects

These three aspects were inspired by natural language where a sentence has a subject (active structure), a verb (behavior), and an object (passive structure). By using the same constructs that people are used to in their own languages, the ArchiMate language is easier to learn and read.

Since ArchiMate notation is a graphical language where elements are organized spatially, this order is of no consequence in modeling.

A composite element, as shown in Figure 1, is an element that does not necessarily fit in a single aspect (column) of the framework but may combine two or more aspects.

Note that the ArchiMate language does not require the modeler to use any particular layout such as the structure of this framework; it is merely a categorization of the language elements.

3.5 The ArchiMate Full Framework

The ArchiMate Full Framework, as described in this version of the standard, adds a number of layers and an aspect to the Core Framework_._ The physical elements are included in the Technology Layer for modeling physical facilities and equipment, distribution networks, and materials. As such, these are also core elements. The strategy elements are introduced to model strategic direction and choices. They are described in Chapter 7. The motivation aspect is introduced at a generic level in the next chapter and described in detail in Chapter 6. The implementation and migration elements are described in Chapter 12. The resulting ArchiMate Full Framework is shown in Figure 3.

Figure 3: ArchiMate Full Framework

The ArchiMate language does not define a specific layer for information; however, elements from the passive structure aspect such as business objects, data objects, and artifacts are used to represent information entities. Information modeling is supported across the different ArchiMate layers.

3.6 Abstraction in the ArchiMate Language

The structure of the ArchiMate language accommodates several familiar forms of abstraction and refinement. First of all, the distinction between an external (black-box, abstracting from the contents of the box) and internal (white-box) view is common in systems design. The external view depicts what the system has to do for its environment, while the internal view depicts how it does this.

Second, the distinction between behavior and active structure is commonly used to separate what the system must do and how the system does it from the system constituents (people, applications, and infrastructure) that do it. In modeling new systems, it is often useful to start with the behaviors that the system must perform, while in modeling existing systems, it is often useful to start with the people, applications, and infrastructure that comprise the system, and then analyze in detail the behaviors performed by these active structures.

A third distinction is between conceptual, logical, and physical abstraction levels. This has its roots in data modeling: conceptual elements represent the information the business finds relevant; logical elements provide logical structure to this information for manipulation by information systems; physical elements describe the storage of this information; for example, in the form of files or database tables. In the ArchiMate language, this corresponds with business objects, data objects, and artifacts, along with the realization relationships between them.

The distinction between logical and physical elements has also been carried over to the description of applications. The TOGAF Enterprise Metamodel [4] includes a set of entities that describe business, data, application, and technology components and services to describe architecture concepts. Logical components are implementation or product-independent encapsulations of data or functionality, whereas physical components are tangible software components, devices, etc. This distinction is captured in the TOGAF framework in the form of Architecture Building Blocks (ABBs) and Solution Building Blocks (SBBs). This distinction is again useful in progressing Enterprise Architectures from high-level, abstract descriptions to tangible, implementation-level designs. Note that building blocks may contain multiple elements, which are typically modeled using the grouping concept in the ArchiMate language.

The ArchiMate language has three ways of modeling such abstractions. First, as described in [6], behavior elements such as application and technology functions can be used to model logical components, since they represent implementation-independent encapsulations of functionality. The corresponding physical components can then be modeled using active structure elements such as application components and nodes, assigned to the behavior elements. Second, the ArchiMate language supports the concept of realization. This can best be described by working with the Technology Layer upwards. The Technology Layer defines the physical artifacts and software that realize an application component. It also provides a mapping to other physical concepts such as devices, networks, etc. needed for the realization of an information system. The realization relationship is also used to model more abstract kinds of realization, such as that between a (more specific) requirement and a (more generic) principle, where fulfillment of the requirement implies adherence to the principle. Realization is also allowed between application components and between nodes. This way you can model a physical application or technology component realizing a logical application or technology component, respectively. Third, logical and physical application components can be defined as metamodel-level specializations of the application component element, as described in Chapter 14 (see also the examples in Section 14.2.2). The same holds for the logical and physical technology components of the TOGAF Content Metamodel, which can be defined as specializations of the node element (see Section 14.2.3).

The ArchiMate language intentionally does not support a difference between types and instances. At the Enterprise Architecture abstraction level, it is more common to model types and/or exemplars rather than instances. Similarly, a business process in the ArchiMate language does not describe an individual instance (i.e., one execution of that process). In most cases, a business object is therefore used to model an object type (cf. a UML® class), of which several instances may exist within the organization. For instance, each execution of an insurance application process may result in a specific instance of the insurance policy business object, but that is not modeled in the Enterprise Architecture.

3.7 Concepts and their Notation

The ArchiMate language separates the language concepts (i.e., the constituents of the metamodel) from their notation. Different stakeholder groups may require different notations in order to understand an architecture model or view. In this respect, the ArchiMate language differs from languages such as UML or BPMN™, which have only one standardized notation. The viewpoint mechanism explained in Chapter 13 provides the means for defining such stakeholder-oriented visualizations.

Although the notation of the ArchiMate concepts can (and should) be stakeholder-specific, the standard provides one common graphical notation which can be used by architects and others who develop ArchiMate models. This notation is targeted towards an audience used to existing technical modeling techniques such as Entity Relationship Diagrams (ERDs), UML, or BPMN, and therefore resembles them. In the remainder of this document, unless otherwise noted, the symbols used to depict the language concepts represent the ArchiMate standard notation. This standard notation for most elements consists of a box with an icon in the upper-right corner. In several cases, this icon by itself may also be used as an alternative notation. This standard iconography should be preferred whenever possible so that anyone knowing the ArchiMate language can read the diagrams produced in the language.

3.8 Use of Nesting

Nesting elements inside other elements can be used as an alternative graphical notation to express some relationships. This is explained in more detail in Chapter 5 and in the definition of each of these relationships.

3.9 Use of Colors and Notational Cues

In the metamodel pictures within this standard, shades of grey are used to distinguish elements belonging to the different aspects of the ArchiMate framework, as follows:

  • White for abstract (i.e., non-instantiable) concepts
  • Light grey for passive structures
  • Medium grey for behavior
  • Dark grey for active structures

In ArchiMate models, there are no formal semantics assigned to colors and the use of color is left to the modeler. However, they can be used freely to stress certain aspects in models. For instance, in many of the example models presented in this standard, colors are used to distinguish between the layers of the ArchiMate Core Framework, as follows:

  • Yellow for the Business Layer
  • Blue for the Application Layer
  • Green for the Technology Layer

They can also be used for visual emphasis. A recommended text providing guidelines is Chapter 6 of [1]. In addition to the colors, other notational cues can be used to distinguish between the layers of the framework. A letter M, S, B, A, T, P, or I in the top-left corner of an element can be used to denote a Motivation, Strategy, Business, Application, Technology, Physical, or Implementation & Migration element, respectively. An example of this notation is depicted in Example 34.

The standard notation also uses a convention with the shape of the corners of its symbols for different element types, as follows:

  • Square corners are used to denote structure elements
  • Round corners are used to denote behavior elements
  • Diagonal corners are used to denote motivation elements

[1] Note that this was called “used by” in previous versions of the standard. For the sake of clarity, this name has been changed to “serving”.

Comprehensive Guide to Visual Paradigm’s TOGAF Guide-Through Process

Introduction

Visual Paradigm’s TOGAF Guide-Through Process is a powerful tool designed to streamline the adoption of the TOGAF Architecture Development Method (ADM). It provides step-by-step guidance, instructions, and real-life examples to support enterprise architecture development. This comprehensive guide will explore the key features, benefits, and application areas of Visual Paradigm’s TOGAF Guide-Through Process, highlighting why it stands out in the field of enterprise architecture.

Transform Your Business with Visual Paradigm and TOGAF - Visual Paradigm Guides

Key Features

  1. Step-by-Step Guidance:

    • The Guide-Through Process offers detailed, step-by-step instructions for each phase of the TOGAF ADM, ensuring that users can navigate the complexities of enterprise architecture development with ease 1112.
  2. Integration with ArchiMate:

    • Visual Paradigm supports the integration of ArchiMate with TOGAF ADM, providing a powerful combination for enterprise architecture initiatives. ArchiMate 3, with its versatile notation system, allows architects to express complex models effectively 1314.
  3. Automated Task Management:

    • The tool enhances the entire process with automated task management and notifications, enabling users to develop architecture deliverables incrementally and collaboratively 15.
  4. Visual Process Maps:

    • The software features visual process maps that help users navigate through the entire enterprise architecture process easily. It provides a full set of planning, design, and development tools to complete ADM activities 14.
  5. Comprehensive Toolkit:

    • Visual Paradigm offers a range of tools tailored for ADM activities, including ArchiMate diagrams for modeling business, IT, and physical aspects of enterprise architecture. These tools provide a comprehensive view of the architecture, making it easier to understand and implement TOGAF 14.

Benefits

Enhancements of Visual Paradigm's Guide-Through Process: Visual Paradigm

  1. Efficiency:

    • The Guide-Through Process significantly enhances efficiency by providing clear instructions and automating tasks, allowing users to focus on strategic decisions rather than procedural details 11.
  2. Collaboration:

    • The tool facilitates collaboration among different stakeholders, including project owners, business analysts, enterprise architects, and IT professionals. This collaborative approach ensures that all parties are engaged and informed throughout the architecture development process 15.
  3. Customization:

    • Visual Paradigm’s tool allows for customization, enabling organizations to tailor the ADM process to their specific needs and goals. This flexibility ensures that the architecture development process aligns with the organization’s unique requirements 11.
  4. Iterative Development:

    • The iterative nature of the TOGAF ADM is fully supported by Visual Paradigm’s Guide-Through Process. This allows practitioners to adapt and refine their work based on evolving information needs and stakeholder feedback, ensuring that the architecture meets the changing needs of the organization 16.

Application Areas

  1. Enterprise Architecture Development:

    • The primary application area is enterprise architecture development, where the Guide-Through Process helps organizations design, plan, implement, and govern their enterprise architecture. It provides a structured approach to align business goals with IT strategies effectively 17.
  2. Digital Transformation:

    • The tool is crucial for digital transformation initiatives, where organizations seek to enhance customer experience and operational efficiency through the implementation of new technologies and processes 18.
  3. Strategic Planning:

    • Visual Paradigm’s Guide-Through Process supports strategic planning by providing a comprehensive framework for developing architecture visions, defining scope, identifying stakeholders, and creating communications plans. This ensures that the architecture development process is aligned with business goals and strategic drivers 19.
  4. Agile Methodologies:

    • The tool integrates agile methodologies and UML, providing a comprehensive solution for enterprise architecture development. This integration ensures that the architecture development process is both flexible and efficient, supporting agile practices within the organization 14.

Conclusion

Visual Paradigm’s TOGAF Guide-Through Process stands out as a comprehensive and effective tool for supporting the TOGAF ADM. Its step-by-step guidance, integration with ArchiMate, automated task management, and collaborative features make it an invaluable resource for enterprise architecture development. By leveraging this tool, organizations can enhance efficiency, collaboration, customization, and iterative development, ultimately achieving their enterprise architecture goals and driving business value and transformation.

Comprehensive Tutorial for ArchiMate Supporting TOGAF ADM

Introduction to ArchiMate

ArchiMate is an open and independent enterprise architecture modeling language that supports the description, analysis, and visualization of architecture within and across business domains. It is designed to provide a clear and unambiguous way to communicate complex architectures to stakeholders. ArchiMate is particularly useful when used in conjunction with the TOGAF Architecture Development Method (ADM), providing a standardized way to model and communicate enterprise architectures.

What is ArchiMate?

Key Concepts of ArchiMate

ArchiMate Core Framework

1. Layers of ArchiMate

ArchiMate divides the enterprise architecture into three main layers:

  • Business Layer: Focuses on the business processes, services, and functions that support the organization’s goals.
  • Application Layer: Deals with the application services, components, and their interactions that support the business layer.
  • Technology Layer: Covers the technology infrastructure, including hardware, software, and network components that support the application layer.

2. Core Elements

ArchiMate defines several core elements that are used to model the architecture:

  • Active Structure Elements: Represent the entities that perform behavior, such as business actors, application components, and devices.
  • Behavior Elements: Represent the processes, functions, services, and interactions within the architecture.
  • Passive Structure Elements: Represent the information or data used or produced by behavior elements, such as business objects and data objects.

3. Relationships

ArchiMate defines several types of relationships to connect the elements:

  • Structural Relationships: Such as composition, aggregation, and specialization.
  • Dependency Relationships: Such as association, realization, and used-by.
  • Dynamic Relationships: Such as triggering and flow.

4. Viewpoints

ArchiMate provides several viewpoints to visualize the architecture from different perspectives:

  • Business Process Viewpoint: Shows the business processes and their interactions.
  • Application Cooperation Viewpoint: Shows how applications cooperate to support business processes.
  • Technology Realization Viewpoint: Shows how technology components realize application components.

ArchiMate and TOGAF ADM

TOGAF Architecture Development Method (ADM)

TOGAF ADM is a comprehensive methodology for developing enterprise architectures. It consists of several phases, each focusing on a specific aspect of the architecture development process. ArchiMate supports TOGAF ADM by providing a standardized way to model and visualize the architecture at each phase.

Powerful TOGAF ADM Toolset

Phases of TOGAF ADM

  1. Preliminary Phase: Establishes the architecture principles, framework, and governance.
  2. Architecture Vision: Defines the scope, stakeholders, concerns, and business objectives.
  3. Business Architecture: Develops the business architecture, including business processes and services.
  4. Information Systems Architectures: Develops the data and application architectures.
  5. Technology Architecture: Develops the technology architecture.
  6. Opportunities and Solutions: Identifies and prioritizes architecture projects.
  7. Migration Planning: Develops the migration and implementation plan.
  8. Implementation Governance: Provides governance and support for the implementation of the architecture.

Examples of ArchiMate Models

This diagram illustrates a layered architecture for a healthcare management system, divided into two main layers: the Application Layer and the Technology Layer. Here’s a detailed explanation of each component and their interactions:

archimate diagram example

Application Layer (Blue)

This layer consists of the various applications and systems that directly interact with users or other systems to manage healthcare services. The key components in this layer are:

  1. Inpatient Care Management:

    • Manages services and processes related to patients who are admitted to the hospital.
  2. Outpatient Care Management:

    • Manages services and processes for patients who visit the hospital for treatment but are not admitted.
  3. CRM System (Customer Relationship Management):

    • Manages interactions with patients, including communication, follow-ups, and patient relationship management.
  4. Billing:

    • Handles the financial aspects, including generating bills, processing payments, and managing financial records.

Technology Layer (Green)

This layer provides the underlying infrastructure and services that support the applications in the Application Layer. The key components in this layer are:

  1. Messaging Service:

    • Facilitates communication between different applications and systems within the healthcare management system.
    • Ensures that messages are delivered reliably and in the correct order.
  2. Data Access Service:

    • Provides a centralized way to access and manage data across the system.
    • Ensures that data is retrieved and stored efficiently and securely.
  3. Mainframe:

    • The central computing system that hosts core services and data.
    • Includes two main components:
      • Message Queuing: Manages the queuing and processing of messages to ensure reliable communication.
      • DBMS (Database Management System): Stores and manages the data used by the various applications.

Interactions

  • Inpatient Care ManagementOutpatient Care ManagementCRM System, and Billing interact with the Messaging Service and Data Access Service to perform their respective functions.
  • The Messaging Service and Data Access Service rely on the Mainframe for core services like message queuing and database management.
  • The Mainframe ensures that messages are processed correctly and data is managed efficiently, supporting the entire system’s operations.

The diagram depicts a structured approach to managing healthcare services by separating the application-level functions from the underlying technology infrastructure. This separation allows for more modular and maintainable system design, where changes in one layer have minimal impact on the other. The Messaging Service and Data Access Service act as intermediaries, facilitating communication and data management between the application components and the mainframe.

Recommended ArchiMate EA Tool

Visual Paradigm is widely recognized as one of the best tools for ArchiMate modeling in Enterprise Architecture (EA) projects. Here are some reasons why it is highly recommended:

Navigating TOGAF: Your Guide to the ADM Process - Visual Paradigm Guides

1. Comprehensive ArchiMate Support

  • Full ArchiMate Standard: Visual Paradigm supports the latest ArchiMate standards, including ArchiMate 3.1, ensuring that you can model using all the official ArchiMate elements and relationships.
  • Rich Library of Elements: It provides a extensive library of ArchiMate symbols, making it easy to create detailed and accurate models.

2. User-Friendly Interface

  • Intuitive Design: The tool offers a user-friendly interface that is easy to navigate, even for users who are new to ArchiMate modeling.
  • Drag-and-Drop: The drag-and-drop functionality allows for quick and efficient model creation.

3. Advanced Modeling Features

  • Layered Views: Supports the creation of layered views (e.g., Business, Application, Technology) to provide a holistic view of the enterprise architecture.
  • Cross-Layer Relationships: Easily define and visualize relationships across different layers of the architecture.

4. Collaboration and Sharing

  • Team Collaboration: Visual Paradigm supports collaborative work, allowing multiple users to work on the same project simultaneously.
  • Version Control: Integrated version control helps manage changes and track the evolution of your models.

5. Integration Capabilities

  • Tool Integration: Seamlessly integrates with other tools and platforms, such as JIRA, Confluence, and various databases, enhancing the overall EA practice.
  • Import/Export: Supports importing and exporting models in various formats, including ArchiMate Exchange File Format, ensuring compatibility with other tools.

6. Documentation and Reporting

  • Automated Documentation: Generates comprehensive documentation from your ArchiMate models, saving time and ensuring consistency.
  • Custom Reports: Allows for the creation of custom reports tailored to specific stakeholder needs.

7. Training and Support

  • Extensive Resources: Offers a wealth of tutorials, guides, and examples to help users get started and master ArchiMate modeling.
  • Customer Support: Provides robust customer support to assist with any issues or questions that may arise.

8. Scalability

  • Scalable Solutions: Suitable for both small and large-scale EA projects, making it a versatile tool for organizations of all sizes.

9. Compliance and Standards

  • Industry Standards: Aligns with industry standards and best practices, ensuring that your EA models are compliant and up-to-date.

Conclusion

ArchiMate provides a powerful and standardized way to model enterprise architectures, supporting the TOGAF ADM methodology. By understanding the key concepts, layers, elements, and relationships in ArchiMate, you can effectively model and communicate complex architectures to stakeholders. The examples provided illustrate how ArchiMate can be used to model business processes, application cooperation, and technology realization, supporting the various phases of the TOGAF ADM.

ArchiMate Tool Resource

  1. Free Online ArchiMate Diagram Tool

    • Description: Create ArchiMate diagrams online with a free tool that supports ArchiMate 3 visual modeling language. Includes examples and templates to help you get started.
    • URLFree Online ArchiMate Diagram Tool 1
  2. Main Page – ArchiMate Resources for FREE

    • Description: Offers a visual language to model and capture enterprise architecture, providing a means to visualize relationships within and between different domains.
    • URLMain Page – ArchiMate Resources for FREE 2
  3. Visual Paradigm – UML, Agile, PMBOK, TOGAF, BPMN and More!

  4. Chapter 7. ArchiMate – Visual Paradigm Community Circle

  5. What is ArchiMate?

    • Description: Step-by-step learning guide for ArchiMate, including how to use it for enterprise architecture modeling.
    • URLWhat is ArchiMate? 5
  6. ArchiMate tools

    • Description: Learn how to use Visual Paradigm, a design and management tool designed for agile software teams.
    • URLArchiMate tools 6
  7. Best ArchiMate Software

    • Description: Certified ArchiMate tool for effective EA design and modeling. Quickly draw ArchiMate diagrams that conform to The Open Group official specification.
    • URLBest ArchiMate Software 7
  8. How to Format ArchiMate Elements?

  9. ArchiMate Viewpoint Guide – Resource Map Viewpoint

  10. ArchiMate Diagram Tutorial

    • Description: Tutorial that helps you learn about ArchiMate diagrams, how to create them, and when to use them. Includes examples and tips.
    • URLArchiMate Diagram Tutorial 10

These resources should provide a comprehensive starting point for using Visual Paradigm’s ArchiMate tool for enterprise architecture modeling.