public final class MacroRecorderExcludedInputs extends Object
Module
instance, the set of "pre-resolved" module inputs.
The MacroRecorderPreprocessor
populates this structure with the set
of pre-resolved inputs for its module. The MacroRecorderPostprocessor
then accesses this same set so that it can record only those input values
that were still unresolved at that point in the preprocessing chain.
Modifier and Type | Method and Description |
---|---|
static Set<String> |
create(Module module) |
static Set<String> |
retrieve(Module module)
Obtains the cached set of excluded inputs for a particular module instance,
clearing it from the data structure.
|
Copyright © 2014–2022 ImageJ. All rights reserved.