org.scijava.module.process
Interface ModuleProcessor

All Known Subinterfaces:
ModulePostprocessor, ModulePreprocessor, PostprocessorPlugin, PreprocessorPlugin
All Known Implementing Classes:
AbstractInputHarvesterPlugin, AbstractPostprocessorPlugin, AbstractPreprocessorPlugin, AbstractSingleInputPreprocessor, ActiveDisplayPreprocessor, CheckInputsPreprocessor, DebugPostprocessor, DebugPreprocessor, DefaultValuePreprocessor, DisplayPostprocessor, FilePreprocessor, GatewayPreprocessor, InitPreprocessor, LoadInputsPreprocessor, SaveInputsPreprocessor, ServicePreprocessor, UIPreprocessor, 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.
 

Method Detail

process

void process(Module module)
Performs a processing step on the given module instance.



Copyright © 2009–2015 SciJava. All rights reserved.