Include file:
#include "mcrl2/lps/stochastic_specification.h
mcrl2::lps::
stochastic_specification
¶Linear process specification.
mcrl2::lps::stochastic_specification::
super
¶typedef for specification_base< stochastic_linear_process, stochastic_process_initializer >
stochastic_specification
()¶Constructor.
stochastic_specification
(const data::data_specification &data, const process::action_label_list &action_labels, const std::set<data::variable> &global_variables, const stochastic_linear_process &lps, const stochastic_process_initializer &initial_process)¶Constructor.
Parameters:
stochastic_specification
(const specification &other)¶Constructor. This constructor is explicit as implicit conversions of this kind is a source of bugs.