SUMO - Simulation of Urban MObility
MSTriggeredRerouter::RerouteInterval Struct Reference

#include <MSTriggeredRerouter.h>

Data Fields

SUMOTime begin
 The begin time these definitions are valid.
std::vector< MSEdge * > closed
 The list of closed edges.
RandomDistributor< MSEdge * > edgeProbs
 The distributions of new destinations to use.
SUMOTime end
 The end time these definitions are valid.
RandomDistributor< const
MSRoute * > 
routeProbs
 The distributions of new routes to use.

Detailed Description

Describes the rerouting definitions valid for an interval

Definition at line 91 of file MSTriggeredRerouter.h.


Field Documentation

The begin time these definitions are valid.

Definition at line 93 of file MSTriggeredRerouter.h.

Referenced by MSTriggeredRerouter::myEndElement().

The end time these definitions are valid.

Definition at line 95 of file MSTriggeredRerouter.h.

Referenced by MSTriggeredRerouter::myEndElement().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines