The Gaudi Framework
v29r0 (ff2e7097)
|
#include <src/PrecedenceRulesGraph.h>
Public Member Functions | |
ConditionNode (PrecedenceRulesGraph &graph, const DataObjID &path, SmartIF< ICondSvc > condSvc) | |
Constructor. More... | |
bool | accept (IGraphVisitor &visitor) |
Need to hide the (identical) base method with this one so that visitEnter(ConditionNode&) and visit(ConditionNode&) are called. More... | |
Public Member Functions inherited from concurrency::DataNode | |
DataNode (PrecedenceRulesGraph &graph, const DataObjID &path) | |
Constructor. More... | |
const DataObjID & | getPath () |
bool | accept (IGraphVisitor &visitor) |
Entry point for a visitor. More... | |
void | addProducerNode (AlgorithmNode *node) |
Add relationship to producer AlgorithmNode. More... | |
void | addConsumerNode (AlgorithmNode *node) |
Add relationship to consumer AlgorithmNode. More... | |
const std::vector< AlgorithmNode * > & | getProducers () const |
Get all data object producers. More... | |
const std::vector< AlgorithmNode * > & | getConsumers () const |
Get all data object consumers. More... | |
Public Attributes | |
SmartIF< ICondSvc > | m_condSvc |
Public Attributes inherited from concurrency::DataNode | |
PrecedenceRulesGraph * | m_graph |
Definition at line 538 of file PrecedenceRulesGraph.h.
|
inline |
Constructor.
Definition at line 542 of file PrecedenceRulesGraph.h.
|
inline |
Need to hide the (identical) base method with this one so that visitEnter(ConditionNode&) and visit(ConditionNode&) are called.
using DataNode::accept; ?
Definition at line 550 of file PrecedenceRulesGraph.h.
Definition at line 558 of file PrecedenceRulesGraph.h.