Uses of Class
org.anchoranalysis.io.input.InputsWithDirectory
Packages that use InputsWithDirectory
Package
Description
Classes relating to creating inputs for an experiment / task.
Beans related to collecting inputs from the file-system for an experiment.
-
Uses of InputsWithDirectory in org.anchoranalysis.io.input
Methods in org.anchoranalysis.io.input that return InputsWithDirectoryModifier 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 InputsWithDirectory in org.anchoranalysis.io.input.bean
Methods in org.anchoranalysis.io.input.bean that return InputsWithDirectoryModifier and TypeMethodDescriptionabstract InputsWithDirectory<T> InputManager.inputs(InputManagerParameters parameters) Creates a list of inputs given particular parameters.InputManagerUnary.inputs(InputManagerParameters parameters) protected abstract InputsWithDirectory<T> InputManagerUnary.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) Calculates the inputs to return given the inputs from the delegate.Methods in org.anchoranalysis.io.input.bean with parameters of type InputsWithDirectoryModifier and TypeMethodDescriptionprotected abstract InputsWithDirectory<T> InputManagerUnary.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) Calculates the inputs to return given the inputs from the delegate.