Uses of Class
org.anchoranalysis.feature.calculate.part.CalculationPartMap
Packages that use CalculationPartMap
Package
Description
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 CalculationPartMap in org.anchoranalysis.feature.calculate.cache.part
Constructors in org.anchoranalysis.feature.calculate.cache.part with parameters of type CalculationPartMapModifierConstructorDescriptionCreates with a map. -
Uses of CalculationPartMap in org.anchoranalysis.feature.calculate.part
Methods in org.anchoranalysis.feature.calculate.part with parameters of type CalculationPartMapModifier and TypeMethodDescription<S,U> ResolvedPartMap <S, T, U> CalculationPartResolver.search(CalculationPartMap<S, T, U, FeatureCalculationException> calculation) Searches for an equivalent calculation tocalculation.