mCRL2
|
#include <liblts_pbisim_grv.h>
Public Member Functions | |
void | initialize (const std::size_t number_of_labels) |
const std::vector< embedded_list< action_transition_type > > & | transitions () const |
void | add_grouped_transitions_to_block (probabilistic_block_type &block) |
void | move_incoming_transitions (probabilistic_state_type s, embedded_list< action_transition_type > &transition_list_with_t) |
void | add_transitions (std::vector< action_transition_type > &transitions) |
Protected Member Functions | |
void | add_single_transition (action_transition_type &t) |
Protected Attributes | |
std::vector< embedded_list< action_transition_type > > | m_transitions_per_label |
std::stack< label_type > | m_occupancy_indicator |
Definition at line 257 of file liblts_pbisim_grv.h.
|
inline |
Definition at line 289 of file liblts_pbisim_grv.h.
|
inlineprotected |
Definition at line 265 of file liblts_pbisim_grv.h.
|
inline |
Definition at line 311 of file liblts_pbisim_grv.h.
|
inline |
Definition at line 277 of file liblts_pbisim_grv.h.
|
inline |
Definition at line 302 of file liblts_pbisim_grv.h.
|
inline |
Definition at line 282 of file liblts_pbisim_grv.h.
|
protected |
Definition at line 263 of file liblts_pbisim_grv.h.
|
protected |
Definition at line 261 of file liblts_pbisim_grv.h.