Interaction DiagramsCollaboration Diagram
Examples of messages (events):
- simple message: 2: display(x,y)
- nested call including return value: 1.3.1: p:= find (specs)
- conditional message: [xɘ] 4: invert(x,color)
-
- synchronization with otherthreads and iterations: A3, B4 / C3.1*|| [i:= 1..n]: update
1.1 : meetingTime:= duration()
1 : total:= totalDuration()
1.2 : meetingTime:= duration()