de.uni_paderborn.robots.robot.group9
Class CardStrategy

java.lang.Object
  |
  +--de.uni_paderborn.robots.robot.group9.AbstractStrategy
        |
        +--de.uni_paderborn.robots.robot.group9.CardStrategy

public class CardStrategy
extends AbstractStrategy

one of the different abstract strategies the robot takes the shortest way to the next card


Field Summary
(package private)  int card
          the card weight
(package private)  int exit
          the exit weight
static java.lang.String NAME
           
 
Fields inherited from class de.uni_paderborn.robots.robot.group9.AbstractStrategy
cardWeight, currentRobot, exitWeight, lar, name
 
Constructor Summary
CardStrategy()
           
 
Method Summary
 AbstractAction getCommand()
          the getCommand method
still under construcion
 
Methods inherited from class de.uni_paderborn.robots.robot.group9.AbstractStrategy
getCardWeight, getCurrentRobot, getExitWeight, getLar, getName, removeYou, setCardWeight, setCurrentRobot, setExitWeight, setLar, setName
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

card

int card
the card weight

exit

int exit
the exit weight

NAME

public static final java.lang.String NAME
Constructor Detail

CardStrategy

public CardStrategy()
Method Detail

getCommand

public AbstractAction getCommand()
the getCommand method
still under construcion
Overrides:
getCommand in class AbstractStrategy
Returns:
null