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

All Superinterfaces:
GimMilieuAgent<AgentType>

public interface GimPopUpdatableAgent<AgentType extends GimMilieuAgent<AgentType>>
extends GimMilieuAgent<AgentType>

SesamGIM - Geographical Initialisation for Milieu Agents This class is part of the dynamic population and gives agents the ability to die and be born.


Method Summary
 void birth()
          agent is added to all contexts and networks.
 void die()
          agent is removed from all contexts and networks
 
Methods inherited from interface de.cesr.sesamgim.init.agent.GimMilieuAgent
getMilieuGroup
 

Method Detail

die

void die()
agent is removed from all contexts and networks


birth

void birth()
agent is added to all contexts and networks.