public class LoadInputsPreprocessor extends AbstractPreprocessorPlugin
This preprocessor runs late in the chain, to give other preprocessors a
chance to populate the inputs first. However, its priority immediately
precedes the InputHarvester
's, so that user-specified
values from last time are populated in the user dialog.
Constructor and Description |
---|
LoadInputsPreprocessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(Module module)
Performs a processing step on the given module instance.
|
cancel, getCancelReason, isCanceled
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
public void process(Module module)
ModuleProcessor
Copyright © 2015–2022 SciJava. All rights reserved.