comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/predefineddepthevol/PredefinedDepthEvolQueryCalculationResult.java @ 9170:9b2e46090099

tkh cast exception fix gigantic refactoring 2
author gernotbelger
date Thu, 21 Jun 2018 14:32:11 +0200
parents 384eee4b4135
children
comparison
equal deleted inserted replaced
9169:1f94b3673ed3 9170:9b2e46090099
9 */ 9 */
10 package org.dive4elements.river.artifacts.sinfo.predefineddepthevol; 10 package org.dive4elements.river.artifacts.sinfo.predefineddepthevol;
11 11
12 import java.util.Collection; 12 import java.util.Collection;
13 13
14 import org.dive4elements.river.artifacts.common.AbstractCalculationResult;
14 import org.dive4elements.river.artifacts.common.ResultRow; 15 import org.dive4elements.river.artifacts.common.ResultRow;
15 import org.dive4elements.river.artifacts.sinfo.common.AbstractSInfoCalculationResult;
16 16
17 /** 17 /**
18 * Contains the results of a database query of a depth evolution series 18 * Contains the results of a database query of a depth evolution series
19 * 19 *
20 * @author Matthias Schäfer 20 * @author Matthias Schäfer
21 */ 21 */
22 public final class PredefinedDepthEvolQueryCalculationResult extends AbstractSInfoCalculationResult { 22 public final class PredefinedDepthEvolQueryCalculationResult extends AbstractCalculationResult {
23 23
24 private static final long serialVersionUID = 1L; 24 private static final long serialVersionUID = 1L;
25 25
26 public PredefinedDepthEvolQueryCalculationResult(final String label, final Collection<ResultRow> rows) { 26 public PredefinedDepthEvolQueryCalculationResult(final String label, final Collection<ResultRow> rows) {
27 super(label, null, rows); 27 super(label, rows);
28 } 28 }
29 } 29 }

http://dive4elements.wald.intevation.org