Business Rule Language Value Descriptor

ilog.rules.studio.model.brl.valueDescriptors

JRules 6.0

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

<!ELEMENT extension (valueDescriptor+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT valueDescriptor EMPTY>

<!ATTLIST valueDescriptor

id    CDATA #REQUIRED

key   CDATA #REQUIRED

class CDATA #REQUIRED>


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