comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/fixation/FixRealizingCompute.java @ 6484:5b6632abd8e6

issue1372: Removed Event facet from vollmer curve.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 27 Jun 2013 21:55:44 +0200
parents a0078e5e3b39
children e9e292316357
comparison
equal deleted inserted replaced
6483:0534ff91e499 6484:5b6632abd8e6
155 facets.add(new FixWQCurveFacet( 155 facets.add(new FixWQCurveFacet(
156 0, 156 0,
157 Resources.getMsg(meta, I18N_WQ_CURVE, I18N_WQ_CURVE) + " (" 157 Resources.getMsg(meta, I18N_WQ_CURVE, I18N_WQ_CURVE) + " ("
158 + access.getFunction() + ")")); 158 + access.getFunction() + ")"));
159 159
160 facets.add(new FixReferenceEventsFacet(
161 0,
162 FIX_REFERENCE_EVENTS_WQ,
163 Resources.getMsg(meta, I18N_WQ_EVENTS, I18N_WQ_EVENTS)));
164
165
166 if (access.getPreprocessing()) { 160 if (access.getPreprocessing()) {
167 facets.add(new FixOutlierFacet( 161 facets.add(new FixOutlierFacet(
168 0, 162 0,
169 FIX_OUTLIER, 163 FIX_OUTLIER,
170 Resources.getMsg(meta, I18N_WQ_OUTLIER, I18N_WQ_OUTLIER))); 164 Resources.getMsg(meta, I18N_WQ_OUTLIER, I18N_WQ_OUTLIER)));

http://dive4elements.wald.intevation.org