fsa

FSA file format

老子叫甜甜 提交于 2019-11-30 22:52:00
FSA file format The file describing an FSA is a series of records, structured as lines of text. Records There are 4 different type of records to specify states, transitions, initial-states, final-states, as well as comments and empty lines. 1 State record state stateName xPos yPos Where: state is the character string “state”. stateName is the name of the state, a string of characters beginning with a letter, followed 代做FSA file java编程语言程序 by zero or more letter, digit, or underscore characters. (This is essentially the definition of “identifier” in Java.) xPos and yPos are integer values that

FSA Simulator

隐身守侯 提交于 2019-11-30 16:31:06
Assignment 2 Event Driven Computing 2019 Assignment 2 - FSA Simulator 1. Summary This assignment is the first of two in which you will develop an editing and simulation environment for finite state automata (FSA). For this assignment you will develop the basic infrastructure for reading in a representation of a FSA, and some simulation facilities to be used in the subsequent stages. Although each assignment is of equal value. The quality of your submission for this part will affect your marks in the subsequent practical. We urge you to do a good job! Unlike Assignment 1, you will have at most