Interface | Description |
---|---|
AmountManager |
An amount manager is responsible for keeping track of the populations within the simulation.
|
SimulationController |
A SimulationController (and its implementing classes) are responsible for controlling the simulation in the sense
that the StochasticSimulator checks with the controller object whether to go on or not.
|
SimulationState |
Interface for simulations states.
|
Class | Description |
---|---|
DefaultController |
A simple implementation of a
SimulationController causing the simulation to stop after a given time. |
Observer |
Implementing classes are used to observe certain aspects of simulations (stochastic processes).
|
SimulationEvent |
A class containing all the details of an event in the stochastic ODE model.
|
StochasticSimulator |
Base class for stochastic simulators.
|
TransitionKernel |
Class that holds the transition kernel for a stochastic simulation.
|
Exception | Description |
---|---|
SimulationException |
A RuntimeException for stochastic solvers.
|
http://www.bio.ifi.lmu.de/FERN/
Copyright © 2015 University of Glasgow. All rights reserved.