The Gaudi Framework  v30r3 (a5ef0a68)
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 148 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 149 of file PrecedenceRulesGraph.h.

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

Definition at line 151 of file PrecedenceRulesGraph.h.

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

Definition at line 153 of file PrecedenceRulesGraph.h.

153 { return ""; }

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