|
mCRL2
|
#include <structure_graph.h>
Public Member Functions | |
| vertex (pbes_expression formula_, decoration_type decoration_=structure_graph::d_none, std::size_t rank_=data::undefined_index(), std::vector< index_type > pred_=std::vector< index_type >(), std::vector< index_type > succ_=std::vector< index_type >(), index_type strategy_=undefined_vertex()) | |
| void | remove_predecessor (index_type u) |
| const pbes_expression & | formula () const |
| void | remove_successor (index_type u) |
| bool | is_defined () const |
| void | mark (atermpp::term_mark_stack &todo) const |
Public Attributes | |
| atermpp::detail::reference_aterm< pbes_expression > | m_formula |
| decoration_type | decoration |
| std::size_t | rank |
| std::vector< index_type > | predecessors |
| std::vector< index_type > | successors |
| index_type | strategy |
Definition at line 58 of file structure_graph.h.
|
inlineexplicit |
Definition at line 67 of file structure_graph.h.
|
inline |
Definition at line 88 of file structure_graph.h.
|
inline |
Definition at line 98 of file structure_graph.h.
|
inline |
Definition at line 104 of file structure_graph.h.
|
inline |
Definition at line 82 of file structure_graph.h.
|
inline |
Definition at line 93 of file structure_graph.h.
| decoration_type mcrl2::pbes_system::structure_graph::vertex::decoration |
Definition at line 61 of file structure_graph.h.
| atermpp::detail::reference_aterm<pbes_expression> mcrl2::pbes_system::structure_graph::vertex::m_formula |
Definition at line 60 of file structure_graph.h.
| std::vector<index_type> mcrl2::pbes_system::structure_graph::vertex::predecessors |
Definition at line 63 of file structure_graph.h.
| std::size_t mcrl2::pbes_system::structure_graph::vertex::rank |
Definition at line 62 of file structure_graph.h.
|
mutable |
Definition at line 65 of file structure_graph.h.
| std::vector<index_type> mcrl2::pbes_system::structure_graph::vertex::successors |
Definition at line 64 of file structure_graph.h.