![]() |
The Gaudi Framework
v32r0 (3325bb39)
|
#include <src/PRGraph/Visitors/Rankers.h>


Public Member Functions | |
| bool | visit (AlgorithmNode &) override |
| void | reset () override |
| void | recursiveVisit (AlgorithmNode &) |
| Depth-first node parser to calculate node eccentricity (only within the data realm of the precedence rules graph) More... | |
Public Member Functions inherited from concurrency::IGraphVisitor | |
| 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 | |
| uint | m_currentDepth {0} |
| uint | m_maxKnownDepth {0} |
| void concurrency::RankerByDataRealmEccentricity::recursiveVisit | ( | AlgorithmNode & | node | ) |
Depth-first node parser to calculate node eccentricity (only within the data realm of the precedence rules graph)
Definition at line 155 of file Rankers.cpp.
|
inlineoverridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 53 of file Rankers.h.
|
overridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 140 of file Rankers.cpp.
| uint concurrency::RankerByDataRealmEccentricity::m_currentDepth {0} |
| uint concurrency::RankerByDataRealmEccentricity::m_maxKnownDepth {0} |