Uses of Class
org.anchoranalysis.feature.calculate.part.CalculationPart
Packages that use CalculationPart
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.
Equivalent classes to
org.anchoranalysis.feature.calculate.part after having been
resolved against a cache.A sub-part of the calculation of a feature, that can be cached, and reused by other features.
-
Uses of CalculationPart in org.anchoranalysis.feature.calculate
Methods in org.anchoranalysis.feature.calculate with parameters of type CalculationPartModifier and TypeMethodDescription<S> SFeatureCalculationInput.calculate(CalculationPart<S, T> calculation) Calculates a feature-calculation after resolving it against the main cache. -
Uses of CalculationPart in org.anchoranalysis.feature.calculate.cache
Methods in org.anchoranalysis.feature.calculate.cache with parameters of type CalculationPartModifier and TypeMethodDescription<S extends FeatureInput>
doubleCalculateForChild.calculate(Feature<S> feature, CalculationPart<S, T> calculation, ChildCacheName childCacheName) Calculates a feature in a child-cache using a new input created from aCalculationPart. -
Uses of CalculationPart in org.anchoranalysis.feature.calculate.cache.part
Constructors in org.anchoranalysis.feature.calculate.cache.part with parameters of type CalculationPartModifierConstructorDescriptionResolvedPart(CalculationPart<S, T> calculation) Creates a newResolvedPartinstance. -
Uses of CalculationPart in org.anchoranalysis.feature.calculate.part
Methods in org.anchoranalysis.feature.calculate.part with parameters of type CalculationPartModifier and TypeMethodDescription<S> ResolvedPart<S, T> CalculationPartResolver.search(CalculationPart<S, T> calculation) Searches for an equivalent calculation tocalculation.