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:
  • Field Details

    • globalCounter

      public final int globalCounter
      The default value, 0, means that there is no global limit in this row
  • Method Details