Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2709:cd6bcca17de6
Added states and improved transition model for MINFO middle bed height calculation.
flys-artifacts/trunk@4431 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 May 2012 15:09:55 +0000 |
parents | 282db12a5bdf |
children | 013882485011 |
comparison
equal
deleted
inserted
replaced
2708:282db12a5bdf | 2709:cd6bcca17de6 |
---|---|
1 2012-05-16 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/minfo.xml: Added states and transitions for MINFO | |
4 middle bed height calculation. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/states/MultiStringArrayState.java: | |
7 New. Nearly a copy of MultiIntArrayState but uses String values. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/states/SoundingsSelect.java: | |
10 New subclass of MultiStringArrayState. It will be used for bed heights | |
11 selection. We need to do handle the values as string, because singles | |
12 and epochs are mixed, so the DB ID is not enough as parameter value. | |
13 | |
14 * src/main/java/de/intevation/flys/artifacts/states/MiddleBedHeight.java: | |
15 New. This state will trigger the calculation for middle bed height in | |
16 MINFO module. | |
17 | |
1 2012-05-16 Ingo Weinzierl <ingo@intevation.de> | 18 2012-05-16 Ingo Weinzierl <ingo@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/flys/artifacts/states/MultiIntArrayState.java: | 20 * src/main/java/de/intevation/flys/artifacts/states/MultiIntArrayState.java: |
4 Do not add a <art:choices> element to the dynamic DESCRIBE but add the | 21 Do not add a <art:choices> element to the dynamic DESCRIBE but add the |
5 <art:item> directly to <art:select> which allows using default mechanism | 22 <art:item> directly to <art:select> which allows using default mechanism |