infrastructure
Class Settings.HEALTH_STATUS
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Settings.HEALTH_STATUS
public Settings.HEALTH_STATUS()