Interface.RuleID

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

ide.<ProgrammingLanguage>.Interface.RuleID = false | true | trace (default=false)

The following values are being taken into consideration now:

false

The default value: RuleIDs are not taken into account when gene­rating the interface

true

The RuleID of the rule and the current LastRuleID of the decision table are provided in the rules engine via additional getter methods

trace

At present, only available for Java, JavaScript, TypeScript, Python, Groovy and ABAP

The RuleID of the rule and the LastRuleID of the decision table are given as additional parameters for the interface Trace methods

Entry in an LFET.Project.ini-file:
ide.Java.Interface.RuleID = trace
Entry in an LFET.Project.yaml-file:
ide.Java:
  Enabled: true

  Interface:
    RuleID: trace