Interface.RuleGroups
ide.Java.Interface.RuleGroups = false | true | iface (default=false)
Moves the Rule Group control completely into the generated rules engine. All corresponding conditions and actions are then omitted in the interface and during implementation the manual programming of the loop around the rules engine call is also no longer needed.
True | False
|
Java, JavaScript, TypeScript, Python, Groovy, C# and ABAP |
Entry in an LFET.Project.ini-file:
ide.Java.Interface.RuleGroups = true
IFace
|
Java, JavaScript, TypeScript, Python and Groovy |
Like true, but additionally all essential properties of the respective 'active' rule group (rg) are made available to the interface in another interface method iface.doSetRuleGroup(rgNr, rgSymbol, rgTitle).
Entry in an LFET.Project.ini-file:
ide.Java.Interface.RuleGroups = iface