Interface AggregateValue


public interface AggregateValue
Implementing this Interface, several result set tuples are aggregated to one entry in tablemodel. (for example step data)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Mehthod which aggregates the Object with the Object o
    int
    Compare the key of this Aggregate Value, returns 0 if its the same key.
  • Method Details

    • compareKey

      int compareKey(Object o)
      Compare the key of this Aggregate Value, returns 0 if its the same key.
      Parameters:
      o - the object
      Returns:
      0 if its the same key
    • aggregate

      void aggregate(Object o)
      Mehthod which aggregates the Object with the Object o
      Parameters:
      o - tho object which is aggregated with this object The value of this object has to be set to the aggregated value