Class RuleComponentTable<T extends RuleComponent>

All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>
Direct Known Subclasses:
ActionTable, AggregateTable, DTComponentTable, ExpressionTable, PatternTable, RuleSetTable, RuleSheetTable, RuleTable, SimpleTestTable, VerbalRuleTable

public abstract class RuleComponentTable<T extends RuleComponent> extends DictionaryComponentTable<T>
RuleComponentTable is an extension of ArrayList used to remove and and reorder RuleComponents. To add new instances, use the specific type safe methods such as Action.add()
See Also:
  • Method Details

    • getParent

      public RuleComponent getParent()
      get parent RuleComponent
      Returns:
      RuleComponent