Package de.uni_paderborn.robots.robotArenaInterface

Interface Summary
CardConstants  
RobotFunctions This interface must be implemented in the robot class of each group in order to provide a unified interface to the arena. version 2.0 ( by Interface group ) ( history at end of file )
 

Class Summary
AbstractRobotAction This is the abstract superclass of every action class returned by the robot!
CardData This class contains the necessary information to identify a card.
ExchangeAction This class describes a ExchangeAction.
Exit This class represents an exit.
FieldData This class contains the data for a field and can have up to one reference to an ItemData Object.
ItemData This is the abstract superclass of all items that can be on a field of a arena.
MoveAction This class describes a MoveAction.
NoAction This class describes a NoAction.
PickUpAction This class describes a PickupAction.
PutAction This class describes a PutAction.
Recharger This class represents a recharger.
RobotData This container class is the only parameter for getCommand and contains sight of the robot ( in robot, left, front, right ), the cards on the hand of the robot ( hand ) and the current energy of the robot.
RotateAction This class describes a RotateAction.
VirtualRobot This class represents robot.
Wall This class represents a wall
Wormhole This class represents a wormhole.