Class RuleTable

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

public class RuleTable extends RuleComponentTable<Rule>
RuleTable is a list of all the Rules in a RuleSet. Methods are provided for adding, deleting, or reordering rules.
See Also:
  • Method Details