![]() |
The Gaudi Framework
master (cc9a61f4)
|
#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/PrecedenceRulesGraph.h>

Public Member Functions | |
| DecisionHubProps (const std::string &name, uint nodeIndex, concurrency::Concurrent modeConcurrent, concurrency::PromptDecision modePromptDecision, concurrency::ModeOr modeOR, concurrency::AllPass allPass, concurrency::Inverted isInverted) | |
Public Attributes | |
| std::string | m_name |
| uint | m_nodeIndex |
| bool | m_modeConcurrent |
| Whether all daughters will be evaluated concurrently or sequentially. | |
| bool | m_modePromptDecision |
| Whether to evaluate the hub decision ASA its child decisions allow to do that. | |
| bool | m_inverted { false } |
| Whether the selection result is negated or not. | |
| bool | m_modeOR |
| Whether acting as "and" (false) or "or" node (true). | |
| bool | m_allPass |
| Whether always passing regardless of daughter results. | |
Definition at line 85 of file PrecedenceRulesGraph.h.
|
inline |
Definition at line 86 of file PrecedenceRulesGraph.h.
Whether always passing regardless of daughter results.
Definition at line 110 of file PrecedenceRulesGraph.h.
| bool precedence::DecisionHubProps::m_inverted { false } |
Whether the selection result is negated or not.
Definition at line 106 of file PrecedenceRulesGraph.h.
Whether all daughters will be evaluated concurrently or sequentially.
Definition at line 101 of file PrecedenceRulesGraph.h.
Whether acting as "and" (false) or "or" node (true).
Definition at line 108 of file PrecedenceRulesGraph.h.
Whether to evaluate the hub decision ASA its child decisions allow to do that.
Applicable to both concurrent and sequential cases.
Definition at line 104 of file PrecedenceRulesGraph.h.
| std::string precedence::DecisionHubProps::m_name |
Definition at line 97 of file PrecedenceRulesGraph.h.
Definition at line 98 of file PrecedenceRulesGraph.h.