Package org.opentrafficsim.road.network.lane.conflict
Contains classes describing intersection conflicts.
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Sep 7, 2016
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Interface Summary Interface Description ConflictBuilder.WidthGenerator Generator for width.ConflictRule A conflict rule provides the conflict priority. -
Class Summary Class Description BusStopConflictRule Conflict rule for conflicts where busses enter the lane after a stop.Conflict Conflicts deal with traffic on different links/roads that need to consider each other as their paths may be in conflict spatially.ConflictBuilder Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.ConflictBuilder.FixedWidthGenerator Generator with fixed width.ConflictBuilder.RelativeWidthGenerator Generator with width factor on actual lane width.DefaultConflictRule Default determination of priority based on link priority, or right-hand traffic.LaneCombinationList Contains lane combinations that should be treated differently.SplitConflictRule Conflict rule for split conflicts. -
Enum Summary Enum Description ConflictPriority Priority of conflict.ConflictType Type of conflict.