Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
hgps::AdjustmentFactor Struct Reference

Defined the risk factor adjustment data type. More...

#include <food_labelling_scenario.h>

Collaboration diagram for hgps::AdjustmentFactor:
[legend]

Public Member Functions

 AdjustmentFactor (std::string factor_name, double value)
 Initialise a new instance of the AdjustmentFactor structure. More...
 

Public Attributes

core::Identifier identifier
 The risk factor identifier. More...
 
double adjustment {}
 The adjustment value. More...
 

Detailed Description

Defined the risk factor adjustment data type.

Constructor & Destructor Documentation

◆ AdjustmentFactor()

hgps::AdjustmentFactor::AdjustmentFactor ( std::string  factor_name,
double  value 
)
inline

Initialise a new instance of the AdjustmentFactor structure.

Parameters
factor_nameThe risk factor name
valueThe adjustment value

Member Data Documentation

◆ adjustment

double hgps::AdjustmentFactor::adjustment {}

The adjustment value.

◆ identifier

core::Identifier hgps::AdjustmentFactor::identifier

The risk factor identifier.


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