Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.driver |
Characteristics of the GTU driver.
|
org.opentrafficsim.road.gtu.lane.tactical.following |
GTU (Car) following models such as IDM+.
|
org.opentrafficsim.road.network.factory.xml |
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Method and Description |
---|---|
GTUFollowingModelOld |
LaneBasedBehavioralCharacteristics.getGTUFollowingModel() |
Constructor and Description |
---|
LaneBasedBehavioralCharacteristics(GTUFollowingModelOld gtuFollowingModel,
LaneChangeModel laneChangeModel) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCarFollowingModel
Implements free, single-leader and multi-anticipative methods as forwards to a new multi-anticipative method with
desired headway and speed pre-calculated.
|
class |
AbstractGTUFollowingModelMobil
Code shared between various car following models.
|
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 |
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 |
---|---|
(package private) GTUFollowingModelOld |
GTUTag.followingModel
GTU following model.
|
Modifier and Type | Method and Description |
---|---|
(package private) static GTUFollowingModelOld |
GTUTag.parseFollowingModel(String modelName)
XXX probably ok to generate a new model for each GTU 'type'.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.