Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 612:e86d37008fd1
Added new Transition and State for using the PreSettingsValue for the decision if a Transition could be used
and the usage of PreSettings as InputValues.
gnv-artifacts/trunk@678 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 12 Feb 2010 09:11:49 +0000 |
parents | 4b818f13e20a |
children | f20b65c1ebf3 |
comparison
equal
deleted
inserted
replaced
611:4b818f13e20a | 612:e86d37008fd1 |
---|---|
1 2010-02-12 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/PreSettingsTransferState.java: | |
4 This new State ist Implemented for the Case that Values of the PreSettings | |
5 has to be used instead of InputValues. This States will look into the | |
6 Presettings and put Values identified by the configurable Names into the | |
7 InputData-Collection. | |
8 For the Configuration you can insert the following XML-Element into the | |
9 Configuration of a State. | |
10 <presettings-transfer presetting="geometry" inputvalue="mesh_coordinate"/> | |
11 | |
12 * src/main/java/de/intevation/gnv/state/StateBase.java (getPreSettings), | |
13 src/main/java/de/intevation/gnv/state/State.java (getPreSettings): | |
14 Added a getter-method for the PreSettings that are set at the State. | |
15 Using this way e.g the PresettingsValueCompareTransition can reach the | |
16 Settings an can evaluate them. | |
17 | |
18 * src/main/java/de/intevation/gnv/transition/PresettingsValueCompareTransition.java (operator): | |
19 This transition will have a look at the Values which where ste during the | |
20 instantiation of an Artifact. If a defined Value is given an the Value is | |
21 Equal to the configured Value using the configured Operator the Transition | |
22 to the configured State could be used. Otherwise the Transition could not | |
23 be used. | |
24 | |
1 2010-02-11 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 25 2010-02-11 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 26 |
3 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | 27 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: |
4 Replaced method call which removes non selected parameters from parameter | 28 Replaced method call which removes non selected parameters from parameter |
5 list. At this time, there are only selected parameters in the list, so | 29 list. At this time, there are only selected parameters in the list, so |