Class InputOutputExperiment<T extends InputFromManager,​S>

Type Parameters:
T - input-object type
S - shared-state for job
All Implemented Interfaces:
AssociateXMLUponLoad, ReplaceInputManager<T>, ReplaceOutputManager, ReplaceTask<T,​S>

public class InputOutputExperiment<T extends InputFromManager,​S>
extends OutputExperiment
implements ReplaceInputManager<T>, ReplaceOutputManager, ReplaceTask<T,​S>
An experiment that uses both an InputManager to specify inputs and a OutputManager to specify outputting.

The following outputs are produced:

Output NameDefault?Description
"logExperiment"yesA textual log file for non-job-specific messages, one for the entire experiment.
"logJob"yesA textual log file for job-specific messages, one for each job.
Author:
Owen Feehan