Interface CoverageCalculationStrategyRegistry
- All Known Implementing Classes:
DefaultCoverageCalculationStrategyRegistry
public interface CoverageCalculationStrategyRegistry
Registry of
CoverageCalculationStrategy's. Used to look up a
coverage calculation strategy based on the item type code (or template code) and the domain ID.-
Method Summary
Modifier and TypeMethodDescriptiongetStrategyForTypeAndDomain(String templateCode, String domainId) Looks up the coverage calculation strategy for given type code and domain ID.
-
Method Details
-
getStrategyForTypeAndDomain
Looks up the coverage calculation strategy for given type code and domain ID.- Parameters:
templateCode- this is a type code (e.g. "Product") or an item template code (e.g. "Product.CPU").domainId- the domain ID
-