comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthPairSelectState.java @ 8946:5d5d482da3e9

Implementing SINFO - FlowDepthMinMax calculation
author gernotbelger
date Tue, 13 Mar 2018 18:49:33 +0100
parents 7bbfb24e6eec
children 322b0e6298ea
comparison
equal deleted inserted replaced
8945:4a6b6a3c279c 8946:5d5d482da3e9
1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde 1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by 2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH 3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt 4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 * 5 *
6 * This file is Free Software under the GNU AGPL (>=v3) 6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the 7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details. 8 * documentation coming with Dive4Elements River for details.
13 13
14 /** 14 /**
15 * @author Gernot Belger 15 * @author Gernot Belger
16 * 16 *
17 */ 17 */
18 public class FlowDepthPairSelectState 18 // FIXME: very ugly; but probably we will break the serialization of WaterlevelPairSelectState if we introduce an
19 // FIXME: very ugly; but probably we will break the serialization of WaterlevelPairSelectState if we introduce an abstraction 19 // abstraction
20 extends WaterlevelPairSelectState { 20 public final class FlowDepthPairSelectState extends WaterlevelPairSelectState {
21
22 private static final long serialVersionUID = 1L;
21 23
22 /** Specify to display a datacage_twin_panel. */ 24 /** Specify to display a datacage_twin_panel. */
23 @Override 25 @Override
24 protected String getUIProvider() { 26 protected String getUIProvider() {
25 return "sinfo_flowdepth_twin_panel"; 27 return "sinfo_flowdepth_twin_panel";

http://dive4elements.wald.intevation.org