Uses of Class
org.anchoranalysis.experiment.bean.Experiment
Packages that use Experiment
Package
Description
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.ioModifier and TypeClassDescriptionclass
InputOutputExperiment<T extends InputFromManager,
S> An experiment that uses both anInputManager
to specify inputs and aOutputManager
to specify outputting.class
AnExperiment
that produces output files, as defined by aOutputManager
.