State Transition

Situation transitions are composed of state transitions.

Definition

A state transition is a change in the active state. Normally, the transition is a result of an event

Conditional state transitions

In practice, state transitions are conditional, expressed in terms of rules and constraints. Typically the rules are defined in terms of the situation and the context .

Consistent transition

A transition is consistent if the effect of the event does not depend on the situation or the context .

Example

Transitions instigated using a switch are consistent, because the new state is defined by switch position, independent of the previous state.

The transitions of the simple reactive system ..., instigated by a push-button, are not consistent, because they depend on the active state..

Simple Transition

A state transition is simple if it is not consistent, and it depends on the state of the same state set only.

Example

The transitions of the simple reactive system ..., are simple, because they depend on the control state only.

Normative transition

A simple transition is normative if the mode dependency describes normative activity.

Related topic


Updated on 14 Jul 2016.