Package ilog.rules.brl
Class IlrNameUtil
java.lang.Object
ilog.rules.brl.IlrNameUtil
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 Summary
Modifier and TypeMethodDescriptionstatic StringgetBusinessIdentifier(String identifier) Reverts an engine identifier in a business name.
-
Method Details
-
getBusinessIdentifier
Reverts an engine identifier in a business name.- Parameters:
identifier- an engine identifier.- Returns:
- a business name.
-