Interface RulesEngine.UpdateStages.WithRules

All Known Subinterfaces:
RulesEngine.Update
Enclosing interface:
RulesEngine.UpdateStages

public static interface RulesEngine.UpdateStages.WithRules
The stage of the RulesEngine update allowing to specify rules.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the rules property: A list of rules that define a particular Rules Engine Configuration..
  • Method Details

    • withRules

      Specifies the rules property: A list of rules that define a particular Rules Engine Configuration..
      Parameters:
      rules - A list of rules that define a particular Rules Engine Configuration.
      Returns:
      the next definition stage.