Business Rule Language Value Editor

ilog.rules.studio.model.brl.valueEditors

JRules 6.0

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

<!ELEMENT extension (valueEditor+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT valueEditor EMPTY>

<!ATTLIST valueEditor

id    CDATA #IMPLIED

key   CDATA #IMPLIED

class CDATA #IMPLIED>


A value editor is a Business Rule Language Definition Framework (BRLDF) mechanism for integrating a dedicated editor for a type of value in a business rule language. To integrate a value editor that can be used in rule editors, you must define a value editor and an instance of this extension point.