The Gaudi Framework  v31r0 (aeb156f0)
precedence::DecisionNegation Struct Reference

#include <src/PrecedenceRulesGraph.h>

Inheritance diagram for precedence::DecisionNegation:
Collaboration diagram for precedence::DecisionNegation:

Public Member Functions

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

Detailed Description

Definition at line 157 of file PrecedenceRulesGraph.h.

Member Function Documentation

std::string precedence::DecisionNegation::operator() ( const AlgoProps props) const
inline

Definition at line 158 of file PrecedenceRulesGraph.h.

158 { return props.m_inverted ? "Inverted" : "Non-inverted"; }
std::string precedence::DecisionNegation::operator() ( const DecisionHubProps ) const
inline

Definition at line 160 of file PrecedenceRulesGraph.h.

160 { return ""; }
std::string precedence::DecisionNegation::operator() ( const DataProps ) const
inline

Definition at line 162 of file PrecedenceRulesGraph.h.

162 { return ""; }

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