Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.
/ simplefsm Public archive

A library for creating in-code state machines

Notifications You must be signed in to change notification settings

appform-io/simplefsm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple FSM

Build Coverage Maintainability Rating Reliability Rating Security Rating javadoc

A library to build event driven state machines in your code.

Why?

State machines are a core construct for many systems that monitor system states across many objects and manage them in memory.

Usage

In order to use the library the following needs to be done.

Use the dependency

Use the following maven dependency

<dependency>
    <groupId>io.appform.simplefsm</groupId>
    <artifactId>simplefsm</artifactId>
    <version>1.0</version>
</dependency>

Check StateMachineTest class for basic usage.

License

Apache 2

About

A library for creating in-code state machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages