infrastructure
Class Settings.GENDER

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

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

Types of agents' gender


Field Summary
static int FEMALE
           
static int MALE
           
 
Constructor Summary
Settings.GENDER()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FEMALE

public static final int FEMALE
See Also:
Constant Field Values

MALE

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

Settings.GENDER

public Settings.GENDER()