The Gaudi Framework  v29r0 (ff2e7097)
precedence::GroupLogic Struct Reference

#include <src/PrecedenceRulesGraph.h>

Inheritance diagram for precedence::GroupLogic:
Collaboration diagram for precedence::GroupLogic:

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 128 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 129 of file PrecedenceRulesGraph.h.

129 { return ""; }
std::string precedence::GroupLogic::operator() ( const DecisionHubProps props) const
inline

Definition at line 131 of file PrecedenceRulesGraph.h.

131 { return props.m_modeOR ? "OR" : "AND"; }
std::string precedence::GroupLogic::operator() ( const DataProps ) const
inline

Definition at line 133 of file PrecedenceRulesGraph.h.

133 { return ""; }

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