Package de.uni_paderborn.robots.data

This package contains all classes reponsible for the game flow and field organization: Arena, Fields, Field and Items.

See:
          Description

Interface Summary
Identifyable This interface should be implemented by all classes which need to be identificated by other classes.
 

Class Summary
Arena The arena thread.
Card This class represents a card in the arena.
Exit This class represents the exit in the arena.
Field A field in the arena.
Fields This class is used to save the fields of the arena and its contents.
Index This class organizes the indices used for identifying fields and items in the arena.
Item An item on a certain field.
Robot A robot in the arena.
RobotField This class represents a robot field in the arena, where robots can be placed on.
Wall This class represents a wall in the arena.
Well This class represents a well in the arena.
Wormhole This class represents a wormhole in the arena.
 

Package de.uni_paderborn.robots.data Description

This package contains all classes reponsible for the game flow and field organization: Arena, Fields, Field and Items.