Uses of Class
org.anchoranalysis.io.input.InputsWithDirectory
Packages that use InputsWithDirectory
Package
Description
Beans related to reading / writing / specifying annotations.
Classes relating to creating inputs for an experiment / task.
Beans related to collecting inputs from the file-system for an experiment.
Beans for reading data structures related to marked point processes from the file system.
Task to compare a set of annotations to a segmentation or another set of annotations.
Grouping files together so that they collectively represent a single entity.
Implementations of
InputManager.InputManagers that accept a set of
named-channels.InputManagers that accept a set of named-files.Implementations of
InputManager that filter inputs.Implementations of
InputManager that process Stacks.-
Uses of InputsWithDirectory in org.anchoranalysis.annotation.io.bean
Methods in org.anchoranalysis.annotation.io.bean that return InputsWithDirectoryModifier and TypeMethodDescriptionAnnotationInputManager.inputs(InputManagerParameters parameters) -
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. -
Uses of InputsWithDirectory in org.anchoranalysis.mpp.io.bean.input
Methods in org.anchoranalysis.mpp.io.bean.input that return InputsWithDirectory -
Uses of InputsWithDirectory in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison that return InputsWithDirectoryModifier and TypeMethodDescriptionAnnotationComparisonInputManager.inputs(InputManagerParameters parameters) -
Uses of InputsWithDirectory in org.anchoranalysis.plugin.io.bean.file.group
Methods in org.anchoranalysis.plugin.io.bean.file.group that return InputsWithDirectory -
Uses of InputsWithDirectory in org.anchoranalysis.plugin.io.bean.input
Methods in org.anchoranalysis.plugin.io.bean.input that return InputsWithDirectoryModifier and TypeMethodDescriptionConcatenate.inputs(InputManagerParameters parameters) protected InputsWithDirectory<T> BranchIfDebug.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> Exclude.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> Limit.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> LimitIfRequested.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> Shuffle.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> ShuffleIfRequested.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> SortAlphabetically.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) Methods in org.anchoranalysis.plugin.io.bean.input with parameters of type InputsWithDirectoryModifier and TypeMethodDescriptionprotected InputsWithDirectory<T> BranchIfDebug.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> Exclude.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> Limit.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> LimitIfRequested.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> Shuffle.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> ShuffleIfRequested.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> SortAlphabetically.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) -
Uses of InputsWithDirectory in org.anchoranalysis.plugin.io.bean.input.channel
Methods in org.anchoranalysis.plugin.io.bean.input.channel that return InputsWithDirectoryModifier and TypeMethodDescriptionNamedChannels.inputs(InputManagerParameters parameters) NamedChannelsAppend.inputs(InputManagerParameters parameters) -
Uses of InputsWithDirectory in org.anchoranalysis.plugin.io.bean.input.files
Methods in org.anchoranalysis.plugin.io.bean.input.files that return InputsWithDirectoryModifier and TypeMethodDescriptionprotected InputsWithDirectory<T> NamedFilesBase.createInputsFromFiles(FilesProvider files, InputManagerParameters parameters, Function<NamedFile, T> mapToInput) Creates a list of inputs from aFilesProviderwhich together with thenamercan create the inputs.NamedFiles.inputs(InputManagerParameters parameters) NamedFilesWithDirectory.inputs(InputManagerParameters parameters) -
Uses of InputsWithDirectory in org.anchoranalysis.plugin.io.bean.input.filter
Methods in org.anchoranalysis.plugin.io.bean.input.filter that return InputsWithDirectoryModifier and TypeMethodDescriptionprotected InputsWithDirectory<T> FilterCSVColumn.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> FilterDescriptiveName.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> FilterIfDebug.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) Methods in org.anchoranalysis.plugin.io.bean.input.filter with parameters of type InputsWithDirectoryModifier and TypeMethodDescriptionprotected InputsWithDirectory<T> FilterCSVColumn.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> FilterDescriptiveName.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) protected InputsWithDirectory<T> FilterIfDebug.inputsFromDelegate(InputsWithDirectory<T> fromDelegate, InputManagerParameters parameters) -
Uses of InputsWithDirectory in org.anchoranalysis.plugin.io.bean.input.stack
Methods in org.anchoranalysis.plugin.io.bean.input.stack that return InputsWithDirectoryModifier and TypeMethodDescriptionConvertNamedChannelsToStack.inputs(InputManagerParameters parameters) Stacks.inputs(InputManagerParameters parameters)