Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.tactical.directedlanechange |
Classes that deal with lane changing models.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
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.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.