comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthCalculationResults.java @ 8884:7a8c12706834

Work on SINFO-FlowDepth
author gernotbelger
date Tue, 13 Feb 2018 14:53:23 +0100
parents f762fadc5313
children a66f2a7c4f84
comparison
equal deleted inserted replaced
8883:a536e1aacf0f 8884:7a8c12706834
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.
9 */ 9 */
10 package org.dive4elements.river.artifacts.sinfo.flowdepth; 10 package org.dive4elements.river.artifacts.sinfo.flowdepth;
11 11
12 import java.io.Serializable;
12 import java.util.ArrayList; 13 import java.util.ArrayList;
13 import java.util.Collections; 14 import java.util.Collections;
14 import java.util.List; 15 import java.util.List;
15 16
16 import org.dive4elements.river.model.River; 17 import org.dive4elements.river.model.River;
17 18
18 /** 19 /**
19 * @author Gernot Belger 20 * @author Gernot Belger
20 */ 21 */
21 public final class FlowDepthCalculationResults { 22 public final class FlowDepthCalculationResults implements Serializable {
23 private static final long serialVersionUID = 1L;
24
22 private final List<FlowDepthCalculationResult> results = new ArrayList<>(); 25 private final List<FlowDepthCalculationResult> results = new ArrayList<>();
23 26
24 private final River river; 27 private final River river;
25 28
26 private final double from; 29 private final double from;

http://dive4elements.wald.intevation.org