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
Advanced state machines in Java.
Toolset to capture, simulate, synthesize and verify graph models
A simple Java state machine for Spring Boot projects
A declarative DSL for building asynchronously evaluated Finite State Machines on the JVM
An FSM that manages async non-blocking access to a Netty Channel
Finite-State Machines for Java
A sample Android application to demonstrate how to build screens as fully independant modules.
A sample Android application to demonstrate how to build screens as fully independent modules.
是一款灵感来源于 cola-statemachine 与 spring-statemachine 的FSM状态机实现,专为追求极致性能与简洁设计的开发者而生的java库;快运用到你的项目中让你的业务逻辑更佳优雅吧!
A basic approach to a Maven package type for FirstSpirit modules
Asynchronous actorlike entities: Agent, State Machine and more
[JAVA] [PYTHON] - Respositório referente a apresentação de Finite State Machine apresentada no evento DevPira 2020 - 05/12/2020
Demonstration projects using finite-state machine (FSM) created with IAR Visual State
This repo is my implement of design pattern, which i feel most appropriate for me to using.