comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/FlowVelocityData.java @ 7283:8cd48a2a380b

issue1512: Added comment, opened constructor as we will reuse this class.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 11 Oct 2013 10:26:18 +0200
parents af13ceeba52a
children
comparison
equal deleted inserted replaced
7282:b59a7cf1c3de 7283:8cd48a2a380b
16 public class FlowVelocityData implements Serializable { 16 public class FlowVelocityData implements Serializable {
17 17
18 private TDoubleArrayList km; 18 private TDoubleArrayList km;
19 private TDoubleArrayList vMain; 19 private TDoubleArrayList vMain;
20 private TDoubleArrayList vTotal; 20 private TDoubleArrayList vTotal;
21 /** Also called 'shearstress'. */
21 private TDoubleArrayList tauMain; 22 private TDoubleArrayList tauMain;
22 private TDoubleArrayList q; 23 private TDoubleArrayList q;
23 private String zone; 24 private String zone;
24 private String type; 25 private String type;
25 26
26 protected FlowVelocityData() { 27 public FlowVelocityData() {
27 this.km = new TDoubleArrayList(); 28 this.km = new TDoubleArrayList();
28 this.vMain = new TDoubleArrayList(); 29 this.vMain = new TDoubleArrayList();
29 this.vTotal = new TDoubleArrayList(); 30 this.vTotal = new TDoubleArrayList();
30 this.tauMain = new TDoubleArrayList(); 31 this.tauMain = new TDoubleArrayList();
31 this.q = new TDoubleArrayList(); 32 this.q = new TDoubleArrayList();

http://dive4elements.wald.intevation.org