Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.directedlanechange.DirectedLaneMovementStep
-
Packages that use DirectedLaneMovementStep Package Description org.opentrafficsim.road.gtu.lane.tactical.directedlanechange 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 DirectedLaneMovementStep Modifier and Type Method Description 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.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.DirectedLaneMovementStep
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.
-