Include file:
#include "mcrl2/lts/lts_lts.h
mcrl2::lts::detail::
lts_lts_base
¶a base class for lts_lts_t and probabilistic_lts_t.
mcrl2::lts::detail::lts_lts_base::
m_action_decls
¶mcrl2::lts::detail::lts_lts_base::
m_data_spec
¶mcrl2::lts::detail::lts_lts_base::
m_parameters
¶action_label_declarations
() const¶Return action label declarations stored in this LTS.
data
() constReturns the mCRL2 data specification of this LTS.
lts_lts_base
()¶Default constructor.
operator==
(const lts_lts_base &other) const¶Standard equality function;.
process_parameter
(std::size_t i) constReturns the i-th parameter of the state vectors stored in this LTS.
Returns: The state parameters stored in this LTS.
process_parameters
() constReturn the process parameters stored in this LTS.
set_action_label_declarations
(const process::action_label_list &decls)¶Set the action label information for this LTS.
Parameters:
set_data
(const data::data_specification &spec)¶Set the mCRL2 data specification of this LTS.
Parameters:
set_process_parameters
(const data::variable_list ¶ms)¶Set the state parameters for this LTS.
Parameters:
swap
(lts_lts_base &l)¶