Class ParamFromCollection<T extends FeatureInput>

Type Parameters:
T - feature-input-type

public class ParamFromCollection<T extends FeatureInput> extends FeatureGeneric<T>
Retrieves a parameter as stored in a Dictionary in SharedObjects.

This differs from FromDictionary which reads the parameter from the energy-stack, whereas this from a specific parameters collection.

Author:
Owen Feehan