de.cesr.sesamgim.popdyn
Interface GimAgentBirthDieObserver<AgentType extends GimPopUpdatableAgent<AgentType>>


public interface GimAgentBirthDieObserver<AgentType extends GimPopUpdatableAgent<AgentType>>

SesamGIM - Geographical Initialisation for Milieu Agents


Method Summary
 void agentBirth(AgentType agent)
           
 void agentDied(AgentType agent)
           
 

Method Detail

agentDied

void agentDied(AgentType agent)

agentBirth

void agentBirth(AgentType agent)