Interface Summator

All Known Implementing Classes:
EntrySummator, FieldSummator

public interface Summator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addUp(String groupName)
    addUp the value of the sum to date.
     
    void
    reset(String groupName)
     
  • Method Details

    • addUp

      void addUp(String groupName)
      addUp the value of the sum to date.
    • reset

      void reset(String groupName)
    • getResult

      String getResult()