Class IlrNameUtil

java.lang.Object
ilog.rules.brl.IlrNameUtil

public class IlrNameUtil extends Object
This class provides utility methods used by the BAL->IRL translator to convert technical names handled by the engine into business name usually used in rule projects.
Since:
JRules 6.6
  • Method Details

    • getBusinessIdentifier

      public static String getBusinessIdentifier(String identifier)
      Reverts an engine identifier in a business name.
      Parameters:
      identifier - an engine identifier.
      Returns:
      a business name.