varrunr/Modelling-Automata-using-Graphwiz-API
This is an implementation of a deterministic Finite State Machine using a matrix representation. The automata is given in a structured representation in a text file, which is parsed to create FSM. It furthers goes on to graphically model the states and transitions of the FSM, using the Graphviz Java API.