Uses of Interface
org.opentrafficsim.road.gtu.tactical.util.lmrs.Synchronization
Packages that use Synchronization
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 Synchronization in org.opentrafficsim.road.gtu.tactical.lmrs
Fields in org.opentrafficsim.road.gtu.tactical.lmrs with type parameters of type SynchronizationModifier and TypeFieldDescriptionstatic final LmrsFactory.Setting<Synchronization>LmrsFactory.Setting.SYNCHRONIZATIONLane change synchronization: PASSIVE (default), PASSIVE_MOVING, ALIGN_GAP or ACTIVE.Methods in org.opentrafficsim.road.gtu.tactical.lmrs that return SynchronizationModifier and TypeMethodDescriptionMethods in org.opentrafficsim.road.gtu.tactical.lmrs with parameters of type SynchronizationModifier 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 SynchronizationModifierConstructorDescriptionLmrs(CarFollowingModel carFollowingModel, LaneBasedGtu gtu, LanePerception lanePerception, Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Tailgating tailgating) Constructor setting the car-following model. -
Uses of Synchronization in org.opentrafficsim.road.gtu.tactical.util.lmrs
Fields in org.opentrafficsim.road.gtu.tactical.util.lmrs declared as SynchronizationModifier and TypeFieldDescriptionstatic final SynchronizationSynchronization.ACTIVESynchronization where a suitable leader is actively targeted, in relation to infrastructure.static final SynchronizationSynchronization.ALIGN_GAPSynchronization by following the adjacent leader or aligning with the middle of the gap, whichever allows the largest acceleration.static final SynchronizationSynchronization.PASSIVESynchronization where current leaders are taken.static final SynchronizationSynchronization.PASSIVE_MOVINGSynchronization where current leaders are taken.Constructors in org.opentrafficsim.road.gtu.tactical.util.lmrs with parameters of type SynchronizationModifierConstructorDescriptionLmrsData(Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Tailgating tailgating) Constructor.