Lecture09 Sequencediagrams
Lecture09 Sequencediagrams
.
1
CRC cards
use cases
Representing objects
Messages, continued
Lifetime of objects
deletion: an X at bottom of
object's lifeline
Activation
Nesting
if
-> (opt) [condition]
if/else -> (alt) [condition], separated by horizontal dashed line
loop
-> (loop) [condition or items to loop over]
10
11
12
What can you say about the control flow of each of the
following systems?
Is it centralized?
Is it distributed?
13
14
15