comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/vegetationzones/VegetationZonesCalculationResult.java @ 8996:fb9430250899

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

http://dive4elements.wald.intevation.org