Interface SimpleMode.RuleGroupAction

Enclosing class:
SimpleMode

public static interface SimpleMode.RuleGroupAction
Interface used around a group of rules - principally at the group start and the group end
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    end()
    Invoked at the end of a group
    void
    Set some string parameter for the group
    void
    Start of a generic group
    void
    start(int i)
    Start of a group characterised by some integer parameter
  • Method Details

    • setLabel

      void setLabel(String s)
      Set some string parameter for the group
      Parameters:
      s - a string value to be used for the group
    • start

      void start()
      Start of a generic group
    • start

      void start(int i)
      Start of a group characterised by some integer parameter
      Parameters:
      i - characteristic of this group
    • end

      void end()
      Invoked at the end of a group