|
GeneThello Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.genethello.applet.Constants
public class Constants
Constants shared by several modules.
| Field Summary | |
|---|---|
static int |
BLACK
Square value of black player. |
static int |
COLNUM
Number of columns. |
static java.lang.String[] |
COLS
Column's alphabet notation. |
static int |
DEFAULT_PLAYING_TIME
Default playing time in seconds. |
static int |
EVAL_CORNERS
Feature index of corners number. |
static int |
EVAL_DISCS
Feature index of discs number. |
static int |
EVAL_FLIPS
Feature index of flips number. |
static int |
EVAL_MOBILITY
Feature index of mobility. |
static int |
EVAL_PATTERN
Feature index of pattern. |
static int |
EVAL_XSQUARES
Feature index of x-squares number. |
static int |
GENERATE_LENGTH
Maximum length of valid moves. |
static int |
MACHINE
Computer player. |
static int |
MAN
Human player. |
static int |
MAX_DEPTH
Maximum thinking depth |
static int |
OUTSIDE
Outside the board. |
static java.lang.String |
PROPERTY
Property change event when a move is performed. |
static java.lang.String |
REPLAYING_PROPERTY
Property change event when a move is performed while replaying. |
static int |
ROWNUM
Number of rows. |
static int |
SQNUM
Number of squares. |
static int |
UNDO_DEPTH
Maximum depth of undo. |
static int |
WHITE
Square value of white player. |
| Constructor Summary | |
|---|---|
Constants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SQNUM
public static final int COLNUM
public static final int ROWNUM
public static final int UNDO_DEPTH
public static final int GENERATE_LENGTH
public static final int EVAL_FLIPS
public static final int EVAL_DISCS
public static final int EVAL_MOBILITY
public static final int EVAL_CORNERS
public static final int EVAL_XSQUARES
public static final int EVAL_PATTERN
public static final int BLACK
public static final int WHITE
public static final int OUTSIDE
public static final int MAN
public static final int MACHINE
public static final java.lang.String PROPERTY
public static final java.lang.String REPLAYING_PROPERTY
public static final java.lang.String[] COLS
public static int MAX_DEPTH
public static final int DEFAULT_PLAYING_TIME
| Constructor Detail |
|---|
public Constants()
|
GeneThello Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||