Interface CoverageCalculationStrategy

    • Method Detail

      • calculate

        CoverageInfo calculate​(ItemModel item)
        Calculates the coverage of the given item.
        Parameters:
        item - the item to calculate the coverage for
        Returns:
        the CoverageInfo object with cumulated coverage information or null, if coverage could not be calculated (e.g. because no rules are defined).