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
.InputManager
s that accept a set of
named-channels.InputManager
s that accept a set of named-files.Implementations of
InputManager
that filter inputs.Implementations of
InputManager
that process Stack
s.-
Uses of InputManager in org.anchoranalysis.annotation.io.bean
Subclasses of InputManager in org.anchoranalysis.annotation.io.beanModifier and TypeClassDescriptionclass
AnnotationInputManager<T extends ProvidesStackInput,
S extends AnnotatorStrategy> AnInputManager
that 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 TypeMethodDescriptionvoid
AnnotationInputManager.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 TypeMethodDescriptionvoid
InputOutputExperiment.replaceInputManager
(InputManager<T> inputManager) void
InputOutputExperiment.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 TypeMethodDescriptionvoid
ReplaceInputManager.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 TypeClassDescriptionclass
InputManagerWithStackReader<T extends InputFromManager>
Extends anInputManager
to add aStackReader
bean property. -
Uses of InputManager in org.anchoranalysis.io.input.bean
Subclasses of InputManager in org.anchoranalysis.io.input.beanModifier and TypeClassDescriptionclass
InputManagerUnary<T extends InputFromManager>
Base class for anInputManager
that delegates to anotherInputManager
with 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 TypeMethodDescriptionvoid
InputManagerUnary.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 TypeClassDescriptionclass
Manages input forMultiInput
objects, 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 TypeMethodDescriptionvoid
MultiInputManager.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 newMultiInputManager
with 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 TypeClassDescriptionclass
AnnotationComparisonInputManager<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 TypeMethodDescriptionvoid
AnnotationComparisonInputManager.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 TypeClassDescriptionclass
AnInputManagerWithStackReader
that 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 TypeClassDescriptionclass
BranchIfDebug<T extends InputFromManager>
Uses one input-manager normally, but a different one if in debug mode.class
Concatenate<T extends InputFromManager>
Concatenates the inputs from multipleInputManager
s that all provide the same input-type.class
Exclude<T extends InputFromManager>
Excludes all inputs whose identifiers match a regular expression.class
Limit<T extends InputFromManager>
Limits the number of input-objects to a certain hard-maximumclass
LimitIfRequested<T extends InputFromManager>
LikeLimit
if it is requested in theInputContextParameters
, makes no change to the inputs.class
Shuffle<T extends InputFromManager>
Randomly shuffles the order of the inputs.class
ShuffleIfRequested<T extends InputFromManager>
LikeShuffle
if requested in theInputContextParameters
otherwise makes no change to the inputs.class
SortAlphabetically<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 ofInputManager
s that will be concatenated.Methods in org.anchoranalysis.plugin.io.bean.input with parameters of type InputManagerModifier and TypeMethodDescriptionvoid
BranchIfDebug.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 TypeMethodDescriptionvoid
Concatenate.setList
(List<InputManager<T>> list) The list ofInputManager
s 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 TypeClassDescriptionclass
An image viewed as a set of channels, each with a unique name.class
class
Parent for all theNamedChannels
classesMethods 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 TypeMethodDescriptionvoid
NamedChannels.setFileInput
(InputManager<FileInput> fileInput) void
NamedChannelsAppend.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 TypeClassDescriptionclass
Implementation ofNamedFilesBase
that is anInputManager
that acceptsFileInput
as input and derives a name.class
NamedFilesBase<T extends InputFromManager>
Base class for anInputManager
that 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 TypeClassDescriptionclass
FilterCSVColumn<T extends InputFromManager>
Finds a CSV file with the names of an input as the first-column.class
FilterDescriptiveName<T extends InputFromManager>
Filters all the input objects for only those with certain types of descriptive-names.class
FilterIfDebug<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 TypeClassDescriptionclass
Manager that converts (one channel)NamedChannelsInput
toStackSequenceInput
.class
AnInputManager
where each file provides one or moreStack
s.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 TypeMethodDescriptionvoid
Stacks.setFileInput
(InputManager<FileInput> fileInput) void
ConvertNamedChannelsToStack.setInput
(InputManager<NamedChannelsInput> input) Constructors in org.anchoranalysis.plugin.io.bean.input.stack with parameters of type InputManager