Verbalizers
Identifier:
ilog.rules.studio.model.vocabulary.verbalizers
Since:
JRules 6.0
Description:
Allows plug-ins to define a new verbalizer in Rule Studio.
Configuration Markup:
<!ELEMENT extension (verbalizer)>
<!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 verbalizer EMPTY>
<!ATTLIST verbalizer
class CDATA #REQUIRED
locale CDATA #REQUIRED>
- class - The fully qualified name of a Java class implementing ilog.rules.vocabulary.IlrVerbalizer.
- locale - The locale to which this verbalizer is associated. For example,
en_US for American English, or fr for French.
Supplied Implementation:
A verbalizer is used to support the vocabulary in a specific locale in Rule Studio.
Copyright © 1987-2008 ILOG S.A. All rights reserved.