Uses of Class
uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations.Household

Packages that use Household
uk.ac.leeds.ccg.andyt.projects.genesis.core   
 

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

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.core declared as Household
 Household GENESIS_Person._Household
          Stores the GENESIS_Person's household which is information about where and with who the GENESIS_Person resides.
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.core with parameters of type Household
 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 Household
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, 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)