Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.following.DesiredSpeedModel
Packages that use DesiredSpeedModel
Package
Description
GTU (Car) following models such as IDM+.
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
-
Uses of DesiredSpeedModel in org.opentrafficsim.road.gtu.lane.tactical.following
Subinterfaces of DesiredSpeedModel in org.opentrafficsim.road.gtu.lane.tactical.followingModifier and TypeInterfaceDescriptioninterfaceMethods that a car-following model has to implement.Classes in org.opentrafficsim.road.gtu.lane.tactical.following that implement DesiredSpeedModelModifier and TypeClassDescriptionclassDefault implementation where desired speed and headway are pre-calculated for car-following.classImplementation of the IDM.static classIDM desired speed model.classImplementation of the IDM.classImplementation of the IDM+.classCopyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.Constructors in org.opentrafficsim.road.gtu.lane.tactical.following with parameters of type DesiredSpeedModelModifierConstructorDescriptionAbstractCarFollowingModel(DesiredHeadwayModel desiredHeadwayModel, DesiredSpeedModel desiredSpeedModel) Constructor.AbstractIdm(DesiredHeadwayModel desiredHeadwayModel, DesiredSpeedModel desiredSpeedModel) Constructor with modular models for desired headway and desired speed.Idm(DesiredHeadwayModel desiredHeadwayModel, DesiredSpeedModel desiredSpeedModel) Constructor with modular models for desired headway and desired speed.IdmPlus(DesiredHeadwayModel desiredHeadwayModel, DesiredSpeedModel desiredSpeedModel) Constructor with modular models for desired headway and desired speed.IdmPlusMulti(DesiredHeadwayModel desiredHeadwayModel, DesiredSpeedModel desiredSpeedModel) Constructor with modular models for desired headway and desired speed. -
Uses of DesiredSpeedModel in org.opentrafficsim.road.gtu.lane.tactical.lmrs
Classes in org.opentrafficsim.road.gtu.lane.tactical.lmrs that implement DesiredSpeedModelFields in org.opentrafficsim.road.gtu.lane.tactical.lmrs with type parameters of type DesiredSpeedModelModifier and TypeFieldDescriptionstatic final LmrsFactory.Setting<BiFunction<DesiredHeadwayModel,DesiredSpeedModel, CarFollowingModel>> LmrsFactory.Setting.CAR_FOLLOWING_MODELCar-following model: IDM or IDM_PLUS (default).Constructors in org.opentrafficsim.road.gtu.lane.tactical.lmrs with parameters of type DesiredSpeedModel