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.
A novel implementation of the Raft consensus algorithm
Umple: Model-Oriented Programming - embed models in code and vice versa and generate complete systems. Save yourself lots of coding. Do it collaboratively online in UmpleOnline, in an IDE or on the command line.
The simple, stupid state machine for Java
A simple hierarchical state machine compiler that generates C.
The ThingML modelling language
Advanced state machines in Java.
Game AI for java.NavMesh、A*、BehaviorTree、FSM
Flapi is an API generator for Java, which generates 'smart' interfaces for improved fluency in your code.
Executable state charts, property based testing and more.
A simple Java statemachine for Spring Boot projects
A declarative DSL for building asynchronously evaluated Finite State Machines on the JVM
A tiny, in-memory, zero dependency state machine library
An FSM that manages async non-blocking access to a Netty Channel
Finite-State Machines for Java
Saga Coordinator sample for long-lived transactions using Kafka as the event stream.
A sample Android application to demonstrate how to build screens as fully independant modules.
An implementation of the Swirlds Hashgraph - a fair, fast, replicated, Byzantine state machine
Java implementation of the state machine standardized in PackML