|
GeneThello Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.genethello.gui.PlayerInfo
public class PlayerInfo
Information of player.
| Field Summary | |
|---|---|
int |
birth
Generation of birth. |
java.lang.String |
chromosome
String representation of chromosome. |
int |
current
Current generation. |
int |
draw
Number of draw. |
int |
elo
ELO rating. |
int |
lose
Number of lose. |
int |
win
Number of win. |
| Constructor Summary | |
|---|---|
PlayerInfo()
Creates new instance of player info. |
|
PlayerInfo(java.lang.String c,
int w,
int l,
int d,
int e,
int b,
int cu)
Creates new instance of player info. |
|
| 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 chromosome
public int birth
public int current
public int win
public int lose
public int draw
public int elo
| Constructor Detail |
|---|
public PlayerInfo()
public PlayerInfo(java.lang.String c,
int w,
int l,
int d,
int e,
int b,
int cu)
c - string representation of chromosomew - number of winl - number of losed - number of drawe - ELO ratingb - generation of birthcu - current generation
|
GeneThello Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||