Uses of Interface
org.anchoranalysis.feature.calculate.bound.FeatureCalculatorMulti
Packages that use FeatureCalculatorMulti
-
Uses of FeatureCalculatorMulti in org.anchoranalysis.feature.calculate.bound
Classes in org.anchoranalysis.feature.calculate.bound that implement FeatureCalculatorMultiModifier and TypeClassDescriptionclassFeatureCalculatorMultiChangeInput<T extends FeatureInput>AFeatureCalculatorMultibut changes the input before calculation.Constructors in org.anchoranalysis.feature.calculate.bound with parameters of type FeatureCalculatorMultiModifierConstructorDescriptionFeatureCalculatorMultiChangeInput(FeatureCalculatorMulti<T> calculator, Consumer<T> change) Creates a newFeatureCalculatorMultiChangeInputinstance.Creates from aFeatureCalculatorMulti.