|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sex | |
---|---|
uaa.feral.context | |
uaa.feral.social | |
uaa.feral.social.demographics |
Uses of Sex in uaa.feral.context |
---|
Methods in uaa.feral.context with parameters of type Sex | |
---|---|
java.util.List<Person> |
ScenarioBuilder.createPeopleSpread(Community community,
double number,
Sex sex,
com.vividsolutions.jts.geom.Point point,
int ageFrom,
int ageTo)
Method to create people based on population data |
Uses of Sex in uaa.feral.social |
---|
Methods in uaa.feral.social that return Sex | |
---|---|
Sex |
Person.getSex()
|
Methods in uaa.feral.social with parameters of type Sex | |
---|---|
void |
Person.setSex(Sex sex)
|
Constructors in uaa.feral.social with parameters of type Sex | |
---|---|
Person(Community community,
int age,
Sex sex,
com.vividsolutions.jts.geom.Point location)
Main constructor used for a person |
Uses of Sex in uaa.feral.social.demographics |
---|
Methods in uaa.feral.social.demographics that return Sex | |
---|---|
Sex |
StandardDemographicTable.determineSex()
Method randomly determines sex |
static Sex |
Sex.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Sex[] |
Sex.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |