Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2217:54422e31dc27
Added new model classes which will be used during historical discharge curve calculation.
flys-artifacts/trunk@3856 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 01 Feb 2012 12:24:05 +0000 |
parents | 31fa7cae0f35 |
children | 39933df6d0fe |
comparison
equal
deleted
inserted
replaced
2216:31fa7cae0f35 | 2217:54422e31dc27 |
---|---|
1 2012-02-01 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/Timerange.java: New. | |
4 This class might be used to store timeranges. Start and end time are | |
5 stores as long (milliseconds since january 1, 1970). | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/model/WQTimerange.java: | |
8 New. This class should be used to save Ws, Qs and timeranges. | |
9 | |
1 2012-02-01 Ingo Weinzierl <ingo@intevation.de> | 10 2012-02-01 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added helper | 12 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added helper |
4 methods to extract int[] and double[] from string. | 13 methods to extract int[] and double[] from string. |
5 | 14 |