![]() |
The Gaudi Framework
v28r3 (cc1cf868)
|
Classes | |
| class | AlgorithmNode |
| class | ControlFlowNode |
| class | DataNode |
| class | DataReadyPromoter |
| class | DecisionNode |
| class | DecisionUpdater |
| class | ExecutionFlowManager |
| Manage the execution flow using a graph of task precedence rules Once initialized, the graph is const and can be shared across events. More... | |
| struct | IExecutionFlowManager |
| class | IGraphVisitor |
| struct | IPrecedenceRulesGraph |
| class | PrecedenceRulesGraph |
| class | RankerByCummulativeOutDegree |
| class | RankerByDataRealmEccentricity |
| class | RankerByEccentricity |
| class | RankerByProductConsumption |
| class | RankerByTiming |
| class | RunSimulator |
| class | Supervisor |
Typedefs | |
| typedef AlgsExecutionStates::State | State |
| typedef std::unordered_map< std::string, AlgorithmNode * > | AlgoNodesMap |
| typedef std::unordered_map< std::string, DecisionNode * > | DecisionHubsMap |
| typedef std::unordered_map< DataObjID, DataNode *, DataObjID_Hasher > | DataNodesMap |
| typedef std::unordered_map< std::string, DataObjIDColl > | AlgoInputsMap |
| typedef std::unordered_map< std::string, DataObjIDColl > | AlgoOutputsMap |
Definition at line 285 of file PrecedenceRulesGraph.h.
Definition at line 281 of file PrecedenceRulesGraph.h.
Definition at line 286 of file PrecedenceRulesGraph.h.
Definition at line 283 of file PrecedenceRulesGraph.h.
Definition at line 282 of file PrecedenceRulesGraph.h.
Definition at line 43 of file PrecedenceRulesGraph.h.