simuLCS
Class Config

java.lang.Object
  extended bysimuLCS.Config

public class Config
extends java.lang.Object

Defines useful constants for the program.

Author:
Benoit

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

SIZE_ARENA

public static final int SIZE_ARENA
Size of the Arena

See Also:
Constant Field Values

SHIFT_ARENA

public static final int SHIFT_ARENA
Shift to center the Arena (not stuck to the border)

See Also:
Constant Field Values

MAX_NB_ENTITIES

public static final int MAX_NB_ENTITIES
Maximum number of entities to allow for one simulation

See Also:
Constant Field Values

ERROR

public static final java.lang.String ERROR
See Also:
Constant Field Values

PROBLEM

public static final java.lang.String PROBLEM
See Also:
Constant Field Values

PRINT_MODE

public static int PRINT_MODE
Indicates how "verbose" the program should be (for the output in the console)


FOLDER_DATA

public static final java.lang.String FOLDER_DATA
Change this to write the files in another folder

See Also:
Constant Field Values
Constructor Detail

Config

public Config()
Method Detail

getPRINT_MODE

public static int getPRINT_MODE()
Returns:

setPRINT_MODE

public static void setPRINT_MODE(int i)
Parameters:
i -