Class Rule


  • public class Rule
    extends java.lang.Object
    • Field Detail

      • conditions

        public java.util.List<Condition> conditions
      • percentageAllocation

        @NotNull(when="js:_this.randomAllocation == null",
                 errorCode="percentageAllocation.null",
                 message="percentageAllocation is mandatory")
        public PercentageAllocation percentageAllocation
      • randomAllocation

        @NotNull(when="js:_this.percentageAllocation == null",
                 errorCode="randomAllocation.null",
                 message="randomAllocation is mandatory")
        public RandomAllocation randomAllocation
    • Constructor Detail

      • Rule

        public Rule()