Package oracle.rules.sdk2.ruleset
package oracle.rules.sdk2.ruleset
-
ClassDescriptionAn action, such as assert, assign, call, or retract.An ActionTable is an ordered list of actions.An Aggregate is an advanced expression that is obliged to be enclosed in a built-in or user-defined aggregate function.An AggregateTable is a list of expressions which can be used in function calls or asserts.APIs to query DataModelCommon Effective Date Support Constants.An expression is a String containing one or more primary expression terms.Internal Use Only.An ExpressionTable is a list of expressions which can be used in function calls or asserts.Scans an input expression string, and if successful, parses the string.FactBinding<T extends FactBinding>Note: As of OBR 12, Patterns are used in simple mode have no tests.A PatternTable is a list of Patterns used in a Rule.Base Class for any form of Rule (Rule, RuleSheet, VerbalRule etc) Contains only properties and behavior shared by all Rule Forms (Header properties and SimpleTests)Describes the type of the Rule - Rule, VerbalRule or RuleSheetRuleCommon<T extends RuleCommon>Common superclass of Rule and RuleSheetRuleComponent<T extends RuleComponent>RuleComponent is an Abstract Class which enables access to properties through generic accessors by extending HashMap.RuleComponentTable<T extends RuleComponent>RuleComponentTable is an extension of ArrayList used to remove and and reorder RuleComponents.A RuleSet has a name, a table of Rules, and a table of RuleSheets.RuleSetTable is a list of all the RuleSets in a Dictionary.A RuleSet contains a RuleSheetTable, which holds multiple RuleSheets.RuleTable is a list of all the Rules in a RuleSet.A SimpleTest has one of the following Forms: FORM_SIMPLE - a == 1 FORM_EXPRESSION - isNull(x) FORM_VARIABLE_DEFINITION - x = 1 FORM_NESTED - (...)A SimpleTestTable contains SimpleTestExpression's which are combined with AND's or OR's.Describes parse tokens returned by
Expression
method calls.UnnamedRuleComponent<T extends RuleComponent>Restricts RuleComponent by taking away name and alias properties.Internal Use Only.Location of expression requiring in scope variables from this component.