supportsDynTransition() method

Indicates if the state supports dynamic (Dyn) transition.

Syntax

boolean supportsDynTransition ()

Returns

True/False - support Dyn transition, or not, respectively

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 error conditions.

When returning true, the processing method(s) should have at least one condition that returns

continueDyn()

.

Used by: state editor

True/False - support Dyn transition, or not, respectively