Beispiel #1
0
 private void reAccumulate() {
   for (IGroup g : _groups) {
     g.accumulate(_currentAccumulator);
   }
 }