The Gaudi Framework
v29r0 (ff2e7097)
|
#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 333 of file PrecedenceRulesGraph.h.
|
inline |
Constructor.
Definition at line 337 of file PrecedenceRulesGraph.h.
|
inlinevirtual |
|
pure virtual |
Visitor entry point.
Implemented in concurrency::AlgorithmNode, and concurrency::DecisionNode.
|
inline |
Get node index.
Definition at line 350 of file PrecedenceRulesGraph.h.
|
inline |
Get node name.
Definition at line 352 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 355 of file PrecedenceRulesGraph.h.
|
protected |
Definition at line 360 of file PrecedenceRulesGraph.h.
|
protected |
Definition at line 361 of file PrecedenceRulesGraph.h.