comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/sq/SQRelationCalculation.java @ 7261:a56fe3bc6700

Refactoring: Let RiverAccess.getRiver return an River. Renamed getRiver in getRiverName. Update Callers.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 08 Oct 2013 14:50:58 +0200
parents 1dff8e71c4d6
children 0a5239a1e46e
comparison
equal deleted inserted replaced
7260:0b32f8980fed 7261:a56fe3bc6700
56 public SQRelationCalculation() { 56 public SQRelationCalculation() {
57 } 57 }
58 58
59 public SQRelationCalculation(SQRelationAccess access) { 59 public SQRelationCalculation(SQRelationAccess access) {
60 60
61 String river = access.getRiver(); 61 String river = access.getRiverName();
62 Double location = access.getLocation(); 62 Double location = access.getLocation();
63 DateRange period = access.getPeriod(); 63 DateRange period = access.getPeriod();
64 Double outliers = access.getOutliers(); 64 Double outliers = access.getOutliers();
65 String method = access.getOutlierMethod(); 65 String method = access.getOutlierMethod();
66 66

http://dive4elements.wald.intevation.org