public class Constant
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static double |
EARTH_CIRCUMFERENCE
The circumference of the earth in kilometers.
|
static int |
FIRST_DATA_YEAR
This is the first year for which simulation data has been gathered.
|
static int |
FIRST_GAME_YEAR
This is the year for of the first turn in the simulation.
|
static int |
GAME_TOTAL_TURNS
This is the total number of game turns.
|
static int |
LAST_YEAR
This is the last year for which simulation data projections are approximated.
|
static int |
MAX_HAND_SIZE
Maximum number of cards that a player may have in his, her or its hand.
|
static int |
YEARS_PER_TURN
Each game turn advances the simulator by YEARS_PER_TURN years.
|
| Constructor and Description |
|---|
Constant() |
public static final int YEARS_PER_TURN
public static final int FIRST_DATA_YEAR
public static final int FIRST_GAME_YEAR
public static final int LAST_YEAR
public static final int GAME_TOTAL_TURNS
public static final int MAX_HAND_SIZE
public static final double EARTH_CIRCUMFERENCE