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

Member Function Documentation

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

Definition at line 168 of file PrecedenceRulesGraph.h.

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

Definition at line 170 of file PrecedenceRulesGraph.h.

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

Definition at line 172 of file PrecedenceRulesGraph.h.

172 { return ""; }

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