Uses of Class
uk.ac.leeds.ccg.andyt.projects.genesis.society.demography.GENESIS_Migration

Packages that use GENESIS_Migration
uk.ac.leeds.ccg.andyt.projects.genesis.process   
uk.ac.leeds.ccg.andyt.projects.genesis.society.demography   
 

Uses of GENESIS_Migration in uk.ac.leeds.ccg.andyt.projects.genesis.process
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process that return GENESIS_Migration
 GENESIS_Migration Abstract_GENESIS_DemographicModel.get_Migration()
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process with parameters of type GENESIS_Migration
 long GENESIS_DemographicModel.simulateImmigrationToStudyRegion(GENESIS_Migration migration, java.lang.String regionID, java.util.TreeMap<java.lang.String,java.util.TreeSet<java.lang.Long>> regionLivingFemaleIDs, java.util.TreeMap<java.lang.String,java.util.TreeSet<java.lang.Long>> regionNotPregnantFemaleIDs, java.util.TreeMap<java.lang.String,java.util.TreeSet<java.lang.Long>> regionLivingMaleIDs)
           
 long GENESIS_DemographicModel.simulateInMigrationFromRestOfUK(GENESIS_Migration migration, java.lang.String regionID, java.util.TreeMap<java.lang.String,java.util.TreeSet<java.lang.Long>> regionLivingFemaleIDs, java.util.TreeMap<java.lang.String,java.util.TreeSet<java.lang.Long>> regionNotPregnantFemaleIDs, java.util.TreeMap<java.lang.String,java.util.TreeSet<java.lang.Long>> regionLivingMaleIDs)
           
 boolean GENESIS_DemographicModel.simulateOutMigration(GENESIS_Migration migration, GENESIS_Female a_Female, java.lang.Long a_Female_ID, GENESIS_FemaleCollection a_FemaleCollection, java.lang.Long a_Collection_ID, GENESIS_AgeBound ageBound)
           
 boolean GENESIS_DemographicModel.simulateOutMigration(GENESIS_Migration migration, GENESIS_Male a_Male, java.lang.Long a_Male_ID, GENESIS_MaleCollection a_MaleCollection, java.lang.Long a_Collection_ID, GENESIS_AgeBound ageBound)
           
 

Uses of GENESIS_Migration in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography declared as GENESIS_Migration
 GENESIS_Migration GENESIS_Demographics._Migration
          For storing migration probabilities by age and gender.
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with parameters of type GENESIS_Migration
GENESIS_Migration(GENESIS_Environment a_GENESIS_Environment, GENESIS_Migration a_GENESIS_Migration)