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 AccelerationStepDirectedLaneMovementStep. 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 AccelerationStepAbstractGTUFollowingModelMobil. computeAccelerationStep(Speed followerSpeed, Speed leaderSpeed, Length headway, Speed speedLimit, Time currentTime)Compute the acceleration that would be used to follow a leader.AccelerationStepAbstractGTUFollowingModelMobil. computeAccelerationStep(Speed followerSpeed, Speed leaderSpeed, Length headway, Speed speedLimit, Time currentTime, Duration stepSize)Compute the acceleration that would be used to follow a leader.AccelerationStepAbstractGTUFollowingModelMobil. computeAccelerationStep(LaneBasedGTU gtu, Speed leaderSpeed, Length headway, Length maxDistance, Speed speedLimit)Compute the acceleration that would be used to follow a leader.AccelerationStepAbstractGTUFollowingModelMobil. computeAccelerationStep(LaneBasedGTU gtu, Speed leaderSpeed, Length headway, Length maxDistance, Speed speedLimit, Duration stepSize)Compute the acceleration that would be used to follow a leader.AccelerationStepGTUFollowingModelOld. computeAccelerationStep(Speed followerSpeed, Speed leaderSpeed, Length headway, Speed speedLimit, Time currentTime)Compute the acceleration that would be used to follow a leader.AccelerationStepGTUFollowingModelOld. computeAccelerationStep(Speed followerSpeed, Speed leaderSpeed, Length headway, Speed speedLimit, Time currentTime, Duration stepSize)Compute the acceleration that would be used to follow a leader.AccelerationStepGTUFollowingModelOld. computeAccelerationStep(LaneBasedGTU gtu, Speed leaderSpeed, Length headway, Length maxDistance, Speed speedLimit)Compute the acceleration that would be used to follow a leader.AccelerationStepGTUFollowingModelOld. computeAccelerationStep(LaneBasedGTU gtu, Speed leaderSpeed, Length headway, Length maxDistance, Speed speedLimit, Duration stepSize)Compute the acceleration that would be used to follow a leader.AccelerationStepAbstractGTUFollowingModelMobil. computeAccelerationStepWithNoLeader(LaneBasedGTU gtu, Length maxDistance, Speed speedLimit)Compute the acceleration that would be used if the is not leader in sight.AccelerationStepAbstractGTUFollowingModelMobil. computeAccelerationStepWithNoLeader(LaneBasedGTU gtu, Length maxDistance, Speed speedLimit, Duration stepSize)Compute the acceleration that would be used if the is not leader in sight.AccelerationStepGTUFollowingModelOld. computeAccelerationStepWithNoLeader(LaneBasedGTU gtu, Length maxDistance, Speed speedLimit)Compute the acceleration that would be used if the is not leader in sight.AccelerationStepGTUFollowingModelOld. computeAccelerationStepWithNoLeader(LaneBasedGTU gtu, Length maxDistance, Speed speedLimit, Duration stepSize)Compute the acceleration that would be used if the is not leader in sight.AccelerationStepDualAccelerationStep. getFollowerAccelerationStep()Retrieve the AccelerationStep for the (new) follower GTU.AccelerationStepDualAccelerationStep. 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 AccelerationStepLaneMovementStep. 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.