comparison artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/BezugswstState.java @ 9072:02739b8c010d

bundu progress (Klon FixationAnalysis +Vollmer funktioniert; Verzweigung neue Berechnungsart Bezugswst)
author gernotbelger
date Wed, 16 May 2018 17:43:47 +0200
parents
children 1c8eeaf6031f
comparison
equal deleted inserted replaced
9071:a561b882436d 9072:02739b8c010d
1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 *
6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details.
9 */
10 package org.dive4elements.river.artifacts.bundu.bezugswst;
11
12 import org.dive4elements.river.artifacts.states.DefaultState;
13
14 /**
15 * @author Domenico Nardi Tironi
16 */
17 public class BezugswstState extends DefaultState {
18
19 /// ** The log that is used in this state. */
20 // private static Logger log = Logger.getLogger(FlowDepthState.class);
21
22 private static final long serialVersionUID = 1L;
23
24 /**
25 * From this state can only be continued trivially.
26 */
27 @Override
28 protected String getUIProvider() {
29 return "continue";
30 }
31
32 }

http://dive4elements.wald.intevation.org