public interface CoverageCalculationStrategy
CoverageCalculationService for description of what coverage means.| Modifier and Type | Method and Description |
|---|---|
CoverageInfo |
calculate(ItemModel item)
Calculates the coverage of the given
item |
CoverageInfo calculate(ItemModel item)
item.item - the item to calculate the coverage forCoverageInfo object with cumulated coverage information or null, if coverage could not be
calculated (e.g. because no rules are defined).Copyright © 2018 SAP SE. All Rights Reserved.