public interface AgentMixer
An AgentMixer defines how agents in the population interact with each other during the course of the simulation.
Modifier and Type | Method and Description |
---|---|
void |
invokeAgentInteractions(Population population,
SimulationController simulation)
Schedule events of type AgentArrivalEvent for each agent in the
simulation.
|
void invokeAgentInteractions(Population population, SimulationController simulation)
Copyright © 2014. All rights reserved.