98 const std::map<std::string, std::string>& parameters);
110 const std::map<std::string, std::string>& parameters);
113 virtual bool canRelease(
SUMOTime elapsed,
bool thresholdPassed,
bool pushButtonPressed,
116 int currentPhaseIndex,
int phaseMaxCTS,
bool thresholdPassed,
bool pushButtonPressed,
120 return theta_sensitivity;
123 theta_sensitivity = val;
129 return myDesirabilityAlgorithm;
virtual void setThetaSensitivity(SUMOReal val)
MSSOTLPolicyDesirability * getDesirabilityAlgorithm()
SUMOReal theta_sensitivity
The sensitivity of this policy.
An upper class for objects with additional parameters.
This class determines the desirability algorithm of a MSSOTLPolicy when used in combination with a hi...
Class for a low-level policy.
virtual SUMOReal getThetaSensitivity()
std::string myName
The name of the policy.
The definition of a single phase of a tls logic.
MSSOTLPolicyDesirability * myDesirabilityAlgorithm
A pointer to the policy desirability object.'s an optional component related to the computeDesirabili...