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

tkh cast exception fix gigantic refactoring 2
author gernotbelger
date Thu, 21 Jun 2018 14:32:11 +0200
parents 6e5ff436febe
children
comparison
equal deleted inserted replaced
9169:1f94b3673ed3 9170:9b2e46090099
9 */ 9 */
10 package org.dive4elements.river.artifacts.sinfo.predefinedtkh; 10 package org.dive4elements.river.artifacts.sinfo.predefinedtkh;
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.AbstractTkhCalculationResult;
16 16
17 /** 17 /**
18 * Contains the results of a database query of a tkh series 18 * Contains the results of a database query of a tkh series
19 * 19 *
20 * @author Matthias Schäfer 20 * @author Matthias Schäfer
21 */ 21 */
22 final class PredefinedTkhQueryCalculationResult extends AbstractTkhCalculationResult { 22 class PredefinedTkhQueryCalculationResult extends AbstractCalculationResult {
23 23
24 private static final long serialVersionUID = 1L; 24 private static final long serialVersionUID = 1L;
25 25
26 public PredefinedTkhQueryCalculationResult(final String label, final Collection<ResultRow> rows) { 26 public PredefinedTkhQueryCalculationResult(final String label, final Collection<ResultRow> rows) {
27 super(label, null, true, rows); 27 super(label, rows);
28 } 28 }
29
29 } 30 }

http://dive4elements.wald.intevation.org