comparison artifacts/src/main/java/org/dive4elements/river/artifacts/common/AbstractCalculationResult.java @ 9202:b4402594213b

More work on calculations and output for S-Info flood duration workflow (chart types 1 and 2)
author mschaefer
date Mon, 02 Jul 2018 07:33:53 +0200
parents 23945061daec
children 4f411c6ee3ae
comparison
equal deleted inserted replaced
9201:491e1a434457 9202:b4402594213b
43 43
44 // public final void addRow(final ResultRow resultRow) { 44 // public final void addRow(final ResultRow resultRow) {
45 // this.rows.add(resultRow); 45 // this.rows.add(resultRow);
46 // } 46 // }
47 47
48 public final Collection<ResultRow> getRows() { 48 public Collection<ResultRow> getRows() {
49 return Collections.unmodifiableCollection(this.rows); 49 return Collections.unmodifiableCollection(this.rows);
50 } 50 }
51 51
52 public final double[][] getStationPoints(final IResultType type) { // gehört die Methode hier rein? oder in erbende Klassen? 52 public final double[][] getStationPoints(final IResultType type) { // gehört die Methode hier rein? oder in erbende Klassen?
53 53

http://dive4elements.wald.intevation.org