infrastructure
Class Settings.MIGRATION

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

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


Field Summary
static int AMOUNT_REQD_MIGRATION
          from Gina: this is the 1000 Rands ...
static double PROPORTION_INITIAL_MIGRANTS
          Initial number of migrants
static int SINGLE_REMITTANCE_LIMIT
          this is the minimum number months that a 'never' married agent would send the remittance ...
 
Constructor Summary
Settings.MIGRATION()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLE_REMITTANCE_LIMIT

public static int SINGLE_REMITTANCE_LIMIT
this is the minimum number months that a 'never' married agent would send the remittance ... after which we assume they marry in the city, maintain their links, but stop returning the money.


AMOUNT_REQD_MIGRATION

public static int AMOUNT_REQD_MIGRATION
from Gina: this is the 1000 Rands ... minimum of the household money


PROPORTION_INITIAL_MIGRANTS

public static double PROPORTION_INITIAL_MIGRANTS
Initial number of migrants

Constructor Detail

Settings.MIGRATION

public Settings.MIGRATION()