Uses of Class
org.anchoranalysis.plugin.image.task.grouped.GroupedSharedState
Packages that use GroupedSharedState
Package
Description
Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
-
Uses of GroupedSharedState in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped that return GroupedSharedStateModifier and TypeMethodDescriptionGroupedStackBase.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<ProvidesStackInput> inputs, ParametersExperiment parameters) Methods in org.anchoranalysis.plugin.image.task.bean.grouped with parameters of type GroupedSharedStateModifier and TypeMethodDescriptionvoid
GroupedStackBase.afterAllJobsAreExecuted
(GroupedSharedState<S, T> sharedState, InputOutputContext context) Method parameters in org.anchoranalysis.plugin.image.task.bean.grouped with type arguments of type GroupedSharedStateModifier and TypeMethodDescriptionvoid
GroupedStackBase.doJobOnInput
(InputBound<ProvidesStackInput, GroupedSharedState<S, T>> input)