22 #ifndef ROJTRTurnDefLoader_h
23 #define ROJTRTurnDefLoader_h
void addToEdge(const SUMOSAXAttributes &attrs)
Parses the probability to use a certain outgoing edge.
void beginFromEdge(const SUMOSAXAttributes &attrs)
Begins the processing of a incoming edge definition.
ROJTREdge * myEdge
The current incoming edge the turning probabilities are set into.
SAX-handler base for SUMO-files.
void myStartElement(int element, const SUMOSAXAttributes &attrs)
Called on the opening of a tag;.
Loader for the of turning percentages and source/sink definitions.
Encapsulated SAX-Attributes.
An edge the jtr-router may route through.
RONet & myNet
The network to set the information into.
ROJTRTurnDefLoader(RONet &net)
Constructor.
The router's network representation.
SUMOReal myIntervalBegin
The begin and the end of the current interval.
~ROJTRTurnDefLoader()
Destructor.