Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 357:37b320bb292b
Added a further state that is reached if the waterlevel calculation mode has been chosen.
flys-artifacts/trunk@1764 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 28 Apr 2011 11:32:41 +0000 |
parents | 22e9574c8b1b |
children | f530114182d2 |
comparison
equal
deleted
inserted
replaced
356:22e9574c8b1b | 357:37b320bb292b |
---|---|
1 2011-04-28 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/WaterlevelState.java: New. | |
4 This state should be reached if the 'calc.surface.curve' calculation | |
5 method has been chosen. | |
6 | |
7 * doc/conf/artifacts/winfo.xml: Modified a transition and added the | |
8 WaterlevelState. This state is reached if the 'calc.surface.curve' | |
9 calculation method has been chosen. It currently has 1 output - a | |
10 longitudinal section that is not implemented yet! | |
11 | |
1 2011-04-28 Ingo Weinzierl <ingo@intevation.de> | 12 2011-04-28 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/artifacts/transitions/ValueCompareTransition.java: | 14 * src/main/java/de/intevation/flys/artifacts/transitions/ValueCompareTransition.java: |
4 New. This transition is valid if the a data object of the current | 15 New. This transition is valid if the a data object of the current |
5 artifact equals/notequals a configured value in the transition model. | 16 artifact equals/notequals a configured value in the transition model. |