SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

SUMOTime MSTriggeredRerouter::RerouteInterval::begin

The begin time these definitions are valid.

Definition at line 93 of file MSTriggeredRerouter.h.

Referenced by MSTriggeredRerouter::myEndElement().

std::vector<MSEdge*> MSTriggeredRerouter::RerouteInterval::closed
RandomDistributor<MSEdge*> MSTriggeredRerouter::RerouteInterval::edgeProbs

The distributions of new destinations to use.

Definition at line 99 of file MSTriggeredRerouter.h.

Referenced by MSTriggeredRerouter::myEndElement(), and MSTriggeredRerouter::notifyEnter().

SUMOTime MSTriggeredRerouter::RerouteInterval::end

The end time these definitions are valid.

Definition at line 95 of file MSTriggeredRerouter.h.

Referenced by MSTriggeredRerouter::myEndElement().

RandomDistributor<const MSRoute*> MSTriggeredRerouter::RerouteInterval::routeProbs

The distributions of new routes to use.

Definition at line 101 of file MSTriggeredRerouter.h.

Referenced by MSTriggeredRerouter::myEndElement(), and MSTriggeredRerouter::notifyEnter().


The documentation for this struct was generated from the following file: