comparison artifacts/doc/conf/artifacts/bundu.xml @ 9467:7d7aa54afe0c

little improvements
author gernotbelger
date Thu, 30 Aug 2018 14:09:44 +0200
parents be9bd06a1e3f
children ccbf8413ddbb
comparison
equal deleted inserted replaced
9466:a41f5f7c0b4a 9467:7d7aa54afe0c
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 <!--TODO: Fixanalysis.xml kopieren
295 <outputmode name="fix_parameters_export" description="output.fix_parameters_export" mine-type="text/plain" type="export">
296 <facets>
297 <facet name="fix_parameters" description="facet.fix_parameters.csv" />
298 </facets>
299 </outputmode>
300 TODO: Fixanalysis.xml kopieren -->
294 <outputmode name="fix_waterlevel_export" description="output.fix_waterlevel_export" mine-type="text/plain" type="export"> 301 <outputmode name="fix_waterlevel_export" description="output.fix_waterlevel_export" mine-type="text/plain" type="export">
295 <facets> 302 <facets>
296 <facet name="csv" description="facet.waterlevel_export.csv"/> 303 <facet name="csv" description="facet.waterlevel_export.csv" />
297 <facet name="wst" description="facet.waterlevel_export.wst"/> 304 <facet name="wst" description="facet.waterlevel_export.wst" />
298 <facet name="pdf" description="facet.waterlevel_export.pdf"/> 305 <facet name="pdf" description="facet.waterlevel_export.pdf" />
299 </facets> 306 </facets>
300 </outputmode> 307 </outputmode>
301 <outputmode name="fix_report" description="output.fix_report.report" mime-type="text/plain" type="report"> 308 <outputmode name="fix_report" description="output.fix_report.report" mime-type="text/plain" type="report">
302 <facets> 309 <facets>
303 <facet name="report" description="facet.fix.report"/> 310 <facet name="report" description="facet.fix.report" />
304 </facets> 311 </facets>
305 </outputmode> 312 </outputmode>
306 </outputmodes> 313 </outputmodes>
307 </state> 314 </state>
308 315
318 325
319 326
320 <!-- Bezugswasserstände bezugswst --> 327 <!-- Bezugswasserstände bezugswst -->
321 <!-- clone, otherwise conditions won't work --> 328 <!-- 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"> 329 <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"/> 330 <data name="ld_from" type="Double" />
324 <data name="ld_to" type="Double"/> 331 <data name="ld_to" type="Double" />
325 <data name="ld_step" type="Double"/> 332 <data name="ld_step" type="Double" />
326 </state> 333 </state>
327 334
328 335
329 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 336 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
330 <from state="state.bundu.calculation.mode"/> 337 <from state="state.bundu.calculation.mode" />
331 <to state="state.bundu.wst.location"/> 338 <to state="state.bundu.wst.location" />
332 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/> 339 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
333 </transition> 340 </transition>
334 341
335 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 342 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
336 <from state="state.bundu.wst.location"/> 343 <from state="state.bundu.wst.location" />
337 <to state="state.bundu.wst.yearselect"/> 344 <to state="state.bundu.wst.yearselect" />
338 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/> 345 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
339 </transition> 346 </transition>
340 347
341 348
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"> 349 <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"/> 350 <data name="singleyear" type="String" />
344 <data name="events_temp" type="String"/> <!-- String. --> 351 <data name="events_temp" type="String" /> <!-- String. -->
345 </state> 352 </state>
346 353
347 354
348 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 355 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
349 <from state="state.bundu.wst.yearselect"/> 356 <from state="state.bundu.wst.yearselect" />
350 <to state="state.bundu.wst.fixationchoice"/> 357 <to state="state.bundu.wst.fixationchoice" />
351 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/> 358 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
352 </transition> 359 </transition>
353 360
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"> 361 <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"/> 362 <data name="fix_choice" type="String" />
356 <data name="q1" type="Integer"/> 363 <data name="q1" type="Integer" />
357 <data name="q2" type="Integer"/> <!-- necessary, because they will be set automatically --> 364 <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) --> 365 <data name="start" type="Long" /> <!--copy from Period, to fill it in LoadQSeriesSelectState (necessary for auto-select events) -->
359 <data name="end" type="Long"/> 366 <data name="end" type="Long" />
360 <data name="events" type="intarray"/> 367 <data name="events" type="intarray" />
361 </state> 368 </state>
362 369
363 370
364 371
365 372
366 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 373 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
367 <from state="state.bundu.wst.fixationchoice"/> 374 <from state="state.bundu.wst.fixationchoice" />
368 <to state="state.bundu.wst.fix.load.year_length"/> 375 <to state="state.bundu.wst.fix.load.year_length" />
369 <condition data="fix_choice" value="state.bundu.wst.fix.auto" operator="equal"/> 376 <condition data="fix_choice" value="state.bundu.wst.fix.auto" operator="equal" />
370 </transition> 377 </transition>
371 378
372 379
373 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 380 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
374 <from state="state.bundu.wst.fixationchoice"/> 381 <from state="state.bundu.wst.fixationchoice" />
375 <to state="state.bundu.wst.gaugerange"/> 382 <to state="state.bundu.wst.gaugerange" />
376 <condition data="fix_choice" value="state.bundu.wst.fix.manual" operator="equal"/> 383 <condition data="fix_choice" value="state.bundu.wst.fix.manual" operator="equal" />
377 </transition> 384 </transition>
378 385
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"> 386 <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"/> 387 <data name="q1" type="Integer" />
381 <data name="q2" type="Integer"/> 388 <data name="q2" type="Integer" />
382 </state> 389 </state>
383 390
384 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 391 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
385 <from state="state.bundu.wst.gaugerange"/> 392 <from state="state.bundu.wst.gaugerange" />
386 <to state="state.bundu.wst.eventselect"/> 393 <to state="state.bundu.wst.eventselect" />
387 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/> 394 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
388 </transition> 395 </transition>
389 396
390 <!-- clone; conditions... --> 397 <!-- 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"> 398 <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"/> 399 <data name="events" type="intarray" />
393 </state> 400 </state>
394 401
395 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 402 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
396 <from state="state.bundu.wst.eventselect"/> 403 <from state="state.bundu.wst.eventselect" />
397 <to state="state.bundu.wst.fix.load.year_length"/> 404 <to state="state.bundu.wst.fix.load.year_length" />
398 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/> 405 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
399 </transition> 406 </transition>
400 407
401 408
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"> 409 <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"/> 410 <data name="year_input_q_series" type="String" />
404 </state> 411 </state>
405 412
406 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 413 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
407 <from state="state.bundu.wst.fix.load.year_length"/> 414 <from state="state.bundu.wst.fix.load.year_length" />
408 <to state="state.bundu.wst.qs"/> 415 <to state="state.bundu.wst.qs" />
409 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/> 416 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
410 </transition> 417 </transition>
411 418
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"> 419 <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"/> 420 <data name="bundu.wst.mode" type="String" />
414 <data name="wq_values" type="WQTriple"/> 421 <data name="wq_values" type="WQTriple" />
415 <data name="bundu.wst.ud_value" type="Integer"/> 422 <data name="bundu.wst.ud_value" type="Integer" />
416 </state> 423 </state>
417 424
418 425
419 426
420 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 427 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
421 <from state="state.bundu.wst.qs"/> 428 <from state="state.bundu.wst.qs" />
422 <to state="state.bundu.wst.load.calc_choice"/> 429 <to state="state.bundu.wst.load.calc_choice" />
423 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/> 430 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
424 </transition> 431 </transition>
425 432
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"> 433 <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"/> 434 <data name="calc_choice" type="String" />
428 <data name="function" type="String"/> <!-- function, preprocessing will be set, if auto is selected --> 435 <data name="function" type="String" /> <!-- function, preprocessing will be set, if auto is selected -->
429 <data name="preprocessing" type="Boolean"/> 436 <data name="preprocessing" type="Boolean" />
430 </state> 437 </state>
431 438
432 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 439 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
433 <from state="state.bundu.wst.load.calc_choice"/> 440 <from state="state.bundu.wst.load.calc_choice" />
434 <to state="state.bundu.wst.load.function"/> 441 <to state="state.bundu.wst.load.function" />
435 <condition data="calc_choice" value="state.bundu.wst.calc.manual" operator="equal"/> 442 <condition data="calc_choice" value="state.bundu.wst.calc.manual" operator="equal" />
436 </transition> 443 </transition>
437 444
438 445
439 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 446 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
440 <from state="state.bundu.wst.load.calc_choice"/> 447 <from state="state.bundu.wst.load.calc_choice" />
441 <to state="state.bundu.wst.load.missing_volume"/> 448 <to state="state.bundu.wst.load.missing_volume" />
442 <condition data="calc_choice" value="state.bundu.wst.calc.auto" operator="equal"/> 449 <condition data="calc_choice" value="state.bundu.wst.calc.auto" operator="equal" />
443 </transition> 450 </transition>
444 451
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"> 452 <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"/> 453 <data name="function" type="String" />
447 </state> 454 </state>
448 455
449 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 456 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
450 <from state="state.bundu.wst.load.function"/> 457 <from state="state.bundu.wst.load.function" />
451 <to state="state.bundu.wst.load.preprocessing"/> 458 <to state="state.bundu.wst.load.preprocessing" />
452 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/> 459 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
453 </transition> 460 </transition>
454 461
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"> 462 <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"/> 463 <data name="preprocessing" type="Boolean" />
457 </state> 464 </state>
458 465
459 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 466 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
460 <from state="state.bundu.wst.load.preprocessing"/> 467 <from state="state.bundu.wst.load.preprocessing" />
461 <to state="state.bundu.wst.load.missing_volume"/> 468 <to state="state.bundu.wst.load.missing_volume" />
462 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/> 469 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
463 </transition> 470 </transition>
464 471
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"> 472 <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"/> 473 <data name="missing_volume" type="Boolean" />
467 </state> 474 </state>
468 475
469 476
470 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 477 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
471 <from state="state.bundu.wst.load.missing_volume"/> 478 <from state="state.bundu.wst.load.missing_volume" />
472 <to state="state.bundu.wst.load.distance_only_part"/> 479 <to state="state.bundu.wst.load.distance_only_part" />
473 <condition data="missing_volume" value="true" operator="equal"/> 480 <condition data="missing_volume" value="true" operator="equal" />
474 </transition> 481 </transition>
475 482
476 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 483 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
477 <from state="state.bundu.wst.load.missing_volume"/> 484 <from state="state.bundu.wst.load.missing_volume" />
478 <to state="state.bundu.wst"/> 485 <to state="state.bundu.wst" />
479 <condition data="missing_volume" value="false" operator="equal"/> 486 <condition data="missing_volume" value="false" operator="equal" />
480 </transition> 487 </transition>
481 488
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"> 489 <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"/> 490 <data name="ld_from_part" type="Double" />
484 <data name="ld_to_part" type="Double"/> 491 <data name="ld_to_part" type="Double" />
485 </state> 492 </state>
486 493
487 494
488 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 495 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
489 <from state="state.bundu.wst.load.distance_only_part"/> 496 <from state="state.bundu.wst.load.distance_only_part" />
490 <to state="state.bundu.wst.soundings"/> 497 <to state="state.bundu.wst.soundings" />
491 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/> 498 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
492 </transition> 499 </transition>
493 500
494 <state id="state.bundu.wst.soundings" description="state.bundu.wst.soundings" state="org.dive4elements.river.artifacts.states.SoundingsSelectSingleWithFieldsOnly" helpText="help.state.bundu.wst.soundings"> 501 <state id="state.bundu.wst.soundings" description="state.bundu.wst.soundings" state="org.dive4elements.river.artifacts.states.SoundingsSelectSingleWithFieldsOnly" helpText="help.state.bundu.wst.soundings">
495 <data name="soundings" type="multiattribute"/> 502 <data name="soundings" type="multiattribute" />
496 </state> 503 </state>
497 504
498 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> 505 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
499 <from state="state.bundu.wst.soundings"/> 506 <from state="state.bundu.wst.soundings" />
500 <to state="state.bundu.wst"/> 507 <to state="state.bundu.wst" />
501 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal"/> 508 <condition data="calculation_mode" value="bundu_bezugswst" operator="equal" />
502 </transition> 509 </transition>
503 510
504 511
505 512
506 <state id="state.bundu.wst" helpText="help.state.bundu.wst" description="state.bundu.wst" state="org.dive4elements.river.artifacts.bundu.bezugswst.BezugswstState"> 513 <state id="state.bundu.wst" helpText="help.state.bundu.wst" description="state.bundu.wst" state="org.dive4elements.river.artifacts.bundu.bezugswst.BezugswstState">
507 <outputmodes> 514 <outputmodes>
508 <outputmode name="bundu_wspl_longitudinal_section" description="output.bundu_wspl_longitudinal_section" mime-type="image/png" type="chart"> 515 <outputmode name="bundu_wspl_longitudinal_section" description="output.bundu_wspl_longitudinal_section" mime-type="image/png" type="chart">
509 <facets> 516 <facets>
510 <facet name="longitudinal_section.w" description="longitudinal_section.w"/> 517 <facet name="longitudinal_section.w" description="longitudinal_section.w" />
511 <facet name="bundu_facet_bedheight" description="bundu_facet_bedheight"/> 518 <facet name="bundu_facet_bedheight" description="bundu_facet_bedheight" />
512 <facet name="bundu_facet_channelmin" description="bundu_facet_channelmin"/> 519 <facet name="bundu_facet_channelmin" description="bundu_facet_channelmin" />
513 <facet name="bundu_facet_bedheight_01" description="bundu_facet_bedheight_01"/> 520 <facet name="bundu_facet_bedheight_01" description="bundu_facet_bedheight_01" />
514 <facet name="bundu_facet_bedheight_02" description="bundu_facet_bedheight_01"/> 521 <facet name="bundu_facet_bedheight_02" description="bundu_facet_bedheight_01" />
515 <facet name="bundu_facet_bedheight_03" description="bundu_facet_bedheight_01"/> 522 <facet name="bundu_facet_bedheight_03" description="bundu_facet_bedheight_01" />
516 <facet name="bundu_facet_bedheight_04" description="bundu_facet_bedheight_01"/> 523 <facet name="bundu_facet_bedheight_04" description="bundu_facet_bedheight_01" />
517 <facet name="bundu_facet_bedheight_05" description="bundu_facet_bedheight_01"/> 524 <facet name="bundu_facet_bedheight_05" description="bundu_facet_bedheight_01" />
518 <facet name="bundu_facet_bedheight_06" description="bundu_facet_bedheight_01"/> 525 <facet name="bundu_facet_bedheight_06" description="bundu_facet_bedheight_01" />
519 <facet name="bundu_facet_bedheight_07" description="bundu_facet_bedheight_01"/> 526 <facet name="bundu_facet_bedheight_07" description="bundu_facet_bedheight_01" />
520 <facet name="bundu_facet_bedheight_08" description="bundu_facet_bedheight_01"/> 527 <facet name="bundu_facet_bedheight_08" description="bundu_facet_bedheight_01" />
521 <facet name="bundu_facet_bedheight_09" description="bundu_facet_bedheight_01"/> 528 <facet name="bundu_facet_bedheight_09" description="bundu_facet_bedheight_01" />
522 <facet name="bundu_facet_bedheight_10" description="bundu_facet_bedheight_01"/> 529 <facet name="bundu_facet_bedheight_10" description="bundu_facet_bedheight_01" />
523 <facet name="longitudinal_section.q" description="longitudinal_section.q"/> 530 <facet name="longitudinal_section.q" description="longitudinal_section.q" />
524 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/> 531 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" />
525 <facet name="longitudinal_section.area" description="facet.longitudinal_section.area"/> 532 <facet name="longitudinal_section.area" description="facet.longitudinal_section.area" />
526 <facet name="longitudinal_section.manualpoints" description="Manuelle Punkte"/> 533 <facet name="longitudinal_section.manualpoints" description="Manuelle Punkte" />
527 </facets> 534 </facets>
528 </outputmode> 535 </outputmode>
529 <outputmode name="bundu_depth_longitudinal_section" description="output.bundu_depth_longitudinal_section" mime-type="image/png" type="chart"> 536 <outputmode name="bundu_depth_longitudinal_section" description="output.bundu_depth_longitudinal_section" mime-type="image/png" type="chart">
530 <facets> 537 <facets>
531 <facet name="bundu_facet_flowdepth.filtered" description="bundu_facet_flowdepth.filtered"/> 538 <facet name="bundu_facet_flowdepth.filtered" description="bundu_facet_flowdepth.filtered" />
532 <facet name="bundu_facet_channeldepth" description="bundu_facet_channeldepth"/> 539 <facet name="bundu_facet_channeldepth" description="bundu_facet_channeldepth" />
533 <facet name="bundu_facet_depth_01.filtered" description="bundu_facet_depth_01.filtered"/> 540 <facet name="bundu_facet_depth_01.filtered" description="bundu_facet_depth_01.filtered" />
534 <facet name="bundu_facet_depth_02.filtered" description="bundu_facet_depth_02.filtered"/> 541 <facet name="bundu_facet_depth_02.filtered" description="bundu_facet_depth_02.filtered" />
535 <facet name="bundu_facet_depth_03.filtered" description="bundu_facet_depth_03.filtered"/> 542 <facet name="bundu_facet_depth_03.filtered" description="bundu_facet_depth_03.filtered" />
536 <facet name="bundu_facet_depth_04.filtered" description="bundu_facet_depth_04.filtered"/> 543 <facet name="bundu_facet_depth_04.filtered" description="bundu_facet_depth_04.filtered" />
537 <facet name="bundu_facet_depth_05.filtered" description="bundu_facet_depth_05.filtered"/> 544 <facet name="bundu_facet_depth_05.filtered" description="bundu_facet_depth_05.filtered" />
538 <facet name="bundu_facet_depth_06.filtered" description="bundu_facet_depth_06.filtered"/> 545 <facet name="bundu_facet_depth_06.filtered" description="bundu_facet_depth_06.filtered" />
539 <facet name="bundu_facet_depth_07.filtered" description="bundu_facet_depth_07.filtered"/> 546 <facet name="bundu_facet_depth_07.filtered" description="bundu_facet_depth_07.filtered" />
540 <facet name="bundu_facet_depth_08.filtered" description="bundu_facet_depth_08.filtered"/> 547 <facet name="bundu_facet_depth_08.filtered" description="bundu_facet_depth_08.filtered" />
541 <facet name="bundu_facet_depth_09.filtered" description="bundu_facet_depth_09.filtered"/> 548 <facet name="bundu_facet_depth_09.filtered" description="bundu_facet_depth_09.filtered" />
542 <facet name="bundu_facet_depth_10.filtered" description="bundu_facet_depth_10.filtered"/> 549 <facet name="bundu_facet_depth_10.filtered" description="bundu_facet_depth_10.filtered" />
543 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/> 550 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" />
544 <facet name="longitudinal_section.area" description="facet.longitudinal_section.area"/> 551 <facet name="longitudinal_section.area" description="facet.longitudinal_section.area" />
545 <facet name="longitudinal_section.manualpoints" description="Manuelle Punkte"/> 552 <facet name="longitudinal_section.manualpoints" description="Manuelle Punkte" />
546 </facets> 553 </facets>
547 </outputmode> 554 </outputmode>
548 <outputmode name="bundu_wst_export" description="output.TODO_MAKE_DESCRIPTION_FOR_WST_EXPORT" mine-type="text/plain" type="export"> 555 <outputmode name="bundu_wst_export" description="output.TODO_MAKE_DESCRIPTION_FOR_WST_EXPORT" mine-type="text/plain" type="export">
549 <facets> 556 <facets>
550 <facet name="csv" description="facet.waterlevel_export.csv"/> 557 <facet name="csv" description="facet.waterlevel_export.csv" />
551 <facet name="pdf" description="facet.waterlevel_export.pdf"/> 558 <facet name="pdf" description="facet.waterlevel_export.pdf" />
552 </facets> 559 </facets>
553 </outputmode> 560 </outputmode>
554 <outputmode name="bundu_wst_report" description="output.bundu_wst_report" mime-type="text/xml" type="report"> 561 <outputmode name="bundu_wst_report" description="output.bundu_wst_report" mime-type="text/xml" type="report">
555 <facets> 562 <facets>
556 <facet name="report" description="facet.bundu_wst_report" /> 563 <facet name="report" description="facet.bundu_wst_report" />

http://dive4elements.wald.intevation.org