Uses of Class
org.anchoranalysis.experiment.task.NoSharedState
Packages that use NoSharedState
Package
Description
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
Non-bean classes related to a
Task.Loading and displaying pre-defined tasks.
Tasks for converting image-formats.
Associating labels with images.
Tasks to scale an image.
Rules for preserving or changing the naming of files when copying on the file-system.
-
Uses of NoSharedState in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task that return NoSharedStateModifier and TypeMethodDescriptionfinal NoSharedStateTaskWithoutSharedState.beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) Methods in org.anchoranalysis.experiment.bean.task with parameters of type NoSharedStateModifier and TypeMethodDescriptionfinal voidTaskWithoutSharedState.afterAllJobsAreExecuted(NoSharedState sharedState, InputOutputContext context) -
Uses of NoSharedState in org.anchoranalysis.experiment.task
Fields in org.anchoranalysis.experiment.task declared as NoSharedStateModifier and TypeFieldDescriptionstatic final NoSharedStateNoSharedState.INSTANCEA singleton instance. -
Uses of NoSharedState in org.anchoranalysis.launcher.run.tasks
Method parameters in org.anchoranalysis.launcher.run.tasks with type arguments of type NoSharedStateModifier and TypeMethodDescriptionvoidHelloWorld.doJobOnInput(InputBound<S, NoSharedState> input) -
Uses of NoSharedState in org.anchoranalysis.plugin.image.task.bean.format
Methods in org.anchoranalysis.plugin.image.task.bean.format that return NoSharedStateModifier and TypeMethodDescriptionConvertImageFormat.beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<NamedChannelsInput> inputs, ParametersExperiment parameters) Methods in org.anchoranalysis.plugin.image.task.bean.format with parameters of type NoSharedStateModifier and TypeMethodDescriptionvoidConvertImageFormat.afterAllJobsAreExecuted(NoSharedState sharedState, InputOutputContext context) voidConvertImageFormat.endSeries(NoSharedState sharedStateTask, OutputSequenceIndexed<Stack, String> sharedStateJob, InputOutputContext context) voidConvertImageFormat.startSeries(NoSharedState sharedStateTask, OutputSequenceIndexed<Stack, String> sharedStateJob, InputOutputContext context) Method parameters in org.anchoranalysis.plugin.image.task.bean.format with type arguments of type NoSharedStateModifier and TypeMethodDescriptionvoidConvertImageFormat.doStack(InputBound<NamedChannelsInput, NoSharedState> input, OutputSequenceIndexed<Stack, String> sharedStateJob, int seriesIndex, int numberSeries, InputOutputContext context) -
Uses of NoSharedState in org.anchoranalysis.plugin.image.task.bean.labeller
Methods in org.anchoranalysis.plugin.image.task.bean.labeller that return NoSharedStateMethods in org.anchoranalysis.plugin.image.task.bean.labeller with parameters of type NoSharedStateModifier and TypeMethodDescriptionBinaryOutcomeImageLabeller.allLabels(NoSharedState sharedState) BinaryClassifierImageLabeller.labelFor(NoSharedState sharedState, ProvidesStackInput input, InputOutputContext context) Determines the label for a given input image.DescriptiveNameContainsImageLabeller.labelFor(NoSharedState sharedState, ProvidesStackInput input, InputOutputContext context) -
Uses of NoSharedState in org.anchoranalysis.plugin.image.task.bean.scale
Methods in org.anchoranalysis.plugin.image.task.bean.scale that return NoSharedStateModifier and TypeMethodDescriptionScaleImageIndependently.beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<StackSequenceInput> inputs, ParametersExperiment parameters) Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type NoSharedStateModifier and TypeMethodDescriptionprotected StackScaleImageIndependently.scaleStack(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, NoSharedState sharedState) -
Uses of NoSharedState in org.anchoranalysis.plugin.io.bean.file.copy.naming
Methods in org.anchoranalysis.plugin.io.bean.file.copy.naming that return NoSharedStateModifier and TypeMethodDescriptionCopyFilesNamingOne.beforeCopying(Path destinationDirectory, List<FileWithDirectoryInput> inputs) CopyFilesNamingWithoutSharedState.beforeCopying(Path destinationDirectory, List<FileWithDirectoryInput> inputs) PreserveName.beforeCopying(Path destinationDirectory, List<FileWithDirectoryInput> inputs) Methods in org.anchoranalysis.plugin.io.bean.file.copy.naming that return types with arguments of type NoSharedStateMethod parameters in org.anchoranalysis.plugin.io.bean.file.copy.naming with type arguments of type NoSharedStateModifier and TypeMethodDescriptionCopyFilesNamingOne.destinationPathRelative(File file, DirectoryWithPrefix outputTarget, int iter, CopyContext<NoSharedState> context) OutputPrefixWithExtension.destinationPathRelative(File file, DirectoryWithPrefix outputTarget, int index, CopyContext<NoSharedState> context) PreserveName.destinationPathRelative(File file, DirectoryWithPrefix outputTarget, int iter, CopyContext<NoSharedState> context) voidCopyFilesNamingOne.setCopyFilesNaming(CopyFilesNaming<NoSharedState> copyFilesNaming) -
Uses of NoSharedState in org.anchoranalysis.plugin.mpp.bean.define
Method parameters in org.anchoranalysis.plugin.mpp.bean.define with type arguments of type NoSharedStateModifier and TypeMethodDescriptionvoidDevelop.doJobOnInput(InputBound<MultiInput, NoSharedState> input)