Uses of Class
uk.ac.leeds.ccg.andyt.projects.genesis.utilities.Time

Packages that use Time
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.environment   
uk.ac.leeds.ccg.andyt.projects.genesis.society.persons   
uk.ac.leeds.ccg.andyt.projects.genesis.utilities   
 

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

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process that return Time
 Time GenerateSociety.get_Random_DateOfBirth_Date(Time _Time, int _MaxYear)
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process with parameters of type Time
 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.
 Time GenerateSociety.get_Random_DateOfBirth_Date(Time _Time, int _MaxYear)
           
 

Uses of Time 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 Time
 org.jfree.chart.JFreeChart Demographics._AgeGenderPlot(java.lang.Object[] _Population, Time _Time)
           
 

Uses of Time in uk.ac.leeds.ccg.andyt.projects.genesis.society.environment
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.society.environment declared as Time
 Time Environment._Time
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.society.environment with parameters of type Time
Environment(java.util.Random _Random, Time _Time)
           
Environment(java.util.Random _Random, Time _Time, uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDoubleFactory _Grid2DSquareCellDoubleFactory, uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble _World_Grid2DSquareCellDouble)
           
 

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

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.society.persons declared as Time
 Time Person._Time_Birth
           
 Time Person._Time_Death
           
 Time Female._Time_DueToGiveBirth
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.society.persons with parameters of type Time
 double Person.get_Age_double(Time _Time)
          Returns the Persons Age as a double
 int Person.get_AgeInYears_int(Time _Time)
           
 void Person.set_Time_Death(Time _Time_Death)
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.society.persons with parameters of type Time
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)
           
 

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

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.utilities that return Time
 Time Time._Difference(Time _Time)
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.utilities with parameters of type Time
 Time Time._Difference(Time _Time)
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.utilities with parameters of type Time
Time(Time _Time)