mCRL2
|
add your file description here. More...
Go to the source code of this file.
Classes | |
class | mcrl2::lps::stochastic_action_summand |
LPS summand containing a multi-action. More... | |
Namespaces | |
namespace | mcrl2 |
A class that takes a linear process specification and checks all tau-summands of that LPS for confluence. | |
namespace | mcrl2::lps |
The main namespace for the LPS library. | |
Typedefs | |
typedef atermpp::term_list< stochastic_action_summand > | mcrl2::lps::stochastic_action_summand_list |
\brief list of stochastic_action_summands | |
typedef std::vector< stochastic_action_summand > | mcrl2::lps::stochastic_action_summand_vector |
\brief vector of stochastic_action_summands | |
Functions | |
std::string | mcrl2::lps::pp (const stochastic_action_summand &x) |
std::ostream & | mcrl2::lps::operator<< (std::ostream &out, const stochastic_action_summand &x) |
void | mcrl2::lps::swap (stochastic_action_summand &t1, stochastic_action_summand &t2) |
\brief swap overload | |
bool | mcrl2::lps::operator< (const stochastic_action_summand &x, const stochastic_action_summand &y) |
Comparison operator for action summands. | |
bool | mcrl2::lps::operator== (const stochastic_action_summand &x, const stochastic_action_summand &y) |
Equality operator of stochastic action summands. | |
atermpp::aterm | mcrl2::lps::action_summand_to_aterm (const stochastic_action_summand &s) |
Conversion to aterm. | |
add your file description here.
Definition in file stochastic_action_summand.h.