Uses of Class
org.anchoranalysis.plugin.mpp.shared.SharedStateRememberConverted
Packages that use SharedStateRememberConverted
Package
Description
Converting from
NamedChannelsInput to the
input-type expected by a Task.-
Uses of SharedStateRememberConverted in org.anchoranalysis.plugin.mpp.bean.convert
Subclasses with type arguments of type SharedStateRememberConverted in org.anchoranalysis.plugin.mpp.bean.convertModifier and TypeClassDescriptionclassConvertNamedChannels<T extends NamedChannelsInput, S, U extends InputFromManager>ConvertsNamedChannelsInputto a variety of others to match a delegate task.Methods in org.anchoranalysis.plugin.mpp.bean.convert that return SharedStateRememberConvertedModifier and TypeMethodDescriptionConvertNamedChannels.beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) Methods in org.anchoranalysis.plugin.mpp.bean.convert with parameters of type SharedStateRememberConvertedModifier and TypeMethodDescriptionvoidConvertNamedChannels.afterAllJobsAreExecuted(SharedStateRememberConverted<U, S> sharedState, InputOutputContext context) Method parameters in org.anchoranalysis.plugin.mpp.bean.convert with type arguments of type SharedStateRememberConvertedModifier and TypeMethodDescriptionvoidConvertNamedChannels.doJobOnInput(InputBound<T, SharedStateRememberConverted<U, S>> inputBound)