de.uni_paderborn.robots.actions
Class MoveAction

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

public class MoveAction
extends AbstractAction

The action class to move a robot


Constructor Summary
MoveAction()
           
 
Method Summary
 void doAction(Robot robot)
          puts the robot on the field it currently looks to
and checks whether possible or not...
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MoveAction

public MoveAction()
Method Detail

doAction

public void doAction(Robot robot)
puts the robot on the field it currently looks to
and checks whether possible or not...
Overrides:
doAction in class AbstractAction
Parameters:
robot - the Robot for which doAction should be executed