de.uni_paderborn.robots.robotArenaInterface
Class PickUpAction

java.lang.Object
  |
  +--de.uni_paderborn.robots.robotArenaInterface.AbstractRobotAction
        |
        +--de.uni_paderborn.robots.robotArenaInterface.PickUpAction

public final class PickUpAction
extends AbstractRobotAction

This class describes a PickupAction. PickupAction is a possible return value of the "getCommand" method. This Action should be returned by "getCommand" if a robot wants to pickup a card from the field in front of it. The energy of the robot will decrease.


Constructor Summary
PickUpAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PickUpAction

public PickUpAction()