![]() |
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 | addEdgeRelWeight (const std::string &from, const std::string &to, double val, double beg, double end) const |
| virtual void | addEdgeWeight (const std::string &id, double val, double beg, double end) const |
| Adds a weight for a given edge and time period. More... | |
| virtual void | addTazRelWeight (const std::string intervalID, const std::string &from, const std::string &to, double val, double beg, double end) |
| EdgeFloatTimeLineRetriever () | |
| Constructor. More... | |
| virtual | ~EdgeFloatTimeLineRetriever () |
| Destructor. More... | |
Private Member Functions | |
| EdgeFloatTimeLineRetriever & | operator= (const EdgeFloatTimeLineRetriever &)=delete |
| we made the assignment operator invalid More... | |
Interface for a class which obtains read weights for named edges.
Definition at line 64 of file SAXWeightsHandler.h.
|
inline |
Constructor.
Definition at line 68 of file SAXWeightsHandler.h.
|
inlinevirtual |
Destructor.
Definition at line 71 of file SAXWeightsHandler.h.
|
inlinevirtual |
Reimplemented in GUINet::EdgeFloatTimeLineRetriever_GUI.
Definition at line 87 of file SAXWeightsHandler.h.
References UNUSED_PARAMETER.
|
inlinevirtual |
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 |
Reimplemented in GUINet::EdgeFloatTimeLineRetriever_GUI, NLBuilder::EdgeFloatTimeLineRetriever_EdgeEffort, NLBuilder::EdgeFloatTimeLineRetriever_EdgeTravelTime, ROLoader::EdgeFloatTimeLineRetriever_EdgeWeight, and ROLoader::EdgeFloatTimeLineRetriever_EdgeTravelTime.
Definition at line 80 of file SAXWeightsHandler.h.
References UNUSED_PARAMETER.
|
inlinevirtual |
Reimplemented in ODMatrix.
Definition at line 97 of file SAXWeightsHandler.h.
References UNUSED_PARAMETER.
|
privatedelete |
we made the assignment operator invalid