apply abstract method

List<String> apply(
  1. Map<String, int> interactionCounts
)

Apply the rule to the analysis result Returns a list of widgets in their recommended order

Implementation

List<String> apply(Map<String, int> interactionCounts);