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