Class SplitConflictRule
java.lang.Object
org.opentrafficsim.road.network.lane.conflict.SplitConflictRule
- All Implemented Interfaces:
 ConflictRule
public class SplitConflictRule extends java.lang.Object implements ConflictRule
Conflict rule for split conflicts.
 
 Copyright (c) 2013-2020 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 27 jan. 2017 
 - Author:
 - Alexander Verbraeck, Peter Knoppers, Wouter Schakel
 
- 
Constructor Summary
Constructors Constructor Description SplitConflictRule() - 
Method Summary
Modifier and Type Method Description ConflictRuleclone(SimulatorInterface.TimeDoubleUnit newSimulator)Creates a clone of the conflict rule.ConflictPrioritydeterminePriority(Conflict conflict)Determines the priority for the given conflict. 
- 
Constructor Details
- 
SplitConflictRule
public SplitConflictRule() 
 - 
 - 
Method Details
- 
determinePriority
Determines the priority for the given conflict.- Specified by:
 determinePriorityin interfaceConflictRule- Parameters:
 conflict- Conflict; conflict- Returns:
 - priority for the given conflict
 
 - 
clone
Creates a clone of the conflict rule.- Specified by:
 clonein interfaceConflictRule- Parameters:
 newSimulator- SimulatorInterface.TimeDoubleUnit; new simulator- Returns:
 - clone of the conflict rule
 
 
 -