Uses of Interface
org.opentrafficsim.road.gtu.tactical.util.lmrs.Tailgating
Packages that use Tailgating
Package
Description
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
LMRS (Lane change Model with Relaxation and Synchronization) utilities for tactical planner.
-
Uses of Tailgating in org.opentrafficsim.road.gtu.tactical.lmrs
Methods in org.opentrafficsim.road.gtu.tactical.lmrs with parameters of type TailgatingModifier and TypeMethodDescriptionLmrsFactory.TacticalPlannerProvider.from(CarFollowingModel carFollowingModel, LaneBasedGtu gtu, LanePerception lanePerception, Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Tailgating tailgating) Constructs an instance of the correct tactical planner class.Constructors in org.opentrafficsim.road.gtu.tactical.lmrs with parameters of type TailgatingModifierConstructorDescriptionLmrs(CarFollowingModel carFollowingModel, LaneBasedGtu gtu, LanePerception lanePerception, Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Tailgating tailgating) Constructor setting the car-following model. -
Uses of Tailgating in org.opentrafficsim.road.gtu.tactical.util.lmrs
Fields in org.opentrafficsim.road.gtu.tactical.util.lmrs declared as TailgatingModifier and TypeFieldDescriptionstatic final TailgatingTailgating.NONENo tailgating.static final TailgatingTailgating.PRESSURETailgating based on speed pressure.static final TailgatingTailgating.RHO_ONLYNo tailgating, but social pressure exists.Constructors in org.opentrafficsim.road.gtu.tactical.util.lmrs with parameters of type TailgatingModifierConstructorDescriptionLmrsData(Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Tailgating tailgating) Constructor.