Package | Description |
---|---|
org.scijava.display | |
org.scijava.module | |
org.scijava.module.event | |
org.scijava.module.process | |
org.scijava.table.process |
Modifier and Type | Class and Description |
---|---|
class |
DisplayPostprocessor
Displays outputs upon completion of a module execution.
|
Modifier and Type | Method and Description |
---|---|
<M extends Module> |
ModuleService.run(M module,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Map<String,Object> inputMap)
Executes the given module.
|
<M extends Module> |
DefaultModuleService.run(M module,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Map<String,Object> inputMap) |
<M extends Module> |
ModuleService.run(M module,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Object... inputs)
Executes the given module.
|
<M extends Module> |
DefaultModuleService.run(M module,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Object... inputs) |
Future<Module> |
ModuleService.run(ModuleInfo info,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Map<String,Object> inputMap)
Executes the given module.
|
Future<Module> |
DefaultModuleService.run(ModuleInfo info,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Map<String,Object> inputMap) |
Future<Module> |
ModuleService.run(ModuleInfo info,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Object... inputs)
Executes the given module.
|
Future<Module> |
DefaultModuleService.run(ModuleInfo info,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Object... inputs) |
Constructor and Description |
---|
ModuleRunner(Context context,
Module module,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post) |
Modifier and Type | Method and Description |
---|---|
ModulePostprocessor |
ModulePostprocessEvent.getProcessor() |
Constructor and Description |
---|
ModulePostprocessEvent(Module module,
ModulePostprocessor processor) |
Modifier and Type | Interface and Description |
---|---|
interface |
PostprocessorPlugin
A postprocessor plugin defines a step that occurs immediately following the
actual execution of a
Module . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPostprocessorPlugin
Abstract base class for plugin postprocessors.
|
class |
DebugPostprocessor
A postprocessor plugin that dumps parameter values to the log.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultsPostprocessor
A postprocessor which aggregates simple output values into a single table,
for a nicer UI experience.
|
Copyright © 2015–2022 SciJava. All rights reserved.