Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.LaneBasedTacticalPlannerFactory
Packages that use 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
Classes in org.opentrafficsim.road.gtu.lane.tactical that implement LaneBasedTacticalPlannerFactoryModifier 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
Classes in org.opentrafficsim.road.gtu.lane.tactical.lmrs that implement LaneBasedTacticalPlannerFactoryModifier 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
Classes in org.opentrafficsim.road.gtu.lane.tactical.toledo that implement LaneBasedTacticalPlannerFactoryModifier and TypeClassDescriptionclass
Factory for tactical planner using Toledo's model and car-following model. -
Uses of LaneBasedTacticalPlannerFactory in org.opentrafficsim.road.gtu.strategical
Constructors in org.opentrafficsim.road.gtu.strategical with parameters of type LaneBasedTacticalPlannerFactoryModifierConstructorDescriptionLaneBasedStrategicalRoutePlannerFactory
(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.