Skip to content

A multithreaded finite state machine generator in Java.

Notifications You must be signed in to change notification settings

intheltif/FiniteStateMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finite State Machine

Author: Evert Ball

Author: Tyler Baylson

Description

A multithreaded finite state machine in Java. Will ask the user for (in order) the number of state machines, the number of iterations for each state machine, the number of threads to run the state machines on, and the input file to find the state machine in. The given input file must be formatted as such: The number of states, n, must be the sole element on line 1 The matrix must be n by n The matrix must be separated by white space only The columns of the matrix must add to 1

If the above conditions are not met, an exception will be thrown.

Usage

java Machine java Machine

Known Issues

No currently known issues.

About

A multithreaded finite state machine generator in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages