Mercurial > dive4elements > river
view flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/DurationCurveState.java @ 674:d5f9ba1d055f
Added calculation base class to collect the problems during the calculations. Adjusted calculation 4 to use the mechanism.
flys-artifacts/trunk@2098 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 10 Jun 2011 09:19:27 +0000 |
parents | fdc898a134a7 |
children | 06689035024c |
line wrap: on
line source
package de.intevation.flys.artifacts.states; import org.apache.log4j.Logger; /** * The final state that will be reached after the duration curve calculation * mode has been chosen. * * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> */ public class DurationCurveState extends DefaultState { /** The logger that is used in this state.*/ private static Logger logger = Logger.getLogger(DurationCurveState.class); public DurationCurveState() { } } // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :