![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Interface for a class which obtains read weights for named edges. More...
#include <SAXWeightsHandler.h>
Public Member Functions | |
virtual void | addEdgeWeight (const std::string &id, double val, double beg, double end) const =0 |
Adds a weight for a given edge and time period. More... | |
EdgeFloatTimeLineRetriever () | |
Constructor. More... | |
virtual | ~EdgeFloatTimeLineRetriever () |
Destructor. More... | |
Private Member Functions | |
EdgeFloatTimeLineRetriever & | operator= (const EdgeFloatTimeLineRetriever &) |
Interface for a class which obtains read weights for named edges.
Definition at line 75 of file SAXWeightsHandler.h.
|
inline |
Constructor.
Definition at line 78 of file SAXWeightsHandler.h.
|
inlinevirtual |
Destructor.
Definition at line 81 of file SAXWeightsHandler.h.
References addEdgeWeight(), and operator=().
|
pure virtual |
Adds a weight for a given edge and time period.
[in] | id | The id of the object to add a weight for |
[in] | val | The weight |
[in] | beg | The begin of the interval the weight is valid for |
[in] | end | The end of the interval the weight is valid for |
Implemented in GUINet::EdgeFloatTimeLineRetriever_GUI, NLBuilder::EdgeFloatTimeLineRetriever_EdgeTravelTime, NLBuilder::EdgeFloatTimeLineRetriever_EdgeEffort, ROLoader::EdgeFloatTimeLineRetriever_EdgeTravelTime, and ROLoader::EdgeFloatTimeLineRetriever_EdgeWeight.
Referenced by ~EdgeFloatTimeLineRetriever().
|
private |
Referenced by ~EdgeFloatTimeLineRetriever().