Lightweight Java State Machine
-
Updated
Jun 17, 2023 - 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.
Lightweight Java State Machine
The simple, stupid state machine for Java
Advanced state machines in Java.
A Pac-Man game implementation using explicit finite-state machines (original AI, theming, integrated dashboard)
Executable state charts, property based testing and more.
A simple Java state machine for Spring Boot projects
A declarative DSL for building asynchronously evaluated Finite State Machines on the JVM
converting regex (regular expression) to DFA directly by creating syntax tree in java
Turkish Morphological Analysis library
Finite-State Machines for Java
🌁 Nondeterministic Finite State Automata for Java (in plain English: flowcharts with multiple possible outcomes)
Framework for creating automatons
A Java terminal IO library to control serial devices for Linux/POSIX systems.
State Machines done easy, in a convenient Java package
[JAVA] [PYTHON] - Respositório referente a apresentação de Finite State Machine apresentada no evento DevPira 2020 - 05/12/2020
The aim of this project is to design and implement a library allowing to generate and represent finite state machine also know as finite automaton. The library will also implement algorithms to perform operations that are specific to finite state automaton : Determination, Minimization, Complementary, Elimination of ***ε*** transitions, etc
Queues and Finite State Machines architecture implementation for Java
Sugar for building and running context-free transducers in Java