Uses of Interface
org.opentrafficsim.road.gtu.strategical.RouteGenerator
Packages that use RouteGenerator
Package
Description
Strategical planners for a road-based GTU.
-
Uses of RouteGenerator in org.opentrafficsim.road.gtu.strategical
Classes in org.opentrafficsim.road.gtu.strategical that implement RouteGeneratorModifier and TypeClassDescriptionstatic class
Shortest route route generator.Fields in org.opentrafficsim.road.gtu.strategical declared as RouteGeneratorModifier and TypeFieldDescriptionstatic final RouteGenerator
RouteGenerator.NULL
No route route generator.Fields in org.opentrafficsim.road.gtu.strategical with type parameters of type RouteGeneratorModifier and TypeFieldDescriptionstatic final org.djutils.multikeymap.MultiKeyMap<RouteGenerator>
RouteGenerator.DEFAULT_SUPPLIERS
Cache of default route generators per stream and link-weight.Methods in org.opentrafficsim.road.gtu.strategical that return RouteGeneratorModifier 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.Constructors in org.opentrafficsim.road.gtu.strategical with parameters of type RouteGeneratorModifierConstructorDescriptionLaneBasedStrategicalRoutePlanner
(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.