Uses of Interface
org.opentrafficsim.road.gtu.lane.tactical.following.DesiredHeadwayModel
Packages that use DesiredHeadwayModel
Package
Description
GTU (Car) following models such as IDM+.
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-
Uses of DesiredHeadwayModel in org.opentrafficsim.road.gtu.lane.tactical.following
Subinterfaces of DesiredHeadwayModel in org.opentrafficsim.road.gtu.lane.tactical.followingModifier and TypeInterfaceDescriptioninterfaceMethods that a car-following model has to implement.interfaceGTU following model interface.Classes in org.opentrafficsim.road.gtu.lane.tactical.following that implement DesiredHeadwayModelModifier and TypeClassDescriptionclassDefault implementation where desired speed and headway are pre-calculated for car-following.classCode shared between various car following models.classImplementation of the IDM.classFixed GTU following model.classImplementation of the IDM.classThe Intelligent Driver Model by Treiber, Hennecke and Helbing.classImplementation of the IDM+.classCopyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classIDMPlus implements the Integrated Lane Change Model with Relaxation and Synchronization as published by Wouter J.classExtended version of FixedAccelerationModel.Fields in org.opentrafficsim.road.gtu.lane.tactical.following declared as DesiredHeadwayModelModifier and TypeFieldDescriptionstatic final DesiredHeadwayModelAbstractIdm.HEADWAYDefault IDM desired headway model.Constructors in org.opentrafficsim.road.gtu.lane.tactical.following with parameters of type DesiredHeadwayModelModifierConstructorDescriptionAbstractCarFollowingModel(DesiredHeadwayModel desiredHeadwayModel, DesiredSpeedModel desiredSpeedModel) 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 DesiredHeadwayModel in org.opentrafficsim.road.gtu.lane.tactical.toledo
Classes in org.opentrafficsim.road.gtu.lane.tactical.toledo that implement DesiredHeadwayModelModifier and TypeClassDescriptionclassCopyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.