Package org.anchoranalysis.experiment.bean.processor
How a task is executed on multiple inputs.
-
Class Summary Class Description DebugDependentProcessor<T extends InputFromManager,S> Executes different processors depending on whether we are in debug mode or not.JobProcessor<T extends InputFromManager,S> Base class for a method to apply a task on inputs.ParallelProcessor<T extends InputFromManager,S> Executes jobs in parallel across cores on the system.SequentialProcessor<T extends InputFromManager,S> Executes jobs sequentially, without any parallelism.