What is Sequence Diagram

A sequence diagram is an interaction diagram that emphasizes the time-ordering of messages. It depicts the objects and classes involved in the scenario and the sequence of messages exchanged between the objects needed to carry out the functionality of the scenario. Typically, you’ll use one sequence diagram to specify a use case’s main flow, and variations of that diagram to specify a use case’s exceptional flows.

Continue reading