Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TransitionKind

Specifies the behaviour of transitions.

remarks

As newly created Transitions are Local Transitions, there is no need to specify this within the TransitionKind enumeration.

Index

Enumeration members

Enumeration members

External

External: = 0

External transitions are the default transition type; the source vertex is exited, transition behaviour performed and the target entered.

Local

Local: = 1

A Local transition is one where the target vertex is in the child structure of the source; the source state is not exited.

Generated using TypeDoc