Uses of Class
org.anchoranalysis.io.input.bean.InputManager
| Package | Description |
|---|---|
| org.anchoranalysis.io.input.bean |
Beans related to collecting inputs from the file-system for an experiment.
|
-
Uses of InputManager in org.anchoranalysis.io.input.bean
Subclasses of InputManager in org.anchoranalysis.io.input.bean Modifier and Type Class Description classInputManagerUnary<T extends InputFromManager>Base class for anInputManagerthat delegates to anotherInputManagerwith the same input-type.Methods in org.anchoranalysis.io.input.bean that return InputManager Modifier and Type Method Description InputManager<T>InputManagerUnary. getInput()The delegate input-manager which will be circumstantially called by the current input-manager.Methods in org.anchoranalysis.io.input.bean with parameters of type InputManager Modifier and Type Method Description voidInputManagerUnary. setInput(InputManager<T> input)The delegate input-manager which will be circumstantially called by the current input-manager.