Class DefineOutputterWithEnergy
Like a
Define
but outputs also an energy-stack.
The following outputs are produced:
Output Name | Default? | Description |
---|---|---|
outputs from EnergyStackWriter |
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Functional interface for processing with an energy stack.Nested classes/interfaces inherited from class org.anchoranalysis.plugin.mpp.bean.define.DefineOutputter
DefineOutputter.Processor<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn optional dictionary provider.The stack provider for the energy stack.<S> S
processInput
(InitializationContext context, SharedObjects sharedObjects, Optional<Dictionary> dictionary, DefineOutputterWithEnergy.ProcessWithEnergyStack<ImageInitialization, S> operation) Processes the input with an energy stack and shared objects.<S> void
processInput
(ExportSharedObjects input, InitializationContext context, DefineOutputterWithEnergy.ProcessWithEnergyStack<ImageInitialization, S> operation) Processes the input with an energy stack.void
setDictionary
(DictionaryProvider dictionary) An optional dictionary provider.void
setStackEnergy
(StackProvider stackEnergy) The stack provider for the energy stack.Methods inherited from class org.anchoranalysis.plugin.mpp.bean.define.DefineOutputter
addAllOutputNamesTo, createInitialization, createInitialization, getDefine, isSuppressSubfolders, outputSharedObjects, process, setDefine, setSuppressSubfolders
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
DefineOutputterWithEnergy
public DefineOutputterWithEnergy()
-
-
Method Details
-
getStackEnergy
The stack provider for the energy stack. -
setStackEnergy
The stack provider for the energy stack. -
getDictionary
An optional dictionary provider.