yatomata
FSM library
A lightweight implementation of finite state machines in Java with a declarative approach and easy-to-use API
Yet another finite state machine implementation
26 stars
7 watching
9 forks
Language: Java
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
choojs/nanostate | A library for building and managing small finite state machines with support for hierarchical structures, parallel states, and history tracking. | 170 |
atabel/makina | A simple finite state machine with guard conditions and callbacks for managing complex logic flows. | 1 |
matthewp/robot | A library that enables declarative programming of application states using finite state machines. | 1,923 |
vstirbu/fsm-as-promised | A minimalistic finite state machine library implemented using ES6 promises | 463 |
bykof/stateful | A library for creating and managing finite state machines in Go. | 209 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |
fgmacedo/python-statemachine | A Python library for creating and managing finite state machines with support for synchronous and asynchronous programming, conditional transitions, and graphical representation. | 911 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
doridori/engine | An observable Finite State Machine implementation for Java with optional data object access and runtime type checking. | 33 |
nazavode/automaton | A Python library to define and manage finite-state machines in an easy-to-use and elegant way | 23 |
theckman/go-fsm | A library providing a simple and safe finite state machine implementation in Go. | 17 |
calebwin/go-sm | A Go library for generating and managing finite-state machines with persistent state history and callback functions. | 14 |
thomasquintana/declarative-fsm | An implementation of a declarative finite state machine in Python | 43 |