Uses of Interface
org.anchoranalysis.feature.calculate.part.CalculationPartResolver
| Package | Description |
|---|---|
| org.anchoranalysis.feature.calculate |
Sub-feature units of calculation that can be cached.
|
| org.anchoranalysis.feature.calculate.cache |
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.calculate Modifier and Type Interface Description interfaceFeatureCalculator<T extends FeatureInput>CalculatesFeatureCalculationInputwhen passed a particularFeatureand correspondingFeatureCalculationInput.Methods in org.anchoranalysis.feature.calculate that return CalculationPartResolver Modifier and Type Method Description CalculationPartResolver<T>FeatureCalculationInput. 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 CalculationPartResolver Modifier and Type Method Description <S extends FeatureInput, U>
UCalculateForChild. calculate(ChildCacheName childCacheName, S input, Function<CalculationPartResolver<S>,ResolvedPart<U,S>> resolver)Calculates aCalculationPartin a child-cache.