Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1087:22149b0545b9
New NamedDouble class which implements a <String,double>-pair.
flys-artifacts/trunk@2590 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 26 Aug 2011 11:10:31 +0000 |
parents | 825ea312116d |
children | 1f5b92531f72 |
comparison
equal
deleted
inserted
replaced
1086:825ea312116d | 1087:22149b0545b9 |
---|---|
1 2011-08-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 New NamedDouble class which implements a <String,double>-pair. | |
4 | |
5 * src/main/java/de/intevation/flys/artifacts/model/NamedDouble.java: | |
6 New, implementation of a double with a string or vice versa. | |
7 | |
1 2011-08-26 Ingo Weinzierl <ingo@intevation.de> | 8 2011-08-26 Ingo Weinzierl <ingo@intevation.de> |
2 | 9 |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Call | 10 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Call |
4 State.endOfLife() for all States when endOfLife() of the Artifact is | 11 State.endOfLife() for all States when endOfLife() of the Artifact is |
5 called. | 12 called. |