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
21
#include "
MSSOTLPolicyDesirability.h
"
22
23
MSSOTLPolicyDesirability::MSSOTLPolicyDesirability
(
24
std::string keyPrefix,
25
const
std::map<std::string, std::string>& parameters) :
26
Parameterised
(parameters), myKeyPrefix(keyPrefix) {
27
}
28
29
MSSOTLPolicyDesirability::~MSSOTLPolicyDesirability
() {
30
}
MSSOTLPolicyDesirability::MSSOTLPolicyDesirability
MSSOTLPolicyDesirability(std::string keyPrefix, const std::map< std::string, std::string > ¶meters)
Definition:
MSSOTLPolicyDesirability.cpp:23
Parameterised
An upper class for objects with additional parameters.
Definition:
Parameterised.h:47
MSSOTLPolicyDesirability::~MSSOTLPolicyDesirability
virtual ~MSSOTLPolicyDesirability()
Definition:
MSSOTLPolicyDesirability.cpp:29
MSSOTLPolicyDesirability.h
src
microsim
traffic_lights
MSSOTLPolicyDesirability.cpp
Generated on Thu Nov 17 2016 13:44:40 for SUMO - Simulation of Urban MObility by
1.8.12