#include <sp_simeventset.h>
The occurence of events with stochastic bahaviour is scheduled by sampling a random variable. While the attribute class only holds the defining data, actual semantics are implemented in the ProposingExecutor.
The type indicates the mechanism for sampling the random variable and for scheduling the event.
The propability density function may be one of
Definition at line 73 of file sp_simeventset.h.
Public Types | |
enum | Type { Extern, Trigger, Delay } |
When to re-evaluate the random variable. More... | |
enum | Pdf { Exponential, Uniform, Gauss, Vector } |
Pdf to use when evaluating the random variable. More... | |
Static Public Member Functions | |
static std::string | TStr (Type type) |
convert to string | |
Public Attributes | |
Type | mType |
mPdf | |
std::vector< double > | mParameter |
Pdf parameters. |
|
Pdf to use when evaluating the random variable.
Definition at line 89 of file sp_simeventset.h. |
|
When to re-evaluate the random variable.
Definition at line 77 of file sp_simeventset.h. |
|
convert to string
Definition at line 81 of file sp_simeventset.h. |
|
Pdf parameters.
Definition at line 93 of file sp_simeventset.h. |
|
Definition at line 90 of file sp_simeventset.h. |
|
Definition at line 78 of file sp_simeventset.h. |