Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
ROLoader::EdgeFloatTimeLineRetriever_EdgeWeight Class Reference

Obtains edge weights from a weights handler and stores them within the edges. More...

#include <ROLoader.h>

Inheritance diagram for ROLoader::EdgeFloatTimeLineRetriever_EdgeWeight:
[legend]
Collaboration diagram for ROLoader::EdgeFloatTimeLineRetriever_EdgeWeight:
[legend]

Public Member Functions

virtual void addEdgeRelWeight (const std::string &from, const std::string &to, double val, double beg, double end) const
void addEdgeWeight (const std::string &id, double val, double beg, double end) const
 Adds an effort for a given edge and time period.
virtual void addTazRelWeight (const std::string intervalID, const std::string &from, const std::string &to, double val, double beg, double end)
 EdgeFloatTimeLineRetriever_EdgeWeight (RONet &net)
 Constructor.
 ~EdgeFloatTimeLineRetriever_EdgeWeight ()
 Destructor.

Private Attributes

RONetmyNet
 The network edges shall be obtained from.

Detailed Description

Obtains edge weights from a weights handler and stores them within the edges.

See also
SAXWeightsHandler::EdgeFloatTimeLineRetriever

Definition at line 114 of file ROLoader.h.

Constructor & Destructor Documentation

◆ EdgeFloatTimeLineRetriever_EdgeWeight()

ROLoader::EdgeFloatTimeLineRetriever_EdgeWeight::EdgeFloatTimeLineRetriever_EdgeWeight ( RONet & net)
inline

Constructor.

Definition at line 117 of file ROLoader.h.

References myNet.

◆ ~EdgeFloatTimeLineRetriever_EdgeWeight()

ROLoader::EdgeFloatTimeLineRetriever_EdgeWeight::~EdgeFloatTimeLineRetriever_EdgeWeight ( )
inline

Destructor.

Definition at line 120 of file ROLoader.h.

Member Function Documentation

◆ addEdgeRelWeight()

virtual void SAXWeightsHandler::EdgeFloatTimeLineRetriever::addEdgeRelWeight ( const std::string & from,
const std::string & to,
double val,
double beg,
double end ) const
inlinevirtualinherited

Reimplemented in GUINet::EdgeFloatTimeLineRetriever_GUI.

Definition at line 87 of file SAXWeightsHandler.h.

References UNUSED_PARAMETER.

◆ addEdgeWeight()

void ROLoader::EdgeFloatTimeLineRetriever_EdgeWeight::addEdgeWeight ( const std::string & id,
double val,
double beg,
double end ) const
virtual

Adds an effort for a given edge and time period.

Parameters
[in]idThe id of the object to add a weight for
[in]valThe weight
[in]begThe begin of the interval the weight is valid for
[in]endThe end of the interval the weight is valid for
See also
SAXWeightsHandler::EdgeFloatTimeLineRetriever::addEdgeWeight

Reimplemented from SAXWeightsHandler::EdgeFloatTimeLineRetriever.

Definition at line 75 of file ROLoader.cpp.

References ROEdge::addEffort(), OptionsCont::getOptions(), myNet, TL, WRITE_ERRORF, and WRITE_WARNINGF.

◆ addTazRelWeight()

virtual void SAXWeightsHandler::EdgeFloatTimeLineRetriever::addTazRelWeight ( const std::string intervalID,
const std::string & from,
const std::string & to,
double val,
double beg,
double end )
inlinevirtualinherited
Note
: note sure why the other functions are const

Reimplemented in ODMatrix.

Definition at line 97 of file SAXWeightsHandler.h.

References UNUSED_PARAMETER.

Field Documentation

◆ myNet

RONet& ROLoader::EdgeFloatTimeLineRetriever_EdgeWeight::myNet
private

The network edges shall be obtained from.

Definition at line 135 of file ROLoader.h.

Referenced by addEdgeWeight(), and EdgeFloatTimeLineRetriever_EdgeWeight().


The documentation for this class was generated from the following files: