SUMO - Simulation of Urban MObility
MSSOTLPolicyDesirability.cpp
Go to the documentation of this file.
1 /****************************************************************************/
7 // The class for Swarm-based low-level policy
8 /****************************************************************************/
9 // SUMO, Simulation of Urban MObility; see http://sumo.dlr.de/
10 // Copyright 2001-2013 DLR (http://www.dlr.de/) and contributors
11 /****************************************************************************/
12 //
13 // This file is part of SUMO.
14 // SUMO is free software: you can redistribute it and/or modify
15 // it under the terms of the GNU General Public License as published by
16 // the Free Software Foundation, either version 3 of the License, or
17 // (at your option) any later version.
18 //
19 /****************************************************************************/
20 
22 
24  std::string keyPrefix,
25  const std::map<std::string, std::string>& parameters) :
26  Parameterised(parameters), myKeyPrefix(keyPrefix) {
27 }
28 
30 }
MSSOTLPolicyDesirability(std::string keyPrefix, const std::map< std::string, std::string > &parameters)
An upper class for objects with additional parameters.
Definition: Parameterised.h:47