SUMO - Simulation of Urban MObility
MSSOTLPolicyDesirability.cpp
Go to the documentation of this file.
1 /****************************************************************************/
2 // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3 // Copyright (C) 2013-2017 German Aerospace Center (DLR) and others.
4 /****************************************************************************/
5 //
6 // This program and the accompanying materials
7 // are made available under the terms of the Eclipse Public License v2.0
8 // which accompanies this distribution, and is available at
9 // http://www.eclipse.org/legal/epl-v20.html
10 //
11 /****************************************************************************/
17 // The class for Swarm-based low-level policy
18 /****************************************************************************/
19 
21 
23  std::string keyPrefix,
24  const std::map<std::string, std::string>& parameters) :
25  Parameterised(parameters), myKeyPrefix(keyPrefix) {
26 }
27 
29 }
MSSOTLPolicyDesirability(std::string keyPrefix, const std::map< std::string, std::string > &parameters)
An upper class for objects with additional parameters.
Definition: Parameterised.h:50