infrastructure
Class Settings.HEALTH_STATUS

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

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

Types of healt status and stages for agents


Field Summary
static int AIDS
           
static int DISABLE
           
static int EARLY_HIV
           
static int ILL
           
static int LATE_HIV
           
static int MIDDLE_HIV
           
static int OLD_AGE_SICKNESS
           
static int WELL
           
 
Constructor Summary
Settings.HEALTH_STATUS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISABLE

public static final int DISABLE
See Also:
Constant Field Values

OLD_AGE_SICKNESS

public static final int OLD_AGE_SICKNESS
See Also:
Constant Field Values

ILL

public static final int ILL
See Also:
Constant Field Values

WELL

public static final int WELL
See Also:
Constant Field Values

EARLY_HIV

public static final int EARLY_HIV
See Also:
Constant Field Values

MIDDLE_HIV

public static final int MIDDLE_HIV
See Also:
Constant Field Values

LATE_HIV

public static final int LATE_HIV
See Also:
Constant Field Values

AIDS

public static final int AIDS
See Also:
Constant Field Values
Constructor Detail

Settings.HEALTH_STATUS

public Settings.HEALTH_STATUS()