comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/Range.java @ 3401:086326be721c

FixA: Overview: classify Q ranges by intersecting gauges. flys-artifacts/trunk@5042 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 18 Jul 2012 14:44:29 +0000
parents 9c147bbffc36
children 51f76225823b
comparison
equal deleted inserted replaced
3400:2eea676ba48f 3401:086326be721c
8 8
9 protected double start; 9 protected double start;
10 protected double end; 10 protected double end;
11 11
12 public Range() { 12 public Range() {
13 }
14
15 public Range(Range other) {
16 start = other.start;
17 end = other.end;
13 } 18 }
14 19
15 public Range(double start, double end) { 20 public Range(double start, double end) {
16 this.start = start; 21 this.start = start;
17 this.end = end; 22 this.end = end;

http://dive4elements.wald.intevation.org