de.uni_paderborn.robots.actions
Class AbstractAction

java.lang.Object
  |
  +--de.uni_paderborn.robots.actions.AbstractAction
Direct Known Subclasses:
MoveAction, NopAction, PickupAction, PutAction, RotateAction

public class AbstractAction
extends java.lang.Object

abstract Class for doAction


Constructor Summary
AbstractAction()
           
 
Method Summary
 void doAction(Robot robot)
          abstract method doAction
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

AbstractAction

public AbstractAction()
Method Detail

doAction

public void doAction(Robot robot)
abstract method doAction
Parameters:
robot - the Robot which "calls" doAction