Uses of Class
org.anchoranalysis.experiment.bean.Experiment
Packages that use Experiment
Package
Description
Beans related to executing an experiment by calling jobs on inputs.
Generic experiments that handle input and output in structured ways.
-
Uses of Experiment in org.anchoranalysis.experiment.bean
Subclasses with type arguments of type Experiment in org.anchoranalysis.experiment.beanModifier and TypeClassDescriptionclassA base class for a type of task that produces some kind of result of interest. -
Uses of Experiment in org.anchoranalysis.experiment.bean.io
Subclasses of Experiment in org.anchoranalysis.experiment.bean.ioModifier and TypeClassDescriptionclassInputOutputExperiment<T extends InputFromManager, S>An experiment that uses both anInputManagerto specify inputs and aOutputManagerto specify outputting.classAnExperimentthat produces output files, as defined by aOutputManager.