Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.lanechangemobil.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, java.util.Collection<Headway> sameLaneGTUs, java.util.Collection<Headway> preferredLaneGTUs, java.util.Collection<Headway> nonPreferredLaneGTUs, Speed speedLimit, Acceleration preferredLaneRouteIncentive, Acceleration laneChangeThreshold, Acceleration nonPreferredLaneRouteIncentive)
Compute the acceleration and lane change.LaneMovementStep
FixedLaneChangeModel. computeLaneChangeAndAcceleration(LaneBasedGTU gtu, java.util.Collection<Headway> sameLaneTraffic, java.util.Collection<Headway> rightLaneTraffic, java.util.Collection<Headway> leftLaneTraffic, Speed speedLimit, Acceleration preferredLaneRouteIncentive, Acceleration laneChangeThreshold, Acceleration nonPreferredLaneRouteIncentive)
Compute the acceleration and lane change.LaneMovementStep
LaneChangeModel. computeLaneChangeAndAcceleration(LaneBasedGTU gtu, java.util.Collection<Headway> sameLaneTraffic, java.util.Collection<Headway> rightLaneTraffic, java.util.Collection<Headway> leftLaneTraffic, Speed speedLimit, Acceleration preferredLaneRouteIncentive, Acceleration laneChangeThreshold, Acceleration nonPreferredLaneRouteIncentive)
Compute the acceleration and lane change.