Business Rule Language Value Info

ilog.rules.studio.model.brl.valueInfos

JRules 6.0

Allows plug-ins to define a value info to be used in Rule Studio.

<!ELEMENT extension (valueInfo+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT valueInfo EMPTY>

<!ATTLIST valueInfo

id    CDATA #IMPLIED

key   CDATA #IMPLIED

class CDATA #IMPLIED>


A value info is a Business Rule Language Definition Framework (BRLDF) mechanism for associating a value provider, a value checker and a value translator to arguments of methods in the BOM. This mechanisms are used to control values that can be used in business rules. To integrate a new value info that can be used in rule editors, you must define a value info class and an instance of this extension point.