Class SummaryResultGroup

All Implemented Interfaces:
IResultGroup, ResultValue

public class SummaryResultGroup extends ResultDoubleValue implements IResultGroup
A specialized ResultDoubleValue that serves as a container for grouping other result elements.

This class represents a logical grouping within a hierarchical result structure. It inherits all the parent-child relationship capabilities from ResultDoubleValue but serves specifically also as a container node.

Groups can contain any combination of ResultDoubleValue elements and other nested SummaryResultGroup elements. ResultDoubleValue.value() always returns the sum of the contained ResultDoubleValue elements

  • Constructor Details

    • SummaryResultGroup

      public SummaryResultGroup()