The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
precedence::GroupLogic Struct Reference

#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/PrecedenceRulesGraph.h>

Public Member Functions

std::string operator() (const AlgoProps &) const
 
std::string operator() (const DecisionHubProps &props) const
 
std::string operator() (const DataProps &) const
 

Detailed Description

Definition at line 143 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

std::string precedence::GroupLogic::operator() ( const AlgoProps & ) const
inline

Definition at line 144 of file PrecedenceRulesGraph.h.

144{ return ""; }

◆ operator()() [2/3]

std::string precedence::GroupLogic::operator() ( const DataProps & ) const
inline

Definition at line 148 of file PrecedenceRulesGraph.h.

148{ return ""; }

◆ operator()() [3/3]

std::string precedence::GroupLogic::operator() ( const DecisionHubProps & props) const
inline

Definition at line 146 of file PrecedenceRulesGraph.h.

146{ return props.m_modeOR ? "OR" : "AND"; }

The documentation for this struct was generated from the following file: