AverageReportValues

AverageReportValues

Superclass
SingleEditorValues

Subclasses
none

Referenced By
none

AverageReportValues was developed to support subclasses that have queries and
values that return the report values for the average of months.

If you have "n" months then the formula for calculating the values is:
	(m(0) + m(1) + m(2) + .... +m(n-1) + m(n)) / (n + 1)

Instance Variables:
numOfMonths <BlockValue> [A block value that calculates the selected number of months which is used for calculating average report values. This value gets automatically updated whenever the selection criteria gets changed. numOfMonths is always equal to number of months currently being viewed plus one. Developed By: Joseph W. Yoder (yoder@cs.uiuc.edu) and Jee Ku (jku@cat.ncsa.uiuc.edu)