Class AverageMeasure

java.lang.Object
com.invirgance.convirgance.olap.Measure
com.invirgance.convirgance.olap.measures.AverageMeasure

public class AverageMeasure extends Measure
Support for constructing average measures from metrics.
Author:
jbanes
  • Constructor Details

    • AverageMeasure

      public AverageMeasure()
      Default constructor that specifies the averaging function but leaves the name and the metric fields unassigned.
    • AverageMeasure

      public AverageMeasure(String name, Metric metric)
      Constructs an AverageMeasure with a specified name and metric.
      Parameters:
      name - the name assigned to the AverageMeasure as a String
      metric - the metric being averaged.