Uses of Class
org.anchoranalysis.io.input.bean.InputManager
Packages that use InputManager
Package
Description
Beans related to reading / writing / specifying annotations.
Generic experiments that handle input and output in structured ways.
Interfaces for replacing attributes of an experiment: input, output, task etc.
Bean classes for reading raster-files from the filesystem.
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 InputManager in org.anchoranalysis.annotation.io.bean
Subclasses of InputManager in org.anchoranalysis.annotation.io.beanModifier and TypeClassDescriptionclassAnnotationInputManager<T extends ProvidesStackInput,S extends AnnotatorStrategy> AnInputManagerthat provides annotations corresponding to images.Methods in org.anchoranalysis.annotation.io.bean that return InputManagerMethods in org.anchoranalysis.annotation.io.bean with parameters of type InputManagerModifier and TypeMethodDescriptionvoidAnnotationInputManager.setInput(InputManager<T> input) The inputs to be annotated. -
Uses of InputManager in org.anchoranalysis.experiment.bean.io
Methods in org.anchoranalysis.experiment.bean.io that return InputManagerModifier and TypeMethodDescriptionInputOutputExperiment.getInput()The input-manager to specify where/which/how necessary inputs for the experiment occur.Methods in org.anchoranalysis.experiment.bean.io with parameters of type InputManagerModifier and TypeMethodDescriptionvoidInputOutputExperiment.replaceInputManager(InputManager<T> inputManager) voidInputOutputExperiment.setInput(InputManager<T> input) The input-manager to specify where/which/how necessary inputs for the experiment occur. -
Uses of InputManager in org.anchoranalysis.experiment.io
Methods in org.anchoranalysis.experiment.io with parameters of type InputManagerModifier and TypeMethodDescriptionvoidReplaceInputManager.replaceInputManager(InputManager<T> inputManager) Replace the existing @{link InputManager} associated with this class. -
Uses of InputManager in org.anchoranalysis.image.io.bean.stack.reader
Subclasses of InputManager in org.anchoranalysis.image.io.bean.stack.readerModifier and TypeClassDescriptionclassInputManagerWithStackReader<T extends InputFromManager>Extends anInputManagerto add aStackReaderbean property. -
Uses of InputManager in org.anchoranalysis.io.input.bean
Subclasses of InputManager in org.anchoranalysis.io.input.beanModifier and TypeClassDescriptionclassInputManagerUnary<T extends InputFromManager>Base class for anInputManagerthat delegates to anotherInputManagerwith the same input-type.Methods in org.anchoranalysis.io.input.bean that return InputManagerModifier and TypeMethodDescriptionInputManagerUnary.getInput()The delegate input-manager which will be circumstantially called by the current input-manager.Methods in org.anchoranalysis.io.input.bean with parameters of type InputManagerModifier and TypeMethodDescriptionvoidInputManagerUnary.setInput(InputManager<T> input) The delegate input-manager which will be circumstantially called by the current input-manager. -
Uses of InputManager in org.anchoranalysis.mpp.io.bean.input
Subclasses of InputManager in org.anchoranalysis.mpp.io.bean.inputModifier and TypeClassDescriptionclassManages input forMultiInputobjects, combining various input sources.Methods in org.anchoranalysis.mpp.io.bean.input that return InputManagerModifier and TypeMethodDescriptionInputManager<? extends ProvidesStackInput> MultiInputManager.getInput()The input manager for the main stack.Methods in org.anchoranalysis.mpp.io.bean.input with parameters of type InputManagerModifier and TypeMethodDescriptionvoidMultiInputManager.setInput(InputManager<? extends ProvidesStackInput> input) The input manager for the main stack.Constructors in org.anchoranalysis.mpp.io.bean.input with parameters of type InputManagerModifierConstructorDescriptionMultiInputManager(String inputName, InputManager<? extends ProvidesStackInput> input) Creates a newMultiInputManagerwith specified input name and input manager. -
Uses of InputManager in org.anchoranalysis.plugin.annotation.bean.comparison
Subclasses of InputManager in org.anchoranalysis.plugin.annotation.bean.comparisonModifier and TypeClassDescriptionclassAnnotationComparisonInputManager<T extends InputFromManager>An input manager for annotation comparison that extendsInputManagerWithStackReader.Methods in org.anchoranalysis.plugin.annotation.bean.comparison that return InputManagerModifier and TypeMethodDescriptionAnnotationComparisonInputManager.getInput()The input manager for the base input type T.Methods in org.anchoranalysis.plugin.annotation.bean.comparison with parameters of type InputManagerModifier and TypeMethodDescriptionvoidAnnotationComparisonInputManager.setInput(InputManager<T> input) The input manager for the base input type T. -
Uses of InputManager in org.anchoranalysis.plugin.io.bean.file.group
Subclasses of InputManager in org.anchoranalysis.plugin.io.bean.file.groupModifier and TypeClassDescriptionclassAnInputManagerWithStackReaderthat can unify separate images in separate files to form a singleStack. -
Uses of InputManager in org.anchoranalysis.plugin.io.bean.input
Subclasses of InputManager in org.anchoranalysis.plugin.io.bean.inputModifier and TypeClassDescriptionclassBranchIfDebug<T extends InputFromManager>Uses one input-manager normally, but a different one if in debug mode.classConcatenate<T extends InputFromManager>Concatenates the inputs from multipleInputManagers that all provide the same input-type.classExclude<T extends InputFromManager>Excludes all inputs whose identifiers match a regular expression.classLimit<T extends InputFromManager>Limits the number of input-objects to a certain hard-maximumclassLimitIfRequested<T extends InputFromManager>LikeLimitif it is requested in theInputContextParameters, makes no change to the inputs.classShuffle<T extends InputFromManager>Randomly shuffles the order of the inputs.classShuffleIfRequested<T extends InputFromManager>LikeShuffleif requested in theInputContextParametersotherwise makes no change to the inputs.classSortAlphabetically<T extends InputFromManager>Sorts the input-items in alphabetical order of their input-name.Methods in org.anchoranalysis.plugin.io.bean.input that return InputManagerModifier and TypeMethodDescriptionBranchIfDebug.getInputDebug()If defined, this provides an input to the manager when in debug-mode, rather than than otherwiseinputs.Methods in org.anchoranalysis.plugin.io.bean.input that return types with arguments of type InputManagerModifier and TypeMethodDescriptionConcatenate.getList()The list ofInputManagers that will be concatenated.Methods in org.anchoranalysis.plugin.io.bean.input with parameters of type InputManagerModifier and TypeMethodDescriptionvoidBranchIfDebug.setInputDebug(InputManager<T> inputDebug) If defined, this provides an input to the manager when in debug-mode, rather than than otherwiseinputs.Method parameters in org.anchoranalysis.plugin.io.bean.input with type arguments of type InputManagerModifier and TypeMethodDescriptionvoidConcatenate.setList(List<InputManager<T>> list) The list ofInputManagers that will be concatenated. -
Uses of InputManager in org.anchoranalysis.plugin.io.bean.input.channel
Subclasses of InputManager in org.anchoranalysis.plugin.io.bean.input.channelModifier and TypeClassDescriptionclassAn image viewed as a set of channels, each with a unique name.classclassParent for all theNamedChannelsclassesMethods in org.anchoranalysis.plugin.io.bean.input.channel that return InputManagerMethods in org.anchoranalysis.plugin.io.bean.input.channel with parameters of type InputManagerModifier and TypeMethodDescriptionvoidNamedChannels.setFileInput(InputManager<FileInput> fileInput) voidNamedChannelsAppend.setInput(InputManager<NamedChannelsInputPart> input) -
Uses of InputManager in org.anchoranalysis.plugin.io.bean.input.files
Subclasses of InputManager in org.anchoranalysis.plugin.io.bean.input.filesModifier and TypeClassDescriptionclassImplementation ofNamedFilesBasethat is anInputManagerthat acceptsFileInputas input and derives a name.classNamedFilesBase<T extends InputFromManager>Base class for anInputManagerthat produces inputs that are created from aNamedFile.class -
Uses of InputManager in org.anchoranalysis.plugin.io.bean.input.filter
Subclasses of InputManager in org.anchoranalysis.plugin.io.bean.input.filterModifier and TypeClassDescriptionclassFilterCSVColumn<T extends InputFromManager>Finds a CSV file with the names of an input as the first-column.classFilterDescriptiveName<T extends InputFromManager>Filters all the input objects for only those with certain types of descriptive-names.classFilterIfDebug<T extends InputFromManager>Filters a list of inputs when in debug-mode -
Uses of InputManager in org.anchoranalysis.plugin.io.bean.input.stack
Subclasses of InputManager in org.anchoranalysis.plugin.io.bean.input.stackModifier and TypeClassDescriptionclassManager that converts (one channel)NamedChannelsInputtoStackSequenceInput.classAnInputManagerwhere each file provides one or moreStacks.Methods in org.anchoranalysis.plugin.io.bean.input.stack that return InputManagerMethods in org.anchoranalysis.plugin.io.bean.input.stack with parameters of type InputManagerModifier and TypeMethodDescriptionvoidStacks.setFileInput(InputManager<FileInput> fileInput) voidConvertNamedChannelsToStack.setInput(InputManager<NamedChannelsInput> input) Constructors in org.anchoranalysis.plugin.io.bean.input.stack with parameters of type InputManager