Class Reference<T extends FeatureInput>

Type Parameters:
T - the feature input-type

public class Reference<T extends FeatureInput>
extends FeatureGeneric<T>
Uses another feature to calculate the value.

The other feature is identified by it's name, or a string that otherwise resolves to its name.

Author:
Owen Feehan