org.xistrat.bean
Class StonesBean
java.lang.Object
org.xistrat.bean.StonesBean
public class StonesBean
- extends java.lang.Object
bulk data object representing the stones (and empty faces) for games such as Go and Reversi
- Since:
- 0.6.59
Method Summary |
java.lang.Object |
clone()
in Object is protected access ... |
void |
updateData(int loc,
int cont)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
numP
public int numP
cont
public int[] cont
marks
public int[] marks
captures
public int[] captures
StonesBean
public StonesBean()
StonesBean
public StonesBean(int faces,
int numP)
StonesBean
public StonesBean(int numP,
int[] cont,
int[] marks,
int[] captures)
clone
public java.lang.Object clone()
- in Object is protected access ...
- Overrides:
clone
in class java.lang.Object
updateData
public void updateData(int loc,
int cont)