The Working Area

Finite Automata Simulation

Automata are displayed in the working area. Nodes are shaped as circles of different colours: The label on each node indicates the state symbol.

Arcs are represented by lines connecting two nodes: ; the input symbol that activates the transition is the arc label.

Arcs connecting a node with itself (loop connection) will appear as a circle starting and ending from the node: .

PushDown Automata Simulation

When the PushDown Automata simulator module is active, on the lines representing arcs we have also the stack symbol:

@ is the empty stack symbol.


Back to Index