de.uni_paderborn.robots.robotArenaInterface
Class NoAction

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

public final class NoAction
extends AbstractRobotAction

This class describes a NoAction. NoAction is a possible return value of the "getCommand" method. This Action should be returned by "getCommand" if a robot wants to do nothing. The energy of the robot will NOT decrease.


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

Constructor Detail

NoAction

public NoAction()