comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/fixation/FixationSelect.java @ 2668:53f42adf4505

Modified states and added new state for fixing analysis. flys-artifacts/trunk@4351 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 07 May 2012 13:27:45 +0000
parents 9e9eb9d97548
children 0ca00d547f35
comparison
equal deleted inserted replaced
2667:b75681c09ef8 2668:53f42adf4505
27 /** The logger used in this class. */ 27 /** The logger used in this class. */
28 private static Logger logger = Logger.getLogger(FixationSelect.class); 28 private static Logger logger = Logger.getLogger(FixationSelect.class);
29 29
30 30
31 /** Constant value for the default fixation calculation. */ 31 /** Constant value for the default fixation calculation. */
32 public static final String CALCULATION_DEFAULT = "calc.fixation.default"; 32 public static final String CALCULATION_DEFAULT = "calculation.analysis";
33 33
34 /** Constant value for the volmer fixation analysis. */ 34 /** Constant value for the volmer fixation analysis. */
35 public static final String CALCULATION_VOLMER = "calc.fixation.volmer"; 35 public static final String CALCULATION_VOLMER = "calculation.volmer";
36 36
37 /** An Array that holds all available calculation modes.*/ 37 /** An Array that holds all available calculation modes.*/
38 public static final String[] CALCULATIONS = { 38 public static final String[] CALCULATIONS = {
39 CALCULATION_DEFAULT, 39 CALCULATION_DEFAULT,
40 CALCULATION_VOLMER 40 CALCULATION_VOLMER

http://dive4elements.wald.intevation.org