|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectsimuLCS.Config
Defines useful constants for the program.
| Field Summary | |
static java.lang.String |
ERROR
|
static java.lang.String |
FOLDER_DATA
Change this to write the files in another folder |
static int |
MAX_NB_ENTITIES
Maximum number of entities to allow for one simulation |
static int |
PRINT_MODE
Indicates how "verbose" the program should be (for the output in the console) |
static java.lang.String |
PROBLEM
|
static int |
SHIFT_ARENA
Shift to center the Arena (not stuck to the border) |
static int |
SIZE_ARENA
Size of the Arena |
| Constructor Summary | |
Config()
|
|
| Method Summary | |
static int |
getPRINT_MODE()
|
static void |
setPRINT_MODE(int i)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int SIZE_ARENA
public static final int SHIFT_ARENA
public static final int MAX_NB_ENTITIES
public static final java.lang.String ERROR
public static final java.lang.String PROBLEM
public static int PRINT_MODE
public static final java.lang.String FOLDER_DATA
| Constructor Detail |
public Config()
| Method Detail |
public static int getPRINT_MODE()
public static void setPRINT_MODE(int i)
i -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||