The Gaudi Framework
v30r3 (a5ef0a68)
|
#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) |
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 | |
int | m_nodesSucceeded {0} |
Definition at line 85 of file PRGraphVisitors.h.
|
inlineoverridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 91 of file PRGraphVisitors.h.
void concurrency::RankerByCummulativeOutDegree::runThroughAdjacents | ( | boost::graph_traits< precedence::PrecTrace >::vertex_descriptor | vertex, |
precedence::PrecTrace | graph | ||
) |
Definition at line 415 of file PRGraphVisitors.cpp.
|
overridevirtual |
Reimplemented from concurrency::IGraphVisitor.
Definition at line 377 of file PRGraphVisitors.cpp.
int concurrency::RankerByCummulativeOutDegree::m_nodesSucceeded {0} |
Definition at line 95 of file PRGraphVisitors.h.