Class EntrySummator

java.lang.Object
com.softwaremining.report.EntrySummator
All Implemented Interfaces:
Summator

public class EntrySummator extends Object implements Summator
for representation of Report entry field such as:
Note that there is no field called "CTL_AGENT_TOTAL" - It is another report line defined as: the 2nd line is kept here as reportEntry.
  • Constructor Details

    • EntrySummator

      public EntrySummator(ReportEntry target)
      Parameters:
      target - - represents
  • Method Details

    • addUp

      public void addUp(String groupName)
      Description copied from interface: Summator
      addUp the value of the sum to date.
      Specified by:
      addUp in interface Summator
    • reset

      public void reset(String groupName)
      Specified by:
      reset in interface Summator
    • getResult

      public String getResult()
      Specified by:
      getResult in interface Summator