comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/fixings/FixWQCurveFacet.java @ 4312:7d0dd96210b5

Doc and whitespace cosmetics for ExrremeResult and FixWQCurve.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 30 Oct 2012 06:54:50 +0100
parents 7091e9e4fe2e
children 093f9333f66b
comparison
equal deleted inserted replaced
4311:5a28312aee99 4312:7d0dd96210b5
29 implements FacetTypes { 29 implements FacetTypes {
30 30
31 /** House logger. */ 31 /** House logger. */
32 private static Logger logger = Logger.getLogger(FixWQCurveFacet.class); 32 private static Logger logger = Logger.getLogger(FixWQCurveFacet.class);
33 33
34
34 /** Trivial Constructor. */ 35 /** Trivial Constructor. */
35 public FixWQCurveFacet() { 36 public FixWQCurveFacet() {
36 } 37 }
37 38
38 39
47 super(index, FIX_WQ_CURVE, description, ComputeType.ADVANCE, null, null); 48 super(index, FIX_WQ_CURVE, description, ComputeType.ADVANCE, null, null);
48 } 49 }
49 50
50 51
51 /** 52 /**
52 * Returns the data this facet requires. 53 * Returns the data this facet provides at given km, a function.
53 * 54 *
54 * @param artifact the owner artifact. 55 * @param artifact the owner artifact.
55 * @param context the CallContext (ignored). 56 * @param context the CallContext.
56 * 57 *
57 * @return the data. 58 * @return the data.
58 */ 59 */
59 @Override 60 @Override
60 public Object getData(Artifact artifact, CallContext context) { 61 public Object getData(Artifact artifact, CallContext context) {

http://dive4elements.wald.intevation.org