Sequence Diagram

Object Deletion

In the sequence diagram Delete Course, the :RegistrationManager issues a self call to determine if a course is available. If so, then the :RegistrationManager destroys a uml:Course.…

Object Creation

A sequence diagram is an interaction diagram that details how operations are carried out -- what messages are sent and…

From Use Case to System-Level Sequence Diagram

This Sequence Diagram example shows a sequence diagram for the buy tickets use case. This use case is initiated by…

Sequence Diagram Example

Sequence Diagram is an interaction diagram that details how operations are carried out -- what messages are sent and when.…