- getAccumulator() - Method in class org.imajine.image.processor.Statistics.Item
-
- getAverage() - Method in class org.imajine.image.processor.Statistics.Item
-
Returns the average value.
- getCompletedTaskCount(Class<? extends ImagingTask>) - Method in class org.imajine.image.processor.ImagingTaskProcessor
-
Returns the number of completed tasks of the given class.
- getId() - Method in class org.imajine.image.processor.ImagingTask
-
Returns the unique id of this task.
- getInstance() - Static method in class org.imajine.image.processor.ImagingTaskProcessor
-
Gets the singleton instance of the processor.
- getMaximum() - Method in class org.imajine.image.processor.Statistics.Item
-
Returns the maximum value.
- getMaxWorkers() - Method in class org.imajine.image.processor.ImagingTaskProcessor
-
- getMinimum() - Method in class org.imajine.image.processor.Statistics.Item
-
Returns the minimum value.
- getName() - Method in class org.imajine.image.processor.ImagingTask
-
Returns the name of this task.
- getName() - Method in class org.imajine.image.processor.Statistics.Item
-
Returns the sample name.
- getNextTask(Serializable, boolean) - Method in class org.imajine.image.processor.ImagingTaskProcessor
-
Returns the next pending task to execute.
- getPendingTaskCount(Class<? extends ImagingTask>) - Method in class org.imajine.image.processor.ImagingTaskProcessor
-
Returns the number of pending tasks of the given class.
- getResult() - Method in class org.imajine.image.processor.ImagingTask
-
Returns the result of this task.
- getRunningTaskCount(Class<? extends ImagingTask>) - Method in class org.imajine.image.processor.ImagingTaskProcessor
-
Returns the number of running tasks of the given class.
- getSampleCount() - Method in class org.imajine.image.processor.Statistics.Item
-
- getStatistics() - Method in class org.imajine.image.processor.ImagingTask
-
Returns the statistics collected by this task.
- getStatistics() - Method in class org.imajine.image.processor.ImagingTaskProcessor
-
- getTask() - Method in class org.imajine.image.processor.event.ImagingTaskProcessorEvent
-
- getThrowable() - Method in class org.imajine.image.processor.ImagingTask
-
If the task ended with an error, a Throwable is returned by this method.
- getWorkerCount() - Method in class org.imajine.image.processor.ImagingTaskProcessor
-
- getWorkerCount() - Method in class org.imajine.image.processor.LocalImagingTaskProcessor
-
- getWorkerId() - Method in class org.imajine.image.processor.event.ImagingTaskProcessorEvent
-
- getWorkerIds() - Method in class org.imajine.image.processor.ImagingTaskProcessor
-
- getWorkerIds() - Method in class org.imajine.image.processor.LocalImagingTaskProcessor
-