Uses of Class
org.anchoranalysis.io.input.file.FileInput
Packages that use FileInput
Package
Description
Source of rows in feature-tables with
FeatureSource
and derived classes.InputManager
s that accept a set of
named-channels.InputManager
s that accept a set of named-files.Implementations of
InputManager
that process Stack
s.Implementations of
Task
related to file-system
I/O.-
Uses of FileInput in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source with parameters of type FileInputModifier and TypeMethodDescriptionFromHistogram.additionalLabelsFor
(FileInput input) protected ResultsVectorWithThumbnail
FromHistogram.calculateResultsForInput
(FileInput input, FeatureCalculationContext<FeatureList<FeatureInputHistogram>> context) -
Uses of FileInput in org.anchoranalysis.plugin.io.bean.input.channel
Methods in org.anchoranalysis.plugin.io.bean.input.channel that return types with arguments of type FileInputMethod parameters in org.anchoranalysis.plugin.io.bean.input.channel with type arguments of type FileInputModifier and TypeMethodDescriptionvoid
NamedChannels.setFileInput
(InputManager<FileInput> fileInput) -
Uses of FileInput in org.anchoranalysis.plugin.io.bean.input.files
Methods in org.anchoranalysis.plugin.io.bean.input.files that return types with arguments of type FileInput -
Uses of FileInput in org.anchoranalysis.plugin.io.bean.input.stack
Methods in org.anchoranalysis.plugin.io.bean.input.stack that return types with arguments of type FileInputMethod parameters in org.anchoranalysis.plugin.io.bean.input.stack with type arguments of type FileInputConstructor parameters in org.anchoranalysis.plugin.io.bean.input.stack with type arguments of type FileInput -
Uses of FileInput in org.anchoranalysis.plugin.io.bean.task
Method parameters in org.anchoranalysis.plugin.io.bean.task with type arguments of type FileInputModifier and TypeMethodDescriptionCombineCSV.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<FileInput> inputs, ParametersExperiment parameters) void
CombineCSV.doJobOnInput
(InputBound<FileInput, CSVWriter> parameters)