Uses of Package
org.anchoranalysis.feature.calculate.part
| 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.
|
-
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.feature.calculate Class Description CalculationPart A sub-part of the calculation of a feature, that can be cached, and reused by other features.CalculationPartResolver Searches a cache to reuses aCalculationPartif it already exists. -
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.feature.calculate.cache Class Description CalculationPart A sub-part of the calculation of a feature, that can be cached, and reused by other features.CalculationPartResolver Searches a cache to reuses aCalculationPartif it already exists. -
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.feature.calculate.cache.part Class Description CalculationPart A sub-part of the calculation of a feature, that can be cached, and reused by other features.CalculationPartMap Similar to aCalculationPartbut stores several evaluation results, differentiated by a key. -
Classes in org.anchoranalysis.feature.calculate.part used by org.anchoranalysis.feature.calculate.part Class Description CalculationPart A sub-part of the calculation of a feature, that can be cached, and reused by other features.CalculationPartMap Similar to aCalculationPartbut stores several evaluation results, differentiated by a key.