Interface FeatureCalculatorMulti<T extends FeatureInput>

Type Parameters:
T - feature input-type
All Known Implementing Classes:
FeatureCalculatorMultiChangeInput

public interface FeatureCalculatorMulti<T extends FeatureInput>
Like a FeatureCalculator but is permanently associated with one or more Features.
Author:
Owen Feehan