Uses of Class
org.anchoranalysis.io.input.bean.InputManager
Packages that use InputManager
Package
Description
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.beanModifier and TypeClassDescriptionclassInputManagerUnary<T extends InputFromManager>Base class for anInputManagerthat delegates to anotherInputManagerwith the same input-type.Subclasses with type arguments of type InputManager in org.anchoranalysis.io.input.beanModifier and TypeClassDescriptionclassInputManager<T extends InputFromManager>Base class for describing the inputs.Methods in org.anchoranalysis.io.input.bean that return InputManagerModifier and TypeMethodDescriptionInputManagerUnary.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 InputManagerModifier and TypeMethodDescriptionvoidInputManagerUnary.setInput(InputManager<T> input) The delegate input-manager which will be circumstantially called by the current input-manager.