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

Packages that use GENESIS_Age
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_Age in uk.ac.leeds.ccg.andyt.projects.genesis.core
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.core declared as GENESIS_Age
protected  GENESIS_Age GENESIS_Person._Age
          A record of the time of birth of this person
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.core that return GENESIS_Age
 GENESIS_Age GENESIS_Person.get_Age()
           
 GENESIS_Age GENESIS_Person.getAge()
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.core with parameters of type GENESIS_Age
 GENESIS_Female GENESIS_PersonFactory.createFemale(GENESIS_Age age, Household a_Household, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D a_VectorPoint2D, boolean handleOutOfMemoryError)
           
 GENESIS_Female GENESIS_PersonFactory.createFemale(GENESIS_Age age, Household a_Household, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D a_VectorPoint2D, GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
          a_GENESIS_AgentCollection Not to be swapped
 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)
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.core with parameters of type GENESIS_Age
GENESIS_Female(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, java.io.File _Directory, GENESIS_Age age, Household _Household, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D)
           
GENESIS_Female(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, GENESIS_Age age)
           
GENESIS_Female(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, GENESIS_Age age, Household _Household)
           
GENESIS_Female(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, GENESIS_Age age, Household _Household, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D)
           
GENESIS_Male(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, java.io.File _Directory, GENESIS_Age age, Household _Household, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D)
           
GENESIS_Male(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, GENESIS_Age age, Household _Household)
           
GENESIS_Male(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, GENESIS_Age age, Household _Household, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D)
           
GENESIS_Male(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, GENESIS_MaleCollection a_MaleCollection, GENESIS_Age age)
           
 

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

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process that return GENESIS_Age
 GENESIS_Age GENESIS_DemographicModel.getRandomAge(GENESIS_AgeBound ageBound)
          Used for initialising a time of birth.
 

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

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with parameters of type GENESIS_Age
GENESIS_Age(GENESIS_Age aGENESIS_Age)
           
GENESIS_Age(GENESIS_Age aGENESIS_Age, GENESIS_Environment aGENESIS_Environment)