Uses of Interface
org.opentrafficsim.road.gtu.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.
Strategical planners for a road-based GTU.
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.
-
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu
Methods in org.opentrafficsim.road.gtu that return LaneBasedTacticalPlannerModifier and TypeMethodDescriptionLaneBasedGtu.getTacticalPlanner()LaneBasedGtu.getTacticalPlanner(org.djunits.value.vdouble.scalar.Duration time) -
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.Duration time) final LaneBasedTacticalPlannerLaneBasedStrategicalRoutePlanner.getTacticalPlanner()LaneBasedStrategicalRoutePlanner.getTacticalPlanner(org.djunits.value.vdouble.scalar.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. -
Uses of LaneBasedTacticalPlanner in org.opentrafficsim.road.gtu.tactical
Classes in org.opentrafficsim.road.gtu.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.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.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.tactical.lmrs
Classes in org.opentrafficsim.road.gtu.tactical.lmrs that implement LaneBasedTacticalPlannerModifier and TypeClassDescriptionclassTactical planner with mandatory lane change incentives, voluntary lane change incentives, and acceleration incentives.classImplementation of the LMRS (Lane change Model with Relaxation and Synchronization).