Sequence Diagram

From Open Risk Manual
Revision as of 13:20, 16 February 2022 by Wiki admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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