Uses of Class
uk.ac.leeds.ccg.andyt.projects.genesis.society.environment.Environment

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

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

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process with parameters of type Environment
 void GenerateSociety._Initialise_Population_Year_0(Environment _Environment, Time _Time)
          This society has: 200 families with 2 parents of different gender: These have upto 5 (chosen randomly) children of random gender and age less than 16.
 void GenerateSociety._Initialise_Population0(Environment _Environment, Time _Time)
          Initialises the people in a simple hunter gatherer society.
 void GenerateSociety._Initialise_Population1(Environment _Environment, Time _Time)
          Initialises the people in a simple hunter gatherer society.
 

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

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography declared as Environment
 Environment Mortality._Environment
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with parameters of type Environment
Mortality(Environment _Environment)
           
 

Uses of Environment in uk.ac.leeds.ccg.andyt.projects.genesis.society.persons
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.society.persons declared as Environment
 Environment Person._Environment
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.society.persons with parameters of type Environment
Female(Environment _Environment, java.lang.Object _ID, Time _Time_Birth)
           
Female(Environment _Environment, java.lang.Object _ID, Time _Time_Birth, Household _Household)
           
Female(Environment _Environment, java.lang.Object _ID, Time _Time_Birth, Household _Household, java.lang.Object _Location)
           
Female(Environment _Environment, java.lang.Object _ID, Time _Time_Birth, java.lang.Object _Place_Location, Household _Household)
           
Male(Environment _Environment, java.lang.Object _ID, Time _Time_Birth)
           
Male(Environment _Environment, java.lang.Object _ID, Time _Time_Birth, Household _Household)
           
Male(Environment _Environment, java.lang.Object _ID, Time _Time_Birth, Household _Household, java.lang.Object _Location)