| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.generator.od | 
 OD based vehicle generation. 
 | 
| org.opentrafficsim.road.gtu.strategical.route | 
 Route planners as part of strategical planning. 
 | 
| Constructor and Description | 
|---|
DefaultGTUCharacteristicsGeneratorOD(RouteSupplier routeSupplier)
Constructor using route supplier, default GTU characteristics and LMRS. 
 | 
DefaultGTUCharacteristicsGeneratorOD(RouteSupplier routeSupplier,
                                    Set<org.opentrafficsim.core.gtu.TemplateGTUType> templates)
Constructor using route supplier, provided GTU templates and LMRS. 
 | 
DefaultGTUCharacteristicsGeneratorOD(RouteSupplier routeSupplier,
                                    Set<org.opentrafficsim.core.gtu.TemplateGTUType> templates,
                                    StrategicalPlannerFactorySupplierOD factorySupplier)
Constructor using route supplier, provided GTU templates and provided strategical planner factory supplier. 
 | 
DefaultGTUCharacteristicsGeneratorOD(RouteSupplier routeSupplier,
                                    StrategicalPlannerFactorySupplierOD factorySupplier)
Constructor using route supplier, default GTU characteristics and provided strategical planner factory supplier. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RouteSupplier.DefaultRouteSupplier
Shortest route route supplier. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static RouteSupplier | 
RouteSupplier.NULL
No route route supplier. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<nl.tudelft.simulation.jstats.streams.StreamInterface,RouteSupplier> | 
RouteSupplier.DEFAULT_MAP
Cache of default route suppliers per stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RouteSupplier | 
RouteSupplier.getDefaultRouteSupplier(nl.tudelft.simulation.jstats.streams.StreamInterface stream)
Returns a default route supplier for shortest routes based on the given stream. 
 | 
| Constructor and Description | 
|---|
LaneBasedStrategicalRoutePlanner(LaneBasedTacticalPlanner fixedTacticalPlanner,
                                LaneBasedGTU gtu,
                                org.opentrafficsim.core.network.Node origin,
                                org.opentrafficsim.core.network.Node destination,
                                RouteSupplier routeSupplier)
Constructor for a strategical planner with route supplier. 
 | 
LaneBasedStrategicalRoutePlanner(LaneBasedTacticalPlanner fixedTacticalPlanner,
                                org.opentrafficsim.core.network.route.Route route,
                                LaneBasedGTU gtu,
                                org.opentrafficsim.core.network.Node origin,
                                org.opentrafficsim.core.network.Node destination,
                                RouteSupplier routeSupplier)
Constructor for a strategical planner with route. 
 | 
LaneBasedStrategicalRoutePlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory,
                                       org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterFactory parametersFactory,
                                       RouteSupplier routeSupplier)
Constructor with factory for tactical planners. 
 | 
LaneBasedStrategicalRoutePlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory,
                                       RouteSupplier routeSupplier)
Constructor with factory for tactical planners. 
 | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.