Package | Description |
---|---|
net.sourceforge.jabm |
The top-level package for JABM.
|
net.sourceforge.jabm.init |
Classes used to initialise the various components of the simulation.
|
Modifier and Type | Field and Description |
---|---|
protected SimulationFactory |
SimulationController.simulationFactory
The simulationFactory is responsible for initialising
the simulation at the beginning of each run.
|
Modifier and Type | Method and Description |
---|---|
SimulationFactory |
SimulationController.getSimulationFactory() |
Modifier and Type | Method and Description |
---|---|
void |
SimulationController.setSimulationFactory(SimulationFactory simulationInitialiser)
Configure the initialiser for this simulation.
|
Modifier and Type | Class and Description |
---|---|
class |
RandomVariateInitialiser
A simulation factory which initialises the values of pre-specified
Spring bean properties by drawing randomly from the specified probability
distribution.
|
class |
SpringSimulationFactory |
Copyright © 2014. All rights reserved.