Uses of Interface
org.opentrafficsim.road.gtu.strategical.RouteGenerator
Package
Description
Strategical planners for a road-based GTU.
-
Uses of RouteGenerator in org.opentrafficsim.road.gtu.strategical
Modifier and TypeClassDescriptionstatic class
Shortest route route generator.Modifier and TypeFieldDescriptionstatic final RouteGenerator
RouteGenerator.NULL
No route route generator.Modifier and TypeFieldDescriptionstatic final org.djutils.multikeymap.MultiKeyMap<RouteGenerator>
RouteGenerator.DEFAULT_SUPPLIERS
Cache of default route generators per stream and link-weight.Modifier and TypeMethodDescriptionstatic RouteGenerator
RouteGenerator.getDefaultRouteSupplier
(nl.tudelft.simulation.jstats.streams.StreamInterface stream, LinkWeight linkWeight) Returns a default route generator for shortest routes based on the given stream.ModifierConstructorDescriptionLaneBasedStrategicalRoutePlanner
(LaneBasedTacticalPlanner fixedTacticalPlanner, Route route, LaneBasedGtu gtu, Node origin, Node destination, RouteGenerator routeGenerator) Constructor for a strategical planner with route.LaneBasedStrategicalRoutePlannerFactory
(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory, ParameterFactory parametersFactory, RouteGenerator routeGenerator) Constructor with factory for tactical planners.