|
|
||||||
|
Public Types |
Public Member Functions |
Static Public Member Functions |
Public Attributes |
List of all members
faudes::SimStochasticEventAttribute Class Reference Detailed DescriptionDefining data of stochastic behaviour. The occurence of events with stochastic behaviour 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 70 of file sp_simeventset.h.
Member Enumeration DocumentationPdf to use when evaluating the random variable.
Definition at line 86 of file sp_simeventset.h. ◆ TypeWhen to re-evaluate the random variable.
Definition at line 74 of file sp_simeventset.h. Member Function Documentation◆ operator==()
Equality operator. Definition at line 93 of file sp_simeventset.h. ◆ TStr()
Convert type to string. Definition at line 78 of file sp_simeventset.h. Member Data Documentation◆ mParameter
Pdf parameters. Definition at line 90 of file sp_simeventset.h. ◆ mPdf
Definition at line 87 of file sp_simeventset.h. ◆ mType
Definition at line 75 of file sp_simeventset.h. The documentation for this class was generated from the following file: libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |