Uses of Class
org.anchoranalysis.experiment.bean.Experiment
| Package | Description |
|---|---|
| org.anchoranalysis.experiment.bean.io |
Generic experiments that handle input and output in structured ways.
|
-
Uses of Experiment in org.anchoranalysis.experiment.bean.io
Subclasses of Experiment in org.anchoranalysis.experiment.bean.io Modifier and Type Class Description classInputOutputExperiment<T extends InputFromManager,S>An experiment that uses both anInputManagerto specify inputs and aOutputManagerto specify outputting.classOutputExperimentAnExperimentthat produces output files, as defined by aOutputManager.