(final BLevelRow o)
| 47 | } |
| 48 | |
| 49 | public void observe(final BLevelRow o) { |
| 50 | totalForLevel += o.totalForLevel; |
| 51 | sumLeft(totalByCorrectCategory,o.totalByCorrectCategory); |
| 52 | sumLeft(sumRunCorrectCategory,o.sumRunCorrectCategory); |
| 53 | sumLeft(sumRunFixedCategory,o.sumRunFixedCategory); |
| 54 | sumLeft(sumPCorrectCategory,o.sumPCorrectCategory); |
| 55 | sumLeft(sumPFixedCategory,o.sumPFixedCategory); |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | /* |