Module simulation

Module simulation 

Source
Expand description

The main simulation module.

Modules§

branch
Definitions related to nested simulation.
composite
The Composite trait to create disposable computations.
error
The type of errors that may arise during simulation.
event
The Event computation synchronized with the event queue.
generator
The random number generator.
observable
The Observable computation that allows notifying about events.
parameter
The Parameter computation to define external parameters.
process
The Process computation to represent discontinuous processes.
queue
The queues.
ref_comp
A mutable reference computation.
resource
The resources.
simulation
The Simulation computation as a function of run.
strategy
The queue strategies.
stream
The Stream type to represent infinite streams.

Structs§

Point
The modeling point.
Run
It represents the simulation run.
Specs
It represents the simulation specs.
SpecsRepr
It represents the simulation specs representation.