Uses of Interface
org.anchoranalysis.io.input.InputFromManager
| Package | Description |
|---|---|
| org.anchoranalysis.io.input |
Classes relating to creating inputs for an experiment / task.
|
| org.anchoranalysis.io.input.bean |
Beans related to collecting inputs from the file-system for an experiment.
|
| org.anchoranalysis.io.input.file |
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 InputFromManager Modifier and Type Class Description classInputFromManagerDelegate<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 InputFromManager Modifier and Type Class Description classInputFromManagerDelegate<T extends InputFromManager>A base class forInputFromManager-implementing classes that delegate to another.Methods in org.anchoranalysis.io.input with type parameters of type InputFromManager Modifier and Type Method Description <S extends InputFromManager>
InputsWithDirectory<S>InputsWithDirectory. map(Function<T,S> mapFunction)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 InputFromManager Modifier and Type Class Description classInputManager<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 InputFromManager Modifier and Type Class Description classFileInputAn input pertaining to a single file on the file-system.classFileWithDirectoryInputAn input pertaining to a single file on the file-system - and a directory in which it resides.classSingleFileInputBaseA base class for inputs that refer to a single file.