The Gaudi Framework  v29r0 (ff2e7097)
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 147 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 148 of file PrecedenceRulesGraph.h.

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

Definition at line 150 of file PrecedenceRulesGraph.h.

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

Definition at line 152 of file PrecedenceRulesGraph.h.

152 { return ""; }

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