Uses of Class
org.anchoranalysis.feature.calculate.cache.part.ResolvedPart
Packages that use ResolvedPart
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.
A sub-part of the calculation of a feature, that can be cached, and reused by other features.
-
Uses of ResolvedPart in org.anchoranalysis.feature.calculate
Methods in org.anchoranalysis.feature.calculate with parameters of type ResolvedPartModifier and TypeMethodDescription<S> SFeatureCalculationInput.calculate(ResolvedPart<S, T> calculation) Calculates a resolved Feature-calculation. -
Uses of ResolvedPart in org.anchoranalysis.feature.calculate.cache
Method parameters in org.anchoranalysis.feature.calculate.cache with type arguments of type ResolvedPartModifier and TypeMethodDescription<S extends FeatureInput, U>
UCalculateForChild.calculate(ChildCacheName childCacheName, S input, Function<CalculationPartResolver<S>, ResolvedPart<U, S>> resolver) Calculates aCalculationPartin a child-cache. -
Uses of ResolvedPart in org.anchoranalysis.feature.calculate.part
Methods in org.anchoranalysis.feature.calculate.part that return ResolvedPartModifier and TypeMethodDescription<S> ResolvedPart<S, T> CalculationPartResolver.search(CalculationPart<S, T> calculation) Searches for an equivalent calculation tocalculation.