comparison flys-artifacts/src/main/java/de/intevation/flys/exports/OutGenerator.java @ 299:8940b0885865

Added a DischargeCurveGenerator that creates discharge curves. flys-artifacts/trunk@1648 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 06 Apr 2011 09:56:38 +0000
parents e5e7af208857
children 8830eecad69e
comparison
equal deleted inserted replaced
298:fc694a43a7e5 299:8940b0885865
1 package de.intevation.flys.exports; 1 package de.intevation.flys.exports;
2 2
3 import java.io.IOException;
3 import java.io.OutputStream; 4 import java.io.OutputStream;
4 5
5 import org.w3c.dom.Document; 6 import org.w3c.dom.Document;
6 7
7 import de.intevation.artifacts.Artifact; 8 import de.intevation.artifacts.Artifact;
40 /** 41 /**
41 * Writes the collected output of all artifacts specified in the 42 * Writes the collected output of all artifacts specified in the
42 * <i>request</i> (see init()) document to the OutputStream <i>out</i> (see 43 * <i>request</i> (see init()) document to the OutputStream <i>out</i> (see
43 * init()). 44 * init()).
44 */ 45 */
45 void generate(); 46 void generate() throws IOException;
46 } 47 }
47 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 48 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org