comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/vegetationzones/VegetationZonesCalculationResult.java @ 9069:1ffd38826175

access uinfo.vegetationzones+inundation_duration
author gernotbelger
date Tue, 15 May 2018 12:00:26 +0200
parents fb9430250899
children 23945061daec
comparison
equal deleted inserted replaced
9068:a5cf8d7bff3c 9069:1ffd38826175
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.
11 11
12 import java.util.Collection; 12 import java.util.Collection;
13 13
14 import org.dive4elements.river.artifacts.common.AbstractCalculationResult; 14 import org.dive4elements.river.artifacts.common.AbstractCalculationResult;
15 import org.dive4elements.river.artifacts.common.ResultRow; 15 import org.dive4elements.river.artifacts.common.ResultRow;
16 import org.dive4elements.river.artifacts.sinfo.util.WstInfo;
17 16
18 /** 17 /**
19 * @author Domenico Nardi Tironi 18 * @author Domenico Nardi Tironi
20 */ 19 */
21 final class VegetationZonesCalculationResult extends AbstractCalculationResult { 20 final class VegetationZonesCalculationResult extends AbstractCalculationResult {
22 21
23 private static final long serialVersionUID = 1L; 22 private static final long serialVersionUID = 1L;
24 23
25 public VegetationZonesCalculationResult(final String label, final WstInfo wst, final Collection< ResultRow> rows) { 24 public VegetationZonesCalculationResult(final String label, final Collection<ResultRow> rows) {
26 super(label, rows); 25 super(label, rows);
27 } 26 }
28 27
29 } 28 }

http://dive4elements.wald.intevation.org