de.uni_paderborn.robots.actions
Class NopAction

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

public class NopAction
extends AbstractAction

The NopAction class: robot does nothing


Constructor Summary
NopAction()
           
 
Method Summary
 void doAction(Robot robot)
          just returns nothing, because robot makes nothing
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

NopAction

public NopAction()
Method Detail

doAction

public void doAction(Robot robot)
just returns nothing, because robot makes nothing
Overrides:
doAction in class AbstractAction
Parameters:
robot - the Robot for which doAction should be executed