Uses of Interface
org.anchoranalysis.io.input.InputFromManager
Packages that use InputFromManager
Package
Description
Classes relating to creating inputs for an experiment / task.
Beans related to collecting inputs from the file-system for an experiment.
Non-bean classes that relate to using files during inputting.
-
Uses of InputFromManager in org.anchoranalysis.io.input
Classes in org.anchoranalysis.io.input with type parameters of type InputFromManagerModifier and TypeClassDescriptionclassInputFromManagerDelegate<T extends InputFromManager>A base class forInputFromManager-implementing classes that delegate to another.classInputsWithDirectory<T extends InputFromManager>All inputs for an experiment, together with any parent directory which is specified as a parent for these inputs.Classes in org.anchoranalysis.io.input that implement InputFromManagerModifier and TypeClassDescriptionclassInputFromManagerDelegate<T extends InputFromManager>A base class forInputFromManager-implementing classes that delegate to another.Methods in org.anchoranalysis.io.input with type parameters of type InputFromManagerModifier and TypeMethodDescription<S extends InputFromManager>
InputsWithDirectory<S> Creates a newInputsWithDirectorywhich is the result of mapping the existing inputs.<S extends InputFromManager, E extends Exception>
InputsWithDirectory<S> InputsWithDirectory.map(CheckedFunction<T, S, E> mapFunction, Class<? extends E> throwableClass) Creates a newInputsWithDirectorywhich is the result of mapping the existing inputs.<S extends InputFromManager>
InputsWithDirectory<S> InputsWithDirectory.withInputs(List<S> inputsToAssign) Changes the inputs, but preserves the directory. -
Uses of InputFromManager in org.anchoranalysis.io.input.bean
Classes in org.anchoranalysis.io.input.bean with type parameters of type InputFromManagerModifier and TypeClassDescriptionclassInputManager<T extends InputFromManager>Base class for describing the inputs.classInputManagerUnary<T extends InputFromManager>Base class for anInputManagerthat delegates to anotherInputManagerwith the same input-type. -
Uses of InputFromManager in org.anchoranalysis.io.input.file
Classes in org.anchoranalysis.io.input.file that implement InputFromManagerModifier and TypeClassDescriptionclassAn input pertaining to a single file on the file-system.classAn input pertaining to a single file on the file-system - and a directory in which it resides.classA base class for inputs that refer to a single file.