InterfaceRulesClass.Name
ide.<ProgrammingLanguage>.InterfaceRulesClass.Name = any
With this parameter an individual name for the logic module (the rules engine) can optionally be specified. By default, LF‑ET uses the file name of the decision table for this.
Entry in an LFET.Project.ini-file:
ide.Java.InterfaceRulesClass.Name = ${dt.name}_RulesEngine
Entry in an LFET.Project.yaml-file:
ide.Java:
InterfaceRulesClass:
Name: ${dt.name}_RulesEngine