Uses of Class
org.anchoranalysis.feature.calculate.cache.part.ResolvedPart
| 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.part |
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 ResolvedPart Modifier and Type Method Description <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 ResolvedPart 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. -
Uses of ResolvedPart in org.anchoranalysis.feature.calculate.part
Methods in org.anchoranalysis.feature.calculate.part that return ResolvedPart Modifier and Type Method Description <S> ResolvedPart<S,T>CalculationPartResolver. search(CalculationPart<S,T> calculation)Searches for an equivalent calculation tocalculation.