| Event-driven Finite State Machine |
Website Links For Finite |
Information AboutEvent-driven Finite State Machine |
| CATEGORIES ABOUT EVENT-DRIVEN FINITE STATE MACHINE | |
| computational models | |
|
In contrast to the Virtual Finite State Machine (VFSM) technology, the application of event driven FSM in complex systems leads to the state explosion problem, as each truly required state path must be repeated for all possible input values. Event driven FSM is implemented with a State Transition Table and is mainly used for Parser applications. |
|
|