Creating sequence diagrams

In UML models, an interaction is a behavior that represents communication between one or more participants. A sequence diagram is a UML interaction diagram that models the messages that pass between participants, such as objects and roles, as well as the control and conditional structures, such as combined fragments. You can create new sequence diagrams, populate existing sequence diagrams with source elements, add lifelines, messages, and combined fragments to sequence diagrams.

About this task

IBM® DevOps Model Architect supports and promotes the adoption of several IBM practices, including the component-based software architecture practice.
The Component-based Software Architecture Practice defines a system's functional architecture by breaking the system up into a number of collaborating components. It focuses on identifying the major abstractions of the system and making decisions on how the system will be built to ensure resilience and maintainability.

Feedback