Difference between revisions of "Sequence Diagram"

From Open Risk Manual
(Created page with "== Definition == A '''Sequence Diagram''' is a type of ''Interaction Diagram'' that focuses on Message interchanges between entities. In the UML modelling context it is a type...")
(No difference)

Revision as of 13:20, 16 February 2022

Definition

A Sequence Diagram is a type of Interaction Diagram that focuses on Message interchanges between entities. In the UML modelling context it is a type of behavior diagram that enables defining Behavior in some detail.

A sequence diagram interactions by depicting sequences of Message exchanges. In OOP design a sequence diagram describes the interactions between objects to fulfill a specific task. The focus is on the chronological order of the messages exchanged between the interactiong objects.

References