comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/HYKFacet.java @ 2150:0fa37d4de13d

Cosmetics. flys-artifacts/trunk@3732 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 20 Jan 2012 08:31:25 +0000
parents 767ce9d1991f
children 5642a83420f2
comparison
equal deleted inserted replaced
2149:b5f3b29544ea 2150:0fa37d4de13d
21 */ 21 */
22 public class HYKFacet 22 public class HYKFacet
23 extends DataFacet 23 extends DataFacet
24 implements FacetTypes { 24 implements FacetTypes {
25 25
26 /** House logger. */
26 private static Logger logger = Logger.getLogger(HYKFacet.class); 27 private static Logger logger = Logger.getLogger(HYKFacet.class);
27 28
28 29
29 /** Trivial constructor, set (maybe localized) description. */ 30 /** Trivial constructor, set (maybe localized) description. */
30 public HYKFacet(int idx, String description) { 31 public HYKFacet(int idx, String description) {
31 super(idx, HYK, description, ComputeType.FEED, null, null); 32 super(idx, HYK, description, ComputeType.FEED, null, null);
32 } 33 }
33 34
34 35
35 /** 36 /**
36 * 37 * Set km from cross section- master to HYKArtifact, then fire up
38 * computation.
39 *
37 * @param art artifact to get data from. 40 * @param art artifact to get data from.
38 * @param context ignored 41 * @param context ignored
39 */ 42 */
40 public Object getData(Artifact art, CallContext context) { 43 public Object getData(Artifact art, CallContext context) {
41 logger.debug("HYKFacet.getData"); 44 logger.debug("HYKFacet.getData");

http://dive4elements.wald.intevation.org