![]() |
The Gaudi Framework
v28r0
|
#include <src/ExecutionFlowGraph.h>
Public Member Functions | |
DataNode (ExecutionFlowGraph &, const DataObjID &path) | |
Constructor. More... | |
~DataNode () | |
Destructor. More... | |
const DataObjID & | getPath () |
void | addProducerNode (AlgorithmNode *node) |
Associate an AlgorithmNode, which is a data supplier for this one. More... | |
void | addConsumerNode (AlgorithmNode *node) |
Associate an AlgorithmNode, which is a data consumer of this one. 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... | |
Private Attributes | |
DataObjID | m_data_object_path |
std::vector< AlgorithmNode * > | m_producers |
std::vector< AlgorithmNode * > | m_consumers |
Definition at line 238 of file ExecutionFlowGraph.h.
|
inline |
Constructor.
Definition at line 241 of file ExecutionFlowGraph.h.
|
inline |
|
inline |
Associate an AlgorithmNode, which is a data consumer of this one.
Definition at line 251 of file ExecutionFlowGraph.h.
|
inline |
Associate an AlgorithmNode, which is a data supplier for this one.
Definition at line 246 of file ExecutionFlowGraph.h.
|
inline |
Get all data object consumers.
Definition at line 258 of file ExecutionFlowGraph.h.
|
inline |
Definition at line 244 of file ExecutionFlowGraph.h.
|
inline |
Get all data object producers.
Definition at line 256 of file ExecutionFlowGraph.h.
|
private |
Definition at line 262 of file ExecutionFlowGraph.h.
|
private |
Definition at line 260 of file ExecutionFlowGraph.h.
|
private |
Definition at line 261 of file ExecutionFlowGraph.h.