|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xistrat.bean.MoveBean
public class MoveBean
bulk data object to represent a single atomic move (what piece it is, and if it's killing another piece and so on, can be found out by using the corresponding position of all pieces. all that is not stored herein)
| Field Summary | |
|---|---|
java.lang.String |
name
|
int |
source
|
int |
target
|
| Constructor Summary | |
|---|---|
MoveBean()
|
|
MoveBean(java.lang.String name,
int a,
int b)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public int source
public int target
| Constructor Detail |
|---|
public MoveBean()
public MoveBean(java.lang.String name,
int a,
int b)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||