Expand description
The main simulation module.
Modules§
- branch
- Definitions related to nested simulation.
- composite
- The
Compositetrait to create disposable computations. - error
- The type of errors that may arise during simulation.
- event
- The
Eventcomputation synchronized with the event queue. - generator
- The random number generator.
- observable
- The
Observablecomputation that allows notifying about events. - parameter
- The
Parametercomputation to define external parameters. - process
- The
Processcomputation to represent discontinuous processes. - queue
- The queues.
- ref_
comp - A mutable reference computation.
- resource
- The resources.
- simulation
- The
Simulationcomputation as a function of run. - strategy
- The queue strategies.
- stream
- The
Streamtype to represent infinite streams.