Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.LaneBasedTacticalPlanner
Package
Description
The lane-based GTUs are the Generalized Travel Units that travel in lanes, and need to switch lanes to overtake.
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 LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.lane
Modifier and TypeMethodDescriptionLaneBasedGtu.getTacticalPlanner()
LaneBasedGtu.getTacticalPlanner
(org.djunits.value.vdouble.scalar.Time time) -
Uses of LaneBasedTacticalPlanner 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.interface
A factory class is used to generate tactical planners as the tactical planner is state-full.Modifier and TypeClassDescriptionclass
A lane-based tactical planner generates an operational plan for the lane-based GTU.class
Lane-based tactical planner that implements car following and lane change behavior.class
Lane-based tactical planner that implements car following behavior.Modifier and TypeFieldDescriptionstatic final org.opentrafficsim.base.parameters.ParameterTypeClass<LaneBasedTacticalPlanner>
AbstractLaneBasedTacticalPlanner.TACTICAL_PLANNER
Tactical planner parameter. -
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Modifier and TypeClassDescriptionclass
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.class
Implementation of the LMRS (Lane change Model with Relaxation and Synchronization). -
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.lane.tactical.toledo
Modifier and TypeClassDescriptionclass
Implementation of the model of Toledo (2003).
Tomer Toledo (2003) "Integrated Driving Behavior Modeling", Massachusetts Institute of Technology. -
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.strategical
Modifier and TypeMethodDescriptionLaneBasedStrategicalPlanner.getTacticalPlanner()
LaneBasedStrategicalPlanner.getTacticalPlanner
(org.djunits.value.vdouble.scalar.Time time) final LaneBasedTacticalPlanner
LaneBasedStrategicalRoutePlanner.getTacticalPlanner()
LaneBasedStrategicalRoutePlanner.getTacticalPlanner
(org.djunits.value.vdouble.scalar.Time time) ModifierConstructorDescriptionLaneBasedStrategicalRoutePlanner
(LaneBasedTacticalPlanner fixedTacticalPlanner, Route route, LaneBasedGtu gtu, Node origin, Node destination, RouteGenerator routeGenerator) Constructor for a strategical planner with route.LaneBasedStrategicalRoutePlanner
(LaneBasedTacticalPlanner fixedTacticalPlanner, LaneBasedGtu gtu) Constructor for a strategical planner without route.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.