Skip to content

DavidSheridan/Model-Checker

 
 

Repository files navigation

Model-Checker Build Status GitHub release

Currently hosted application.
NB: URL may change and this link will be useless.
Streader's Raiders SWEN302 Group Project

Click for the latest jar build from master

Overview

Automata Concocter is developed using the Bootstrap framework.

Building / Distributing


cd .../Model-Checker Run the build task using ./gradlew build inside modelchecker. This will take care of web dependencies and will give you a single executable jar.

Main Application


The Automata Concocter is a web based application that constructs finite state automata based on text input of the user and was designed as an educational tool for students studying software engineering. The AC allows the user to define multiple automata and navigate through diffirent edges to reach different states within the user defined state machines. The user can save defined automata as a txt file and can upload a previously saved txt file with defined state machines.

###Styles


Main application css files can be found in the styles directory (Model-Checker/app/styles/).

About

Streader's Raiders SWEN302 Group Project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.9%
  • JavaScript 7.1%
  • HTML 1.7%
  • CSS 0.3%