Uses of Interface
org.anchoranalysis.experiment.io.ReplaceTask
| Package | Description |
|---|---|
| org.anchoranalysis.experiment.bean.io |
Generic experiments that handle input and output in structured ways.
|
| org.anchoranalysis.experiment.bean.processor |
How a task is executed on multiple inputs.
|
-
Uses of ReplaceTask in org.anchoranalysis.experiment.bean.io
Classes in org.anchoranalysis.experiment.bean.io that implement ReplaceTask Modifier and Type Class Description classInputOutputExperiment<T extends InputFromManager,S>An experiment that uses both anInputManagerto specify inputs and aOutputManagerto specify outputting. -
Uses of ReplaceTask in org.anchoranalysis.experiment.bean.processor
Classes in org.anchoranalysis.experiment.bean.processor that implement ReplaceTask Modifier and Type Class Description classDebugDependentProcessor<T extends InputFromManager,S>Executes different processors depending on whether we are in debug mode or not.classJobProcessor<T extends InputFromManager,S>Base class for a method to apply a task on inputs.classParallelProcessor<T extends InputFromManager,S>Executes jobs in parallel across cores on the system.classSequentialProcessor<T extends InputFromManager,S>Executes jobs sequentially, without any parallelism.