|
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, SUMOReal val, SUMOReal beg, SUMOReal 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 82 of file SAXWeightsHandler.h.
|
inline |
Constructor.
Definition at line 85 of file SAXWeightsHandler.h.
|
inlinevirtual |
Destructor.
Definition at line 88 of file SAXWeightsHandler.h.
|
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 NLBuilder::EdgeFloatTimeLineRetriever_EdgeTravelTime, ROLoader::EdgeFloatTimeLineRetriever_EdgeTravelTime, NLBuilder::EdgeFloatTimeLineRetriever_EdgeEffort, and ROLoader::EdgeFloatTimeLineRetriever_EdgeWeight.
|
private |