Transition

StarUML

Transition

Top  Previous  Next

Semantics

A transition is a directed relationship between a source state vertex and a target state vertex. It may be part of a compound transition, which takes the state machine from one state configuration to another, representing the complete response of the state machine to a particular event instance.

Procedure for creating transition

In order to create Transition,

1.Click [Toolbox] -> [Statechart] -> [Transition] button.

ch05_558

2.Drag and drop between states in transition direction in the [main window].

ch05_559

3.Between two states, a transition is created.

ch05_560

Procedure for reconnecting to another element

In order to reconnect to another state,

1.Click the end of transition.

ch05_561

2.Drag and drop it into another state.

ch05_562

3.Then transition's end will be changed.

ch05_563