![]() |
The Gaudi Framework
v30r0 (c919700c)
|
#include <src/PrecedenceRulesGraph.h>


Public Member Functions | |
| ControlFlowNode (PrecedenceRulesGraph &graph, unsigned int nodeIndex, const std::string &name) | |
| Constructor. More... | |
| virtual | ~ControlFlowNode () |
| Destructor. More... | |
| virtual bool | accept (IGraphVisitor &visitor)=0 |
| Visitor entry point. More... | |
| virtual void | printState (std::stringstream &output, AlgsExecutionStates &states, const std::vector< int > &node_decisions, const unsigned int &recursionLevel) const =0 |
| Print a string representing the control flow state. More... | |
| const unsigned int & | getNodeIndex () const |
| Get node index. More... | |
| const std::string & | getNodeName () const |
| Get node name. More... | |
Public Attributes | |
| PrecedenceRulesGraph * | m_graph |
Protected Member Functions | |
| std::string | stateToString (const int &stateId) const |
| Translation between state id and name. More... | |
Protected Attributes | |
| unsigned int | m_nodeIndex |
| std::string | m_nodeName |
Definition at line 447 of file PrecedenceRulesGraph.h.
|
inline |
Constructor.
Definition at line 451 of file PrecedenceRulesGraph.h.
|
inlinevirtual |
|
pure virtual |
Visitor entry point.
Implemented in concurrency::AlgorithmNode, and concurrency::DecisionNode.
|
inline |
Get node index.
Definition at line 464 of file PrecedenceRulesGraph.h.
|
inline |
Get node name.
Definition at line 466 of file PrecedenceRulesGraph.h.
|
pure virtual |
Print a string representing the control flow state.
Implemented in concurrency::AlgorithmNode, and concurrency::DecisionNode.
|
protected |
Translation between state id and name.
Definition at line 16 of file PrecedenceRulesGraph.cpp.
| PrecedenceRulesGraph* concurrency::ControlFlowNode::m_graph |
Definition at line 469 of file PrecedenceRulesGraph.h.
|
protected |
Definition at line 474 of file PrecedenceRulesGraph.h.
|
protected |
Definition at line 475 of file PrecedenceRulesGraph.h.