Tutorials : UML modeling for information system architecture : Module 2: Create sequence and collaboration diagrams
  
Module 2: Create sequence and collaboration diagrams
Build a simple sequence diagram to illustrate the relationships between objects in your Use Cases. Buid a collaboration diagram to see more detail about how objects in a sequence diagram relate.
Use Cases gain a high-level business view of what happens in the system. Sequence diagrams, provide detail about the interactions of objects in the system. The Collaboration diagram offers a different view of the same information as the Sequence diagram. Collaboration and sequence diagrams are sometimes referred to as Interaction diagrams.
Learning objectives
After completing the lessons in this module you will know how to:
build sequence diagrams
build collaboration diagrams
Time required
This module should take approximately 30 minutes to complete.
Prerequisites
If users need to download data or prepare their environments before beginning the module, provide instructions for how to do this. If module prerequisites deviate from tutorial prerequisites, acknowledge this.
Lessons in this module
Lesson 2.1: Create sequence diagrams
Create a sequence diagram of the interaction between a receptionist and a customer in a hotel business.
Lesson 2.2: Create collaboration diagrams
Create a collaboration diagram to see the relationships between the objects customer, reception, and diary.