18 #ifndef MSSOTLPOLICYDESIRABILITY_H_ 19 #define MSSOTLPOLICYDESIRABILITY_H_ 44 const std::map<std::string, std::string>& parameters);
51 double vehOutMeasure) = 0;
56 double vehInDispersionMeasure,
57 double vehOutDispersionMeasure) = 0;
virtual std::string getMessage()=0
virtual double computeDesirability(double vehInMeasure, double vehOutMeasure)=0
Calculates the desirability of the policy.
void setKeyPrefix(std::string val)
MSSOTLPolicyDesirability(std::string keyPrefix, const std::map< std::string, std::string > ¶meters)
An upper class for objects with additional parameters.
std::string getKeyPrefix()
This class determines the desirability algorithm of a MSSOTLPolicy when used in combination with a hi...
virtual ~MSSOTLPolicyDesirability()