Uses of Class
org.anchoranalysis.experiment.bean.io.OutputExperiment
Packages that use OutputExperiment
Package
Description
Generic experiments that handle input and output in structured ways.
-
Uses of OutputExperiment in org.anchoranalysis.experiment.bean.io
Subclasses of OutputExperiment 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.