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.
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 TypeClassDescriptionclassAbstract tactical planner factory which uses a car-following model factory for supplying peeked desired speed and headway. -
Uses of LaneBasedTacticalPlannerFactory in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Classes in org.opentrafficsim.road.gtu.lane.tactical.lmrs that implement LaneBasedTacticalPlannerFactoryModifier and TypeClassDescriptionclassLmrsFactory<T extends AbstractIncentivesTacticalPlanner>This tactical planner is general purpose for the use of the LMRS with any combination of defined sub-components.classDeprecated. -
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.