comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/extreme/ExtremeCurveFacet.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents e4606eae8ea5
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
44 44
45 /** 45 /**
46 * @param description Description of the facet. 46 * @param description Description of the facet.
47 */ 47 */
48 public ExtremeCurveFacet(String description) { 48 public ExtremeCurveFacet(String description) {
49 super(0, EXTREME_WQ_CURVE, description, ComputeType.ADVANCE, null, null); 49 super(0, EXTREME_WQ_CURVE, description,
50 ComputeType.ADVANCE, null, null);
50 } 51 }
51 52
52 /** 53 /**
53 * @param description Description of the facet. 54 * @param description Description of the facet.
54 * @param showBase if true, gimme different name. 55 * @param showBase if true, gimme different name.
55 */ 56 */
56 public ExtremeCurveFacet(String description, boolean showBase) { 57 public ExtremeCurveFacet(String description, boolean showBase) {
57 super(0, EXTREME_WQ_CURVE_BASE, description, ComputeType.ADVANCE, null, null); 58 super(0, EXTREME_WQ_CURVE_BASE, description,
59 ComputeType.ADVANCE, null, null);
58 if (!showBase) { 60 if (!showBase) {
59 this.name = EXTREME_WQ_CURVE; 61 this.name = EXTREME_WQ_CURVE;
60 } 62 }
61 } 63 }
62 64
63 65
64 public ExtremeCurveFacet(int index, String description) { 66 public ExtremeCurveFacet(int index, String description) {
65 super(index, EXTREME_WQ_CURVE, description, ComputeType.ADVANCE, null, null); 67 super(index, EXTREME_WQ_CURVE, description,
68 ComputeType.ADVANCE, null, null);
66 } 69 }
67 70
68 71
69 /** 72 /**
70 * Returns the data (a curve/function) this facet provides at km given in context. 73 * Returns the data (curve) this facet provides at km given in context.
71 * 74 *
72 * @param artifact the owner artifact. 75 * @param artifact the owner artifact.
73 * @param context the CallContext. 76 * @param context the CallContext.
74 * 77 *
75 * @return the data. 78 * @return the data.

http://dive4elements.wald.intevation.org