|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfrastructure.Settings
public class Settings
Nested Class Summary | |
---|---|
static class |
Settings.AGE_GROUP
Agents' age groups |
static class |
Settings.ARV_TREATMENT
Types of ARV treatments |
static class |
Settings.Church
|
static class |
Settings.COURTSHIP_MESSAGE
Types of Sexual Partnerships Messages |
static class |
Settings.EMPLOYMENT_STRATEGIES
employment choices for piecewise jobs |
static class |
Settings.FEED_STATUS
Feed status for the agents |
static class |
Settings.GENDER
Types of agents' gender |
static class |
Settings.GRANTS
|
static class |
Settings.HEALTH_STATUS
Types of healt status and stages for agents |
static class |
Settings.HOUSEHOLD_MEMBER_TYPE
Household member type |
static class |
Settings.JOB_MESSAGE_TYPE
Jobs message types |
static class |
Settings.MARITAL_STATUS
Marital status for agents |
static class |
Settings.MEMBERS_TYPE
|
static class |
Settings.MESSAGE_TYPE
Types of Stokvel Messages |
static class |
Settings.MIGRATION
|
static class |
Settings.MINE
|
static class |
Settings.REMITTANCE
The remittance amount is set fixed at the moment; we would like to make it appear more plausible as further data are made available. |
Field Summary | |
---|---|
static int |
ADULT_AGE_LIMIT
Adult agen limit |
static double |
BIRTH_RATE
|
static int |
CHILD_AGE_LIMIT
Child agen limit |
static java.lang.String[] |
educationLevels
Types of education levels |
static int |
FRIENDSHIP_UPPER_LIMIT
Upper limit for the number of friends ... |
static int |
FUNERAL_COST
|
static int |
FUNERALCLUB_FEE
this is kept 30 Rands ... |
static int |
FUNERALCLUB_GRACE
Yet another anecdotal account ... |
static int |
FUNERALCLUB_INITIAL_MONEY
|
static int |
HEALTH_EXPENSE
health expenses cost |
static double |
INFANT_MORTALITY_RATE
|
static double |
INNOVATOR_PROBABILITY
Chance for an agent to be an innovator/facilitator |
static boolean |
IS_FUNERAL_CLUB
|
static boolean |
IS_HEALTH_EXPENDITURE
Should deduct health expenditure |
static boolean |
IS_HIV
Should introduce HIV/AIDS |
static int |
LOBOLA_AMOUNT
Lobolo upper limit |
static int |
MALE_SEX_AGE_LIMIT
Male sexually active age limit |
static double |
MARRIAGE_PROBABILITY
Probability for deciding to marry |
static int |
MAX_MONEY_TO_FEED
|
static int |
MAX_STARTING_WEALTH
|
static double |
MEAN_LIFE_EXPECTANCY
|
static int |
MIN_MONEY_TO_FEED
In Ziervogel et al. |
static int |
MIN_SAVINGS_MEMBERS
critical min. |
static int |
MIN_STARTING_WEALTH
|
static double |
MTCT_RATE
|
static int |
NUM_RECORDS
|
static int |
PAJEK_INTERVAL
|
static boolean |
PRINT_OUTPUT
|
static boolean |
RECORD_NETWORK
Should record the networks |
static int |
RICH_HOUSEHOLD_CRITERIA
Rich households limit |
static double |
SD_LIFE_EXPECTANCY
|
static boolean |
SHOW_GUI
Should show model GUI |
static int |
STOKVEL_AMOUNT
this is the amount required to join the stokvel |
static int |
WOMEN_SEX_MAXIMUM_AGE
Maximum age for sexually active female |
static int |
WOMEN_SEX_MINIMUM_AGE
Minimum age for sexually active female |
Constructor Summary | |
---|---|
Settings()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int WOMEN_SEX_MINIMUM_AGE
public static final int WOMEN_SEX_MAXIMUM_AGE
public static final int PAJEK_INTERVAL
public static final boolean PRINT_OUTPUT
public static final boolean IS_HEALTH_EXPENDITURE
public static final boolean RECORD_NETWORK
public static final boolean SHOW_GUI
public static final boolean IS_FUNERAL_CLUB
public static final boolean IS_HIV
public static final int CHILD_AGE_LIMIT
public static final int ADULT_AGE_LIMIT
public static final int MALE_SEX_AGE_LIMIT
public static int NUM_RECORDS
public static int RICH_HOUSEHOLD_CRITERIA
public static final int LOBOLA_AMOUNT
public static final double MEAN_LIFE_EXPECTANCY
public static final double SD_LIFE_EXPECTANCY
public static final int MIN_MONEY_TO_FEED
public static final int MAX_MONEY_TO_FEED
public static final double MARRIAGE_PROBABILITY
public static final double BIRTH_RATE
public static final double INFANT_MORTALITY_RATE
public static final double MTCT_RATE
public static final int FUNERALCLUB_INITIAL_MONEY
public static final int FUNERAL_COST
public static final double INNOVATOR_PROBABILITY
public static final int STOKVEL_AMOUNT
public static final int FRIENDSHIP_UPPER_LIMIT
public static final int MIN_SAVINGS_MEMBERS
public static final int HEALTH_EXPENSE
public static final int MIN_STARTING_WEALTH
public static final int MAX_STARTING_WEALTH
public static final int FUNERALCLUB_FEE
public static final int FUNERALCLUB_GRACE
public static final java.lang.String[] educationLevels
Constructor Detail |
---|
public Settings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |