|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--de.uni_paderborn.robots.actions.AbstractAction
|
+--de.uni_paderborn.robots.actions.PutAction
Action class to put a card from the portable to the arena
| Field Summary | |
private Card |
card
the card to put |
| Constructor Summary | |
PutAction(Card card)
to put a card |
|
| Method Summary | |
void |
doAction(Robot robot)
the card will be put onto the field the robot looks to |
Card |
getCard()
get method of the card |
void |
setCard(Card card)
set method of the card |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private Card card
| Constructor Detail |
public PutAction(Card card)
card - the card to be put| Method Detail |
public void setCard(Card card)
card - public Card getCard()
public void doAction(Robot robot)
doAction in class AbstractActionrobot - the Robot for which doAction should be executed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||