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, isCanceledcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontext, getContext, setContextprocessprotected String getSingleInput(Module module, Class<?> type)
module - Module to check for single inputtype - Type of single input to look forCopyright © 2009–2022 SciJava. All rights reserved.