Uses of Interface
org.opentrafficsim.road.network.lane.changing.OvertakingConditions
| Package | Description |
|---|---|
| org.opentrafficsim.road.network.lane.changing |
Lane change possibility models.
|
-
Uses of OvertakingConditions in org.opentrafficsim.road.network.lane.changing
Classes in org.opentrafficsim.road.network.lane.changing that implement OvertakingConditions Modifier and Type Class Description static classOvertakingConditions.LeftAlwaysRightJamOvertaking on the left allowed for all GTUs, and overtaking on the right allowed when there is a traffic jam.static classOvertakingConditions.LeftAlwaysRightSpeedOvertaking on the left allowed for all GTUs, and overtaking on the right allowed under a given speed.static classOvertakingConditions.LeftAndRightOvertaking on both sides allowed.static classOvertakingConditions.LeftOnlyOvertaking on the left allowed for all GTUs.static classOvertakingConditions.LeftSetProvide a collection of GTUs that can overtake another collection of GTUs on the left side, but not vice versa.static classOvertakingConditions.LeftSetRightJamProvide a collection of GTUs that can overtake another collection of GTUs on the left side, but not vice versa.static classOvertakingConditions.LeftSetRightSpeedProvide a collection of GTUs that can overtake another collection of GTUs on the left side, but not vice versa.static classOvertakingConditions.NoneNo overtaking allowed.static classOvertakingConditions.RightAlwaysLeftJamOvertaking on the right allowed for all GTUs, and overtaking on the left allowed when there is a traffic jam.static classOvertakingConditions.RightAlwaysLeftSpeedOvertaking on the right allowed for all GTUs, and overtaking on the left allowed under a given speed.static classOvertakingConditions.RightOnlyOvertaking on the right allowed for all GTUs.static classOvertakingConditions.RightSetProvide a collection of GTUs that can overtake another collection of GTUs on the right side, but not vice versa.static classOvertakingConditions.RightSetLeftJamProvide a collection of GTUs that can overtake another collection of GTUs on the right side, but not vice versa.static classOvertakingConditions.RightSetLeftSpeedProvide a collection of GTUs that can overtake another collection of GTUs on the right side, but not vice versa.static classOvertakingConditions.SameLaneBothOvertaking on both sides allowed for all GTUs; they stay on the same lane (e.g., pedestrians).static classOvertakingConditions.SameLaneLeftOvertaking on the left allowed for all GTUs; they stay on the same lane (e.g., bicycles).static classOvertakingConditions.SameLaneRightOvertaking on the right allowed for all GTUs; they stay on the same lane (e.g., bicycles).