mCRL2
|
#include <liblts_failures_refinement.h>
Public Member Functions | |
state_states_counter_example_index_triple () | |
state_states_counter_example_index_triple (const state_type state, const set_of_states &states, const typename COUNTER_EXAMPLE_CONSTRUCTOR::index_type &counter_example_index) | |
Constructor. | |
state_type | state () const |
Get the state. | |
void | swap (state_states_counter_example_index_triple &other) |
const set_of_states & | states () const |
Get the set of states. | |
const COUNTER_EXAMPLE_CONSTRUCTOR::index_type & | counter_example_index () const |
Get the counter example index. | |
Protected Attributes | |
detail::state_type | m_state |
detail::set_of_states | m_states |
COUNTER_EXAMPLE_CONSTRUCTOR::index_type | m_counter_example_index |
Definition at line 40 of file liblts_failures_refinement.h.
|
inline |
Definition at line 48 of file liblts_failures_refinement.h.
|
inline |
Constructor.
Definition at line 52 of file liblts_failures_refinement.h.
|
inline |
Get the counter example index.
Definition at line 81 of file liblts_failures_refinement.h.
|
inline |
Get the state.
Definition at line 62 of file liblts_failures_refinement.h.
|
inline |
Get the set of states.
Definition at line 75 of file liblts_failures_refinement.h.
|
inline |
Definition at line 67 of file liblts_failures_refinement.h.
|
protected |
Definition at line 45 of file liblts_failures_refinement.h.
|
protected |
Definition at line 43 of file liblts_failures_refinement.h.
|
protected |
Definition at line 44 of file liblts_failures_refinement.h.