previous
|
index
|
next
Sequence Diagrams
Suppose
someObject
wants to:
Get
shirt1
's sleeve length,
Add
shirt1
to
list
, and
Display the contents of
list
.
Here is a diagram showing how these objects collaborate:
This is an example of a UML
sequence diagram
, which models a sequence of method calls over time.
previous
|
index
|
next