Uses of Interface
org.opentrafficsim.road.gtu.tactical.util.lmrs.GapAcceptance
Packages that use GapAcceptance
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 GapAcceptance in org.opentrafficsim.road.gtu.tactical.lmrs
Fields in org.opentrafficsim.road.gtu.tactical.lmrs with type parameters of type GapAcceptanceModifier and TypeFieldDescriptionstatic final LmrsFactory.Setting<GapAcceptance>LmrsFactory.Setting.GAP_ACCEPTANCELane change gap-acceptance: INFORMED (default) or EGO_HEADWAY.Methods in org.opentrafficsim.road.gtu.tactical.lmrs that return GapAcceptanceModifier and TypeMethodDescriptionMethods in org.opentrafficsim.road.gtu.tactical.lmrs with parameters of type GapAcceptanceModifier 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 GapAcceptanceModifierConstructorDescriptionLmrs(CarFollowingModel carFollowingModel, LaneBasedGtu gtu, LanePerception lanePerception, Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Tailgating tailgating) Constructor setting the car-following model. -
Uses of GapAcceptance in org.opentrafficsim.road.gtu.tactical.util.lmrs
Fields in org.opentrafficsim.road.gtu.tactical.util.lmrs declared as GapAcceptanceModifier and TypeFieldDescriptionstatic final GapAcceptanceGapAcceptance.EGO_HEADWAYBeing informed of the model and parameters of other drivers, but applying own headway value.static final GapAcceptanceGapAcceptance.INFORMEDBeing informed of the model and parameters of other drivers (default LMRS).Constructors in org.opentrafficsim.road.gtu.tactical.util.lmrs with parameters of type GapAcceptanceModifierConstructorDescriptionLmrsData(Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Tailgating tailgating) Constructor.