The Gaudi Framework  v32r2 (46d42edc)
precedence::GroupLogic Struct Reference

#include <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 138 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 139 of file PrecedenceRulesGraph.h.

139 { return ""; }

◆ operator()() [2/3]

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

Definition at line 141 of file PrecedenceRulesGraph.h.

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

◆ operator()() [3/3]

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

Definition at line 143 of file PrecedenceRulesGraph.h.

143 { return ""; }

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