Business Rule Language Value Descriptor
Identifier:
ilog.rules.studio.model.brl.valueDescriptors
Since:
JRules 6.0
Description:
Allows plug-ins to define a value descriptor to be used in Rule Studio.
Configuration Markup:
<!ELEMENT extension (valueDescriptor+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
- point - A fully qualified identifier of the target extension point.
- id - An optional identifier of the extension instance.
- name - An optional name of the extension instance.
<!ELEMENT valueDescriptor EMPTY>
<!ATTLIST valueDescriptor
id CDATA #REQUIRED
key CDATA #REQUIRED
class CDATA #REQUIRED>
- id - The identifier of the value descriptor.
- key - The key of the value descriptor. This key is used to reference the value descriptor in the BOM, through a custom property named valueDescriptor, attached to a class, and whose value is this key.
- class - The class of the value descriptor. This class must implement ilog.rules.brl.value.descriptor.IlrValueDescriptor.
Supplied Implementation:
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.
Copyright © 1987-2008 ILOG S.A. All rights reserved.