Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TransitionKind

An enumeration of that dictates the precise behavior of a Transition instance.

Use these constants as the kind parameter when creating new Transition instances to define their behavior (see the description of each member).

note

Within the Transition constructor the kind parameter will be validated and adjusted as necessary.

Index

Enumeration members

Enumeration members

External

External:

The Transition, if triggered, will exit the source Vertex and enter the target Vertex irrespective of the proximity of source and target in terms of their enclosing Region.

Internal

Internal:

The Transition, if triggered, occurs without exiting or entering the source State; it does not cause a state therefore no State exit or entry Actions will be invoked, only Transition Actions.

Local

Local:

The Transition, if triggered, will not exit the source State as the target Vertex is a child of the source State. No exit Actions are invoked from the source State, but Transition and entry Actions will be invoked as required.

Generated using TypeDoc