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 |
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 |
AbstractGTUFollowingModelMobil.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,
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 |
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 |
GTUFollowingModelOld.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.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,
Duration stepSize) |
Compute the acceleration that would be used if the is not leader in sight.
|
AccelerationStep |
GTUFollowingModelOld.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 |
DualAccelerationStep.getFollowerAccelerationStep() |
Retrieve the AccelerationStep for the (new) follower GTU.
|
AccelerationStep |
DualAccelerationStep.getLeaderAccelerationStep() |
Retrieve the AccelerationStep for the leader GTU.
|