Class ParallelBlackboardInteractingJob<BlackboardType extends Blackboard<?>>

    • Constructor Detail

      • ParallelBlackboardInteractingJob

        public ParallelBlackboardInteractingJob()
        Initialize a parallel job interacting with a blackboard and containing a number of child jobs with a thread pool size equal to the number of CPU cores.
      • ParallelBlackboardInteractingJob

        public ParallelBlackboardInteractingJob​(int threadPoolSize)
        Initialize a parallel job with the given thread pool size to be used for job execution.
        Parameters:
        threadPoolSize - The amount of threads to be used to execute jobs