Behavioral Modeling: - Interaction Diagrams
Behavioral Modeling: - Interaction Diagrams
•
Interaction diagram
• A collaboration diagram is an interaction diagram that emphasizes the
structural organization of the objects that send and receive messages.
• A fork may have one incoming transition and two or more outgoing
transitions, each of which represents an independent flow of control.
• A join represents the synchronization of two or more concurrent flows of
control. A join may have two or more incoming transitions and one
outgoing transition.
Example- Fork and Join
Swimlanes