Package PrintGame

Class Summary
Action class representing an action
Cell A cell that is used in the labyrinth
Condition class representing a Condition
CreateLabyrinth class representing a two dimensional labyrinth
Direction class representing a direction and provides constants for using and writing directions
Field Implementation of a two dimensional field
GameXMLContentHandler  
Instruction ----------------------------------------------------------------------------- class representing an Instruction which consists of one Condition and one Action.
InstructionList class represting a List of instructions which are excecuted by the turing machine.
LabSymbols Contains the used symbols for labyrinth cells.
LabyrinthField class representing a two dimensional labyrinth
LabyrinthXMLContentHandler  
LevelHandler  
LevelParam  
LoadLabyrinth class representing a two dimensional labyrinth
PrintLabyrinth  
RandomWayCoordinates class representing a two dimensional labyrinth
Robot class representing a Robot.
TagName class contains the tag names which are used in the labyrinth XML file
TuringMachine class representing a turing machine.
TxtParser  
WriteLabToXML class provides methods for generating a labyrinth XML file for the tag names and the labyrinth symbols the classes TagName and LabSymbols are used
XMLErrorHandler  
 

Exception Summary
IllegalDirectionException