infrastructure
Class Settings.MINE

java.lang.Object
  extended by infrastructure.Settings.MINE
Enclosing class:
Settings

public static class Settings.MINE
extends java.lang.Object


Field Summary
static java.lang.String[] EMPLOYMENT_STATUS
          Employment statuses at mine
static int MINE_WORKING_MONTHS
          Mine's number of working months - age
static int SKILLED_CAPACITY
          Mine's skilled capacity limit
static int START_TICK_RANGE
          Mine's starting time range
static int UNSKILLED_CAPACITY
          Mine's unskilled capacity limit
 
Constructor Summary
Settings.MINE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPLOYMENT_STATUS

public static final java.lang.String[] EMPLOYMENT_STATUS
Employment statuses at mine


UNSKILLED_CAPACITY

public static final int UNSKILLED_CAPACITY
Mine's unskilled capacity limit

See Also:
Constant Field Values

SKILLED_CAPACITY

public static final int SKILLED_CAPACITY
Mine's skilled capacity limit

See Also:
Constant Field Values

START_TICK_RANGE

public static final int START_TICK_RANGE
Mine's starting time range

See Also:
Constant Field Values

MINE_WORKING_MONTHS

public static final int MINE_WORKING_MONTHS
Mine's number of working months - age

See Also:
Constant Field Values
Constructor Detail

Settings.MINE

public Settings.MINE()