Uses of Interface
org.anchoranalysis.feature.calculate.part.CalculationPartResolver
Packages that use CalculationPartResolver
Package
Description
Sub-feature units of calculation that can be cached.
Classes to cache feature-results or parts of feature-results that occur repeatedly among features
or across calculations of the same feature.
-
Uses of CalculationPartResolver in org.anchoranalysis.feature.calculate
Subinterfaces of CalculationPartResolver in org.anchoranalysis.feature.calculateModifier and TypeInterfaceDescriptioninterfaceFeatureCalculator<T extends FeatureInput>CalculatesFeatureCalculationInputwhen passed a particularFeatureand correspondingFeatureCalculationInput.Methods in org.anchoranalysis.feature.calculate that return CalculationPartResolverModifier and TypeMethodDescriptionFeatureCalculationInput.resolver()A resolver for calculations. -
Uses of CalculationPartResolver in org.anchoranalysis.feature.calculate.cache
Method parameters in org.anchoranalysis.feature.calculate.cache with type arguments of type CalculationPartResolverModifier and TypeMethodDescription<S extends FeatureInput, U>
UCalculateForChild.calculate(ChildCacheName childCacheName, S input, Function<CalculationPartResolver<S>, ResolvedPart<U, S>> resolver) Calculates aCalculationPartin a child-cache.