Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.tactical.directedlanechange |
Classes that deal with lane changing models.
|
org.opentrafficsim.road.gtu.lane.tactical.following |
GTU (Car) following models such as IDM+.
|
org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil |
Classes that deal with lane changing models.
|
Modifier and Type | Method and Description |
---|---|
AccelerationStep |
DirectedLaneMovementStep.getGfmr() |
Constructor and Description |
---|
DirectedLaneMovementStep(AccelerationStep accelerationStep,
LateralDirectionality direction)
Construct a new LaneChangeModelResult.
|
Modifier and Type | Method and Description |
---|---|
AccelerationStep |
GTUFollowingModelOld.computeAccelerationStep(LaneBasedGTU gtu,
Speed leaderSpeed,
Length headway,
Length maxDistance,
Speed speedLimit)
Compute the acceleration that would be used to follow a leader.
|
AccelerationStep |
AbstractGTUFollowingModelMobil.computeAccelerationStep(LaneBasedGTU gtu,
Speed leaderSpeed,
Length headway,
Length maxDistance,
Speed speedLimit)
Compute the acceleration that would be used to follow a leader.
|
AccelerationStep |
GTUFollowingModelOld.computeAccelerationStep(LaneBasedGTU gtu,
Speed leaderSpeed,
Length headway,
Length maxDistance,
Speed speedLimit,
Duration stepSize)
Compute the acceleration that would be used to follow a leader.
|
AccelerationStep |
AbstractGTUFollowingModelMobil.computeAccelerationStep(LaneBasedGTU gtu,
Speed leaderSpeed,
Length headway,
Length maxDistance,
Speed speedLimit,
Duration stepSize)
Compute the acceleration that would be used to follow a leader.
|
AccelerationStep |
GTUFollowingModelOld.computeAccelerationStep(Speed followerSpeed,
Speed leaderSpeed,
Length headway,
Speed speedLimit,
Time currentTime)
Compute the acceleration that would be used to follow a leader.
|
AccelerationStep |
AbstractGTUFollowingModelMobil.computeAccelerationStep(Speed followerSpeed,
Speed leaderSpeed,
Length headway,
Speed speedLimit,
Time currentTime)
Compute the acceleration that would be used to follow a leader.
|
AccelerationStep |
GTUFollowingModelOld.computeAccelerationStep(Speed followerSpeed,
Speed leaderSpeed,
Length headway,
Speed speedLimit,
Time currentTime,
Duration stepSize)
Compute the acceleration that would be used to follow a leader.
|
AccelerationStep |
AbstractGTUFollowingModelMobil.computeAccelerationStep(Speed followerSpeed,
Speed leaderSpeed,
Length headway,
Speed speedLimit,
Time currentTime,
Duration stepSize)
Compute the acceleration that would be used to follow a leader.
|
AccelerationStep |
GTUFollowingModelOld.computeAccelerationStepWithNoLeader(LaneBasedGTU gtu,
Length maxDistance,
Speed speedLimit)
Compute the acceleration that would be used if the is not leader in sight.
|
AccelerationStep |
AbstractGTUFollowingModelMobil.computeAccelerationStepWithNoLeader(LaneBasedGTU gtu,
Length maxDistance,
Speed speedLimit)
Compute the acceleration that would be used if the is not leader in sight.
|
AccelerationStep |
GTUFollowingModelOld.computeAccelerationStepWithNoLeader(LaneBasedGTU gtu,
Length maxDistance,
Speed speedLimit,
Duration stepSize)
Compute the acceleration that would be used if the is not leader in sight.
|
AccelerationStep |
AbstractGTUFollowingModelMobil.computeAccelerationStepWithNoLeader(LaneBasedGTU gtu,
Length maxDistance,
Speed speedLimit,
Duration stepSize)
Compute the acceleration that would be used if the is not leader in sight.
|
AccelerationStep |
DualAccelerationStep.getFollowerAccelerationStep()
Retrieve the AccelerationStep for the (new) follower GTU.
|
AccelerationStep |
DualAccelerationStep.getLeaderAccelerationStep()
Retrieve the AccelerationStep for the leader GTU.
|
Constructor and Description |
---|
DualAccelerationStep(AccelerationStep leaderAccelerationStep,
AccelerationStep followerAccelerationStep)
Create a new DualAccelerationStep.
|
Modifier and Type | Method and Description |
---|---|
AccelerationStep |
LaneMovementStep.getGfmr() |
Constructor and Description |
---|
LaneMovementStep(AccelerationStep gfmr,
LateralDirectionality laneChange)
Construct a new LaneChangeModelResult.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.