25.6.4 UML Sequence and State Diagrams (cont.)
Leave a Message sequence diagram
- Caller keys in extension (shown as single call to dial)
- Connection calls system's find_mailbox
- The Mailbox object on the right is returned
- Connection invokes get_greeting
(greeting is passive; doesn't appear on diagram)
- Connection plays appropriate greeting
- Telephone reads msg from user, passes it to connection
- Telephone reads hangup, passes it to connection
- Connection constructs Message, adds it to mailbox
prev
|top
|next