/FiniteStateMachine

Small app simulating an FSM

Primary LanguagePython

Overview

This app intends to simulate Finite state machine with following capabilities

  • Add new state
  • Add start state
  • Add ending state
  • Add transition
  • Beginging an FSM
  • Transition New state
  • Enabling notification so when new state is reached , user gets notified

References

Some good reads on FSM: