org.scijava.module.process
Class GatewayPreprocessor
java.lang.Object
org.scijava.AbstractContextual
org.scijava.module.process.AbstractPreprocessorPlugin
org.scijava.module.process.GatewayPreprocessor
- All Implemented Interfaces:
- Cancelable, Contextual, ModulePreprocessor, ModuleProcessor, PreprocessorPlugin, SciJavaPlugin
public class GatewayPreprocessor
- extends AbstractPreprocessorPlugin
The gateway preprocessor automatically populates module inputs that implement
Gateway
.
Gateways are instantiated as needed, wrapping this preprocessor instance's
application context.
- Author:
- Curtis Rueden
Method Summary |
void |
process(Module module)
Performs a processing step on the given module instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GatewayPreprocessor
public GatewayPreprocessor()
process
public void process(Module module)
- Description copied from interface:
ModuleProcessor
- Performs a processing step on the given module instance.
Copyright © 2009–2014 SciJava. All rights reserved.