supportsDynTransition() method

Indicates if the state supports dynamic (Dyn) transition.

Syntax

boolean supportsDynTransition ()

Returns

True - support Dyn transition by default

Usage

When set to true the state editor will display the dynamic dropdown UI control listing all the possible states to chose from.

The state may opt to support both OK and dynamic follow-up transitions, with the dynamic follow-up transitions for handling special case or error conditions.

By default is true, so the processing method(s) should have at least one condition that returns

continueDyn()

.

Used by: state editor

True - support Dyn transition by default