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

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

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

Subclasses of GENESIS_Agent in uk.ac.leeds.ccg.andyt.projects.genesis.core
 class GENESIS_Female
           
 class GENESIS_Male
           
 class GENESIS_Person
          Class for representing individual people.
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.core with type parameters of type GENESIS_Agent
protected  java.util.HashMap<java.lang.Long,GENESIS_Agent> GENESIS_AgentCollection._Agent_ID_Agent_HashMap
          keys are long _AgentID, values are Agents.
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.core that return types with arguments of type GENESIS_Agent
 java.util.HashMap<java.lang.Long,GENESIS_Agent> GENESIS_AgentCollection.get_Agent_ID_Agent_HashMap()