Uses of Interface
org.anchoranalysis.experiment.io.ReplaceOutputManager
Packages that use ReplaceOutputManager
Package
Description
Generic experiments that handle input and output in structured ways.
-
Uses of ReplaceOutputManager in org.anchoranalysis.experiment.bean.io
Classes in org.anchoranalysis.experiment.bean.io that implement ReplaceOutputManagerModifier and TypeClassDescriptionclass
InputOutputExperiment<T extends InputFromManager,
S> An experiment that uses both anInputManager
to specify inputs and aOutputManager
to specify outputting.