Package | Description |
---|---|
net.sourceforge.jabm |
The top-level package for JABM.
|
net.sourceforge.jabm.mixing |
This package provides different policies specifying how the agents in
the population interact (or "mix") with each other during the course
of the simulation.
|
Modifier and Type | Field and Description |
---|---|
protected AgentMixer |
AbstractSimulation.agentMixer |
Modifier and Type | Method and Description |
---|---|
AgentMixer |
AbstractSimulation.getAgentMixer() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSimulation.setAgentMixer(AgentMixer agentMixer)
Configure the mixing policy which specifies how agents interact
each other.
|
Modifier and Type | Class and Description |
---|---|
class |
FullAgentMixer
Every agent interacts with every other agent.
|
class |
FullPairwiseAgentMixer
Every pair of agents interacts with each other.
|
class |
FullRandomArrivalAgentMixer |
class |
RandomArrivalAgentMixer
With this mixer, on any given time step an agent arrival event is generated
with a given probability.
|
class |
RandomRobinAgentMixer
All agents arrive simultaneously at the simulation.
|
class |
StochasticPairwiseAgentMixer |
class |
SubgroupAgentMixer |
Copyright © 2014. All rights reserved.