Class ConflictBuilderParallel.CbrTask
java.lang.Object
org.opentrafficsim.road.network.lane.conflict.ConflictBuilderParallel.CbrTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ConflictBuilderParallel
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ConflictBuilderParallel.ConflictBuilderRecord
(package private) final AtomicInteger
-
Constructor Summary
ConstructorsConstructorDescriptionCbrTask
(AtomicInteger nrOfJobs, ConflictBuilderParallel.ConflictBuilderRecord cbr) -
Method Summary
-
Field Details
-
cbr
-
nrOfJobs
-
-
Constructor Details
-
CbrTask
CbrTask(AtomicInteger nrOfJobs, ConflictBuilderParallel.ConflictBuilderRecord cbr) - Parameters:
nrOfJobs
- nrcbr
- the record to execute
-
-
Method Details