de.uni_paderborn.robots.robot.group10
Class Waiter

java.lang.Object
  |
  +--de.uni_paderborn.robots.robot.group10.Waiter
All Implemented Interfaces:
RobotFunctions

public class Waiter
extends java.lang.Object
implements RobotFunctions

This robot is used for testing only.
A waiting robot which is to be recognized by the arena and robot timer.


Constructor Summary
Waiter()
           
 
Method Summary
 boolean exchangeOk(CardData myCard, CardData otherCard)
          enteres a endless loop
 CardData exchangeProposal(CardData[] cards)
          enteres a endless loop
 AbstractRobotAction getCommand(RobotData robotData)
          enteres a endless loop
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Waiter

public Waiter()
Method Detail

getCommand

public AbstractRobotAction getCommand(RobotData robotData)
enteres a endless loop
Specified by:
getCommand in interface RobotFunctions
Following copied from interface: de.uni_paderborn.robots.robotArenaInterface.RobotFunctions
Parameters:
robotData - current status of the robot
Returns:
a subclass of AbstractRobotAction which contains the robot's next command

exchangeProposal

public CardData exchangeProposal(CardData[] cards)
enteres a endless loop
Specified by:
exchangeProposal in interface RobotFunctions
Following copied from interface: de.uni_paderborn.robots.robotArenaInterface.RobotFunctions
Parameters:
cards - set of cards the robot owns
Returns:
a card a robot is willing to change

exchangeOk

public boolean exchangeOk(CardData myCard,
                          CardData otherCard)
enteres a endless loop
Specified by:
exchangeOk in interface RobotFunctions
Following copied from interface: de.uni_paderborn.robots.robotArenaInterface.RobotFunctions
Parameters:
myCard - card the robot wants to give away
otherCard - card the robot wants to have
Returns:
true if the robot is willing to change