Mercurial > dive4elements > river
annotate artifacts/doc/conf/artifacts/sinfo.xml @ 9058:d3bef221b7d9
sinfo.collision states
author | gernotbelger |
---|---|
date | Fri, 04 May 2018 16:13:10 +0200 |
parents | 2be202a8cb89 |
children | b6919e3c2d86 |
rev | line source |
---|---|
8854 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <artifact name="sinfo"> | |
3 | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
4 <states> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
5 <state id="state.sinfo.river" description="state.sinfo.river" state="org.dive4elements.river.artifacts.states.RiverSelect" helpText="help.state.sinfo.river"> |
9058 | 6 <data name="river" type="String" /> |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
7 </state> |
8854 | 8 |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
9 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition"> |
9058 | 10 <from state="state.sinfo.river" /> |
11 <to state="state.sinfo.calculation_mode" /> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
12 </transition> |
8854 | 13 |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
14 <state id="state.sinfo.calculation_mode" description="state.sinfo.calculation_mode" state="org.dive4elements.river.artifacts.sinfo.CalculationSelectSinfo" helpText="help.state.sinfo.calculation_mode"> |
9058 | 15 <data name="calculation_mode" type="String" /> |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
16 </state> |
8854 | 17 |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
18 <!-- Calculation Mode: Fließtiefen (Flow Depth) --> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
19 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> |
9058 | 20 <from state="state.sinfo.calculation_mode" /> |
21 <to state="state.sinfo.distance_only" /> | |
22 <condition data="calculation_mode" value="sinfo_calc_flow_depth" operator="equal" /> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
23 </transition> |
8854 | 24 |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
25 <state id="state.sinfo.distance_only" description="state.sinfo.distance_only" state="org.dive4elements.river.artifacts.states.DistanceOnlySelect" helpText="help.state.sinfo.distance_only"> |
9058 | 26 <data name="ld_from" type="Double" /> |
27 <data name="ld_to" type="Double" /> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
28 </state> |
8854 | 29 |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
30 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> |
9058 | 31 <from state="state.sinfo.distance_only" /> |
32 <to state="state.sinfo.waterlevel_soundings_select" /> | |
33 <condition data="calculation_mode" value="sinfo_calc_flow_depth" operator="equal" /> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
34 </transition> |
8854 | 35 |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
36 <state id="state.sinfo.waterlevel_soundings_select" description="state.sinfo.waterlevel_soundings_select" state="org.dive4elements.river.artifacts.sinfo.flowdepth.FlowDepthPairSelectState" helpText="help.state.sinfo.waterlevel_soundings_select"> |
9058 | 37 <data name="diffids" type="String" /> |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
38 </state> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
39 |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
40 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> |
9058 | 41 <from state="state.sinfo.waterlevel_soundings_select" /> |
42 <to state="state.sinfo.use_transport_bodies" /> | |
43 <condition data="calculation_mode" value="sinfo_calc_flow_depth" operator="equal" /> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
44 </transition> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
45 |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
46 <!-- FIXME: Nur Anzeigen, wenn Transportkörperhöhen vorliegen! --> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
47 <state id="state.sinfo.use_transport_bodies" description="state.sinfo.use_transport_bodies" state="org.dive4elements.river.artifacts.sinfo.flowdepth.UseTransportBodiesChoice" helpText="help.state.sinfo.use_transport_bodies"> |
9058 | 48 <data name="use_transport_bodies" type="Boolean" /> |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
49 </state> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
50 |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
51 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> |
9058 | 52 <from state="state.sinfo.use_transport_bodies" /> |
53 <to state="state.sinfo.flow_depth" /> | |
54 <condition data="calculation_mode" value="sinfo_calc_flow_depth" operator="equal" /> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
55 </transition> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
56 |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
57 <state id="state.sinfo.flow_depth" description="state.sinfo.flow_depth" state="org.dive4elements.river.artifacts.sinfo.flowdepth.FlowDepthState" helpText="help.state.sinfo.flow_depth"> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
58 <outputmodes> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
59 <outputmode name="sinfo_flow_depth" description="output.flow_depth" mime-type="image/png" type="chart"> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
60 <facets> |
9058 | 61 <!-- REMARK: id's that ends with 'filtered' are handled differently |
62 ' --> | |
63 <facet name="sinfo_facet_flow_depth.filtered" description="flow depth, filtered by current zoom state" /> | |
64 <facet name="sinfo_facet_flow_depth" description="flow depth" /> | |
8980
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8956
diff
changeset
|
65 |
9058 | 66 <facet name="sinfo_facet_flow_depth_with_tkh.filtered" description="flow depth including tkh, filtered by current zoom state" /> |
67 <facet name="sinfo_facet_flow_depth_with_tkh" description="flow depth including tkh" /> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
68 |
9058 | 69 <facet name="sinfo_facet_tkh" description="Facet for tkh" /> |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
70 |
9058 | 71 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" /> |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
72 </facets> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
73 </outputmode> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
74 |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
75 <outputmode name="sinfo_flowdepth_export" description="output.sinfo_flowdepth_export" mime-type="text/plain" type="export"> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
76 <facets> |
9058 | 77 <facet name="csv" description="facet.sinfo_flowdepth_export.csv" /> |
78 <facet name="pdf" description="facet.sinfo_flowdepth_export.pdf" /> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
79 </facets> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
80 </outputmode> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
81 |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
82 <outputmode name="sinfo_flowdepth_report" description="output.sinfo_flowdepth_report" mime-type="text/xml" type="report"> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
83 <facets> |
9058 | 84 <facet name="report" description="facet.sinfo_flowdepth_report" /> |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
85 </facets> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
86 </outputmode> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
87 </outputmodes> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
88 </state> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
89 |
8946
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
90 <!-- Calculation Mode: Minimale/maximale Fließtiefe --> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
91 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> |
9058 | 92 <from state="state.sinfo.calculation_mode" /> |
93 <to state="state.sinfo.distance_only" /> | |
94 <condition data="calculation_mode" value="sinfo_calc_flow_depth_minmax" operator="equal" /> | |
8946
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
95 </transition> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
96 |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
97 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> |
9058 | 98 <from state="state.sinfo.distance_only" /> |
99 <to state="state.sinfo.waterlevel_soundings_minmax_select" /> | |
100 <condition data="calculation_mode" value="sinfo_calc_flow_depth_minmax" operator="equal" /> | |
8946
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
101 </transition> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
102 |
8993
0adc6d04de95
SInfo - FlowDepthMinMax: choosing bed heights, not bed height min and max separately
gernotbelger
parents:
8980
diff
changeset
|
103 <state id="state.sinfo.waterlevel_soundings_minmax_select" description="state.sinfo.waterlevel_soundings_minmax_select" state="org.dive4elements.river.artifacts.sinfo.flowdepthminmax.FlowDepthMinMaxPairSelectState" helpText="help.state.sinfo.waterlevel_soundings_minmax_select"> |
9058 | 104 <data name="diffids" type="String" /> |
8993
0adc6d04de95
SInfo - FlowDepthMinMax: choosing bed heights, not bed height min and max separately
gernotbelger
parents:
8980
diff
changeset
|
105 </state> |
0adc6d04de95
SInfo - FlowDepthMinMax: choosing bed heights, not bed height min and max separately
gernotbelger
parents:
8980
diff
changeset
|
106 |
8946
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
107 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> |
9058 | 108 <from state="state.sinfo.waterlevel_soundings_minmax_select" /> |
109 <to state="state.sinfo.flow_depth_minmax" /> | |
110 <condition data="calculation_mode" value="sinfo_calc_flow_depth_minmax" operator="equal" /> | |
8946
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
111 </transition> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
112 |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
113 <state id="state.sinfo.flow_depth_minmax" description="state.sinfo.flow_depth_minmax" state="org.dive4elements.river.artifacts.sinfo.flowdepthminmax.FlowDepthMinMaxState" helpText="help.state.sinfo.flow_depth_minmax"> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
114 <outputmodes> |
8950
b0aeed4c97c1
Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents:
8946
diff
changeset
|
115 <outputmode name="sinfo_flow_depth_minmax" description="output.flow_depth" mime-type="image/png" type="chart"> |
8946
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
116 <facets> |
9058 | 117 <facet name="sinfo_facet_flow_depth_min.filtered" description="min flow depth" /> |
118 <facet name="sinfo_facet_flow_depth_min" description="min flow depth" /> | |
119 <facet name="sinfo_facet_flow_depth_max.filtered" description="max flow depth" /> | |
120 <facet name="sinfo_facet_flow_depth_max" description="max flow depth" /> | |
8946
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
121 |
9058 | 122 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" /> |
8946
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
123 </facets> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
124 </outputmode> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
125 |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
126 <outputmode name="sinfo_flowdepthminmax_export" description="output.sinfo_flowdepthminmax_export" mime-type="text/plain" type="export"> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
127 <facets> |
9058 | 128 <facet name="csv" description="facet.sinfo_flowdepthminmax_export.csv" /> |
129 <facet name="pdf" description="facet.sinfo_flowdepthminmax_export.pdf" /> | |
8946
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
130 </facets> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
131 </outputmode> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
132 |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
133 <outputmode name="sinfo_flowdepth_report" description="output.sinfo_flowdepth_report" mime-type="text/xml" type="report"> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
134 <facets> |
9058 | 135 <facet name="report" description="facet.sinfo_flowdepth_report" /> |
8946
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
136 </facets> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
137 </outputmode> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
138 </outputmodes> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
139 </state> |
5d5d482da3e9
Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents:
8941
diff
changeset
|
140 |
8951 | 141 <!-- Calculation Mode: Fließtiefenentwicklung --> |
142 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
9058 | 143 <from state="state.sinfo.calculation_mode" /> |
144 <to state="state.sinfo.distance_only" /> | |
145 <condition data="calculation_mode" value="sinfo_calc_flow_depth_development" operator="equal" /> | |
8951 | 146 </transition> |
147 | |
148 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
9058 | 149 <from state="state.sinfo.distance_only" /> |
150 <to state="state.sinfo.flowdepthdevlopment_current_select" /> | |
151 <condition data="calculation_mode" value="sinfo_calc_flow_depth_development" operator="equal" /> | |
8951 | 152 </transition> |
153 | |
154 <state id="state.sinfo.flowdepthdevlopment_current_select" description="state.sinfo.flowdepthdevlopment_current_select" state="org.dive4elements.river.artifacts.sinfo.flowdepthdev.WaterlevelSoundingCurrentPairSelectState" helpText="help.state.sinfo.flowdepthdevlopment_current_select"> | |
9058 | 155 <data name="diffid_current" type="String" /> |
8951 | 156 </state> |
157 | |
158 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
9058 | 159 <from state="state.sinfo.flowdepthdevlopment_current_select" /> |
160 <to state="state.sinfo.flowdepthdevlopment_historical_select" /> | |
161 <condition data="calculation_mode" value="sinfo_calc_flow_depth_development" operator="equal" /> | |
8951 | 162 </transition> |
163 | |
164 <state id="state.sinfo.flowdepthdevlopment_historical_select" description="state.sinfo.flowdepthdevlopment_historical_select" state="org.dive4elements.river.artifacts.sinfo.flowdepthdev.WaterlevelSoundingHistoricalPairSelectState" helpText="help.state.sinfo.flowdepthdevlopment_historical_select"> | |
9058 | 165 <data name="diffid_historical" type="String" /> |
8951 | 166 </state> |
167 | |
168 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
9058 | 169 <from state="state.sinfo.flowdepthdevlopment_historical_select" /> |
170 <to state="state.sinfo.flow_depth_development" /> | |
171 <condition data="calculation_mode" value="sinfo_calc_flow_depth_development" operator="equal" /> | |
8951 | 172 </transition> |
173 | |
174 <state id="state.sinfo.flow_depth_development" description="state.sinfo.flow_depth_development" state="org.dive4elements.river.artifacts.sinfo.flowdepthdev.FlowDepthDevelopmentState" helpText="help.state.sinfo.flow_depth_development"> | |
175 <outputmodes> | |
176 <outputmode name="sinfo_flow_depth_development" description="output.flow_depth_development" mime-type="image/png" type="chart"> | |
177 <facets> | |
9058 | 178 <facet name="sinfo_facet_flow_depth_development.filtered" description="flow depth development" /> |
179 <facet name="sinfo_facet_flow_depth_development" description="flow depth development" /> | |
8956 | 180 |
9058 | 181 <facet name="sinfo_facet_waterlevel_difference.filtered" description="waterlevel difference" /> |
182 <facet name="sinfo_facet_bedheight_difference.filtered" description="bed Height difference" /> | |
8956 | 183 |
9058 | 184 <facet name="sinfo_facet_flow_depth_current.filtered" description="flow depth current" /> |
185 <facet name="sinfo_facet_flow_depth_current" description="flow depth current" /> | |
186 <facet name="sinfo_facet_flow_depth_historical.filtered" description="flow depth historical" /> | |
187 <facet name="sinfo_facet_flow_depth_historical" description="flow depth historical" /> | |
188 | |
189 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" /> | |
8956 | 190 </facets> |
191 </outputmode> | |
192 | |
193 <outputmode name="sinfo_flow_depth_development_peryear" description="output.flow_depth_development_peryear" mime-type="image/png" type="chart"> | |
194 <facets> | |
9058 | 195 <facet name="sinfo_facet_flow_depth_development_per_year.filtered" description="flow depth development per year" /> |
196 <facet name="sinfo_facet_flow_depth_development_per_year" description="flow depth development per year" /> | |
8951 | 197 |
9058 | 198 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" /> |
8951 | 199 </facets> |
200 </outputmode> | |
201 | |
202 <outputmode name="sinfo_flowdepthdevelopment_export" description="output.sinfo_flowdepthdevelopment_export" mime-type="text/plain" type="export"> | |
203 <facets> | |
9058 | 204 <facet name="csv" description="facet.sinfo_flowdepthdevelopment_export.csv" /> |
205 <facet name="pdf" description="facet.sinfo_flowdepthdevelopment_export.pdf" /> | |
8951 | 206 </facets> |
207 </outputmode> | |
208 | |
209 <outputmode name="sinfo_flowdepthdevelopment_report" description="output.sinfo_flowdepthdevelopment_report" mime-type="text/xml" type="report"> | |
210 <facets> | |
9058 | 211 <facet name="report" description="facet.sinfo_flowdepthdevelopment_report" /> |
8951 | 212 </facets> |
213 </outputmode> | |
214 </outputmodes> | |
215 </state> | |
216 | |
9036 | 217 |
218 | |
219 | |
220 <!-- Calculation Mode: Grundberührungen --> | |
9057 | 221 |
9058 | 222 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> |
223 <from state="state.sinfo.calculation_mode" /> | |
224 <to state="state.sinfo.distance_only" /> | |
225 <condition data="calculation_mode" value="sinfo_calc_collision" operator="equal" /> | |
226 </transition> | |
227 | |
228 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
229 <from state="state.sinfo.distance_only" /> | |
230 <to state="state.sinfo.year_epoch" /> | |
231 <condition data="calculation_mode" value="sinfo_calc_collision" operator="equal" /> | |
232 </transition> | |
233 | |
234 <state id="state.sinfo.year_epoch" description="state.sinfo.year_epoch" state="org.dive4elements.river.artifacts.sinfo.collision.YearChoice" helpText="help.state.sinfo.year"> | |
235 <data name="ye_select" type="String" /> | |
9057 | 236 </state> |
9058 | 237 |
238 | |
239 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
240 <from state="state.sinfo.year_epoch" /> | |
241 <to state="state.sinfo.load.year" /> | |
242 <condition data="ye_select" value="state.sinfo.year" operator="equal" /> | |
9057 | 243 </transition> |
9058 | 244 |
245 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
246 <from state="state.sinfo.year_epoch" /> | |
247 <to state="state.sinfo.load.epoch" /> | |
248 <condition data="ye_select" value="state.sinfo.epoch" operator="equal" /> | |
9057 | 249 </transition> |
9058 | 250 |
251 | |
252 | |
253 <state id="state.sinfo.load.year" description="state.sinfo.load.year" state="org.dive4elements.river.artifacts.sinfo.collision.LoadYearSelect" helpText="help.state.sinfo.load.year"> | |
254 <data name="years" type="String" /> | |
255 </state> | |
256 | |
257 <state id="state.sinfo.load.epoch" description="state.sinfo.load.epoch" state="org.dive4elements.river.artifacts.states.minfo.SedimentLoadEpochSelect" helpText="help.state.sinfo.load.epoch"> | |
258 <data name="epochs" type="String" /> | |
259 </state> | |
260 | |
261 | |
262 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
263 <from state="state.sinfo.load.year" /> | |
264 <to state="state.sinfo.collision" /> | |
265 <condition data="calculation_mode" value="sinfo_calc_collision" operator="equal" /> | |
266 </transition> | |
267 | |
268 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
269 <from state="state.sinfo.load.epoch" /> | |
270 <to state="state.sinfo.collision" /> | |
271 <condition data="calculation_mode" value="sinfo_calc_collision" operator="equal" /> | |
272 </transition> | |
273 | |
274 | |
9054
95643dffd006
rename grounding->collision; inundation_duration->flood_duration
gernotbelger
parents:
9053
diff
changeset
|
275 <state id="state.sinfo.collision" description="state.sinfo.collision" state="org.dive4elements.river.artifacts.sinfo.collision.CollisionState" helpText="help.state.sinfo.collision"> |
9050 | 276 <outputmodes> |
9054
95643dffd006
rename grounding->collision; inundation_duration->flood_duration
gernotbelger
parents:
9053
diff
changeset
|
277 <outputmode name="collision" description="output.collision" mime-type="image/png" type="chart"> |
9050 | 278 <facets> |
9058 | 279 <!-- REMARK: id's that ends with 'filtered' are handled differently |
280 ' --> | |
281 <facet name="sinfo_facet_flow_depth.filtered" description="flow depth, filtered by current zoom state" /> | |
282 <facet name="sinfo_facet_flow_depth" description="flow depth" /> | |
9050 | 283 |
9058 | 284 <facet name="sinfo_facet_flow_depth_with_tkh.filtered" description="flow depth including tkh, filtered by current zoom state" /> |
285 <facet name="sinfo_facet_flow_depth_with_tkh" description="flow depth including tkh" /> | |
9050 | 286 |
9058 | 287 <facet name="sinfo_facet_tkh" description="Facet for tkh" /> |
9050 | 288 |
9058 | 289 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" /> |
9050 | 290 </facets> |
291 </outputmode> | |
292 | |
293 <outputmode name="sinfo_flowdepth_export" description="output.sinfo_flowdepth_export" mime-type="text/plain" type="export"> | |
294 <facets> | |
9058 | 295 <facet name="csv" description="facet.sinfo_flowdepth_export.csv" /> |
296 <facet name="pdf" description="facet.sinfo_flowdepth_export.pdf" /> | |
9050 | 297 </facets> |
298 </outputmode> | |
299 | |
300 <outputmode name="sinfo_flowdepth_report" description="output.sinfo_flowdepth_report" mime-type="text/xml" type="report"> | |
301 <facets> | |
9058 | 302 <facet name="report" description="facet.sinfo_flowdepth_report" /> |
9050 | 303 </facets> |
304 </outputmode> | |
305 </outputmodes> | |
306 </state> | |
307 | |
9036 | 308 |
309 | |
9058 | 310 |
311 <!-- Calculation Mode: Überflutungsdauern Infrastrukturen BWaStr --> | |
312 <!-- Schrittweite benötigt für wq-state --> | |
313 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
314 <from state="state.sinfo.calculation_mode" /> | |
315 <to state="state.sinfo.distance" /> | |
316 <condition data="calculation_mode" value="sinfo_calc_flood_duration" operator="equal" /> | |
9053 | 317 </transition> |
9058 | 318 |
319 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
320 <from state="state.sinfo.distance" /> | |
321 <to state="state.sinfo.riverside" /> | |
322 <condition data="calculation_mode" value="sinfo_calc_flood_duration" operator="equal" /> | |
9050 | 323 </transition> |
9058 | 324 |
9054
95643dffd006
rename grounding->collision; inundation_duration->flood_duration
gernotbelger
parents:
9053
diff
changeset
|
325 <state id="state.sinfo.riverside" description="state.sinfo.riverside" state="org.dive4elements.river.artifacts.sinfo.flood_duration.RiversideRadioChoice" helpText="help.state.sinfo.riverside"> |
9058 | 326 <data name="riverside" type="String" /> |
9036 | 327 </state> |
9058 | 328 |
329 <state id="state.sinfo.wspl" description="state.sinfo.wspl" state="org.dive4elements.river.artifacts.sinfo.flood_duration.WsplChoice" helpText="help.state.sinfo.wspl"> | |
330 <data name="wspl" type="Boolean" /> | |
331 </state> | |
332 | |
333 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
334 <from state="state.sinfo.riverside" /> | |
335 <to state="state.sinfo.wspl" /> | |
336 <condition data="calculation_mode" value="sinfo_calc_flood_duration" operator="equal" /> | |
9050 | 337 </transition> |
9058 | 338 |
339 | |
9050 | 340 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> |
9058 | 341 <from state="state.sinfo.wspl" /> |
342 <to state="state.sinfo.wq" /> | |
343 <condition data="wspl" value="true" operator="equal" /> | |
9053 | 344 </transition> |
9058 | 345 |
9053 | 346 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> |
9058 | 347 <from state="state.sinfo.wspl" /> |
348 <to state="state.sinfo.flood_duration" /> | |
349 <condition data="wspl" value="false" operator="equal" /> | |
9050 | 350 </transition> |
9058 | 351 |
352 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
353 <from state="state.sinfo.wq" /> | |
354 <to state="state.sinfo.flood_duration" /> | |
355 <condition data="calculation_mode" value="sinfo_calc_flood_duration" operator="equal" /> | |
356 </transition> | |
357 | |
358 | |
359 | |
9054
95643dffd006
rename grounding->collision; inundation_duration->flood_duration
gernotbelger
parents:
9053
diff
changeset
|
360 <state id="state.sinfo.flood_duration" description="state.sinfo.flood_duration" state="org.dive4elements.river.artifacts.sinfo.flood_duration.FloodDurationState" helpText="help.state.sinfo.flood_duration"> |
9050 | 361 <outputmodes> |
9054
95643dffd006
rename grounding->collision; inundation_duration->flood_duration
gernotbelger
parents:
9053
diff
changeset
|
362 <outputmode name="flood" description="output.flood" mime-type="image/png" type="chart"> |
9050 | 363 <facets> |
9058 | 364 <!-- REMARK: id's that ends with 'filtered' are handled differently |
365 ' --> | |
366 <facet name="sinfo_facet_flow_depth.filtered" description="flow depth, filtered by current zoom state" /> | |
367 <facet name="sinfo_facet_flow_depth" description="flow depth" /> | |
9036 | 368 |
9058 | 369 <facet name="sinfo_facet_flow_depth_with_tkh.filtered" description="flow depth including tkh, filtered by current zoom state" /> |
370 <facet name="sinfo_facet_flow_depth_with_tkh" description="flow depth including tkh" /> | |
9050 | 371 |
9058 | 372 <facet name="sinfo_facet_tkh" description="Facet for tkh" /> |
9050 | 373 |
9058 | 374 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" /> |
9050 | 375 </facets> |
376 </outputmode> | |
377 | |
378 <outputmode name="sinfo_flowdepth_export" description="output.sinfo_flowdepth_export" mime-type="text/plain" type="export"> | |
379 <facets> | |
9058 | 380 <facet name="csv" description="facet.sinfo_flowdepth_export.csv" /> |
381 <facet name="pdf" description="facet.sinfo_flowdepth_export.pdf" /> | |
9050 | 382 </facets> |
383 </outputmode> | |
384 | |
385 <outputmode name="sinfo_flowdepth_report" description="output.sinfo_flowdepth_report" mime-type="text/xml" type="report"> | |
386 <facets> | |
9058 | 387 <facet name="report" description="facet.sinfo_flowdepth_report" /> |
9050 | 388 </facets> |
389 </outputmode> | |
390 </outputmodes> | |
391 </state> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
392 |
9053 | 393 |
394 | |
9058 | 395 |
396 | |
397 | |
398 | |
399 | |
400 | |
401 <!-- Calculation Mode: Transportkörperhöhen --> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
402 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> |
9058 | 403 <from state="state.sinfo.calculation_mode" /> |
404 <to state="state.sinfo.distance" /> | |
405 <condition data="calculation_mode" value="sinfo_calc_transport_bodies_heights" operator="equal" /> | |
406 </transition> | |
407 | |
408 <state id="state.sinfo.distance" description="state.sinfo.distance" state="org.dive4elements.river.artifacts.states.DistanceSelect" helpText="help.state.sinfo.distance"> | |
409 <data name="ld_from" type="Double" /> | |
410 <data name="ld_to" type="Double" /> | |
411 <data name="ld_step" type="Double" /> | |
412 </state> | |
413 | |
414 | |
415 | |
416 | |
417 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> | |
418 <from state="state.sinfo.distance" /> | |
419 <to state="state.sinfo.wq" /> | |
420 <condition data="calculation_mode" value="sinfo_calc_transport_bodies_heights" operator="equal" /> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
421 </transition> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
422 |
9053 | 423 <state id="state.sinfo.wq" description="state.sinfo.wq" state="org.dive4elements.river.artifacts.states.WQSelect" helpText="help.state.sinfo.wq"> |
9058 | 424 <data name="wq_isq" type="Boolean" /> |
425 <data name="wq_isfree" type="Boolean" /> | |
426 <data name="wq_isrange" type="Boolean" /> | |
427 <data name="wq_from" type="Double" /> | |
428 <data name="wq_to" type="Double" /> | |
429 <data name="wq_step" type="Double" /> | |
430 <data name="wq_single" type="Double[]" /> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
431 </state> |
9058 | 432 |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
433 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition"> |
9058 | 434 <from state="state.sinfo.wq" /> |
435 <to state="state.sinfo.transport_bodies_heights" /> | |
436 <condition data="calculation_mode" value="sinfo_calc_transport_bodies_heights" operator="equal" /> | |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
437 </transition> |
9058 | 438 |
8915
d9dbf0b74bc2
Refaktoring of flow depth calculation, extracting tkh part. First implementation of tkh calculation.
gernotbelger
parents:
8914
diff
changeset
|
439 <state id="state.sinfo.transport_bodies_heights" description="state.sinfo.transport_bodies_heights" state="org.dive4elements.river.artifacts.sinfo.tkhstate.TkhState" helpText="help.state.sinfo.transport_bodies_heights"> |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
440 <outputmodes> |
8916 | 441 <outputmode name="sinfo_tkk" description="output.tkk" mime-type="image/png" type="chart"> |
442 <facets> | |
9058 | 443 <!-- REMARK: id's that ends with 'filtered' are handled differently |
444 ' --> | |
8916 | 445 <!-- FIXME: should be filtered according to spec --> |
9058 | 446 <facet name="sinfo_facet_tkh" description="Facet for tkh" /> |
8916 | 447 |
9058 | 448 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" /> |
449 | |
450 <facet name="sinfo_facet_flow_depth.filtered" description="mean flow depth" /> | |
451 <facet name="sinfo_facet_flow_depth" description="mean flow depth" /> | |
452 | |
453 <facet name="sinfo_facet_velocity" description="Velocity" /> | |
454 <facet name="sinfo_facet_d50" description="D50" /> | |
455 <facet name="sinfo_facet_tau" description="Tau" /> | |
8916 | 456 </facets> |
457 </outputmode> | |
9058 | 458 |
8916 | 459 <outputmode name="sinfo_tkh_export" description="output.sinfo_tkh_export" mime-type="text/plain" type="export"> |
460 <facets> | |
9058 | 461 <facet name="csv" description="facet.sinfo_tkh_export.csv" /> |
462 <facet name="pdf" description="facet.sinfo_tkh_export.pdf" /> | |
8916 | 463 </facets> |
464 </outputmode> | |
465 | |
466 <outputmode name="sinfo_tkh_report" description="output.sinfo_flowdepth_report" mime-type="text/xml" type="report"> | |
467 <facets> | |
9058 | 468 <facet name="report" description="facet.sinfo_tkh_report" /> |
8916 | 469 </facets> |
9058 | 470 </outputmode> |
8914
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
471 </outputmodes> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
472 </state> |
e3519c3e7a0a
Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents:
8897
diff
changeset
|
473 </states> |
8854 | 474 </artifact> |