Uses of Class
uk.ac.leeds.ccg.andyt.projects.genesis.core.GENESIS_FemaleCollection

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

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

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.core declared as GENESIS_FemaleCollection
 GENESIS_FemaleCollection GENESIS_AgentCollectionManager._DeadFemaleCollection
          This is to be held in memory at all times and is for storing dead GENESIS_Females.
protected  GENESIS_FemaleCollection GENESIS_Female._GENESIS_FemaleCollection
          A reference to the main GENESIS_FemaleCollection to which this belongs
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.core with type parameters of type GENESIS_FemaleCollection
 java.util.HashMap<java.lang.Long,GENESIS_FemaleCollection> GENESIS_AgentCollectionManager._LivingFemaleCollection_HashMap
          A HashMap to be held in memory at all times.
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.core that return GENESIS_FemaleCollection
protected  GENESIS_FemaleCollection GENESIS_Female.get_FemaleCollection()
           
 GENESIS_FemaleCollection GENESIS_Female.get_FemaleCollection(boolean handleOutOfMemoryError)
           
 GENESIS_FemaleCollection GENESIS_AgentCollectionManager.getFemaleCollection(java.lang.Long a_AgentCollection_ID, java.lang.String type)
          If AgentCollection with a_AgentCollection_ID is in _AgentCollection_HashMap it is returned, else it is created, put into _AgentCollection_HashMap then returned.
 GENESIS_FemaleCollection GENESIS_AgentCollectionManager.getFemaleCollection(java.lang.Long a_AgentCollection_ID, java.lang.String type, boolean handleOutOfMemoryError)
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.core with parameters of type GENESIS_FemaleCollection
 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, GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
 java.lang.Long GENESIS_AgentCollectionManager.get_NextFemaleID(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
protected  GENESIS_Female GENESIS_AgentCollectionManager.getFemale(java.lang.Long a_Agent_ID, GENESIS_FemaleCollection a_GENESIS_FemaleCollection)
           
 long GENESIS_AgentEnvironment.init_MemoryReserve_Account(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
 java.lang.Object[] GENESIS_AgentEnvironment.init_MemoryReserve_AccountDetail(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
 void GENESIS_Environment.init_MemoryReserve(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
static GENESIS_Female GENESIS_Female.read(long a_Agent_ID, GENESIS_FemaleCollection a_GENESIS_FemaleCollection)
          Deprecated. 
protected  boolean GENESIS_Environment.swapToFile_DataAnyExcept(GENESIS_FemaleCollection a_GENESIS_FemaleCollection)
           
 boolean GENESIS_Environment.swapToFile_DataAnyExcept(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
protected  java.lang.Object[] GENESIS_AgentCollectionManager.swapToFile_FemaleCollection_AccountDetail(GENESIS_FemaleCollection a_GENESIS_FemaleCollection)
          Swaps to file the FemaleCollection a_GENESIS_FemaleCollection and returns its ID in a HashSet.
 java.lang.Object[] GENESIS_AgentCollectionManager.swapToFile_FemaleCollection_AccountDetail(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
          Swaps to file the FemaleCollection a_GENESIS_FemaleCollection and returns a HashSet identifying all FemaleCollections swapped in the process.
protected  boolean GENESIS_AgentCollectionManager.swapToFile_FemaleCollection(GENESIS_FemaleCollection a_GENESIS_FemaleCollection)
          Swaps to file the FemaleCollection a_GENESIS_FemaleCollection.
 void GENESIS_AgentCollectionManager.swapToFile_FemaleCollection(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
          Attempts to swap to file a_GENESIS_FemaleCollection, but may swap other GENESIS_AgentCollections in the process which is likely if a_GENESIS_FemaleCollection is very small and total available memory is almost low and handleOutOfMemoryError is true
protected  long GENESIS_AgentCollectionManager.swapToFile_FemaleCollectionExcept_Account(GENESIS_FemaleCollection a_FemaleCollection)
           
 long GENESIS_AgentCollectionManager.swapToFile_FemaleCollectionExcept_Account(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
protected  java.lang.Object[] GENESIS_AgentCollectionManager.swapToFile_FemaleCollectionExcept_AccountDetail(GENESIS_FemaleCollection a_FemaleCollection)
           
protected  long GENESIS_AgentCollectionManager.swapToFile_FemaleCollectionsExcept_Account(GENESIS_FemaleCollection a_FemaleCollection)
           
 long GENESIS_AgentCollectionManager.swapToFile_FemaleCollectionsExcept_Account(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
protected  java.lang.Object[] GENESIS_AgentCollectionManager.swapToFile_FemaleCollectionsExcept_AccountDetail(GENESIS_FemaleCollection a_FemaleCollection)
           
 java.lang.Object[] GENESIS_AgentCollectionManager.swapToFile_FemaleCollectionsExcept_AccountDetail(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
protected  java.lang.Object[] GENESIS_AgentEnvironment.tryToEnsureThereIsEnoughMemoryToContinue_Account(GENESIS_FemaleCollection a_GENESIS_FemaleCollection)
          A method to ensure there is enough memory to continue whilst not swapping to disk a_AgentCollection and accounting by returning a HashSet identifying which AgentCollections have been swapped in the process.
 long GENESIS_AgentEnvironment.tryToEnsureThereIsEnoughMemoryToContinue_Account(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
protected  java.lang.Object[] GENESIS_AgentEnvironment.tryToEnsureThereIsEnoughMemoryToContinue_AccountDetail(GENESIS_FemaleCollection a_FemaleCollection)
           
 java.lang.Object[] GENESIS_AgentEnvironment.tryToEnsureThereIsEnoughMemoryToContinue_AccountDetail(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
          A method to ensure there is enough memory to continue whilst not swapping to disk a_FemaleCollection
protected  boolean GENESIS_AgentEnvironment.tryToEnsureThereIsEnoughMemoryToContinue(GENESIS_FemaleCollection a_FemaleCollection)
          A method to try to ensure there is enough memory to continue whilst not swapping to disk a_FemaleCollection.
protected  boolean GENESIS_Environment.tryToEnsureThereIsEnoughMemoryToContinue(GENESIS_FemaleCollection a_FemaleCollection)
          A method to ensure there is enough memory to continue whilst not swapping to disk a_GENESIS_FemaleCollection.
 void GENESIS_AgentEnvironment.tryToEnsureThereIsEnoughMemoryToContinue(GENESIS_FemaleCollection a_FemaleCollection, boolean handleOutOfMemoryError)
          A method to try to ensure there is enough memory to continue.
 void GENESIS_Environment.tryToEnsureThereIsEnoughMemoryToContinue(GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
          A method to ensure there is enough memory to continue whilst not swapping to disk a_GENESIS_FemaleCollection
 

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

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process with parameters of type GENESIS_FemaleCollection
protected  GENESIS_Female AbstractTrafficModel.getFemale(java.lang.Long a_Agent_ID, GENESIS_FemaleCollection a_GENESIS_FemaleCollection)
           
 GENESIS_Female AbstractTrafficModel.getFemale(java.lang.Long a_Agent_ID, GENESIS_FemaleCollection a_GENESIS_FemaleCollection, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, boolean handleOutOfMemoryError)
           
 void Traffic_Leeds_0.init_Population_HashSet(java.lang.String area_String, uk.ac.leeds.ccg.andyt.projects.moses.io.SWSDataHandler a_SWSDataHandler, uk.ac.leeds.ccg.andyt.projects.moses.io.CASAreaEastingNorthingDataHandler a_CASAreaEastingNorthingDataHandler, java.util.HashMap a_CASZoneCode_CASAreaEastingNorthingDataRecord_HashMap, long nDataRecords, GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
 void Traffic_Leeds_0.init_Population_HashSet(java.lang.String area_String, uk.ac.leeds.ccg.andyt.projects.moses.io.SWSDataHandler a_SWSDataHandler, uk.ac.leeds.ccg.andyt.projects.moses.io.CASAreaEastingNorthingDataHandler a_CASAreaEastingNorthingDataHandler, java.util.HashMap a_CASZoneCode_CASAreaEastingNorthingDataRecord_HashMap, long nDataRecords, long a_RecordID, GENESIS_FemaleCollection a_GENESIS_FemaleCollection, boolean handleOutOfMemoryError)
           
 boolean GENESIS_DemographicModel.simulateDeath(GENESIS_Mortality mortality, GENESIS_Female a_Female, java.lang.Long a_Female_ID, GENESIS_FemaleCollection a_FemaleCollection, java.lang.Long a_Collection_ID, GENESIS_AgeBound ageBound, GENESIS_Population subregionPopulation, GENESIS_Population regionTotalPopulation, java.util.TreeSet<java.lang.Long> pregnantFemaleIDs, java.util.TreeSet<java.lang.Long> nearlyDuePregnantFemaleIDs, java.util.TreeSet<java.lang.Long> notPregnantFemaleIDs)
           
 boolean GENESIS_DemographicModel.simulateOutMigration(GENESIS_Migration migration, GENESIS_Female a_Female, java.lang.Long a_Female_ID, GENESIS_FemaleCollection a_FemaleCollection, java.lang.Long a_Collection_ID, GENESIS_AgeBound ageBound)