Uses of Class
org.anchoranalysis.experiment.JobExecutionException
Packages that use JobExecutionException
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
JobProcessor.Loading and displaying pre-defined tasks.
Beans to combine two or more annotations.
Task to compare a set of annotations to a segmentation or another set of annotations.
A parent package for many different kinds of tasks.
Combining multiple images together into a single image.
Tasks pertaining to
Features.Tasks for converting image-formats.
Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
Associating labels with images.
Tasks to scale an image.
Tasks to segment an image.
Tasks that process on one or more slices from a z-stack.
Non-bean classes pertaining to combining stacks into a single stack.
Implementations of
Task related to file-system
I/O.Converting from
NamedChannelsInput to the
input-type expected by a Task.-
Uses of JobExecutionException in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task that throw JobExecutionExceptionModifier and TypeMethodDescriptionabstract voidTask.doJobOnInput(InputBound<T, S> input) Performs the task on a particular input.booleanTask.executeJob(ParametersUnbound<T, S> parametersUnbound) Runs the task on one particular input (a job). -
Uses of JobExecutionException in org.anchoranalysis.experiment.task.processor
Methods in org.anchoranalysis.experiment.task.processor that return types with arguments of type JobExecutionException -
Uses of JobExecutionException in org.anchoranalysis.launcher.run.tasks
Methods in org.anchoranalysis.launcher.run.tasks that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidHelloWorld.doJobOnInput(InputBound<S, NoSharedState> input) -
Uses of JobExecutionException in org.anchoranalysis.plugin.annotation.bean.aggregate
Methods in org.anchoranalysis.plugin.annotation.bean.aggregate that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidAggregateAnnotations.doJobOnInput(InputBound<AnnotationWithStrategy<S>, AggregateSharedState> input) -
Uses of JobExecutionException in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidCompareAnnotations.doJobOnInput(InputBound<AnnotationComparisonInput<ProvidesStackInput>, ComparisonSharedState<T>> input) -
Uses of JobExecutionException in org.anchoranalysis.plugin.image.task.bean
Methods in org.anchoranalysis.plugin.image.task.bean that throw JobExecutionExceptionModifier and TypeMethodDescriptionprotected abstract URasterTask.createSharedStateJob(InputOutputContext context) Creates a shared-state for the duration of a particular input-job.voidRasterTask.doJobOnInput(InputBound<NamedChannelsInput, S> input) abstract voidRasterTask.doStack(InputBound<NamedChannelsInput, S> input, U sharedStateJob, int seriesIndex, int numberSeries, InputOutputContext context) Processes one stack from a series.abstract voidRasterTask.endSeries(S sharedStateTask, U sharedStateJob, InputOutputContext context) Ends processing of a series.abstract voidRasterTask.startSeries(S sharedStateTask, U sharedStateJob, InputOutputContext context) Starts processing of a series. -
Uses of JobExecutionException in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidMontage.doJobOnInput(InputBound<StackSequenceInput, MontageSharedState> input) -
Uses of JobExecutionException in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidExportFeatures.doJobOnInput(InputBound<T, FeatureExporter<S>> input) -
Uses of JobExecutionException in org.anchoranalysis.plugin.image.task.bean.format
Methods in org.anchoranalysis.plugin.image.task.bean.format that throw JobExecutionExceptionModifier and TypeMethodDescriptionprotected OutputSequenceIndexed<Stack, String> ConvertImageFormat.createSharedStateJob(InputOutputContext context) Sets a new output-sequence for the series.voidConvertImageFormat.doStack(InputBound<NamedChannelsInput, NoSharedState> input, OutputSequenceIndexed<Stack, String> sharedStateJob, int seriesIndex, int numberSeries, InputOutputContext context) voidConvertImageFormat.endSeries(NoSharedState sharedStateTask, OutputSequenceIndexed<Stack, String> sharedStateJob, InputOutputContext context) voidConvertImageFormat.startSeries(NoSharedState sharedStateTask, OutputSequenceIndexed<Stack, String> sharedStateJob, InputOutputContext context) -
Uses of JobExecutionException in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidGroupedStackBase.doJobOnInput(InputBound<ProvidesStackInput, GroupedSharedState<S, T>> input) -
Uses of JobExecutionException in org.anchoranalysis.plugin.image.task.bean.labeller
Methods in org.anchoranalysis.plugin.image.task.bean.labeller that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidImageAssignLabel.doJobOnInput(InputBound<ProvidesStackInput, SharedStateFilteredImageOutput<T>> input) -
Uses of JobExecutionException in org.anchoranalysis.plugin.image.task.bean.scale
Methods in org.anchoranalysis.plugin.image.task.bean.scale that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidScaleImage.doJobOnInput(InputBound<StackSequenceInput, S> input) -
Uses of JobExecutionException in org.anchoranalysis.plugin.image.task.bean.segment
Methods in org.anchoranalysis.plugin.image.task.bean.segment that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidSegmentInstanceWithModel.doJobOnInput(InputBound<StackSequenceInput, SharedStateSegmentInstance<T>> input) -
Uses of JobExecutionException in org.anchoranalysis.plugin.image.task.bean.slice
Methods in org.anchoranalysis.plugin.image.task.bean.slice that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidExtractSlice.doJobOnInput(InputBound<NamedChannelsInput, SharedStateSelectedSlice> input) -
Uses of JobExecutionException in org.anchoranalysis.plugin.image.task.slice
Methods in org.anchoranalysis.plugin.image.task.slice that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidMontageSharedState.copyStackInto(CheckedSupplier<RGBStack, InputReadFailedException> source, String identifier, Path path, Optional<String> label) Copies aStackinto aBoundingBoxin the combined image, resizing if necessary. -
Uses of JobExecutionException in org.anchoranalysis.plugin.io.bean.task
Methods in org.anchoranalysis.plugin.io.bean.task that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidCombineCSV.doJobOnInput(InputBound<FileInput, CSVWriter> parameters) voidCopyFiles.doJobOnInput(InputBound<FileWithDirectoryInput, RecordingCounter<T>> input) voidSummarizeBase.doJobOnInput(InputBound<T, Summarizer<S>> input) -
Uses of JobExecutionException in org.anchoranalysis.plugin.mpp.bean.convert
Methods in org.anchoranalysis.plugin.mpp.bean.convert that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidConvertNamedChannels.doJobOnInput(InputBound<T, SharedStateRememberConverted<U, S>> inputBound) -
Uses of JobExecutionException in org.anchoranalysis.plugin.mpp.bean.define
Methods in org.anchoranalysis.plugin.mpp.bean.define that throw JobExecutionExceptionModifier and TypeMethodDescriptionvoidDevelop.doJobOnInput(InputBound<MultiInput, NoSharedState> input)