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 TypeClassDescriptionclassInputOutputExperiment<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 ReplaceTaskModifier and TypeClassDescriptionclassDebugDependentProcessor<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. -
Uses of ReplaceTask in org.anchoranalysis.plugin.mpp.bean.convert
Classes in org.anchoranalysis.plugin.mpp.bean.convert that implement ReplaceTaskModifier and TypeClassDescriptionclassConvertNamedChannels<T extends NamedChannelsInput,S, U extends InputFromManager> ConvertsNamedChannelsInputto a variety of others to match a delegate task.