Class RuleSheetTable

All Implemented Interfaces:
Serializable, Cloneable, Iterable<RuleSheet>, Collection<RuleSheet>, List<RuleSheet>

public class RuleSheetTable extends RuleComponentTable<RuleSheet>
A RuleSet contains a RuleSheetTable, which holds multiple RuleSheets. The RuleSet provides a way to group decision tables along with IF...THEN rules, and execute them together as a set of interrelated rules.
See Also:
  • Constructor Details

    • RuleSheetTable

      public RuleSheetTable(DictionaryObject parent)
      Public only because its called from the ruleset pkg. Don't use this.
      Parameters:
      parent -
  • Method Details