| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.lane.tactical.util | 
 Static methods for composition in tactical planners. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Acceleration | 
ConflictUtil.approachConflicts(Parameters parameters,
                 PerceptionCollectable<HeadwayConflict,Conflict> conflicts,
                 PerceptionCollectable<HeadwayGTU,LaneBasedGTU> leaders,
                 CarFollowingModel carFollowingModel,
                 Length vehicleLength,
                 Length vehicleWidth,
                 Speed speed,
                 Acceleration acceleration,
                 SpeedLimitInfo speedLimitInfo,
                 ConflictUtil.ConflictPlans conflictPlans,
                 LaneBasedGTU gtu)
Approach conflicts by applying appropriate acceleration (or deceleration). 
 | 
static boolean | 
ConflictUtil.stopForAllStopConflict(HeadwayConflict conflict,
                      ConflictUtil.ConflictPlans conflictPlans)
Approach an all-stop conflict. 
 | 
static boolean | 
ConflictUtil.stopForPriorityConflict(HeadwayConflict conflict,
                       PerceptionCollectable<HeadwayGTU,LaneBasedGTU> leaders,
                       Speed speed,
                       Length vehicleLength,
                       Parameters parameters,
                       ConflictUtil.ConflictPlans yieldPlans)
Approach a priority conflict. 
 | 
Copyright © 2014–2019 Delft University of Technology. All rights reserved.