Interaction Diagram: Lecture - 13
Interaction Diagram: Lecture - 13
Interaction Diagram: Lecture - 13
INTERACTION
DIAGRAM
Lecture - 13
Contents
2
Interaction diagram
What is a Sequence Diagram?
Summary
Interaction diagram
4
• Sequence diagrams
• Communication diagrams
• Timing diagrams
Interaction diagrams are used to illustrate interactions
of parts within a system.
Out of these 3 types, sequence diagrams are preferred
by both developers and readers alike for their
simplicity.
Sequence Diagram
Describe the flow of messages, events, actions
between objects
Show concurrent processes and activations
Show time sequences that are not easily depicted in
other diagrams
Typically used during analysis and design to
document and understand the logical flow of your
system
6
What is Sequence diagram?
7
messages.
It is used to illustrate the dynamic view of
system.
What is Sequence diagram?
8
Send Message
Synchronous messages
Asynchronous messages
Receive message
Self Message
Destroy messages
Send message
19
flowing.
Object organization.
How to Draw a Sequence Diagram
31
Librarian
Email system
Step - 2
34
communication/collaboration diagram.
To visualize the sequence of a message flow
in the system.