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

GitHub

26 stars
7 watching
9 forks
Language: Java
last commit: over 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
choojs/nanostateA library for building and managing small finite state machines with support for hierarchical structures, parallel states, and history tracking.170
atabel/makinaA simple finite state machine with guard conditions and callbacks for managing complex logic flows.1
matthewp/robotA functional and immutable Finite State Machine library for managing application state in JavaScript applications.1,931
vstirbu/fsm-as-promisedA minimalistic finite state machine library implemented using ES6 promises463
bykof/statefulA library for creating and managing finite state machines in Go.209
nickuraltsev/finityA finite state machine library with event-based, time-based, and Promise-based triggers.131
ryanfaerman/fsmA lightweight Go library for implementing finite state machines with parallel transition checks.159
tbpixel/functional-finite-state-machineA dead simple finite-state-machine implementation in JavaScript14
fgmacedo/python-statemachineA Python library for creating and managing finite state machines with support for synchronous and asynchronous programming, conditional transitions, and graphical representation.931
cassiozen/state-machineA JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks.159
doridori/engineAn observable Finite State Machine implementation for Java with optional data object access and runtime type checking.33
nazavode/automatonA Python library to define and manage finite-state machines in an easy-to-use and elegant way23
theckman/go-fsmA library providing a simple and safe finite state machine implementation in Go.17
calebwin/go-smA Go library for generating and managing finite-state machines with persistent state history and callback functions.14
thomasquintana/declarative-fsmAn implementation of a declarative finite state machine in Python43