Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.directedlanechange.DirectedLaneMovementStep
Packages that use DirectedLaneMovementStep
Package
Description
Classes that deal with lane changing models.
-
Uses of DirectedLaneMovementStep in org.opentrafficsim.road.gtu.lane.tactical.directedlanechange
Methods in org.opentrafficsim.road.gtu.lane.tactical.directedlanechange that return DirectedLaneMovementStepModifier and TypeMethodDescriptionfinal DirectedLaneMovementStep
AbstractDirectedLaneChangeModel.computeLaneChangeAndAcceleration
(LaneBasedGtu gtu, LateralDirectionality direction, Collection<Headway> sameLaneGTUs, Collection<Headway> otherLaneGTUs, Length maxDistance, Speed speedLimit, Acceleration otherLaneRouteIncentive, Acceleration laneChangeThreshold, Duration laneChangeTime) Compute the acceleration and lane change.final DirectedLaneMovementStep
DirectedFixedLaneChangeModel.computeLaneChangeAndAcceleration
(LaneBasedGtu gtu, LateralDirectionality direction, Collection<Headway> sameLaneTraffic, Collection<Headway> otherLaneTraffic, Length maxDistance, Speed speedLimit, Acceleration otherLaneRouteIncentive, Acceleration laneChangeThreshold, Duration laneChangeTime) Compute the acceleration and lane change.DirectedLaneChangeModel.computeLaneChangeAndAcceleration
(LaneBasedGtu gtu, LateralDirectionality direction, Collection<Headway> sameLaneTraffic, Collection<Headway> otherLaneTraffic, Length maxDistance, Speed speedLimit, Acceleration otherLaneRouteIncentive, Acceleration laneChangeThreshold, Duration laneChangeTime) Compute the acceleration and lane change.