Uses of Class
uk.ac.leeds.ccg.andyt.projects.genesis.core.GENESIS_Male

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

Uses of GENESIS_Male in uk.ac.leeds.ccg.andyt.projects.genesis.core
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.core that return GENESIS_Male
 GENESIS_Male GENESIS_PersonFactory.createMale(GENESIS_Age age, Household a_Household, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D a_VectorPoint2D, boolean handleOutOfMemoryError)
           
 GENESIS_Male GENESIS_PersonFactory.createMale(GENESIS_Age age, Household a_Household, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D a_VectorPoint2D, GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
 GENESIS_Male GENESIS_MaleCollection.getMale(java.lang.Long a_Agent_ID)
           
 GENESIS_Male GENESIS_MaleCollection.getMale(java.lang.Long a_Agent_ID, boolean handleOutOfMemoryError)
           
protected  GENESIS_Male GENESIS_AgentCollectionManager.getMale(java.lang.Long a_Agent_ID, GENESIS_MaleCollection a_GENESIS_MaleCollection)
           
 GENESIS_Male GENESIS_AgentCollectionManager.getMale(java.lang.Long a_Agent_ID, java.lang.String type, boolean handleOutOfMemoryError)
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.core with parameters of type GENESIS_Male
 java.lang.Long GENESIS_AgentCollectionManager.addToDeadMaleCollection(java.lang.Long a_GENESIS_Male_AgentID, GENESIS_Male a_GENESIS_Male)
           
 

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

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process that return GENESIS_Male
 GENESIS_Male AbstractTrafficModel.getMale(java.lang.Long a_Agent_ID, boolean handleOutOfMemoryError)
           
protected  GENESIS_Male AbstractTrafficModel.getMale(java.lang.Long a_Agent_ID, GENESIS_MaleCollection a_GENESIS_MaleCollection)
           
 GENESIS_Male AbstractTrafficModel.getMale(java.lang.Long a_Agent_ID, GENESIS_MaleCollection a_GENESIS_MaleCollection, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, boolean handleOutOfMemoryError)
           
 GENESIS_Male GENESIS_DemographicModel.getNewInitialisedMale(GENESIS_AgeBound ageBound, java.lang.String birthSubregionID, java.lang.String thisSubregionID, java.util.TreeSet<java.lang.Long> subregionLivingMaleIDs)
          Creates and returns a new GENESIS_Male.
 GENESIS_Male GENESIS_DemographicModel.getNewInitialisedMale(GENESIS_AgeBound ageBound, java.util.TreeSet<java.lang.Long> subregionLivingMaleIDs)
          Creates and returns a new GENESIS_Male.
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process with parameters of type GENESIS_Male
 boolean GENESIS_DemographicModel.simulateDeath(GENESIS_Mortality mortality, GENESIS_Male a_Male, java.lang.Long a_Male_ID, GENESIS_MaleCollection a_MaleCollection, java.lang.Long a_Collection_ID, GENESIS_AgeBound ageBound, GENESIS_Population subregionPopulation, GENESIS_Population regionTotalPopulation)
           
 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_Male in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with parameters of type GENESIS_Male
 java.math.BigDecimal GENESIS_Mortality.getAnnualMortality(GENESIS_Male a_Male)
           
 java.math.BigDecimal GENESIS_Migration.getDailyInternalMigrationRate(GENESIS_Male male, GENESIS_AgeBound ageBound, java.math.BigDecimal pop, int decimalPlaces, java.math.RoundingMode roundingMode)
           
 java.math.BigDecimal GENESIS_Mortality.getDailyMortality(GENESIS_Male a_Male)
           
 java.math.BigDecimal GENESIS_Migration.getDailyOutMigrationProbability(GENESIS_Male male, GENESIS_AgeBound ageBound)
           
 java.lang.String GENESIS_Migration.getInternalMigrationSubregionDestinationFromStudyRegion(GENESIS_Male male, java.lang.String destinationRegionID, int decimalPlaces, java.util.Random random)
          For internal migration within the study region.
 java.lang.String GENESIS_Migration.getOutMigrationRegionDestination(GENESIS_Male male, java.lang.String originRegionID, int decimalPlaces, java.util.Random random)
          Untested