Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.driver |
Characteristics of the GTU driver.
|
org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil |
Classes that deal with lane changing models.
|
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 |
---|---|
LaneChangeModel |
LaneBasedBehavioralCharacteristics.getLaneChangeModel() |
Constructor and Description |
---|
LaneBasedBehavioralCharacteristics(GTUFollowingModelOld gtuFollowingModel,
LaneChangeModel laneChangeModel) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLaneChangeModel
Common code for a family of lane change models like in M.
|
class |
Altruistic
The altruistic driver changes lane when that is beneficial for all drivers.
|
class |
Egoistic
The egoistic drive changes lane when this yields is personal advantage (totally ignoring any disadvantage to others).
|
class |
FixedLaneChangeModel
Dummy lane change model with totally predictable results (used for testing).
|
Modifier and Type | Field and Description |
---|---|
(package private) LaneChangeModel |
GTUTag.laneChangeModel
Lane change model.
|
Modifier and Type | Method and Description |
---|---|
(package private) static LaneChangeModel |
GTUTag.parseLaneChangeModel(String modelName)
XXX probably ok to generate a new model for each GTU 'type'.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.