mCRL2
|
Transitions in an FSM. More...
#include <fsm_builder.h>
Public Member Functions | |
fsm_transition (std::size_t source, std::size_t target, const std::string &label) | |
fsm_transition (const std::string &source_text, const std::string &target_text, const std::string &label) | |
std::size_t | source () const |
std::size_t & | source () |
const lts_fsm_base::probabilistic_state & | target () const |
lts_fsm_base::probabilistic_state & | target () |
const std::string & | label () const |
std::string & | label () |
Protected Attributes | |
std::size_t | m_source |
detail::lts_fsm_base::probabilistic_state | m_target |
std::string | m_label |
Transitions in an FSM.
Definition at line 140 of file fsm_builder.h.
|
inline |
Definition at line 148 of file fsm_builder.h.
|
inline |
Definition at line 159 of file fsm_builder.h.
|
inline |
Definition at line 196 of file fsm_builder.h.
|
inline |
Definition at line 191 of file fsm_builder.h.
|
inline |
Definition at line 176 of file fsm_builder.h.
|
inline |
Definition at line 171 of file fsm_builder.h.
|
inline |
Definition at line 186 of file fsm_builder.h.
|
inline |
Definition at line 181 of file fsm_builder.h.
|
protected |
Definition at line 145 of file fsm_builder.h.
|
protected |
Definition at line 143 of file fsm_builder.h.
|
protected |
Definition at line 144 of file fsm_builder.h.