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