Engine

FSM library

An observable Finite State Machine implementation for Java with optional data object access and runtime type checking.

An observable Finite State Machine for Java

GitHub

33 stars
5 watching
6 forks
Language: Java
last commit: over 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
nickuraltsev/finity A finite state machine library with event-based, time-based, and Promise-based triggers. 131
cassiozen/state-machine A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. 159
sasa1977/fsm An immutable finite state machine implementation without separate processes 358
tbpixel/functional-finite-state-machine A dead simple finite-state-machine implementation in JavaScript 14
matthewp/robot A library that enables declarative programming of application states using finite state machines. 1,923
beh01der/easyflow A lightweight Finite State Machine implementation in Java 445
intersel/ifsm A JavaScript library to design and manage web user interface behaviors using finite state machines 15
vstirbu/fsm-as-promised A minimalistic finite state machine library implemented using ES6 promises 463
ryanfaerman/fsm A lightweight Go library for implementing finite state machines with parallel transition checks. 159
owickstrom/motor A Haskell library for building type-safe finite-state machines with effects. 95
choojs/nanostate A library for building and managing small finite state machines with support for hierarchical structures, parallel states, and history tracking. 170
steelbreeze/state A library for building hierarchical finite state machines with support for multiple instances and event-based transitions 182
digint/tinyfsm A simple C++ finite state machine library for building and managing complex state transitions. 949
stonecypher/jssm A JavaScript library for creating and managing finite state machines with visualizations 335
atabel/makina A simple finite state machine with guard conditions and callbacks for managing complex logic flows. 1