Uses of Class
org.anchoranalysis.io.input.bean.InputManagerParameters
Packages that use InputManagerParameters
Package
Description
Beans related to reading / writing / specifying annotations.
Beans related to collecting inputs from the file-system for an experiment.
Methods to provide a collection of
File
s.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.
FilesProvider
s for providing annotations.Grouping files together so that they collectively represent a single entity.
Implementations of
FilesProvider
.Implementations of
InputManager
.InputManager
s that accept a set of
named-channels.InputManager
s that accept a set of named-files.Implementations of
FilesProvider
.Implementations of
InputManager
that filter inputs.Implementations of
InputManager
that process Stack
s.-
Uses of InputManagerParameters in org.anchoranalysis.annotation.io.bean
Methods in org.anchoranalysis.annotation.io.bean with parameters of type InputManagerParametersModifier and TypeMethodDescriptionAnnotationInputManager.inputs
(InputManagerParameters parameters) -
Uses of InputManagerParameters in org.anchoranalysis.io.input.bean
Methods in org.anchoranalysis.io.input.bean with parameters of type InputManagerParametersModifier 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. -
Uses of InputManagerParameters in org.anchoranalysis.io.input.bean.files
Methods in org.anchoranalysis.io.input.bean.files with parameters of type InputManagerParametersModifier and TypeMethodDescriptionFilesProvider.create
(InputManagerParameters parameters) Creates or provides a list of files.FilesProviderUnary.create
(InputManagerParameters parameters) FilesProviderWithDirectory.create
(InputManagerParameters parameters) SpecificPathList.create
(InputManagerParameters parameters) FilesProviderWithDirectory.matchingFilesForDirectory
(Path directory, InputManagerParameters parameters) The matching files for this provider that exist in a particular directory.FilesProviderWithDirectoryUnary.matchingFilesForDirectory
(Path directory, InputManagerParameters parameters) SearchDirectory.matchingFilesForDirectory
(Path directory, InputManagerParameters parameters) SingleFile.matchingFilesForDirectory
(Path directory, InputManagerParameters parameters) -
Uses of InputManagerParameters in org.anchoranalysis.mpp.io.bean.input
Methods in org.anchoranalysis.mpp.io.bean.input with parameters of type InputManagerParameters -
Uses of InputManagerParameters in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison with parameters of type InputManagerParametersModifier and TypeMethodDescriptionAnnotationComparisonInputManager.inputs
(InputManagerParameters parameters) -
Uses of InputManagerParameters in org.anchoranalysis.plugin.annotation.bean.file
Methods in org.anchoranalysis.plugin.annotation.bean.file with parameters of type InputManagerParameters -
Uses of InputManagerParameters in org.anchoranalysis.plugin.io.bean.file.group
Methods in org.anchoranalysis.plugin.io.bean.file.group with parameters of type InputManagerParameters -
Uses of InputManagerParameters in org.anchoranalysis.plugin.io.bean.file.provider
Methods in org.anchoranalysis.plugin.io.bean.file.provider with parameters of type InputManagerParametersModifier and TypeMethodDescriptionCombine.create
(InputManagerParameters parameters) Rooted.create
(InputManagerParameters parameters) FileSetFromStringSet.matchingFilesForDirectory
(Path directory, InputManagerParameters parameters) -
Uses of InputManagerParameters in org.anchoranalysis.plugin.io.bean.input
Methods in org.anchoranalysis.plugin.io.bean.input with parameters of type InputManagerParametersModifier 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) -
Uses of InputManagerParameters in org.anchoranalysis.plugin.io.bean.input.channel
Methods in org.anchoranalysis.plugin.io.bean.input.channel with parameters of type InputManagerParametersModifier and TypeMethodDescriptionNamedChannels.inputs
(InputManagerParameters parameters) NamedChannelsAppend.inputs
(InputManagerParameters parameters) -
Uses of InputManagerParameters in org.anchoranalysis.plugin.io.bean.input.files
Methods in org.anchoranalysis.plugin.io.bean.input.files with parameters of type InputManagerParametersModifier and TypeMethodDescriptionprotected InputsWithDirectory
<T> NamedFilesBase.createInputsFromFiles
(FilesProvider files, InputManagerParameters parameters, Function<NamedFile, T> mapToInput) Creates a list of inputs from aFilesProvider
which together with thenamer
can create the inputs.NamedFiles.inputs
(InputManagerParameters parameters) NamedFilesWithDirectory.inputs
(InputManagerParameters parameters) -
Uses of InputManagerParameters in org.anchoranalysis.plugin.io.bean.input.files.provider
Methods in org.anchoranalysis.plugin.io.bean.input.files.provider with parameters of type InputManagerParametersModifier and TypeMethodDescriptionDirectoryDepth.matchingFilesForDirectory
(Path directory, InputManagerParameters parameters) -
Uses of InputManagerParameters in org.anchoranalysis.plugin.io.bean.input.filter
Methods in org.anchoranalysis.plugin.io.bean.input.filter with parameters of type InputManagerParametersModifier 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 InputManagerParameters in org.anchoranalysis.plugin.io.bean.input.stack
Methods in org.anchoranalysis.plugin.io.bean.input.stack with parameters of type InputManagerParametersModifier and TypeMethodDescriptionConvertNamedChannelsToStack.inputs
(InputManagerParameters parameters) Stacks.inputs
(InputManagerParameters parameters)