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

Packages that use GENESIS_Miscarriage
uk.ac.leeds.ccg.andyt.projects.genesis.society.demography   
uk.ac.leeds.ccg.andyt.projects.genesis.utilities   
 

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

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography declared as GENESIS_Miscarriage
 GENESIS_Miscarriage GENESIS_Fertility._Miscarriage
           
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with type parameters of type GENESIS_Miscarriage
 java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Miscarriage>> GENESIS_Demographics._Miscarriage
          For storing region miscarriage probabilities.
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with parameters of type GENESIS_Miscarriage
protected  void GENESIS_Demographics.output(java.lang.String title, int dataWidthForAgeGenderPlots, int dataHeightForAgeGenderPlots, java.lang.String xAxisLabel, java.lang.String yAxisLabel, java.io.File demographicsDirectory_File, GENESIS_Miscarriage miscarriage, java.lang.Long minAgeYearsForDisplays, java.lang.Long maxAgeYearsForDisplays, int decimalPlacePrecisionForCalculations, int decimalPlacePrecisionForDisplay)
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with parameters of type GENESIS_Miscarriage
GENESIS_Fertility(GENESIS_Environment a_GENESIS_Environment, GENESIS_Mortality a_Mortality, GENESIS_Miscarriage a_Miscarriage, java.io.File fertility_File)
          If the fertility file is a csv file then it is assumed the fertility are in terms of live births.
GENESIS_Miscarriage(GENESIS_Miscarriage a_Miscarriage)
           
 

Uses of GENESIS_Miscarriage in uk.ac.leeds.ccg.andyt.projects.genesis.utilities
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.utilities that return types with arguments of type GENESIS_Miscarriage
static java.util.TreeMap<java.lang.String,GENESIS_Miscarriage> GENESIS_Collections.deepCopyTo_TreeMap_String_Miscarriage(java.util.TreeMap<java.lang.String,GENESIS_Miscarriage> map)
           
static java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Miscarriage>> GENESIS_Collections.deepCopyTo_TreeMap_String_TreeMap_String_Miscarriage(java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Miscarriage>> map)
           
 

Method parameters in uk.ac.leeds.ccg.andyt.projects.genesis.utilities with type arguments of type GENESIS_Miscarriage
static java.util.TreeMap<java.lang.String,GENESIS_Miscarriage> GENESIS_Collections.deepCopyTo_TreeMap_String_Miscarriage(java.util.TreeMap<java.lang.String,GENESIS_Miscarriage> map)
           
static java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Miscarriage>> GENESIS_Collections.deepCopyTo_TreeMap_String_TreeMap_String_Miscarriage(java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Miscarriage>> map)