Uses of Package
ro.inf.p2.odd.alan

Classes in ro.inf.p2.odd.alan used by ro.inf.p2.odd.alan
Alan
          Implements a graphical frontend for the Turing Machine with input elements for the Turing Machine tuple, the transition functions and output elements for a textual output of the tape plus additional information like: no transition function defined for character 'c' and so on.
Tape
          Class Tape A Endless Tape, on which the Touring Machine writes
TransitionFunctionElement
          Class TransistionFunctionElement Contains the transistion function delta = { p, Y, D } - p is the next state of the turing machine - Y is the symbol from gamma to write to the tape - D is the direction to move
TuringMachine.Direction
          This enum describes the possible ways to move for the tape.