heya-state
v1.0.0
Published
State machines implement FSM and HSM variants. They are used to manage state transitions, drive visualization, and automate actions.
Downloads
1
Readme
heya-state
This module provides an implementation of finite state machines (FSM), including a hierarchical (HSM) variant. Additioanlly it provides a simple way to describe them declaratively.
It can be used with systems supporting CommonJS loading, like node.js, AMD loaders, and globals. In the latter case it can be accessed as window.heya.state
.
Documentation
The documentation is available in the project's wiki.
Versions
- 1.0.0 — The initial public release.
License
BSD or AFL — your choice.