Interface CalculationPartResolver<T extends FeatureInput>

Type Parameters:
T - feature input-type that also provides an input to the calculation
All Known Subinterfaces:
FeatureCalculator<T>

public interface CalculationPartResolver<T extends FeatureInput>
Searches a cache to reuses a CalculationPart if it already exists.

The purpose is to avoid repeating calculations that may be shared by more than one feature, or more than one parameterization of a feature

Author:
Owen Feehan