comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/tkhstate/TkhCalculationResult.java @ 8915:d9dbf0b74bc2

Refaktoring of flow depth calculation, extracting tkh part. First implementation of tkh calculation.
author gernotbelger
date Wed, 28 Feb 2018 17:27:15 +0100
parents
children 5d5d482da3e9
comparison
equal deleted inserted replaced
8914:e3519c3e7a0a 8915:d9dbf0b74bc2
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.sinfo.tkhstate;
11
12 import java.util.Collection;
13
14 import org.dive4elements.river.artifacts.sinfo.common.AbstractSInfoCalculationResult;
15 import org.dive4elements.river.artifacts.sinfo.util.WstInfo;
16
17 /**
18 * Contains the results of a {@link FlowDepthCalculation}.
19 *
20 * @author Gernot Belger
21 */
22 final class TkhCalculationResult extends AbstractSInfoCalculationResult<TkhResultRow> {
23
24 private static final long serialVersionUID = 1L;
25
26 public TkhCalculationResult(final String label, final WstInfo wst, final boolean hasTkh, final Collection<TkhResultRow> rows) {
27 super(label, wst, hasTkh, rows);
28 }
29 }

http://dive4elements.wald.intevation.org