Class ConflictBuilder.CbrTaskSmall
java.lang.Object
org.opentrafficsim.road.network.lane.conflict.ConflictBuilder.CbrTaskSmall
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ConflictBuilder
Small conflict builder task. A small task is finding all conflicts between two lanes.
 
 Copyright (c) 2023-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
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) final ConflictBuilder.ConflictBuilderRecordSmallSmall conflict builder record.(package private) final AtomicIntegerNumber of jobs to do.
- 
Constructor SummaryConstructorsConstructorDescriptionCbrTaskSmall(AtomicInteger nrOfJobs, ConflictBuilder.ConflictBuilderRecordSmall cbr) Constructor.
- 
Method Summary
- 
Field Details- 
cbrSmall conflict builder record.
- 
nrOfJobsNumber of jobs to do.
 
- 
- 
Constructor Details- 
CbrTaskSmallCbrTaskSmall(AtomicInteger nrOfJobs, ConflictBuilder.ConflictBuilderRecordSmall cbr) Constructor.- Parameters:
- nrOfJobs- AtomicInteger; number of jobs to do.
- cbr- ConflictBuilderRecordSmall; the record to execute.
 
 
- 
- 
Method Details