comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthdev/FlowDepthDevelopmentCalculationResult.java @ 8997:d5802f22e4f5

Work on uinfo
author gernotbelger
date Thu, 12 Apr 2018 19:14:19 +0200
parents c40db8e8dcae
children 5294114b1df4
comparison
equal deleted inserted replaced
8996:fb9430250899 8997:d5802f22e4f5
9 */ 9 */
10 package org.dive4elements.river.artifacts.sinfo.flowdepthdev; 10 package org.dive4elements.river.artifacts.sinfo.flowdepthdev;
11 11
12 import java.util.Collection; 12 import java.util.Collection;
13 13
14 import org.dive4elements.river.artifacts.common.ResultRow;
14 import org.dive4elements.river.artifacts.sinfo.common.AbstractSInfoCalculationResult; 15 import org.dive4elements.river.artifacts.sinfo.common.AbstractSInfoCalculationResult;
15 import org.dive4elements.river.artifacts.sinfo.common.SInfoResultRow;
16 import org.dive4elements.river.artifacts.sinfo.util.BedHeightInfo; 16 import org.dive4elements.river.artifacts.sinfo.util.BedHeightInfo;
17 import org.dive4elements.river.artifacts.sinfo.util.WstInfo; 17 import org.dive4elements.river.artifacts.sinfo.util.WstInfo;
18 18
19 /** 19 /**
20 * Contains the results of a {@link FlowDepthCalculation}. 20 * Contains the results of a {@link FlowDepthCalculation}.
32 private final WstInfo historicalWst; 32 private final WstInfo historicalWst;
33 33
34 private final WstInfo currentWst; 34 private final WstInfo currentWst;
35 35
36 public FlowDepthDevelopmentCalculationResult(final String label, final WstInfo currentWst, final WstInfo historicalWst, final BedHeightInfo currentSounding, 36 public FlowDepthDevelopmentCalculationResult(final String label, final WstInfo currentWst, final WstInfo historicalWst, final BedHeightInfo currentSounding,
37 final BedHeightInfo historicalSounding, final Collection<SInfoResultRow> rows) { 37 final BedHeightInfo historicalSounding, final Collection< ResultRow> rows) {
38 // FIXME: bad abstraction if we give null here... 38 // FIXME: bad abstraction if we give null here...
39 super(label, null, rows); 39 super(label, null, rows);
40 40
41 this.currentWst = currentWst; 41 this.currentWst = currentWst;
42 this.historicalWst = historicalWst; 42 this.historicalWst = historicalWst;

http://dive4elements.wald.intevation.org