comparison artifacts/src/main/java/org/dive4elements/river/artifacts/common/DefaultCalculationResult.java @ 9195:a4121ec450d6

'ca.'-issue ExportContextCSV+PDF separated uinfo.inundationduration url export
author gernotbelger
date Fri, 29 Jun 2018 14:52:54 +0200
parents
children 0fc9c82e744e
comparison
equal deleted inserted replaced
9191:f692f5a0536a 9195:a4121ec450d6
1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 *
6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details.
9 */
10 package org.dive4elements.river.artifacts.common;
11
12 import java.util.Collection;
13
14 /**
15 * @author Domenico Nardi Tironi
16 *
17 */
18 public class DefaultCalculationResult extends AbstractCalculationResult {
19
20 public DefaultCalculationResult(final String label, final Collection<ResultRow> rows) {
21 super(label, rows);
22 // do nothing,
23 // this class only serves as instantiable version of AbstractCalculationResult
24 // not intended for pdf/csv-export
25 }
26
27 }

http://dive4elements.wald.intevation.org