de.uni_paderborn.robots.actions
Class PickupAction

java.lang.Object
  |
  +--de.uni_paderborn.robots.actions.AbstractAction
        |
        +--de.uni_paderborn.robots.actions.PickupAction

public class PickupAction
extends AbstractAction

the class to realize the pickup Action of a card


Constructor Summary
PickupAction()
           
 
Method Summary
 void doAction(Robot robot)
          puts the card the robot looks to into the portable
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PickupAction

public PickupAction()
Method Detail

doAction

public void doAction(Robot robot)
puts the card the robot looks to into the portable
Overrides:
doAction in class AbstractAction
Parameters:
robot - the Robot for which doAction should be executed