| Interface | Description |
|---|---|
| MonteCarloResults |
This interface encapsulates the results from a Monte Carlo run.
|
| Class | Description |
|---|---|
| Consumer |
This class takes (or consumes) the results of a single simulation of the model and saves the results in a manner to
allow statistics to be generated from the Monte Carlo simulation.
|
| MonteCarlo |
An implementation of the Monte Carlo method, it runs many MonteCarloSimulations and gathers the statistics of their
outputs.
|
| MonteCarloDefaultResults |
A default implementation for the MonteCarloResults interface.
|
| MonteCarloScenario |
A simple model class thats runs a model and creates named quantities, i.e.
|
| MonteCarloStep |
A representation of the current step in a Markov Chain.
|
| Poison |
Poison object that causes the consumer of the MonteCarlo results to stop looking for objects on the queue.
|
| Producer |
This class runs a single simulation of the model to 'produce' results (hence the name).
|

Copyright © 2015 University of Glasgow. All rights reserved.