net.sourceforge.jabm.mixing
Interface AgentMixer

All Known Implementing Classes:
FullAgentMixer, FullPairwiseAgentMixer, FullRandomArrivalAgentMixer, RandomArrivalAgentMixer, RandomRobinAgentMixer, StochasticPairwiseAgentMixer, SubgroupAgentMixer

public interface AgentMixer

An AgentMixer defines how agents in the population interact with each other during the course of the simulation.

 

Method Summary
 void invokeAgentInteractions(Population population, SimulationController simulation)
          Schedule events of type AgentArrivalEvent for each agent in the simulation.
 

Method Detail

invokeAgentInteractions

void invokeAgentInteractions(Population population,
                             SimulationController simulation)
Schedule events of type AgentArrivalEvent for each agent in the simulation.