Interface ReplaceTask<T extends InputFromManager,S>

Type Parameters:
T - input-object type
S - shared-state for job
All Known Implementing Classes:
ConvertNamedChannels, DebugDependentProcessor, InputOutputExperiment, JobProcessor, ParallelProcessor, SequentialProcessor

public interface ReplaceTask<T extends InputFromManager,S>
Indicates and provides a mechanism that the Task can be replaced.
Author:
Owen Feehan
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    replaceTask(Task<T,S> taskToReplace)
    Replace the currently-assigned Task with another.