Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/Changelog @ 95:13402ac8d8fe
Put the Statisticscalulation to the Outmethod of the OutputTransition.
gnv-artifacts/trunk@140 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 28 Sep 2009 08:20:28 +0000 |
parents | 6a825a184883 |
children | 4241af6ae374 |
comparison
equal
deleted
inserted
replaced
94:6a825a184883 | 95:13402ac8d8fe |
---|---|
1 2009-09-28 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/statistics/TimeseriesStatistics.java Edited: | |
4 Moved the calculating-Methods from the Conmstructor to an separat Method. | |
5 Switched the ResultContainer from Array to Collection | |
6 * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java (out) Edited: | |
7 Added the Output-Variante for generating Statistics | |
8 | |
1 2009-09-28 Tim Englich <tim.englich@intevation.de> | 9 2009-09-28 Tim Englich <tim.englich@intevation.de> |
2 | 10 |
3 * pom.xml Edited: | 11 * pom.xml Edited: |
4 Added Link to Apache-Commons-Math to get the required Classes for the calculation | 12 Added Link to Apache-Commons-Math to get the required Classes for the calculation |
5 of Statistics. | 13 of Statistics. |