mCRL2
|
#include <explorer.h>
Public Member Functions | |
template<typename ActionSummand > | |
explorer_summand (const ActionSummand &summand, std::size_t summand_index, const data::variable_list &process_parameters, caching cache_strategy_) | |
template<typename T > | |
std::vector< data::variable > | free_variables (const T &x, const data::variable_list &v) |
void | compute_key (atermpp::aterm &key, data::mutable_indexed_substitution<> &sigma) const |
Public Attributes | |
data::variable_list | variables |
data::data_expression | condition |
lps::multi_action | multi_action |
stochastic_distribution | distribution |
std::vector< data::data_expression > | next_state |
std::size_t | index |
caching | cache_strategy |
std::vector< data::variable > | gamma |
atermpp::function_symbol | f_gamma |
summand_cache_map | local_cache |
Definition at line 348 of file explorer.h.
|
inline |
Definition at line 364 of file explorer.h.
|
inline |
Definition at line 397 of file explorer.h.
|
inline |
Definition at line 382 of file explorer.h.
caching mcrl2::lps::explorer_summand::cache_strategy |
Definition at line 358 of file explorer.h.
data::data_expression mcrl2::lps::explorer_summand::condition |
Definition at line 351 of file explorer.h.
stochastic_distribution mcrl2::lps::explorer_summand::distribution |
Definition at line 353 of file explorer.h.
atermpp::function_symbol mcrl2::lps::explorer_summand::f_gamma |
Definition at line 360 of file explorer.h.
std::vector<data::variable> mcrl2::lps::explorer_summand::gamma |
Definition at line 359 of file explorer.h.
std::size_t mcrl2::lps::explorer_summand::index |
Definition at line 355 of file explorer.h.
|
mutable |
Definition at line 361 of file explorer.h.
lps::multi_action mcrl2::lps::explorer_summand::multi_action |
Definition at line 352 of file explorer.h.
std::vector<data::data_expression> mcrl2::lps::explorer_summand::next_state |
Definition at line 354 of file explorer.h.
data::variable_list mcrl2::lps::explorer_summand::variables |
Definition at line 350 of file explorer.h.