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


Public Member Functions | |
| 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 | |
| PrecedenceRulesGraph * | m_graph |
Private Attributes | |
| DataObjID | m_data_object_path |
| std::vector< AlgorithmNode * > | m_producers |
| std::vector< AlgorithmNode * > | m_consumers |
Definition at line 498 of file PrecedenceRulesGraph.h.
|
inline |
Constructor.
Definition at line 502 of file PrecedenceRulesGraph.h.
|
inline |
Entry point for a visitor.
Definition at line 507 of file PrecedenceRulesGraph.h.
|
inline |
Add relationship to consumer AlgorithmNode.
Definition at line 519 of file PrecedenceRulesGraph.h.
|
inline |
Add relationship to producer AlgorithmNode.
Definition at line 513 of file PrecedenceRulesGraph.h.
|
inline |
Get all data object consumers.
Definition at line 527 of file PrecedenceRulesGraph.h.
|
inline |
Definition at line 504 of file PrecedenceRulesGraph.h.
|
inline |
Get all data object producers.
Definition at line 525 of file PrecedenceRulesGraph.h.
|
private |
Definition at line 535 of file PrecedenceRulesGraph.h.
|
private |
Definition at line 533 of file PrecedenceRulesGraph.h.
| PrecedenceRulesGraph* concurrency::DataNode::m_graph |
Definition at line 530 of file PrecedenceRulesGraph.h.
|
private |
Definition at line 534 of file PrecedenceRulesGraph.h.