Uses of Interface
org.opentrafficsim.road.gtu.tactical.util.lmrs.Cooperation
Packages that use Cooperation
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 Cooperation in org.opentrafficsim.road.gtu.tactical.lmrs
Fields in org.opentrafficsim.road.gtu.tactical.lmrs with type parameters of type CooperationModifier and TypeFieldDescriptionstatic final LmrsFactory.Setting<Cooperation>LmrsFactory.Setting.COOPERATIONLane change cooperation: PASSIVE (default), PASSIVE_MOVING or ACTIVE.Methods in org.opentrafficsim.road.gtu.tactical.lmrs that return CooperationModifier and TypeMethodDescriptionMethods in org.opentrafficsim.road.gtu.tactical.lmrs with parameters of type CooperationModifier 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 CooperationModifierConstructorDescriptionLmrs(CarFollowingModel carFollowingModel, LaneBasedGtu gtu, LanePerception lanePerception, Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Tailgating tailgating) Constructor setting the car-following model. -
Uses of Cooperation in org.opentrafficsim.road.gtu.tactical.util.lmrs
Fields in org.opentrafficsim.road.gtu.tactical.util.lmrs declared as CooperationModifier and TypeFieldDescriptionstatic final CooperationCooperation.ACTIVECooperation similar to the default, except at large adjacent leader deceleration.static final CooperationCooperation.PASSIVESimple passive cooperation.static final CooperationCooperation.PASSIVE_MOVINGSame as passive cooperation, except that cooperation is sometimes ignored at low speed of other vehicles.Constructors in org.opentrafficsim.road.gtu.tactical.util.lmrs with parameters of type CooperationModifierConstructorDescriptionLmrsData(Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Tailgating tailgating) Constructor.