comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/ComputedDischargeCurveState.java @ 392:72177020db92

Improved the transition model and added classes to enable the WINFO artifact to create computed discharge curves - NOTE: each of the new classes is just a stub. flys-artifacts/trunk@1817 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 04 May 2011 07:48:39 +0000
parents
children 627be3ca1ab6
comparison
equal deleted inserted replaced
391:5d6988836f01 392:72177020db92
1 package de.intevation.flys.artifacts.states;
2
3 import org.apache.log4j.Logger;
4
5 import org.w3c.dom.Element;
6
7 import de.intevation.artifacts.Artifact;
8 import de.intevation.artifacts.CallContext;
9
10 import de.intevation.artifacts.common.utils.XMLUtils;
11
12
13 /**
14 * The final state that will be reached after the discharge curve calculation
15 * mode has been chosen.
16 *
17 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
18 */
19 public class ComputedDischargeCurveState extends DefaultState {
20
21 /** The logger that is used in this state.*/
22 private static Logger logger =
23 Logger.getLogger(ComputedDischargeCurveState.class);
24
25
26 protected Element[] createItems(
27 XMLUtils.ElementCreator cr,
28 Artifact artifact,
29 String name,
30 CallContext context)
31 {
32 logger.debug("ComputedDischargeCurveState.createItems");
33 return null;
34 }
35 }
36 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org