Stateflow | ![]() ![]() |
Parallel (AND) States
Parallel (AND) states are evaluated and executed first from top to bottom and then from left to right in the case of a tie. In this example, assuming that A
and B
, and C
and D
are exactly equivalent from top-down, the parallel (AND) states are executed in this order: A
, B
, D
,C
.
![]() | Execution Order Guidelines | Semantic Rules Summary | ![]() |