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