Package oracle.rules.sdk2.dictionary
package oracle.rules.sdk2.dictionary
-
ClassDescriptionThe base implementation of the DictionaryFinder interface.Base Class for a VerbalChoice implementation.A Translated property has list of possible values
ChoosableProperty.getOptions(boolean)
and therefore the property values can be translated (i18n).A Choice provides a hierarchy of choices for aChoosableProperty
.enumerate the kinds of choiceA ChoiceList provides a hierarchy to the flat array of Strings returned from the SDK2 getOptions methods.A Choosable property can be chosen using a Choice treeBase class for Combined Models that span a given Dictionary and its Dictionary linksA DictionaryChangeEvent notifiesDictionaryChangeListener
s of changes in the state or validity of theRuleDictionary
.A RuleDictionary user should implement this interface and register it usingRuleDictionary.addDictionaryChangeListener(oracle.rules.sdk2.dictionary.DictionaryChangeListener)
DictionaryComponent<T extends DictionaryComponent>A dictionary component is a Map of name-value pairs that describes a rule, a fact type, an expression, etc.DictionaryComponent.Diff<T extends DictionaryComponent>This class describes the differences between 2DictionaryComponent
s, calledthis
andthat
from different RuleDictionaries.DictionaryComponentTable<T extends DictionaryComponent>A dictionary component table is a List of DictionaryComponents.ARuleDictionary
uses a DictionaryFinder to access linked dictionaries.A DictionaryLink logically includes another dictionary and its linked dictionaries in this one.A DictionaryLinkTable is a list of DictionaryLinks.DictionaryName<T extends DictionaryName>Base class for a RuleDictionary and its components and component tables.Base class for all dictionary component properties.Describe differences between 2DictionaryProperty
this
andthat
, and allow the differences from that to be appled to this so this and that are the same.Dictionary Object IDEdit Session is defined as the time during which a user edits the SimpleTest/Action of a Verbal Rule The Cache is primarily used for paging support and comprises of a.IDTable<T extends DictionaryComponent>An ID table is a List of DictionaryComponent IDs that provides a List<DictionaryComponent> interface similar to DictionaryComponentTable but does not contain the DictionaryComponents.IDTableProperty<T extends DictionaryComponent>IDTableProperty.Diff<T extends DictionaryComponent>MatchedChoicesIndex<T extends Choice>Internationalization for (static) strings returned from the SDK Includes dictionary object names, FORMs, priorities, etc.The Key to the resource bundle.Key Value1 Value2The RuleDictionary class is used to access and modify a rule dictionary in memory.Handle SAX Parsing Events.A SettableProperty can be setDescribe differences between 2SettableProperty
this
andthat
, and allow the differences from that to be appled to this so this and that are the same.TableProperty<T extends DictionaryComponent>A TableProperty is aDictionaryProperty
whose value is aDictionaryComponentTable
.TableProperty.Diff<T extends DictionaryComponent>A Translated property is a settable String-valued property.Simplified version of javax.swing.undo.UndoableEdit.UnnamedDictionaryComponent<T extends DictionaryComponent>A user-translated property allows the user to set a new translated value.Describe differences between 2SettableProperty
this
andthat
, and allow the differences from that to be appled to this so this and that are the same.Util contains static methods and constants for use with the editor classes.A Values property is a translated settable String array-valued property.Token TypeThis class represents the Value property of a VerbalRuleComponent The entire set of choices can be obtained through the getPermutedChoices(String pattern) method It also provides paged access to the list of valid choices through the getPermutedChoicesPaged(String pattern, int maxPageSize) method