Uses of Interface
org.anchoranalysis.experiment.io.ReplaceTask
Packages that use ReplaceTask
Package
Description
Generic experiments that handle input and output in structured ways.
How a task is executed on multiple inputs.
Converting from
NamedChannelsInput
to the
input-type expected by a Task
.-
Uses of ReplaceTask in org.anchoranalysis.experiment.bean.io
Classes in org.anchoranalysis.experiment.bean.io that implement ReplaceTaskModifier and TypeClassDescriptionclass
InputOutputExperiment<T extends InputFromManager,
S> An experiment that uses both anInputManager
to specify inputs and aOutputManager
to specify outputting. -
Uses of ReplaceTask in org.anchoranalysis.experiment.bean.processor
Classes in org.anchoranalysis.experiment.bean.processor that implement ReplaceTaskModifier and TypeClassDescriptionclass
DebugDependentProcessor<T extends InputFromManager,
S> Executes different processors depending on whether we are in debug mode or not.class
JobProcessor<T extends InputFromManager,
S> Base class for a method to apply a task on inputs.class
ParallelProcessor<T extends InputFromManager,
S> Executes jobs in parallel across cores on the system.class
SequentialProcessor<T extends InputFromManager,
S> Executes jobs sequentially, without any parallelism. -
Uses of ReplaceTask in org.anchoranalysis.plugin.mpp.bean.convert
Classes in org.anchoranalysis.plugin.mpp.bean.convert that implement ReplaceTaskModifier and TypeClassDescriptionclass
ConvertNamedChannels<T extends NamedChannelsInput,
S, U extends InputFromManager> ConvertsNamedChannelsInput
to a variety of others to match a delegate task.