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.
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(Duration 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.Fields in org.opentrafficsim.road.gtu.lane.tactical with type parameters of type LaneBasedTacticalPlannerModifier and TypeFieldDescriptionstatic final ParameterTypeClass<LaneBasedTacticalPlanner>AbstractLaneBasedTacticalPlanner.LANE_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.strategical
Methods in org.opentrafficsim.road.gtu.strategical that return LaneBasedTacticalPlannerModifier and TypeMethodDescriptionLaneBasedStrategicalPlanner.getTacticalPlanner()LaneBasedStrategicalPlanner.getTacticalPlanner(Duration time) final LaneBasedTacticalPlannerLaneBasedStrategicalRoutePlanner.getTacticalPlanner()LaneBasedStrategicalRoutePlanner.getTacticalPlanner(Duration 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.