|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmuehle.logic.Action
muehle.logic.MoveAction
muehle.logic.UndoMoveAction
public class UndoMoveAction
Diese Klasse implementiert eine Setz-Aktion. Sie führt das Setzen eines Steines auf dem Spielfeld durch.
| Field Summary |
|---|
| Fields inherited from class muehle.logic.MoveAction |
|---|
source |
| Fields inherited from class muehle.logic.Action |
|---|
destination, player, undoAction |
| Constructor Summary | |
|---|---|
UndoMoveAction(Player p,
int destination,
int source)
Der Konstruktor erzeugt die UndoDeleteAction entsprechend dem Super-Konstruktor einer allgemeinen Aktion. |
|
| Method Summary |
|---|
| Methods inherited from class muehle.logic.MoveAction |
|---|
equals, getActionValue, getSource, setSource, toNetString, toString |
| Methods inherited from class muehle.logic.Action |
|---|
getDestination, getPlayer, getStone, getUndoAction, setDestination, setPlayer |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UndoMoveAction(Player p,
int destination,
int source)
p - Spieler, dessen Stein gesetzt wird.destination - Position, an die gesetzt werden soll
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||