Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil.LaneMovementStep
-
Packages that use LaneMovementStep Package Description org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil Classes that deal with lane changing models. -
-
Uses of LaneMovementStep in org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil
Methods in org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil that return LaneMovementStep Modifier and Type Method Description LaneMovementStep
AbstractLaneChangeModel. computeLaneChangeAndAcceleration(LaneBasedGTU gtu, Collection<Headway> sameLaneGTUs, Collection<Headway> preferredLaneGTUs, Collection<Headway> nonPreferredLaneGTUs, Speed speedLimit, Acceleration preferredLaneRouteIncentive, Acceleration laneChangeThreshold, Acceleration nonPreferredLaneRouteIncentive)
Compute the acceleration and lane change.LaneMovementStep
FixedLaneChangeModel. computeLaneChangeAndAcceleration(LaneBasedGTU gtu, Collection<Headway> sameLaneTraffic, Collection<Headway> rightLaneTraffic, Collection<Headway> leftLaneTraffic, Speed speedLimit, Acceleration preferredLaneRouteIncentive, Acceleration laneChangeThreshold, Acceleration nonPreferredLaneRouteIncentive)
Compute the acceleration and lane change.LaneMovementStep
LaneChangeModel. computeLaneChangeAndAcceleration(LaneBasedGTU gtu, Collection<Headway> sameLaneTraffic, Collection<Headway> rightLaneTraffic, Collection<Headway> leftLaneTraffic, Speed speedLimit, Acceleration preferredLaneRouteIncentive, Acceleration laneChangeThreshold, Acceleration nonPreferredLaneRouteIncentive)
Compute the acceleration and lane change.
-