public abstract class AbstractSingleInputPreprocessor extends AbstractPreprocessorPlugin
PreprocessorPlugin
implementations that
populate singleton inputs. Contains helper methods to facilitate this
functionality.Constructor and Description |
---|
AbstractSingleInputPreprocessor() |
Modifier and Type | Method and Description |
---|---|
protected String |
getSingleInput(Module module,
Class<?> type)
Helper method to look up the name of singleton module inputs of a given
type.
|
cancel, getCancelReason, isCanceled
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
process
protected String getSingleInput(Module module, Class<?> type)
module
- Module to check for single inputtype
- Type of single input to look forCopyright © 2015–2022 SciJava. All rights reserved.