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<TemplateGTUType> templates)
Constructor using route supplier, provided GTU templates and LMRS.
|
DefaultGTUCharacteristicsGeneratorOD(RouteSupplier routeSupplier,
Set<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<StreamInterface,RouteSupplier> |
RouteSupplier.DEFAULT_MAP
Cache of default route suppliers per stream.
|
Modifier and Type | Method and Description |
---|---|
static RouteSupplier |
RouteSupplier.getDefaultRouteSupplier(StreamInterface stream)
Returns a default route supplier for shortest routes based on the given stream.
|
Constructor and Description |
---|
LaneBasedStrategicalRoutePlanner(LaneBasedTacticalPlanner fixedTacticalPlanner,
LaneBasedGTU gtu,
Node origin,
Node destination,
RouteSupplier routeSupplier)
Constructor for a strategical planner with route supplier.
|
LaneBasedStrategicalRoutePlanner(LaneBasedTacticalPlanner fixedTacticalPlanner,
Route route,
LaneBasedGTU gtu,
Node origin,
Node destination,
RouteSupplier routeSupplier)
Constructor for a strategical planner with route.
|
LaneBasedStrategicalRoutePlannerFactory(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory,
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.