Closed knorth55 closed 2 years ago
and we need to dig submachine to get bottom active state.
do you mean "active state in submodule ?"
yes, I mean active state in submachine. If the submachine has a submachine inside, this method dig to the bottom submachine and get active state in the bottom submachine.
Like this situation, this method returns active state at the bottom. state machine -> active submachine -> active submachine -> active state
Current
:active-state
methods returns top node, and we need to dig submachine to get bottom active state. This PR adds:bottom-active-state
method, which digs active-state in submachines.