comparison artifacts/doc/conf/artifacts/bundu.xml @ 9432:d194c5b24bf8

Added bundu bzws w calculation and longitudinal sections of wspl and depth
author mschaefer
date Mon, 20 Aug 2018 09:46:02 +0200
parents 2da486c7c05f
children d2f5375ede26
comparison
equal deleted inserted replaced
9431:eeea16ea0980 9432:d194c5b24bf8
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <artifact name="bundu"> 2 <artifact name="bundu">
3 <states> 3 <states>
4 <state id="state.bundu.river" description="state.bundu.river" helpText="help.state.bundu.river" state="org.dive4elements.river.artifacts.states.RiverSelect"> 4 <state id="state.bundu.river" description="state.bundu.river" helpText="help.state.bundu.river" state="org.dive4elements.river.artifacts.states.RiverSelect">
5 <data name="river" type="String" /> 5 <data name="river" type="String"/>
6 </state> 6 </state>
7 7
8 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> 8 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
9 <from state="state.bundu.river" /> 9 <from state="state.bundu.river"/>
10 <to state="state.bundu.calculation.mode" /> 10 <to state="state.bundu.calculation.mode"/>
11 </transition> 11 </transition>
12 12
13 <state id="state.bundu.calculation.mode" helpText="help.state.bundu.calculation_mode" description="state.bundu.calculation.mode" state="org.dive4elements.river.artifacts.bundu.CalculationSelectBundu"> 13 <state id="state.bundu.calculation.mode" helpText="help.state.bundu.calculation_mode" description="state.bundu.calculation.mode" state="org.dive4elements.river.artifacts.bundu.CalculationSelectBundu">
14 <data name="calculation_mode" type="String" /> 14 <data name="calculation_mode" type="String"/>
15 </state> 15 </state>
16 16
17 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 17 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
18 <from state="state.bundu.calculation.mode" /> 18 <from state="state.bundu.calculation.mode"/>
19 <to state="state.bundu.location" /> 19 <to state="state.bundu.location"/>
20 <condition data="calculation_mode" value="bundu_analysis" operator="equal" /> 20 <condition data="calculation_mode" value="bundu_analysis" operator="equal"/>
21 </transition> 21 </transition>
22 22
23 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 23 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
24 <from state="state.bundu.calculation.mode" /> 24 <from state="state.bundu.calculation.mode"/>
25 <to state="state.bundu.location" /> 25 <to state="state.bundu.location"/>
26 <condition data="calculation_mode" value="bundu_vollmer" operator="equal" /> 26 <condition data="calculation_mode" value="bundu_vollmer" operator="equal"/>
27 </transition> 27 </transition>
28 28
29 <state id="state.bundu.location" description="state.bundu.location" helpText="help.state.fix.location" state="org.dive4elements.river.artifacts.states.fixation.LocationSelect"> 29 <state id="state.bundu.location" description="state.bundu.location" helpText="help.state.fix.location" state="org.dive4elements.river.artifacts.states.fixation.LocationSelect">
30 <data name="ld_from" type="Double" /> 30 <data name="ld_from" type="Double"/>
31 <data name="ld_to" type="Double" /> 31 <data name="ld_to" type="Double"/>
32 <data name="ld_step" type="Double" /> 32 <data name="ld_step" type="Double"/>
33 </state> 33 </state>
34 34
35 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 35 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
36 <from state="state.bundu.location" /> 36 <from state="state.bundu.location"/>
37 <to state="state.bundu.period" /> 37 <to state="state.bundu.period"/>
38 <condition data="calculation_mode" value="bundu_vollmer" operator="equal" /> 38 <condition data="calculation_mode" value="bundu_vollmer" operator="equal"/>
39 </transition> 39 </transition>
40 40
41 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 41 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
42 <from state="state.bundu.location" /> 42 <from state="state.bundu.location"/>
43 <to state="state.bundu.period" /> 43 <to state="state.bundu.period"/>
44 <condition data="calculation_mode" value="bundu_analysis" operator="equal" /> 44 <condition data="calculation_mode" value="bundu_analysis" operator="equal"/>
45 </transition> 45 </transition>
46 46
47 <state id="state.bundu.period" description="state.bundu.period" helpText="help.state.fix.period" state="org.dive4elements.river.artifacts.states.fixation.FixationPeriod"> 47 <state id="state.bundu.period" description="state.bundu.period" helpText="help.state.fix.period" state="org.dive4elements.river.artifacts.states.fixation.FixationPeriod">
48 <data name="start" type="Long" /> 48 <data name="start" type="Long"/>
49 <data name="end" type="Long" /> 49 <data name="end" type="Long"/>
50 </state> 50 </state>
51 51
52 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> 52 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
53 <from state="state.bundu.period" /> 53 <from state="state.bundu.period"/>
54 <to state="state.bundu.gaugerange" /> 54 <to state="state.bundu.gaugerange"/>
55 </transition> 55 </transition>
56 56
57 <state id="state.bundu.gaugerange" description="state.bundu.gaugerange" helpText="help.state.fix.gaugerange" state="org.dive4elements.river.artifacts.states.fixation.GaugeRange"> 57 <state id="state.bundu.gaugerange" description="state.bundu.gaugerange" helpText="help.state.fix.gaugerange" state="org.dive4elements.river.artifacts.states.fixation.GaugeRange">
58 <data name="q1" type="Integer" /> 58 <data name="q1" type="Integer"/>
59 <data name="q2" type="Integer" /> 59 <data name="q2" type="Integer"/>
60 </state> 60 </state>
61 61
62 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> 62 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
63 <from state="state.bundu.gaugerange" /> 63 <from state="state.bundu.gaugerange"/>
64 <to state="state.bundu.eventselect" /> 64 <to state="state.bundu.eventselect"/>
65 </transition> 65 </transition>
66 66
67 <state id="state.bundu.eventselect" description="state.bundu.eventselect" helpText="help.state.fix.eventselect" state="org.dive4elements.river.artifacts.states.fixation.EventSelect"> 67 <state id="state.bundu.eventselect" description="state.bundu.eventselect" helpText="help.state.fix.eventselect" state="org.dive4elements.river.artifacts.states.fixation.EventSelect">
68 <data name="events" type="intarray" /> 68 <data name="events" type="intarray"/>
69 </state> 69 </state>
70 70
71 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 71 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
72 <from state="state.bundu.eventselect" /> 72 <from state="state.bundu.eventselect"/>
73 <to state="state.bundu.analysis.referenceperiod" /> 73 <to state="state.bundu.analysis.referenceperiod"/>
74 <condition data="calculation_mode" value="bundu_analysis" operator="equal" /> 74 <condition data="calculation_mode" value="bundu_analysis" operator="equal"/>
75 </transition> 75 </transition>
76 76
77 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 77 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
78 <from state="state.bundu.eventselect" /> 78 <from state="state.bundu.eventselect"/>
79 <to state="state.bundu.vollmer.function" /> 79 <to state="state.bundu.vollmer.function"/>
80 <condition data="calculation_mode" value="bundu_vollmer" operator="equal" /> 80 <condition data="calculation_mode" value="bundu_vollmer" operator="equal"/>
81 </transition> 81 </transition>
82 82
83 <state id="state.bundu.analysis.referenceperiod" helpText="help.state.fix.analysis.referenceperiod" description="state.bundu.analysis.referenceperiod" state="org.dive4elements.river.artifacts.states.fixation.ReferencePeriod"> 83 <state id="state.bundu.analysis.referenceperiod" helpText="help.state.fix.analysis.referenceperiod" description="state.bundu.analysis.referenceperiod" state="org.dive4elements.river.artifacts.states.fixation.ReferencePeriod">
84 <data name="ref_start" type="Long" /> 84 <data name="ref_start" type="Long"/>
85 <data name="ref_end" type="Long" /> 85 <data name="ref_end" type="Long"/>
86 </state> 86 </state>
87 87
88 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> 88 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
89 <from state="state.bundu.analysis.referenceperiod" /> 89 <from state="state.bundu.analysis.referenceperiod"/>
90 <to state="state.bundu.analysis.analysisperiods" /> 90 <to state="state.bundu.analysis.analysisperiods"/>
91 </transition> 91 </transition>
92 92
93 <state id="state.bundu.analysis.analysisperiods" helpText="help.state.fix.analysis.analysisperiods" description="state.bundu.analysis.analysisperiods" state="org.dive4elements.river.artifacts.states.fixation.AnalysisPeriods"> 93 <state id="state.bundu.analysis.analysisperiods" helpText="help.state.fix.analysis.analysisperiods" description="state.bundu.analysis.analysisperiods" state="org.dive4elements.river.artifacts.states.fixation.AnalysisPeriods">
94 <data name="ana_data" type="String" /> 94 <data name="ana_data" type="String"/>
95 </state> 95 </state>
96 96
97 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> 97 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
98 <from state="state.bundu.analysis.analysisperiods" /> 98 <from state="state.bundu.analysis.analysisperiods"/>
99 <to state="state.bundu.analysis.function" /> 99 <to state="state.bundu.analysis.function"/>
100 </transition> 100 </transition>
101 101
102 <state id="state.bundu.analysis.function" helpText="help.state.fix.analysis.function" description="state.bundu.analysis.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect"> 102 <state id="state.bundu.analysis.function" helpText="help.state.fix.analysis.function" description="state.bundu.analysis.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect">
103 <data name="function" type="String" /> 103 <data name="function" type="String"/>
104 </state> 104 </state>
105 105
106 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> 106 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
107 <from state="state.bundu.analysis.function" /> 107 <from state="state.bundu.analysis.function"/>
108 <to state="state.bundu.analysis.preprocessing" /> 108 <to state="state.bundu.analysis.preprocessing"/>
109 </transition> 109 </transition>
110 110
111 <state id="state.bundu.analysis.preprocessing" helpText="help.state.fix.analysis.preprocessing" description="state.bundu.analysis.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect"> 111 <state id="state.bundu.analysis.preprocessing" helpText="help.state.fix.analysis.preprocessing" description="state.bundu.analysis.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect">
112 <data name="preprocessing" type="Boolean" /> 112 <data name="preprocessing" type="Boolean"/>
113 </state> 113 </state>
114 114
115 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> 115 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
116 <from state="state.bundu.analysis.preprocessing" /> 116 <from state="state.bundu.analysis.preprocessing"/>
117 <to state="state.bundu.analysis.compute" /> 117 <to state="state.bundu.analysis.compute"/>
118 </transition> 118 </transition>
119 119
120 <state id="state.bundu.analysis.compute" helpText="help.state.fix.analysis.compute" description="state.bundu.analysis.compute" state="org.dive4elements.river.artifacts.states.fixation.FixAnalysisCompute"> 120 <state id="state.bundu.analysis.compute" helpText="help.state.fix.analysis.compute" description="state.bundu.analysis.compute" state="org.dive4elements.river.artifacts.states.fixation.FixAnalysisCompute">
121 <outputmodes> 121 <outputmodes>
122 <outputmode name="fix_deltawt_export" description="output.fix_deltawt_export" mine-type="text/plain" type="export"> 122 <outputmode name="fix_deltawt_export" description="output.fix_deltawt_export" mine-type="text/plain" type="export">
123 <facets> 123 <facets>
124 <facet name="csv" description="facet.fix_deltawt.csv" /> 124 <facet name="csv" description="facet.fix_deltawt.csv"/>
125 <facet name="pdf" description="facet.waterlevel_export.pdf" /> 125 <facet name="pdf" description="facet.waterlevel_export.pdf"/>
126 </facets> 126 </facets>
127 </outputmode> 127 </outputmode>
128 <outputmode name="fix_parameters_export" description="output.fix_parameters_export" mine-type="text/plain" type="export"> 128 <outputmode name="fix_parameters_export" description="output.fix_parameters_export" mine-type="text/plain" type="export">
129 <facets> 129 <facets>
130 <facet name="fix_parameters" description="facet.fix_parameters.csv" /> 130 <facet name="fix_parameters" description="facet.fix_parameters.csv"/>
131 </facets> 131 </facets>
132 </outputmode> 132 </outputmode>
133 <outputmode name="fix_wq_curve_at_export" description="output.fix_wq_curve_at_export" mime-type="text/plain" type="export"> 133 <outputmode name="fix_wq_curve_at_export" description="output.fix_wq_curve_at_export" mime-type="text/plain" type="export">
134 <facets> 134 <facets>
135 <facet name="at" description="facet.fix_wq_curve_export.at" /> 135 <facet name="at" description="facet.fix_wq_curve_export.at"/>
136 </facets> 136 </facets>
137 </outputmode> 137 </outputmode>
138 <outputmode name="fix_wq_curve" description="output.fix_wq_curve" mine-type="image/png" type="chart"> 138 <outputmode name="fix_wq_curve" description="output.fix_wq_curve" mine-type="image/png" type="chart">
139 <facets> 139 <facets>
140 <facet name="fix_sector_average_wq_0" description="Average values for Ws in Q sectors." /> 140 <facet name="fix_sector_average_wq_0" description="Average values for Ws in Q sectors."/>
141 <facet name="fix_sector_average_wq_1" description="Average values for Ws in Q sectors." /> 141 <facet name="fix_sector_average_wq_1" description="Average values for Ws in Q sectors."/>
142 <facet name="fix_sector_average_wq_2" description="Average values for Ws in Q sectors." /> 142 <facet name="fix_sector_average_wq_2" description="Average values for Ws in Q sectors."/>
143 <facet name="fix_sector_average_wq_3" description="Average values for Ws in Q sectors." /> 143 <facet name="fix_sector_average_wq_3" description="Average values for Ws in Q sectors."/>
144 <facet name="fix_analysis_events_wq" description="Raw event values used in the calculation" /> 144 <facet name="fix_analysis_events_wq" description="Raw event values used in the calculation"/>
145 <facet name="fix_reference_events_wq" description="Raw event values used in the calculation" /> 145 <facet name="fix_reference_events_wq" description="Raw event values used in the calculation"/>
146 <facet name="fix_wq_curve" description="WQ curve" /> 146 <facet name="fix_wq_curve" description="WQ curve"/>
147 <facet name="qsectors" description="qsectors." /> 147 <facet name="qsectors" description="qsectors."/>
148 <facet name="other.wqkms.q" description="W-Type of data" /> 148 <facet name="other.wqkms.q" description="W-Type of data"/>
149 <facet name="other.wqkms.w" description="W-Type of data" /> 149 <facet name="other.wqkms.w" description="W-Type of data"/>
150 <facet name="other.wkms" description="facet.other.wkms" /> 150 <facet name="other.wkms" description="facet.other.wkms"/>
151 <facet name="other.wkms.marks" description="facet.other.wkms.makrs" /> 151 <facet name="other.wkms.marks" description="facet.other.wkms.makrs"/>
152 <facet name="other.wqkms" description="facet.other.wqkms" /> 152 <facet name="other.wqkms" description="facet.other.wqkms"/>
153 <facet name="longitudinal_section.w" description="facet.longitudinal_section.w" /> 153 <facet name="longitudinal_section.w" description="facet.longitudinal_section.w"/>
154 <facet name="other.wq" description="Point-like data like fixations" /> 154 <facet name="other.wq" description="Point-like data like fixations"/>
155 <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points" /> 155 <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points"/>
156 <facet name="discharge_curve.curve" description="facet.discharge_curve.curve" /> 156 <facet name="discharge_curve.curve" description="facet.discharge_curve.curve"/>
157 <facet name="fix_wq_curve.manualpoints" description="Manual points" /> 157 <facet name="fix_wq_curve.manualpoints" description="Manual points"/>
158 <facet name="mainvalues.q" description="mainvalues.q" /> 158 <facet name="mainvalues.q" description="mainvalues.q"/>
159 <facet name="mainvalues.w" description="mainvalues.w" /> 159 <facet name="mainvalues.w" description="mainvalues.w"/>
160 </facets> 160 </facets>
161 </outputmode> 161 </outputmode>
162 <outputmode name="fix_deltawt_curve" description="output.fix_deltawt_curve" mine-type="image/png" type="chart"> 162 <outputmode name="fix_deltawt_curve" description="output.fix_deltawt_curve" mine-type="image/png" type="chart">
163 <facets> 163 <facets>
164 <facet name="fix_sector_average_dwt_0" description="Average values for Ws in Q sectors." /> 164 <facet name="fix_sector_average_dwt_0" description="Average values for Ws in Q sectors."/>
165 <facet name="fix_sector_average_dwt_1" description="Average values for Ws in Q sectors." /> 165 <facet name="fix_sector_average_dwt_1" description="Average values for Ws in Q sectors."/>
166 <facet name="fix_sector_average_dwt_2" description="Average values for Ws in Q sectors." /> 166 <facet name="fix_sector_average_dwt_2" description="Average values for Ws in Q sectors."/>
167 <facet name="fix_sector_average_dwt_3" description="Average values for Ws in Q sectors." /> 167 <facet name="fix_sector_average_dwt_3" description="Average values for Ws in Q sectors."/>
168 <facet name="fix_analysis_events_dwt" description="Raw event values used in the calculation" /> 168 <facet name="fix_analysis_events_dwt" description="Raw event values used in the calculation"/>
169 <facet name="fix_reference_events_dwt" description="Raw event values used in the calculation" /> 169 <facet name="fix_reference_events_dwt" description="Raw event values used in the calculation"/>
170 <facet name="fix_analysis_periods_dwt" description="Dateranges of analysis periods." /> 170 <facet name="fix_analysis_periods_dwt" description="Dateranges of analysis periods."/>
171 <facet name="fix_deviation_dwt" description="The standard variance" /> 171 <facet name="fix_deviation_dwt" description="The standard variance"/>
172 <facet name="fix_deltawt_curve.manualpoints" description="Manual points" /> 172 <facet name="fix_deltawt_curve.manualpoints" description="Manual points"/>
173 <facet name="fix_reference_period_dwt" description="Reference period" /> 173 <facet name="fix_reference_period_dwt" description="Reference period"/>
174 </facets> 174 </facets>
175 </outputmode> 175 </outputmode>
176 <outputmode name="fix_longitudinal_section_curve" description="output.fix_longitudinal_section_curve" mine-type="image/png" type="chart"> 176 <outputmode name="fix_longitudinal_section_curve" description="output.fix_longitudinal_section_curve" mine-type="image/png" type="chart">
177 <facets> 177 <facets>
178 <facet name="fix_sector_average_ls_0" description="Average values for Ws in Q sectors." /> 178 <facet name="fix_sector_average_ls_0" description="Average values for Ws in Q sectors."/>
179 <facet name="fix_sector_average_ls_1" description="Average values for Ws in Q sectors." /> 179 <facet name="fix_sector_average_ls_1" description="Average values for Ws in Q sectors."/>
180 <facet name="fix_sector_average_ls_2" description="Average values for Ws in Q sectors." /> 180 <facet name="fix_sector_average_ls_2" description="Average values for Ws in Q sectors."/>
181 <facet name="fix_sector_average_ls_3" description="Average values for Ws in Q sectors." /> 181 <facet name="fix_sector_average_ls_3" description="Average values for Ws in Q sectors."/>
182 <facet name="fix_sector_average_ls_deviation_0" description="Average values for Ws in Q sectors." /> 182 <facet name="fix_sector_average_ls_deviation_0" description="Average values for Ws in Q sectors."/>
183 <facet name="fix_sector_average_ls_deviation_1" description="Average values for Ws in Q sectors." /> 183 <facet name="fix_sector_average_ls_deviation_1" description="Average values for Ws in Q sectors."/>
184 <facet name="fix_sector_average_ls_deviation_2" description="Average values for Ws in Q sectors." /> 184 <facet name="fix_sector_average_ls_deviation_2" description="Average values for Ws in Q sectors."/>
185 <facet name="fix_sector_average_ls_deviation_3" description="Average values for Ws in Q sectors." /> 185 <facet name="fix_sector_average_ls_deviation_3" description="Average values for Ws in Q sectors."/>
186 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" /> 186 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/>
187 <facet name="fix_deviation_ls" description="The standard variance" /> 187 <facet name="fix_deviation_ls" description="The standard variance"/>
188 <facet name="fix_analysis_events_ls" description="Average values for Ws in Q sectors." /> 188 <facet name="fix_analysis_events_ls" description="Average values for Ws in Q sectors."/>
189 <facet name="fix_reference_events_ls" description="Average values for Ws in Q sectors." /> 189 <facet name="fix_reference_events_ls" description="Average values for Ws in Q sectors."/>
190 <facet name="fix_longitudinal_section_curve.manualpoints" description="Manual points" /> 190 <facet name="fix_longitudinal_section_curve.manualpoints" description="Manual points"/>
191 <facet name="other.wqkms.q" description="W-Type of data" /> 191 <facet name="other.wqkms.q" description="W-Type of data"/>
192 <facet name="other.wqkms.w" description="W-Type of data" /> 192 <facet name="other.wqkms.w" description="W-Type of data"/>
193 </facets> 193 </facets>
194 </outputmode> 194 </outputmode>
195 <outputmode name="fix_derivate_curve" description="output.fix_derivate_curve" mine-type="image/png" type="chart"> 195 <outputmode name="fix_derivate_curve" description="output.fix_derivate_curve" mine-type="image/png" type="chart">
196 <facets> 196 <facets>
197 <facet name="fix_derivate_curve" description="Derivate curve" /> 197 <facet name="fix_derivate_curve" description="Derivate curve"/>
198 <facet name="fix_derivate_curve.manualpoints" description="Manual points" /> 198 <facet name="fix_derivate_curve.manualpoints" description="Manual points"/>
199 </facets> 199 </facets>
200 </outputmode> 200 </outputmode>
201 <outputmode name="fix_report" description="output.fix_report.report" mime-type="text/plain" type="report"> 201 <outputmode name="fix_report" description="output.fix_report.report" mime-type="text/plain" type="report">
202 <facets> 202 <facets>
203 <facet name="report" description="facet.fix.report" /> 203 <facet name="report" description="facet.fix.report"/>
204 </facets> 204 </facets>
205 </outputmode> 205 </outputmode>
206 </outputmodes> 206 </outputmodes>
207 </state> 207 </state>
208 208
209 <state id="state.bundu.vollmer.function" helpText="help.state.fix.vollmer.function" description="state.bundu.vollmer.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect"> 209 <state id="state.bundu.vollmer.function" helpText="help.state.fix.vollmer.function" description="state.bundu.vollmer.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect">
210 <data name="function" type="String" /> 210 <data name="function" type="String"/>
211 </state> 211 </state>
212 212
213 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> 213 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
214 <from state="state.bundu.vollmer.function" /> 214 <from state="state.bundu.vollmer.function"/>
215 <to state="state.bundu.vollmer.preprocessing" /> 215 <to state="state.bundu.vollmer.preprocessing"/>
216 </transition> 216 </transition>
217 217
218 <state id="state.bundu.vollmer.preprocessing" helpText="help.state.fix.vollmer.preprocessing" description="state.bundu.vollmer.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect"> 218 <state id="state.bundu.vollmer.preprocessing" helpText="help.state.fix.vollmer.preprocessing" description="state.bundu.vollmer.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect">
219 <data name="preprocessing" type="Boolean" /> 219 <data name="preprocessing" type="Boolean"/>
220 </state> 220 </state>
221 221
222 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> 222 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
223 <from state="state.bundu.vollmer.preprocessing" /> 223 <from state="state.bundu.vollmer.preprocessing"/>
224 <to state="state.bundu.vollmer.qs" /> 224 <to state="state.bundu.vollmer.qs"/>
225 </transition> 225 </transition>
226 226
227 <state id="state.bundu.vollmer.qs" description="state.bundu.vollmer.qs" helpText="help.state.fix.vollmer.qs" state="org.dive4elements.river.artifacts.states.WQFixing"> 227 <state id="state.bundu.vollmer.qs" description="state.bundu.vollmer.qs" helpText="help.state.fix.vollmer.qs" state="org.dive4elements.river.artifacts.states.WQFixing">
228 <data name="wq_isq" type="String" /> 228 <data name="wq_isq" type="String"/>
229 <data name="wq_values" type="WQTriple" /> 229 <data name="wq_values" type="WQTriple"/>
230 </state> 230 </state>
231 231
232 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> 232 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
233 <from state="state.bundu.vollmer.qs" /> 233 <from state="state.bundu.vollmer.qs"/>
234 <to state="state.bundu.vollmer.compute" /> 234 <to state="state.bundu.vollmer.compute"/>
235 </transition> 235 </transition>
236 236
237 <state id="state.bundu.vollmer.compute" helpText="help.state.fix.vollmer.compute" description="state.bundu.vollmer.compute" state="org.dive4elements.river.artifacts.states.fixation.FixRealizingCompute"> 237 <state id="state.bundu.vollmer.compute" helpText="help.state.fix.vollmer.compute" description="state.bundu.vollmer.compute" state="org.dive4elements.river.artifacts.states.fixation.FixRealizingCompute">
238 <outputmodes> 238 <outputmodes>
239 <outputmode name="longitudinal_section" description="output.longitudinal_section" mime-type="image/png" type="chart"> 239 <outputmode name="longitudinal_section" description="output.longitudinal_section" mime-type="image/png" type="chart">
240 <facets> 240 <facets>
241 <facet name="longitudinal_section.w" description="facet.longitudinal_section.w" /> 241 <facet name="longitudinal_section.w" description="facet.longitudinal_section.w"/>
242 <facet name="longitudinal_section.q" description="facet.longitudinal_section.q" /> 242 <facet name="longitudinal_section.q" description="facet.longitudinal_section.q"/>
243 <facet name="w_differences" description="facet.w_differences" /> 243 <facet name="w_differences" description="facet.w_differences"/>
244 <facet name="other.wkms" description="facet.other.wkms" /> 244 <facet name="other.wkms" description="facet.other.wkms"/>
245 <facet name="other.wq" description="WQ-Type of data" /> 245 <facet name="other.wq" description="WQ-Type of data"/>
246 <facet name="other.wqkms" description="facet.other.wqkms" /> 246 <facet name="other.wqkms" description="facet.other.wqkms"/>
247 <facet name="other.wqkms.q" description="W-Type of data" /> 247 <facet name="other.wqkms.q" description="W-Type of data"/>
248 <facet name="other.wqkms.w" description="W-Type of data" /> 248 <facet name="other.wqkms.w" description="W-Type of data"/>
249 <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points" /> 249 <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points"/>
250 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" /> 250 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/>
251 <facet name="longitudinal_section.area" description="facet.longitudinal_section.area" /> 251 <facet name="longitudinal_section.area" description="facet.longitudinal_section.area"/>
252 <facet name="longitudinal_section.manualpoints" description="Manuelle Punkte" /> 252 <facet name="longitudinal_section.manualpoints" description="Manuelle Punkte"/>
253 </facets> 253 </facets>
254 </outputmode> 254 </outputmode>
255 <outputmode name="fix_wq_curve" description="output.fix_wq_curve" mine-type="image/png" type="chart"> 255 <outputmode name="fix_wq_curve" description="output.fix_wq_curve" mine-type="image/png" type="chart">
256 <facets> 256 <facets>
257 <facet name="fix_sector_average_wq_0" description="Average values for Ws in Q sectors." /> 257 <facet name="fix_sector_average_wq_0" description="Average values for Ws in Q sectors."/>
258 <facet name="fix_sector_average_wq_1" description="Average values for Ws in Q sectors." /> 258 <facet name="fix_sector_average_wq_1" description="Average values for Ws in Q sectors."/>
259 <facet name="fix_sector_average_wq_2" description="Average values for Ws in Q sectors." /> 259 <facet name="fix_sector_average_wq_2" description="Average values for Ws in Q sectors."/>
260 <facet name="fix_sector_average_wq_3" description="Average values for Ws in Q sectors." /> 260 <facet name="fix_sector_average_wq_3" description="Average values for Ws in Q sectors."/>
261 <facet name="fix_analysis_events_wq" description="Raw event values used in the calculation" /> 261 <facet name="fix_analysis_events_wq" description="Raw event values used in the calculation"/>
262 <facet name="fix_wq_curve" description="WQ curve" /> 262 <facet name="fix_wq_curve" description="WQ curve"/>
263 <facet name="fix_wq_ls" description="WQ LS curve" /> 263 <facet name="fix_wq_ls" description="WQ LS curve"/>
264 <facet name="qsectors" description="qsectors." /> 264 <facet name="qsectors" description="qsectors."/>
265 <facet name="fix_events_wqkms" description="WQKMS-Type of data" /> 265 <facet name="fix_events_wqkms" description="WQKMS-Type of data"/>
266 <facet name="other.wqkms.q" description="W-Type of data" /> 266 <facet name="other.wqkms.q" description="W-Type of data"/>
267 <facet name="other.wqkms.w" description="W-Type of data" /> 267 <facet name="other.wqkms.w" description="W-Type of data"/>
268 <facet name="other.wkms" description="facet.other.wqkms" /> 268 <facet name="other.wkms" description="facet.other.wqkms"/>
269 <facet name="other.wqkms" description="facet.other.wqkms" /> 269 <facet name="other.wqkms" description="facet.other.wqkms"/>
270 <!--issue1383: facet name="longitudinal_section.w" description="facet.longitudinal_section.w"/ --> 270 <!--issue1383: facet name="longitudinal_section.w" description="facet.longitudinal_section.w"/ -->
271 <facet name="other.wq" description="Point-like data like fixations" /> 271 <facet name="other.wq" description="Point-like data like fixations"/>
272 <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points" /> 272 <facet name="heightmarks_points" description="facet.other.wkms.heightmarks_points"/>
273 <facet name="discharge_curve.curve" description="facet.discharge_curve.curve" /> 273 <facet name="discharge_curve.curve" description="facet.discharge_curve.curve"/>
274 <facet name="mainvalues.w" description="facet.fix_wq.mainvalues.w" /> 274 <facet name="mainvalues.w" description="facet.fix_wq.mainvalues.w"/>
275 <facet name="mainvalues.q" description="facet.fix_wq.mainvalues.q" /> 275 <facet name="mainvalues.q" description="facet.fix_wq.mainvalues.q"/>
276 </facets> 276 </facets>
277 </outputmode> 277 </outputmode>
278 <outputmode name="cross_section" description="output.cross_section" mime-type="image/png" type="chart"> 278 <outputmode name="cross_section" description="output.cross_section" mime-type="image/png" type="chart">
279 <facets> 279 <facets>
280 <facet name="cross_section_water_line" description="facet.cross_section_water_line" /> 280 <facet name="cross_section_water_line" description="facet.cross_section_water_line"/>
281 <facet name="cross_section" description="facet.cross_section" /> 281 <facet name="cross_section" description="facet.cross_section"/>
282 <facet name="area" description="an area" /> 282 <facet name="area" description="an area"/>
283 <facet name="cross_section.area" description="an area" /> 283 <facet name="cross_section.area" description="an area"/>
284 <facet name="cross_section.manualpoints" description="points" /> 284 <facet name="cross_section.manualpoints" description="points"/>
285 <facet name="cross_section.manualline" description="line" /> 285 <facet name="cross_section.manualline" description="line"/>
286 <facet name="hyk" description="hyks" /> 286 <facet name="hyk" description="hyks"/>
287 </facets> 287 </facets>
288 </outputmode> 288 </outputmode>
289 <outputmode name="fix_wq_curve_at_export" description="output.fix_wq_curve_at_export" mime-type="text/plain" type="export"> 289 <outputmode name="fix_wq_curve_at_export" description="output.fix_wq_curve_at_export" mime-type="text/plain" type="export">
290 <facets> 290 <facets>
291 <facet name="at" description="facet.fix_wq_curve_export.at" /> 291 <facet name="at" description="facet.fix_wq_curve_export.at"/>
292 </facets> 292 </facets>
293 </outputmode> 293 </outputmode>
294 <outputmode name="fix_waterlevel_export" description="output.fix_waterlevel_export" mine-type="text/plain" type="export"> 294 <outputmode name="fix_waterlevel_export" description="output.fix_waterlevel_export" mine-type="text/plain" type="export">
295 <facets> 295 <facets>
296 <facet name="csv" description="facet.waterlevel_export.csv" /> 296 <facet name="csv" description="facet.waterlevel_export.csv"/>
297 <facet name="wst" description="facet.waterlevel_export.wst" /> 297 <facet name="wst" description="facet.waterlevel_export.wst"/>
298 <facet name="pdf" description="facet.waterlevel_export.pdf" /> 298 <facet name="pdf" description="facet.waterlevel_export.pdf"/>
299 </facets> 299 </facets>
300 </outputmode> 300 </outputmode>
301 <outputmode name="fix_report" description="output.fix_report.report" mime-type="text/plain" type="report"> 301 <outputmode name="fix_report" description="output.fix_report.report" mime-type="text/plain" type="report">
302 <facets> 302 <facets>
303 <facet name="report" description="facet.fix.report" /> 303 <facet name="report" description="facet.fix.report"/>
304 </facets> 304 </facets>
305 </outputmode> 305 </outputmode>
306 </outputmodes> 306 </outputmodes>
307 </state> 307 </state>
308 308
318 318
319 319
320 <!-- Bezugswasserstände bezugswst --> 320 <!-- Bezugswasserstände bezugswst -->
321 <!-- clone, otherwise conditions won't work --> 321 <!-- clone, otherwise conditions won't work -->
322 <state id="state.bundu.wst.location" description="state.bundu.wst.location" helpText="help.state.bundu.wst.location" state="org.dive4elements.river.artifacts.states.fixation.LocationSelect"> 322 <state id="state.bundu.wst.location" description="state.bundu.wst.location" helpText="help.state.bundu.wst.location" state="org.dive4elements.river.artifacts.states.fixation.LocationSelect">
323 <data name="ld_from" type="Double" /> 323 <data name="ld_from" type="Double"/>
324 <data name="ld_to" type="Double" /> 324 <data name="ld_to" type="Double"/>
325 <data name="ld_step" type="Double" /> 325 <data name="ld_step" type="Double"/>
326 </state> 326 </state>
327 327
328 328
329 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 329 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
330 <from state="state.bundu.calculation.mode" /> 330 <from state="state.bundu.calculation.mode"/>
331 <to state="state.bundu.wst.location" /> 331 <to state="state.bundu.wst.location"/>
332 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" /> 332 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/>
333 </transition> 333 </transition>
334 334
335 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 335 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
336 <from state="state.bundu.wst.location" /> 336 <from state="state.bundu.wst.location"/>
337 <to state="state.bundu.wst.yearselect" /> 337 <to state="state.bundu.wst.yearselect"/>
338 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" /> 338 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/>
339 </transition> 339 </transition>
340 340
341 341
342 <state id="state.bundu.wst.yearselect" helpText="help.state.bundu.wst.yearselect" description="state.bundu.wst.yearselect" state="org.dive4elements.river.artifacts.bundu.bezugswst.FixationPeriod"> 342 <state id="state.bundu.wst.yearselect" helpText="help.state.bundu.wst.yearselect" description="state.bundu.wst.yearselect" state="org.dive4elements.river.artifacts.bundu.bezugswst.FixationPeriod">
343 <data name="singleyear" type="String" /> 343 <data name="singleyear" type="String"/>
344 <data name="events_temp" type="String" /> <!-- String. --> 344 <data name="events_temp" type="String"/> <!-- String. -->
345 </state> 345 </state>
346 346
347 347
348 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 348 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
349 <from state="state.bundu.wst.yearselect" /> 349 <from state="state.bundu.wst.yearselect"/>
350 <to state="state.bundu.wst.fixationchoice" /> 350 <to state="state.bundu.wst.fixationchoice"/>
351 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" /> 351 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/>
352 </transition> 352 </transition>
353 353
354 <state id="state.bundu.wst.fixationchoice" helpText="help.state.bundu.wst.fixationchoice" description="state.bundu.wst.fixationchoice" state="org.dive4elements.river.artifacts.bundu.bezugswst.FixationChoice"> 354 <state id="state.bundu.wst.fixationchoice" helpText="help.state.bundu.wst.fixationchoice" description="state.bundu.wst.fixationchoice" state="org.dive4elements.river.artifacts.bundu.bezugswst.FixationChoice">
355 <data name="fix_choice" type="String" /> 355 <data name="fix_choice" type="String"/>
356 <data name="q1" type="Integer" /> 356 <data name="q1" type="Integer"/>
357 <data name="q2" type="Integer" /> <!-- necessary, because they will be set automatically --> 357 <data name="q2" type="Integer"/> <!-- necessary, because they will be set automatically -->
358 <data name="start" type="Long" /> <!--copy from Period, to fill it in LoadQSeriesSelectState (necessary for auto-select events) --> 358 <data name="start" type="Long"/> <!--copy from Period, to fill it in LoadQSeriesSelectState (necessary for auto-select events) -->
359 <data name="end" type="Long" /> 359 <data name="end" type="Long"/>
360 <data name="events" type="intarray" /> 360 <data name="events" type="intarray"/>
361 </state> 361 </state>
362 362
363 363
364 364
365 365
366 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 366 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
367 <from state="state.bundu.wst.fixationchoice" /> 367 <from state="state.bundu.wst.fixationchoice"/>
368 <to state="state.bundu.wst.fix.load.year_length" /> 368 <to state="state.bundu.wst.fix.load.year_length"/>
369 <condition data="fix_choice" value="state.bundu.wst.fix.auto" operator="equal" /> 369 <condition data="fix_choice" value="state.bundu.wst.fix.auto" operator="equal"/>
370 </transition> 370 </transition>
371 371
372 372
373 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 373 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
374 <from state="state.bundu.wst.fixationchoice" /> 374 <from state="state.bundu.wst.fixationchoice"/>
375 <to state="state.bundu.wst.gaugerange" /> 375 <to state="state.bundu.wst.gaugerange"/>
376 <condition data="fix_choice" value="state.bundu.wst.fix.manual" operator="equal" /> 376 <condition data="fix_choice" value="state.bundu.wst.fix.manual" operator="equal"/>
377 </transition> 377 </transition>
378 378
379 <state id="state.bundu.wst.gaugerange" description="state.bundu.wst.gaugerange" helpText="help.state.bundu.wst.gaugerange" state="org.dive4elements.river.artifacts.states.fixation.GaugeRange"> 379 <state id="state.bundu.wst.gaugerange" description="state.bundu.wst.gaugerange" helpText="help.state.bundu.wst.gaugerange" state="org.dive4elements.river.artifacts.states.fixation.GaugeRange">
380 <data name="q1" type="Integer" /> 380 <data name="q1" type="Integer"/>
381 <data name="q2" type="Integer" /> 381 <data name="q2" type="Integer"/>
382 </state> 382 </state>
383 383
384 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 384 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
385 <from state="state.bundu.wst.gaugerange" /> 385 <from state="state.bundu.wst.gaugerange"/>
386 <to state="state.bundu.wst.eventselect" /> 386 <to state="state.bundu.wst.eventselect"/>
387 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" /> 387 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/>
388 </transition> 388 </transition>
389 389
390 <!-- clone; conditions... --> 390 <!-- clone; conditions... -->
391 <state id="state.bundu.wst.eventselect" description="state.bundu.wst.eventselect" helpText="help.state.bundu.wst.eventselect" state="org.dive4elements.river.artifacts.states.fixation.EventSelect"> 391 <state id="state.bundu.wst.eventselect" description="state.bundu.wst.eventselect" helpText="help.state.bundu.wst.eventselect" state="org.dive4elements.river.artifacts.states.fixation.EventSelect">
392 <data name="events" type="intarray" /> 392 <data name="events" type="intarray"/>
393 </state> 393 </state>
394 394
395 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 395 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
396 <from state="state.bundu.wst.eventselect" /> 396 <from state="state.bundu.wst.eventselect"/>
397 <to state="state.bundu.wst.fix.load.year_length" /> 397 <to state="state.bundu.wst.fix.load.year_length"/>
398 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" /> 398 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/>
399 </transition> 399 </transition>
400 400
401 401
402 <state id="state.bundu.wst.fix.load.year_length" helpText="help.state.bundu.wst.fix.load.year_length" description="state.bundu.wst.fix.load.year_length" state="org.dive4elements.river.artifacts.bundu.bezugswst.LoadQSeriesSelectState"> 402 <state id="state.bundu.wst.fix.load.year_length" helpText="help.state.bundu.wst.fix.load.year_length" description="state.bundu.wst.fix.load.year_length" state="org.dive4elements.river.artifacts.bundu.bezugswst.LoadQSeriesSelectState">
403 <data name="year_input_q_series" type="String" /> 403 <data name="year_input_q_series" type="String"/>
404 </state> 404 </state>
405 405
406 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 406 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
407 <from state="state.bundu.wst.fix.load.year_length" /> 407 <from state="state.bundu.wst.fix.load.year_length"/>
408 <to state="state.bundu.wst.qs" /> 408 <to state="state.bundu.wst.qs"/>
409 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" /> 409 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/>
410 </transition> 410 </transition>
411 411
412 <state id="state.bundu.wst.qs" description="state.bundu.wst.qs" helpText="help.state.bundu.wst.qs" state="org.dive4elements.river.artifacts.bundu.bezugswst.BunduWstWQFixing"> 412 <state id="state.bundu.wst.qs" description="state.bundu.wst.qs" helpText="help.state.bundu.wst.qs" state="org.dive4elements.river.artifacts.bundu.bezugswst.BunduWstWQFixing">
413 <data name="bundu.wst.mode" type="String" /> 413 <data name="bundu.wst.mode" type="String"/>
414 <data name="wq_values" type="WQTriple" /> 414 <data name="wq_values" type="WQTriple"/>
415 <data name="bundu.wst.ud_value" type="Integer" /> 415 <data name="bundu.wst.ud_value" type="Integer"/>
416 </state> 416 </state>
417 417
418 418
419 419
420 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 420 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
421 <from state="state.bundu.wst.qs" /> 421 <from state="state.bundu.wst.qs"/>
422 <to state="state.bundu.wst.load.calc_choice" /> 422 <to state="state.bundu.wst.load.calc_choice"/>
423 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" /> 423 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/>
424 </transition> 424 </transition>
425 425
426 <state id="state.bundu.wst.load.calc_choice" helpText="help.state.bundu.wst.load.calc_choice" description="state.bundu.wst.load.calc_choice" state="org.dive4elements.river.artifacts.bundu.bezugswst.CalcChoice"> 426 <state id="state.bundu.wst.load.calc_choice" helpText="help.state.bundu.wst.load.calc_choice" description="state.bundu.wst.load.calc_choice" state="org.dive4elements.river.artifacts.bundu.bezugswst.CalcChoice">
427 <data name="calc_choice" type="String" /> 427 <data name="calc_choice" type="String"/>
428 <data name="function" type="String" /> <!-- function, preprocessing will be set, if auto is selected --> 428 <data name="function" type="String"/> <!-- function, preprocessing will be set, if auto is selected -->
429 <data name="preprocessing" type="Boolean" /> 429 <data name="preprocessing" type="Boolean"/>
430 </state> 430 </state>
431 431
432 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 432 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
433 <from state="state.bundu.wst.load.calc_choice" /> 433 <from state="state.bundu.wst.load.calc_choice"/>
434 <to state="state.bundu.wst.load.function" /> 434 <to state="state.bundu.wst.load.function"/>
435 <condition data="calc_choice" value="state.bundu.wst.calc.manual" operator="equal" /> 435 <condition data="calc_choice" value="state.bundu.wst.calc.manual" operator="equal"/>
436 </transition> 436 </transition>
437 437
438 438
439 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 439 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
440 <from state="state.bundu.wst.load.calc_choice" /> 440 <from state="state.bundu.wst.load.calc_choice"/>
441 <to state="state.bundu.wst.load.missing_volume" /> 441 <to state="state.bundu.wst.load.missing_volume"/>
442 <condition data="calc_choice" value="state.bundu.wst.calc.auto" operator="equal" /> 442 <condition data="calc_choice" value="state.bundu.wst.calc.auto" operator="equal"/>
443 </transition> 443 </transition>
444 444
445 <state id="state.bundu.wst.load.function" helpText="help.state.bundu.wst.function" description="state.bundu.wst.load.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect"> 445 <state id="state.bundu.wst.load.function" helpText="help.state.bundu.wst.function" description="state.bundu.wst.load.function" state="org.dive4elements.river.artifacts.states.fixation.FunctionSelect">
446 <data name="function" type="String" /> 446 <data name="function" type="String"/>
447 </state> 447 </state>
448 448
449 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 449 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
450 <from state="state.bundu.wst.load.function" /> 450 <from state="state.bundu.wst.load.function"/>
451 <to state="state.bundu.wst.load.preprocessing" /> 451 <to state="state.bundu.wst.load.preprocessing"/>
452 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" /> 452 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/>
453 </transition> 453 </transition>
454 454
455 <state id="state.bundu.wst.load.preprocessing" helpText="help.state.bundu.wst.load.preprocessing" description="state.bundu.wst.load.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect"> 455 <state id="state.bundu.wst.load.preprocessing" helpText="help.state.bundu.wst.load.preprocessing" description="state.bundu.wst.load.preprocessing" state="org.dive4elements.river.artifacts.states.fixation.PreprocessingSelect">
456 <data name="preprocessing" type="Boolean" /> 456 <data name="preprocessing" type="Boolean"/>
457 </state> 457 </state>
458 458
459 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 459 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
460 <from state="state.bundu.wst.load.preprocessing" /> 460 <from state="state.bundu.wst.load.preprocessing"/>
461 <to state="state.bundu.wst.load.missing_volume" /> 461 <to state="state.bundu.wst.load.missing_volume"/>
462 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" /> 462 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/>
463 </transition> 463 </transition>
464 464
465 <state id="state.bundu.wst.load.missing_volume" helpText="help.state.bundu.wst.load.missing_volume" description="state.bundu.wst.load.missing_volume" state="org.dive4elements.river.artifacts.bundu.bezugswst.MissingVolumeSelect"> 465 <state id="state.bundu.wst.load.missing_volume" helpText="help.state.bundu.wst.load.missing_volume" description="state.bundu.wst.load.missing_volume" state="org.dive4elements.river.artifacts.bundu.bezugswst.MissingVolumeSelect">
466 <data name="missing_volume" type="Boolean" /> 466 <data name="missing_volume" type="Boolean"/>
467 </state> 467 </state>
468 468
469 469
470 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 470 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
471 <from state="state.bundu.wst.load.missing_volume" /> 471 <from state="state.bundu.wst.load.missing_volume"/>
472 <to state="state.bundu.wst.load.distance_only_part" /> 472 <to state="state.bundu.wst.load.distance_only_part"/>
473 <condition data="missing_volume" value="true" operator="equal" /> 473 <condition data="missing_volume" value="true" operator="equal"/>
474 </transition> 474 </transition>
475 475
476 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 476 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
477 <from state="state.bundu.wst.load.missing_volume" /> 477 <from state="state.bundu.wst.load.missing_volume"/>
478 <to state="state.bundu.wst.soundings" /> 478 <to state="state.bundu.wst.soundings"/>
479 <condition data="missing_volume" value="false" operator="equal" /> 479 <condition data="missing_volume" value="false" operator="equal"/>
480 </transition> 480 </transition>
481 481
482 <state id="state.bundu.wst.load.distance_only_part" description="state.bundu.wst.load.distance_only_part" state="org.dive4elements.river.artifacts.bundu.bezugswst.DistanceOnlyPartMissVolumeSelect" helpText="help.state.bundu.wst.load.distance_only_part"> 482 <state id="state.bundu.wst.load.distance_only_part" description="state.bundu.wst.load.distance_only_part" state="org.dive4elements.river.artifacts.bundu.bezugswst.DistanceOnlyPartMissVolumeSelect" helpText="help.state.bundu.wst.load.distance_only_part">
483 <data name="ld_from_part" type="Double" /> 483 <data name="ld_from_part" type="Double"/>
484 <data name="ld_to_part" type="Double" /> 484 <data name="ld_to_part" type="Double"/>
485 </state> 485 </state>
486 486
487 487
488 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 488 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
489 <from state="state.bundu.wst.load.distance_only_part" /> 489 <from state="state.bundu.wst.load.distance_only_part"/>
490 <to state="state.bundu.wst.soundings" /> 490 <to state="state.bundu.wst.soundings"/>
491 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" /> 491 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/>
492 </transition> 492 </transition>
493 493
494 <state id="state.bundu.wst.soundings" description="state.bundu.wst.soundings" state="org.dive4elements.river.artifacts.states.SoundingsSelectMultiple" helpText="help.state.bundu.wst.soundings"> 494 <state id="state.bundu.wst.soundings" description="state.bundu.wst.soundings" state="org.dive4elements.river.artifacts.states.SoundingsSelectMultiple" helpText="help.state.bundu.wst.soundings">
495 <data name="soundings" type="multiattribute" /> 495 <data name="soundings" type="multiattribute"/>
496 </state> 496 </state>
497 497
498 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 498 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
499 <from state="state.bundu.wst.soundings" /> 499 <from state="state.bundu.wst.soundings"/>
500 <to state="state.bundu.wst" /> 500 <to state="state.bundu.wst"/>
501 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" /> 501 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/>
502 </transition> 502 </transition>
503 503
504 504
505 505
506 <state id="state.bundu.wst" helpText="help.state.bundu.wst" description="state.bundu.wst" state="org.dive4elements.river.artifacts.bundu.bezugswst.BezugswstState"> 506 <state id="state.bundu.wst" helpText="help.state.bundu.wst" description="state.bundu.wst" state="org.dive4elements.river.artifacts.bundu.bezugswst.BezugswstState">
507 <outputmodes> 507 <outputmodes>
508 508 <outputmode name="bundu_wspl_longitudinal_section" description="output.bundu_wspl_longitudinal_section" mime-type="image/png" type="chart">
509 <facets>
510 <facet name="bundu_facet_w" description="bundu_facet_w"/>
511 <facet name="bundu_facet_channelmin" description="bundu_facet_channelmin"/>
512 <facet name="bundu_facet_bedheight" description="bundu_facet_bedheight"/>
513 <facet name="longitudinal_section.q" description="longitudinal_section.q"/>
514 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/>
515 <facet name="longitudinal_section.area" description="facet.longitudinal_section.area"/>
516 <facet name="longitudinal_section.manualpoints" description="Manuelle Punkte"/>
517 </facets>
518 </outputmode>
519 <outputmode name="bundu_depth_longitudinal_section" description="output.bundu_depth_longitudinal_section" mime-type="image/png" type="chart">
520 <facets>
521 <facet name="bundu_facet_flowdepth.filtered" description="bundu_facet_flowdepth.filtered"/>
522 <facet name="bundu_facet_channeldepth" description="bundu_facet_channeldepth"/>
523 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/>
524 <facet name="longitudinal_section.area" description="facet.longitudinal_section.area"/>
525 <facet name="longitudinal_section.manualpoints" description="Manuelle Punkte"/>
526 </facets>
527 </outputmode>
509 <outputmode name="bundu_wst_export" description="output.fix_waterlevel_export" mine-type="text/plain" type="export"> 528 <outputmode name="bundu_wst_export" description="output.fix_waterlevel_export" mine-type="text/plain" type="export">
510 <facets> 529 <facets>
511 <facet name="csv" description="facet.waterlevel_export.csv" /> 530 <facet name="csv" description="facet.waterlevel_export.csv"/>
512 <facet name="pdf" description="facet.waterlevel_export.pdf" /> 531 <facet name="pdf" description="facet.waterlevel_export.pdf"/>
513 </facets> 532 </facets>
514 </outputmode> 533 </outputmode>
515 534 <outputmode name="bundu_wst_report" description="output.bundu_wst_report" mime-type="text/xml" type="report">
516 535 <facets>
536 <facet name="report" description="facet.bundu_wst_report" />
537 </facets>
538 </outputmode>
517 </outputmodes> 539 </outputmodes>
518 </state> 540 </state>
519 541
520 542
521 543

http://dive4elements.wald.intevation.org