Include file:
#include "mcrl2/pbes/pbes_equation.h"
The class pbes_equation.
mcrl2::pbes_system::
pbes_equation_list
¶typedef for atermpp::term_list< pbes_equation >
brief list of pbes_equations
mcrl2::pbes_system::
pbes_equation_vector
¶typedef for std::vector< pbes_equation >
brief vector of pbes_equations
mcrl2::pbes_system::
has_propositional_variables
(const pbes_expression &x)¶mcrl2::pbes_system::
operator!=
(const pbes_equation &x, const pbes_equation &y)¶mcrl2::pbes_system::
operator<<
(std::ostream &out, const pbes_equation &x)¶brief Outputs the object to a stream param out An output stream param x Object x return The output stream
mcrl2::pbes_system::
operator==
(const pbes_equation &x, const pbes_equation &y)¶pbes_equation_to_aterm
(const pbes_equation &eqn)¶Conversion to atermaPpl.
Returns: The specification converted to aterm format.
mcrl2::pbes_system::
swap
(pbes_equation &t1, pbes_equation &t2)¶brief swap overload