Uses of Interface
org.opentrafficsim.road.gtu.strategical.route.RouteGeneratorOD
-
Packages that use RouteGeneratorOD 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. -
-
Uses of RouteGeneratorOD in org.opentrafficsim.road.gtu.generator.od
Methods in org.opentrafficsim.road.gtu.generator.od with parameters of type RouteGeneratorOD Modifier and Type Method Description DefaultGTUCharacteristicsGeneratorOD.Factory
DefaultGTUCharacteristicsGeneratorOD.Factory. setRouteSupplier(RouteGeneratorOD routeSupplier)
Constructors in org.opentrafficsim.road.gtu.generator.od with parameters of type RouteGeneratorOD Constructor 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. -
Uses of RouteGeneratorOD in org.opentrafficsim.road.gtu.strategical.route
Classes in org.opentrafficsim.road.gtu.strategical.route that implement RouteGeneratorOD Modifier and Type Class Description static class
RouteGeneratorOD.DefaultRouteGenerator
Shortest route route generator.Fields in org.opentrafficsim.road.gtu.strategical.route declared as RouteGeneratorOD Modifier and Type Field Description static RouteGeneratorOD
RouteGeneratorOD. NULL
No route route generator.Fields in org.opentrafficsim.road.gtu.strategical.route with type parameters of type RouteGeneratorOD Modifier and Type Field Description static Map<StreamInterface,RouteGeneratorOD>
RouteGeneratorOD. DEFAULT_MAP
Cache of default route generators per stream.Methods in org.opentrafficsim.road.gtu.strategical.route that return RouteGeneratorOD Modifier and Type Method Description static RouteGeneratorOD
RouteGeneratorOD. getDefaultRouteSupplier(StreamInterface stream)
Returns a default route generator for shortest routes based on the given stream.Constructors in org.opentrafficsim.road.gtu.strategical.route with parameters of type RouteGeneratorOD Constructor Description LaneBasedStrategicalRoutePlanner(LaneBasedTacticalPlanner fixedTacticalPlanner, Route route, LaneBasedGTU gtu, Node origin, Node destination, RouteGeneratorOD routeGenerator)
Constructor for a strategical planner with route.LaneBasedStrategicalRoutePlanner(LaneBasedTacticalPlanner fixedTacticalPlanner, LaneBasedGTU gtu, Node origin, Node destination, RouteGeneratorOD routeGenerator)
Constructor for a strategical planner with route generator.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.
-