Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.tactical.following |
GTU (Car) following models such as IDM+.
|
org.opentrafficsim.road.gtu.lane.tactical.lmrs |
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
|
org.opentrafficsim.road.gtu.lane.tactical.toledo |
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CarFollowingModel
Methods that a car-following model has to implement.
|
interface |
GTUFollowingModelOld
GTU following model interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCarFollowingModel
Default implementation where desired speed and headway are pre-calculated for car-following.
|
class |
AbstractGTUFollowingModelMobil
Code shared between various car following models.
|
class |
AbstractIDM
Implementation of the IDM.
|
class |
FixedAccelerationModel
Fixed GTU following model.
|
class |
IDM
Implementation of the IDM.
|
class |
IDMOld
The Intelligent Driver Model by Treiber, Hennecke and Helbing.
|
class |
IDMPlus
Implementation of the IDM+.
|
class |
IDMPlusMulti
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
class |
IDMPlusOld
IDMPlus implements the Integrated Lane Change Model with Relaxation and Synchronization as published by Wouter J.
|
class |
SequentialFixedAccelerationModel
Extended version of FixedAccelerationModel.
|
Modifier and Type | Field and Description |
---|---|
static DesiredSpeedModel |
AbstractIDM.DESIRED_SPEED
Default IDM desired speed model.
|
Constructor and Description |
---|
AbstractCarFollowingModel(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.
|
Modifier and Type | Class and Description |
---|---|
class |
SocioDesiredSpeed
Wrapper of a base-desired speed model.
|
Constructor and Description |
---|
SocioDesiredSpeed(DesiredSpeedModel baseModel)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ToledoCarFollowing
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.