Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.following.AccelerationStep
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.
|
-
Uses of AccelerationStep in org.opentrafficsim.road.gtu.lane.tactical.directedlanechange
Methods in org.opentrafficsim.road.gtu.lane.tactical.directedlanechange that return AccelerationStep Modifier and Type Method Description AccelerationStep
DirectedLaneMovementStep. getGfmr()
Constructors in org.opentrafficsim.road.gtu.lane.tactical.directedlanechange with parameters of type AccelerationStep Constructor Description DirectedLaneMovementStep(AccelerationStep accelerationStep, LateralDirectionality direction)
Construct a new LaneChangeModelResult. -
Uses of AccelerationStep in org.opentrafficsim.road.gtu.lane.tactical.following
Methods in org.opentrafficsim.road.gtu.lane.tactical.following that return AccelerationStep Modifier and Type Method Description 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.Constructors in org.opentrafficsim.road.gtu.lane.tactical.following with parameters of type AccelerationStep Constructor Description DualAccelerationStep(AccelerationStep leaderAccelerationStep, AccelerationStep followerAccelerationStep)
Create a new DualAccelerationStep. -
Uses of AccelerationStep in org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil
Methods in org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil that return AccelerationStep Modifier and Type Method Description AccelerationStep
LaneMovementStep. getGfmr()
Constructors in org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil with parameters of type AccelerationStep Constructor Description LaneMovementStep(AccelerationStep gfmr, LateralDirectionality laneChange)
Construct a new LaneChangeModelResult.