Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.tactical |
Tactical planners for a lane-based GTU.
|
org.opentrafficsim.road.gtu.lane.tactical.following |
GTU (Car) following models such as IDM+.
|
org.opentrafficsim.road.network.factory.xml |
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Method and Description |
---|---|
GTUFollowingModelOld |
LaneBasedGTUFollowingChange0TacticalPlanner.getCarFollowingModelOld()
Returns the car-following model.
|
Constructor and Description |
---|
LaneBasedCFLCTacticalPlanner(GTUFollowingModelOld carFollowingModel,
LaneChangeModel laneChangeModel,
LaneBasedGTU gtu)
Instantiated a tactical planner with GTU following and lane change behavior.
|
LaneBasedCFLCTacticalPlannerFactory(GTUFollowingModelOld carFollowingModel,
AbstractLaneChangeModel laneChangeModel)
Constructor with fixed stateless car-following and lane change model.
|
LaneBasedGTUFollowingChange0TacticalPlanner(GTUFollowingModelOld carFollowingModel,
LaneBasedGTU gtu)
Instantiated a tactical planner with just GTU following behavior and no lane changes.
|
LaneBasedGTUFollowingChange0TacticalPlannerFactory(GTUFollowingModelOld carFollowingModel)
Constructor with fixed stateless car-following and lane change model.
|
LaneBasedGTUFollowingLaneChangeTacticalPlanner(GTUFollowingModelOld carFollowingModel,
LaneBasedGTU gtu)
Instantiated a tactical planner with just GTU following behavior and no lane changes.
|
LaneBasedGTUFollowingLaneChangeTacticalPlannerFactory(GTUFollowingModelOld carFollowingModel)
Constructor with fixed stateless car-following and lane change model.
|
LaneBasedGTUFollowingTacticalPlanner(GTUFollowingModelOld carFollowingModel,
LaneBasedGTU gtu)
Instantiate a tactical planner with just GTU following behavior and no lane changes.
|
LaneBasedGTUFollowingTacticalPlannerFactory(GTUFollowingModelOld carFollowingModel)
Constructor with fixed stateless car-following and lane change model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGTUFollowingModelMobil
Code shared between various car following models.
|
class |
FixedAccelerationModel
Fixed GTU following model.
|
class |
IDMOld
The Intelligent Driver Model by Treiber, Hennecke and Helbing.
|
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.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.