|
anpcpp 0.1.0
Analytic Network Process computational library
|
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]. | |
A named rating category with an associated score in [0, 1].
| std::string anpcpp::RatingCategory::id |
Stable id used in rating assignments (e.g.
"H").
| std::string anpcpp::RatingCategory::label |
Display label (e.g.
"High").