SUMO - Simulation of Urban MObility
|
Obtains edge efforts from a weights handler and stores them within the edges. More...
#include <NLBuilder.h>
Public Member Functions | |
void | addEdgeWeight (const std::string &id, SUMOReal val, SUMOReal beg, SUMOReal end) const |
Adds a travel time for a given edge and time period. | |
EdgeFloatTimeLineRetriever_EdgeTravelTime (MSNet &net) | |
Constructor. | |
~EdgeFloatTimeLineRetriever_EdgeTravelTime () | |
Destructor. | |
Private Attributes | |
MSNet & | myNet |
The network edges shall be obtained from. |
Obtains edge efforts from a weights handler and stores them within the edges.
Obtains edge travel times from a weights handler and stores them within the edges.
Definition at line 175 of file NLBuilder.h.
NLBuilder::EdgeFloatTimeLineRetriever_EdgeTravelTime::EdgeFloatTimeLineRetriever_EdgeTravelTime | ( | MSNet & | net | ) | [inline] |
Constructor.
Definition at line 178 of file NLBuilder.h.
NLBuilder::EdgeFloatTimeLineRetriever_EdgeTravelTime::~EdgeFloatTimeLineRetriever_EdgeTravelTime | ( | ) | [inline] |
Destructor.
Definition at line 181 of file NLBuilder.h.
void NLBuilder::EdgeFloatTimeLineRetriever_EdgeTravelTime::addEdgeWeight | ( | const std::string & | id, |
SUMOReal | val, | ||
SUMOReal | beg, | ||
SUMOReal | end | ||
) | const [virtual] |
Adds a travel time for a given edge and time period.
[in] | id | The id of the object to add a weight for |
[in] | val | The travel time |
[in] | beg | The begin of the interval the weight is valid for |
[in] | end | The end of the interval the weight is valid for |
Implements SAXWeightsHandler::EdgeFloatTimeLineRetriever.
Definition at line 93 of file NLBuilder.cpp.
References MSEdgeWeightsStorage::addTravelTime(), MSEdge::dictionary(), MSNet::getWeightsStorage(), NLBuilder::myNet, and WRITE_ERROR.
The network edges shall be obtained from.
Definition at line 196 of file NLBuilder.h.