Package tools.refinery.interpreter.matchers.aggregators


package tools.refinery.interpreter.matchers.aggregators
  • Class
    Description
    This aggregator calculates the average of the values of a selected aggregate parameter of a called pattern.
    An aggregator to count the number of matches a pattern has.
     
    Incrementally computes the sum of java.lang.Double values
    Incrementally computes the minimum or maximum of java.lang.Comparable values, using the default comparison
     
     
    Incrementally computes the sum of java.lang.Integer values
     
    Incrementally computes the sum of java.lang.Long values
    This aggregator calculates the maximum value of a selected aggregate parameter of a called pattern.
    This aggregator calculates the minimum value of a selected aggregate parameter of a called pattern.
    This aggregator calculates the sum of the values of a selected aggregate parameter of a called pattern.