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

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

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

Subclasses of GENESIS_AgentCollection in uk.ac.leeds.ccg.andyt.projects.genesis.core
 class GENESIS_FemaleCollection
          A class for storing GENESIS_Female instances.
 class GENESIS_MaleCollection
          Each Agent has a reference to at least one AgentCollection.
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.core that return GENESIS_AgentCollection
protected abstract  GENESIS_AgentCollection GENESIS_Agent.get_AgentCollection()
           
protected  GENESIS_AgentCollection GENESIS_Female.get_AgentCollection()
           
protected  GENESIS_AgentCollection GENESIS_Male.get_AgentCollection()