Interface ConflictRule
- All Known Implementing Classes:
BusStopConflictRule
,DefaultConflictRule
,SplitConflictRule
public interface ConflictRule
A conflict rule provides the conflict priority.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Method Summary
Modifier and TypeMethodDescriptiondeterminePriority
(Conflict conflict) Determines the priority for the given conflict.
-
Method Details
-
determinePriority
Determines the priority for the given conflict.- Parameters:
conflict
- Conflict; conflict- Returns:
- priority for the given conflict
-