Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.LaneBasedTacticalPlannerFactory
Package
Description
Tactical planners for a lane-based GTU.
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
Strategical planners for a road-based GTU.
-
Uses of LaneBasedTacticalPlannerFactory in org.opentrafficsim.road.gtu.lane.tactical
Modifier and TypeClassDescriptionclass
Abstract tactical planner factory which uses a car-following model factory for supplying peeked desired speed and headway.class
Factory to createLaneBasedCFLCTacticalPlanner
.class
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. -
Uses of LaneBasedTacticalPlannerFactory in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Modifier and TypeClassDescriptionclass
Factory for a tactical planner using LMRS with any car-following model. -
Uses of LaneBasedTacticalPlannerFactory in org.opentrafficsim.road.gtu.lane.tactical.toledo
Modifier and TypeClassDescriptionclass
Factory for tactical planner using Toledo's model and car-following model. -
Uses of LaneBasedTacticalPlannerFactory in org.opentrafficsim.road.gtu.strategical
ModifierConstructorDescriptionLaneBasedStrategicalRoutePlannerFactory
(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory) Constructor with factory for tactical planners.LaneBasedStrategicalRoutePlannerFactory
(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory, ParameterFactory parametersFactory) Constructor with factory for tactical planners.LaneBasedStrategicalRoutePlannerFactory
(LaneBasedTacticalPlannerFactory<? extends LaneBasedTacticalPlanner> tacticalPlannerFactory, ParameterFactory parametersFactory, RouteGenerator routeGenerator) Constructor with factory for tactical planners.