org.scijava.module.process
Interface ModuleProcessor
- All Known Subinterfaces:
- ModulePostprocessor, ModulePreprocessor, PostprocessorPlugin, PreprocessorPlugin
- All Known Implementing Classes:
- AbstractPostprocessorPlugin, AbstractPreprocessorPlugin, ActiveDisplayPreprocessor, CheckInputsPreprocessor, DebugPostprocessor, DebugPreprocessor, DisplayPostprocessor, GatewayPreprocessor, InitPreprocessor, LoadInputsPreprocessor, SaveInputsPreprocessor, ServicePreprocessor, ValidityPreprocessor
public interface ModuleProcessor
A module processor defines some sort of processing that occurs on a module
instance, typically immediately preceding (see ModulePreprocessor
) or
following (see ModulePostprocessor
) the module execution.
- Author:
- Curtis Rueden
Method Summary |
void |
process(Module module)
Performs a processing step on the given module instance. |
process
void process(Module module)
- Performs a processing step on the given module instance.
Copyright © 2009–2014 SciJava. All rights reserved.