Skip to content

HariCazorla/FSM-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Finite State Machine in Java

A simple state machine implementation. We can create states, add transitions and start the state machine. We can start each state machine in a seperate thread.

Workflow

  • Create states
  • Create a state machine object
  • Specify init state and final state
  • Add transitions
  • Start the state machine and let it reach the final state.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages