public class SaveInputsPreprocessor extends AbstractPreprocessorPlugin
This preprocessor runs late in the chain, giving other preprocessors every
chance to populate the inputs first. In particular, it executes after the
InputHarvester
has run, so that user-specified values
are persisted for next time.
Modifier and Type | Field and Description |
---|---|
static double |
PRIORITY |
Constructor and Description |
---|
SaveInputsPreprocessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(Module module)
Performs a processing step on the given module instance.
|
cancel, getCancelReason, isCanceled
context, getContext, setContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
public static final double PRIORITY
public void process(Module module)
ModuleProcessor
Copyright © 2009–2015 SciJava. All rights reserved.