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 |
---|---|
GTUFollowingModel |
LaneBasedDrivingCharacteristics.getGTUFollowingModel() |
Constructor and Description |
---|
LaneBasedDrivingCharacteristics(GTUFollowingModel gtuFollowingModel,
LaneChangeModel laneChangeModel) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGTUFollowingModel
Code shared between various car following models.
|
class |
FixedAccelerationModel
Fixed GTU following model.
|
class |
IDM
The Intelligent Driver Model by Treiber, Hennecke and Helbing.
|
class |
IDMPlus
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) GTUFollowingModel |
GTUTag.followingModel
GTU following model.
|
Modifier and Type | Method and Description |
---|---|
(package private) static GTUFollowingModel |
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.