Uses of Package
org.anchoranalysis.feature.calculate.cache
| 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.
|
-
Classes in org.anchoranalysis.feature.calculate.cache used by org.anchoranalysis.feature.calculate Class Description CalculateForChild Performs calculations using child-caches instead of the main cacheFeatureCalculationCache A context in which to calculate features while caching certain duplicated internal calculations among the features.FeatureSymbolCalculator Resolves and calculates a feature by a symbol. -
Classes in org.anchoranalysis.feature.calculate.cache used by org.anchoranalysis.feature.calculate.cache Class Description CacheCreator Creates aFeatureCalculationCachethat accepts a particular input type.ChildCacheName A unique identifier for a child-cache's name commposed potentially of two elements.FeatureCalculationCache A context in which to calculate features while caching certain duplicated internal calculations among the features. -
Classes in org.anchoranalysis.feature.calculate.cache used by org.anchoranalysis.feature.calculate.part Class Description ResettableCalculation A calculation that be invalidated (resetted), removing any existing cached value.