Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.LaneBasedTacticalPlanner
Packages that use 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
Methods in org.opentrafficsim.road.gtu.lane that return LaneBasedTacticalPlannerModifier and TypeMethodDescriptionLaneBasedGtu.getTacticalPlanner()LaneBasedGtu.getTacticalPlanner(org.djunits.value.vdouble.scalar.Time time) -
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.lane.tactical
Classes in org.opentrafficsim.road.gtu.lane.tactical with type parameters of type LaneBasedTacticalPlannerModifier and TypeClassDescriptionclassAbstract tactical planner factory which uses a car-following model factory for supplying peeked desired speed and headway.interfaceA factory class is used to generate tactical planners as the tactical planner is state-full.Classes in org.opentrafficsim.road.gtu.lane.tactical that implement LaneBasedTacticalPlannerModifier and TypeClassDescriptionclassA lane-based tactical planner generates an operational plan for the lane-based GTU.classLane-based tactical planner that implements car following and lane change behavior.classLane-based tactical planner that implements car following behavior.Fields in org.opentrafficsim.road.gtu.lane.tactical with type parameters of type LaneBasedTacticalPlannerModifier and TypeFieldDescriptionstatic final org.opentrafficsim.base.parameters.ParameterTypeClass<LaneBasedTacticalPlanner>AbstractLaneBasedTacticalPlanner.TACTICAL_PLANNERTactical planner parameter. -
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Classes in org.opentrafficsim.road.gtu.lane.tactical.lmrs that implement LaneBasedTacticalPlannerModifier and TypeClassDescriptionclassCopyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classImplementation of the LMRS (Lane change Model with Relaxation and Synchronization). -
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.lane.tactical.toledo
Classes in org.opentrafficsim.road.gtu.lane.tactical.toledo that implement LaneBasedTacticalPlannerModifier and TypeClassDescriptionclassImplementation 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
Methods in org.opentrafficsim.road.gtu.strategical that return LaneBasedTacticalPlannerModifier and TypeMethodDescriptionLaneBasedStrategicalPlanner.getTacticalPlanner()LaneBasedStrategicalPlanner.getTacticalPlanner(org.djunits.value.vdouble.scalar.Time time) final LaneBasedTacticalPlannerLaneBasedStrategicalRoutePlanner.getTacticalPlanner()LaneBasedStrategicalRoutePlanner.getTacticalPlanner(org.djunits.value.vdouble.scalar.Time time) Constructors in org.opentrafficsim.road.gtu.strategical with parameters of type LaneBasedTacticalPlannerModifierConstructorDescriptionLaneBasedStrategicalRoutePlanner(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.Constructor parameters in org.opentrafficsim.road.gtu.strategical with type arguments of type LaneBasedTacticalPlannerModifierConstructorDescriptionLaneBasedStrategicalRoutePlannerFactory(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.