Class Match


  • public class Match
    extends Object
    • Constructor Detail

      • Match

        public Match​(int confidence,
                     @NotNull
                     String culture,
                     int itemCount,
                     @NotNull
                     List<String> itemsAsStrings,
                     int ruleChance,
                     @NotNull
                     String ruleName)
    • Method Detail

      • getConfidence

        public int getConfidence()
      • getCulture

        @NotNull
        public String getCulture()
      • getItemCount

        public int getItemCount()
      • getItemsAsStrings

        @NotNull
        public List<String> getItemsAsStrings()
      • getRuleChance

        public int getRuleChance()
      • getRuleName

        @NotNull
        public String getRuleName()