|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface has to be implemented by any ply.
Method Summary | |
boolean |
equals(Ply ply)
Test, if this ply is equal to another ply. |
Position |
getDestination()
Get the destination of the piece. |
Position |
getSource()
Get the source of the ply. |
void |
setDestination(Position destination)
Set the destination of the piece. |
void |
setSource(Position source)
Set the source of the ply. |
Method Detail |
public Position getSource()
public void setSource(Position source)
public Position getDestination()
public void setDestination(Position destination)
public boolean equals(Ply ply)
ply
- The other ply.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |