Class RuleSet.Row

All Implemented Interfaces:
Serializable, Cloneable, Iterable<RuleSet.Atom>, Collection<RuleSet.Atom>, List<RuleSet.Atom>, RandomAccess
Enclosing class:
RuleSet

public static class RuleSet.Row
extends Vector<RuleSet.Atom>
A row object represents the content of one line of the rule set description file, i.e. the optional global counter and one or several rules
See Also:
Serialized Form