comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/AbstractSInfoCalculationResult.java @ 8980:b194fa64506a

SINFO - show results themes according to spec, either raw data or floating mean values. Some improvements to error handling and handling of empty results.
author gernotbelger
date Thu, 05 Apr 2018 18:30:34 +0200
parents a4f1ac81f26d
children 50cc99579a46
comparison
equal deleted inserted replaced
8979:951a4af24a09 8980:b194fa64506a
44 44
45 public final WstInfo getWst() { 45 public final WstInfo getWst() {
46 return this.wst; 46 return this.wst;
47 } 47 }
48 48
49 public boolean isEmpty() {
50 return this.rows.isEmpty();
51 }
52
49 public final void addRow(final SInfoResultRow resultRow) { 53 public final void addRow(final SInfoResultRow resultRow) {
50 this.rows.add(resultRow); 54 this.rows.add(resultRow);
51 } 55 }
52 56
53 public final Collection<SInfoResultRow> getRows() { 57 public final Collection<SInfoResultRow> getRows() {

http://dive4elements.wald.intevation.org