Tuesday, July 31, 2007

Deriving a Statechart diagram from Sequence diagrams

Events trigger transitions between states. States capture the condition of an object during the period of time between events.


Figure 10-25: A basic Sequence diagram with events and transitions.

The states of the object is defined by the values of one or more of its attributes.


Figure 10-26: Mapping a Sequence diagram to a Statechart diagram.

No comments: