comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/collision/LoadEpochSelect.java @ 9063:b6919e3c2d86

work on uinfo-inundation_duration states
author gernotbelger
date Tue, 08 May 2018 15:21:23 +0200
parents
children
comparison
equal deleted inserted replaced
9062:5198066492a9 9063:b6919e3c2d86
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
2 * Software engineering by Intevation GmbH
3 *
4 * This file is Free Software under the GNU AGPL (>=v3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details.
7 */
8
9 package org.dive4elements.river.artifacts.sinfo.collision;
10
11 import org.apache.log4j.Logger;
12 import org.dive4elements.river.artifacts.states.DefaultState;
13
14 public class LoadEpochSelect extends DefaultState {
15 /** The log used in this class. */
16 private static Logger log = Logger.getLogger(LoadEpochSelect.class);
17
18 /**
19 * The default constructor that initializes an empty State object.
20 */
21 public LoadEpochSelect() {
22 }
23
24 @Override
25 protected String getUIProvider() {
26 return "sinfo.collision.load_epoch_select";
27 }
28 }

http://dive4elements.wald.intevation.org