Interface FeatureSymbolCalculator<T extends FeatureInput>

Type Parameters:
T - feature-input type
All Known Subinterfaces:
FeatureCalculator<T>

public interface FeatureSymbolCalculator<T extends FeatureInput>
Resolves and calculates a feature by a symbol.

A symbol is an ID/variable-name referring to another feature.

Author:
Owen Feehan