Package com.bhn.experimentation
Class Rule
- java.lang.Object
-
- com.bhn.experimentation.Rule
-
public class Rule extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<Condition>conditionsPercentageAllocationpercentageAllocationRandomAllocationrandomAllocation
-
Constructor Summary
Constructors Constructor Description Rule()
-
-
-
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
-
-