Uses of Interface
org.anchoranalysis.feature.calculate.cache.ResettableCalculation
Packages that use ResettableCalculation
Package
Description
A sub-part of the calculation of a feature, that can be cached, and reused by other features.
-
Uses of ResettableCalculation in org.anchoranalysis.feature.calculate.part
Classes in org.anchoranalysis.feature.calculate.part that implement ResettableCalculationModifier and TypeClassDescriptionclassCalculationPart<S, T extends FeatureInput>A sub-part of the calculation of a feature, that can be cached, and reused by other features.classCalculationPartMap<S, T extends FeatureInput, U, E extends Exception>Similar to aCalculationPartbut stores several evaluation results, differentiated by a key.