infrastructure
Class Settings.AGE_GROUP

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

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

Agents' age groups


Field Summary
static int ADULT
           
static int CHILD
           
static int SENIOR
           
 
Constructor Summary
Settings.AGE_GROUP()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHILD

public static final int CHILD
See Also:
Constant Field Values

ADULT

public static final int ADULT
See Also:
Constant Field Values

SENIOR

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

Settings.AGE_GROUP

public Settings.AGE_GROUP()