Uses of Class
org.anchoranalysis.feature.calculate.part.CalculationPart
| 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.
|
| org.anchoranalysis.feature.calculate.cache.part |
Equivalent classes to
org.anchoranalysis.feature.calculate.part after having been
resolved against a cache. |
| org.anchoranalysis.feature.calculate.part |
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 CalculationPart Modifier and Type Method Description <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 CalculationPart Modifier and Type Method Description <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 CalculationPart Constructor Description ResolvedPart(CalculationPart<S,T> calculation) -
Uses of CalculationPart in org.anchoranalysis.feature.calculate.part
Methods in org.anchoranalysis.feature.calculate.part with parameters of type CalculationPart Modifier and Type Method Description <S> ResolvedPart<S,T>CalculationPartResolver. search(CalculationPart<S,T> calculation)Searches for an equivalent calculation tocalculation.