![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
#include <src/PRGraphVisitors.h>
Public Member Functions | |
bool | visit (AlgorithmNode &) override |
void | reset () override |
void | runThroughAdjacents (boost::graph_traits< precedence::PrecTrace >::vertex_descriptor, precedence::PrecTrace) |
![]() | |
virtual | ~IGraphVisitor ()=default |
virtual bool | visitEnter (DecisionNode &) const |
virtual bool | visit (DecisionNode &) |
virtual bool | visitEnter (AlgorithmNode &) const |
virtual bool | visitEnter (DataNode &) const |
virtual bool | visit (DataNode &) |
virtual bool | visitEnter (ConditionNode &) const |
virtual bool | visit (ConditionNode &) |
Public Attributes | |
int | m_nodesSucceeded {0} |
Definition at line 80 of file PRGraphVisitors.h.
|
inlineoverridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 85 of file PRGraphVisitors.h.
void concurrency::RankerByCummulativeOutDegree::runThroughAdjacents | ( | boost::graph_traits< precedence::PrecTrace >::vertex_descriptor | vertex, |
precedence::PrecTrace | graph | ||
) |
Definition at line 397 of file PRGraphVisitors.cpp.
|
overridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 360 of file PRGraphVisitors.cpp.
int concurrency::RankerByCummulativeOutDegree::m_nodesSucceeded {0} |
Definition at line 89 of file PRGraphVisitors.h.