squirrel-foundation is a State Machine library, which provided a lightweight, easy use, type safe and programmable state machine implementation for Java.
-
Updated
Jun 4, 2024 - Java
A finite-state machine (FSM), finite-state automaton (FSA), or simply state machine is a mathematical model of computation and an abstract machine that can be in exactly one of a finite number of states at any given time.
The FSM can change from one state to another in response to some inputs; the change from one state to another is called a transition.
An FSM is defined by a list of its states, its initial state, and the inputs that trigger each transition.
In computer science, FSM are widely used in modeling of application behavior (control theory), design of hardware digital systems, software engineering, compilers, network protocols, and computational linguistics.
squirrel-foundation is a State Machine library, which provided a lightweight, easy use, type safe and programmable state machine implementation for Java.
Lightweight Java State Machine
Toolset to capture, simulate, synthesize and verify graph models
A simple Java statemachine for Spring Boot projects
Advanced state machines in Java.
An FSM that manages async non-blocking access to a Netty Channel
A declarative DSL for building asynchronously evaluated Finite State Machines on the JVM
Finite-State Machines for Java
A sample Android application to demonstrate how to build screens as fully independant modules.
A basic approach to a Maven package type for FirstSpirit modules
是一款灵感来源于 cola-statemachine 与 spring-statemachine 的FSM状态机实现,专为追求极致性能与简洁设计的开发者而生的java库;快运用到你的项目中让你的业务逻辑更佳优雅吧!
This repo is my implement of design pattern, which i feel most appropriate for me to using.
[JAVA] [PYTHON] - Respositório referente a apresentação de Finite State Machine apresentada no evento DevPira 2020 - 05/12/2020
An FSM framework for creating Automaton
A simple state machine library.
Bank Automated Teller Machine on Finite-State Machine
Type-safe abstract trait recorder for 'finite state automata'-like agent