mCRL2
|
#include <untyped_pbes.h>
Public Member Functions | |
pbes | construct_pbes () const |
Public Attributes | |
data::untyped_data_specification | dataspec |
data::variable_list | global_variables |
std::vector< pbes_equation > | equations |
propositional_variable_instantiation | initial_state |
Definition at line 22 of file untyped_pbes.h.
|
inline |
Definition at line 29 of file untyped_pbes.h.
data::untyped_data_specification mcrl2::pbes_system::untyped_pbes::dataspec |
Definition at line 24 of file untyped_pbes.h.
std::vector<pbes_equation> mcrl2::pbes_system::untyped_pbes::equations |
Definition at line 26 of file untyped_pbes.h.
data::variable_list mcrl2::pbes_system::untyped_pbes::global_variables |
Definition at line 25 of file untyped_pbes.h.
propositional_variable_instantiation mcrl2::pbes_system::untyped_pbes::initial_state |
Definition at line 27 of file untyped_pbes.h.