Lab 01_Practice SCR
Lab 01_Practice SCR
Instructions:
Name:
ID:
LAB TASK 1:
A canvas consists of many figures. Figures could be circles, lines, polygons, or groups. A group consists
of many figures. When a client asks the canvas to draw itself, the canvas asks its associated figures to
draw themselves. Each figure (circles, line, or polygons) is responsible for drawing itself in an
appropriate way. Note that the canvas does not have to ask each figure which kind of figure it is; it
just has to call the draw operation and everything else works automatically.
LAB TASK 2:
Draw the sequence diagram for the above stated use case scenario.
LAB TASK 3:
Identify actor, use cases and draw use case diagram. You can write your assumptions (if
any) for more clarity.