diff artifacts/src/main/java/org/dive4elements/river/artifacts/common/AbstractCalculationResult.java @ 9205:3dae6b78e1da

inundationDuration/floodDuration multiple columns+chartLines refactoring
author gernotbelger
date Mon, 02 Jul 2018 19:01:09 +0200
parents 4f411c6ee3ae
children e5367900dd6d
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/common/AbstractCalculationResult.java	Mon Jul 02 17:40:39 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/common/AbstractCalculationResult.java	Mon Jul 02 19:01:09 2018 +0200
@@ -41,10 +41,6 @@
         return this.rows.isEmpty();
     }
 
-    // public final void addRow(final ResultRow resultRow) {
-    // this.rows.add(resultRow);
-    // }
-
     public Collection<ResultRow> getRows() {
         return Collections.unmodifiableCollection(this.rows);
     }
@@ -66,10 +62,6 @@
         return new double[][] { xPoints.toNativeArray(), yPoints.toNativeArray() };
     }
 
-    public double[][] getStationPoints(final IResultType type, final int index) {
-        return getStationPoints(type);
-    }
-
     protected final <TYPE> List<TYPE> getValues(final IResultType type) {
 
         final List<TYPE> values = new ArrayList<>();

http://dive4elements.wald.intevation.org