public class FullPairwiseAgentMixer extends Object implements AgentMixer, Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
numSteps |
Constructor and Description |
---|
FullPairwiseAgentMixer() |
Modifier and Type | Method and Description |
---|---|
void |
eventOccurred(SimEvent event) |
int |
getNumSteps() |
void |
invokeAgentInteractions(Population population,
SimulationController simulation)
Schedule events of type AgentArrivalEvent for each agent in the
simulation.
|
void |
invokeInteraction(AgentList group,
SimulationController simulation) |
void |
invokeInteractions(AgentList agentList,
SimulationController simulation) |
void |
setNumSteps(int numSteps) |
public void invokeInteraction(AgentList group, SimulationController simulation)
public void invokeInteractions(AgentList agentList, SimulationController simulation)
public void invokeAgentInteractions(Population population, SimulationController simulation)
AgentMixer
invokeAgentInteractions
in interface AgentMixer
public int getNumSteps()
public void setNumSteps(int numSteps)
public void eventOccurred(SimEvent event)
Copyright © 2014. All rights reserved.