Attributes to define stochastic and priority properties. More...
Detailed DescriptionAttributes to define stochastic and priority properties. Attribute for an event in the context of simulation. When simulating one or more generators, at each instance of time there will be one or more transitions enabled. In order resolve this non-determinism in a defined way, each event may be equipped with either one of the following properties.
<SimEvents>
% machine start: prioritised event with priority 100
"alpha"
% machine finsh: gauss distributed event with mue=10 and sigma=5, relative to guard
"beta"
<Stochastic> +Trigger+ +Gauss+ <Parameter> 10 5 </Parameter> </Stochastic>
% break down: gauss distributed event with mue=20 and sigma=5, relative to enabled time
"mue"
<Stochastic> +Delay+ +Gauss+ <Parameter> 20 5 </Parameter> </Stochastic>
% machine repair: prioritised event with priority 100
"lambda"
</SimEvents>
Typedef Documentation
Typedef for events with simulation attributes. Definition at line 347 of file sp_simeventset.h. libFAUDES 2.28a --- 2016.09.13 --- c++ api documentaion by doxygen |