| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DefaultGTUCharacteristicsGeneratorOD.Factory | 
DefaultGTUCharacteristicsGeneratorOD.Factory.setRouteSupplier(RouteGeneratorOD routeSupplier)  | 
| Constructor and Description | 
|---|
DefaultGTUCharacteristicsGeneratorOD(Generator<GTUType> gtuTypeGenerator,
                                    RouteGeneratorOD routeGenerator,
                                    Set<TemplateGTUType> templates,
                                    StrategicalPlannerFactorySupplierOD factorySupplier)
Constructor using route supplier, provided GTU templates and provided strategical planner factory supplier. 
 | 
DefaultGTUCharacteristicsGeneratorOD(RouteGeneratorOD routeGenerator)
Constructor using route generator, default GTU characteristics and LMRS. 
 | 
DefaultGTUCharacteristicsGeneratorOD(RouteGeneratorOD routeSupplier,
                                    Set<TemplateGTUType> templates)
Constructor using route supplier, provided GTU templates and LMRS. 
 | 
DefaultGTUCharacteristicsGeneratorOD(RouteGeneratorOD routeGenerator,
                                    StrategicalPlannerFactorySupplierOD factorySupplier)
Constructor using route supplier, default GTU characteristics and provided strategical planner factory supplier. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RouteGeneratorOD.DefaultRouteGenerator
Shortest route route generator. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static RouteGeneratorOD | 
RouteGeneratorOD.NULL
No route route generator. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<StreamInterface,RouteGeneratorOD> | 
RouteGeneratorOD.DEFAULT_MAP
Cache of default route generators per stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RouteGeneratorOD | 
RouteGeneratorOD.getDefaultRouteSupplier(StreamInterface stream)
Returns a default route generator for shortest routes based on the given stream. 
 | 
| Constructor and Description | 
|---|
LaneBasedStrategicalRoutePlanner(LaneBasedTacticalPlanner fixedTacticalPlanner,
                                LaneBasedGTU gtu,
                                Node origin,
                                Node destination,
                                RouteGeneratorOD routeGenerator)
Constructor for a strategical planner with route generator. 
 | 
LaneBasedStrategicalRoutePlanner(LaneBasedTacticalPlanner fixedTacticalPlanner,
                                Route route,
                                LaneBasedGTU gtu,
                                Node origin,
                                Node destination,
                                RouteGeneratorOD routeGenerator)
Constructor for a strategical planner with route. 
 | 
LaneBasedStrategicalRoutePlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory,
                                       ParameterFactory parametersFactory,
                                       RouteGeneratorOD routeGenerator)
Constructor with factory for tactical planners. 
 | 
LaneBasedStrategicalRoutePlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory,
                                       RouteGeneratorOD routeGenerator)
Constructor with factory for tactical planners. 
 | 
Copyright © 2014–2019 Delft University of Technology. All rights reserved.