anpcpp 0.1.0
Analytic Network Process computational library
Loading...
Searching...
No Matches
Public Attributes | List of all members
anpcpp::RatingCategory Struct Reference

A named rating category with an associated score in [0, 1]. More...

#include <ratings.hpp>

Public Attributes

std::string id
 Stable id used in rating assignments (e.g.
 
std::string label
 Display label (e.g.
 
double value = 0.0
 Score in [0, 1].
 

Detailed Description

A named rating category with an associated score in [0, 1].

Member Data Documentation

◆ id

std::string anpcpp::RatingCategory::id

Stable id used in rating assignments (e.g.

"H").

◆ label

std::string anpcpp::RatingCategory::label

Display label (e.g.

"High").


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