The Gaudi Framework  v31r0 (aeb156f0)
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 139 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 140 of file PrecedenceRulesGraph.h.

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

Definition at line 142 of file PrecedenceRulesGraph.h.

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

Definition at line 144 of file PrecedenceRulesGraph.h.

144 { return ""; }

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