Class PatternTable

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

public class PatternTable extends RuleComponentTable<Pattern>
A PatternTable is a list of Patterns used in a Rule.

The Patterns in a PatternTable are combined using the conjuntions defined in each Pattern. By default, Patterns in the Table are And'd and there are no groups.

See Also: