A parent node type of FSA indicates that it its child items are collectively an FSA.
The FSA node would also expose edge connections that will allow
- set the FSA to the initial state
- send an input message (input that may change the state).
- get the current state and if that is an "accepting" state.
A parent node type of FSA indicates that it its child items are collectively an FSA.
The FSA node would also expose edge connections that will allow