comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/sq/Measurement.java @ 3922:e1d3f6bccf2b

S/Q: More symbols in reconstruction of Excel macros. flys-artifacts/trunk@5606 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 27 Sep 2012 08:51:51 +0000
parents 525e976102ac
children d3e2080d3ada
comparison
equal deleted inserted replaced
3921:deff2c337111 3922:e1d3f6bccf2b
30 return get("Q_BPEGEL"); 30 return get("Q_BPEGEL");
31 } 31 }
32 32
33 public double TOTAL_BL() { 33 public double TOTAL_BL() {
34 // TODO: Implement me! 34 // TODO: Implement me!
35 return Double.NaN; 35 return get("TGESCHIEBE");
36 } 36 }
37 37
38 public double SAND() { 38 public double BL_G() {
39 // TODO: Implement me! 39 // TODO: Implement me!
40 return Double.NaN; 40 return Double.NaN;
41 } 41 }
42 42
43 43 public double BL_C() {
44 public double S_BL_S() {
45 return SAND() * TOTAL_BL();
46 }
47
48 public double S_BL_FG() {
49 // TODO: Implement me! 44 // TODO: Implement me!
50 return Double.NaN; 45 return Double.NaN;
51 } 46 }
52 47
53 public double S_BL_CG() { 48 public double BL_S() {
54 // TODO: Implement me! 49 // TODO: Implement me!
55 return Double.NaN; 50 return Double.NaN;
56 } 51 }
57 52
58 public double S_BL() { 53 public double S_BL_S() {
59 // TODO: Implement me! 54 return TOTAL_BL() * BL_S();
60 return Double.NaN; 55 }
56
57 public double S_BL_FG() {
58 return TOTAL_BL() * BL_G();
59 }
60
61 public double S_BL_CG() {
62 return TOTAL_BL() * BL_C();
61 } 63 }
62 64
63 public double S_BL_1() { 65 public double S_BL_1() {
64 return S_BL_S() + S_BL_FG() + S_BL_CG(); 66 return S_BL_S() + S_BL_FG() + S_BL_CG();
65 } 67 }

http://dive4elements.wald.intevation.org