Interface.RuleGroups

ide.<ProgrammingLanguage>.Interface.RuleGroups = false | true | iface (default=false)

Moves the Rule Group control completely into the ge­ne­ra­ted rules engine. All corresponding conditions and actions are then omitted in the interface and du­ring implementation the manual programming of the loop around the rules engine call is also no longer needed.

True | False

Java, JavaScript, Type­Script, Python, Groovy, C# and ABAP

Entry in an LFET.Project.ini-file:
ide.Java.Interface.RuleGroups = true

IFace

Java, JavaScript, Type­Script, 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