Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
FSM
Installed
- no -
Latest
1.4.0
License
MIT License
Summary
Finite State Machine
Description
The FSM package provides a simple class that implements a Finite State Machine.
In addition to maintaining state, this FSM also maintains a user-defined payload, therefore effectively making the machine a Pushdown Automaton (a finite state machine with memory).