|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.uni_paderborn.robots.robot.group9.AbstractStrategy
AbstractStrategy
| Field Summary | |
private int |
cardWeight
attribute for the weight of the cards |
private LAR |
currentRobot
attribute currentRobot |
private int |
exitWeight
attribute for the weight of the exit |
private LAR |
lar
attribute lar for easy access |
private java.lang.String |
name
name of the strategy |
| Constructor Summary | |
AbstractStrategy()
|
|
| Method Summary | |
int |
getCardWeight()
read access for cardWeight |
abstract AbstractAction |
getCommand()
get command |
LAR |
getCurrentRobot()
read access for currentRobot |
int |
getExitWeight()
read access for exitWeight |
LAR |
getLar()
read access for lar |
java.lang.String |
getName()
read access for name |
void |
removeYou()
remove method |
int |
setCardWeight(int cardWeight)
write access for cardWeight |
boolean |
setCurrentRobot(LAR value)
write access for currentRobot |
int |
setExitWeight(int exitWeight)
write access for exitWeight |
void |
setLar(LAR elem)
write access for lar |
void |
setName(java.lang.String name)
write access method for name |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private int cardWeight
private int exitWeight
private java.lang.String name
private LAR currentRobot
private LAR lar
| Constructor Detail |
public AbstractStrategy()
| Method Detail |
public abstract AbstractAction getCommand()
public int getExitWeight()
public java.lang.String getName()
public int getCardWeight()
public int setCardWeight(int cardWeight)
public int setExitWeight(int exitWeight)
public boolean setCurrentRobot(LAR value)
public LAR getCurrentRobot()
public void setName(java.lang.String name)
public void setLar(LAR elem)
public LAR getLar()
public void removeYou()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||