Issue 14102: Redefine Collective Measures (smm-ftf) Source: Benchmark Consulting (Mr. Alain Picard, apic(at)benchmarkconsulting.com) Nature: Uncategorized Issue Severity: Summary: The CollectiveMeasure class was modified to allow more flexibility in a more compact model. Discussion: Summary of change: · Added a new enumeration called Accumulator that defines the following: o Sum o Maximum o Minimum o Average · Changed the CollectiveMeasure class "accumulator" attribute from a string to an "Accumulator" value. · Deleted AdditiveMeasure and MaximalMeasure classes. Resolution: • Added a new enumeration called Accumulator that defines the following: o Sum o Maximum o Minimum o Average • Changed the CollectiveMeasure class “accumulator” attribute from a string to an “Accumulator” value. • Deleted AdditiveMeasure and MaximalMeasure classes. Revised Text: Actions taken: July 27, 2009: received issue July 11, 2011: closed issue Discussion: End of Annotations:===== s is issue # 14102 Redefine Collective Measures The CollectiveMeasure class was modified to allow more flexibility in a more compact model. Discussion: Summary of change: · Added a new enumeration called Accumulator that defines the following: o Sum o Maximum o Minimum o Average · Changed the CollectiveMeasure class "accumulator" attribute from a string to an "Accumulator" value. · Deleted AdditiveMeasure and MaximalMeasure classes.