Class GroupingNode

    • Constructor Detail

      • GroupingNode

        protected GroupingNode​(String image,
                               String label)
    • Method Detail

      • getLabel

        public String getLabel()
        Returns the label assigned to this grouping expression.
        Returns:
        The label string.
      • getImage

        protected String getImage()
      • setLabel

        public GroupingNode setLabel​(String str)
        Assigns a label to this grouping expression. The label is applied to the results of this expression so that they can be identified by the caller when processing the output.
        Parameters:
        str - The label to assign to this.
        Returns:
        This, to allow chaining.