Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1654:33ade8153d74
Little modifications for making recommendations - will now work for states with background calculation.
flys-artifacts/trunk@2846 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 27 Sep 2011 15:19:59 +0000 |
parents | 73794985a899 |
children | d251e5929860 |
comparison
equal
deleted
inserted
replaced
1653:73794985a899 | 1654:33ade8153d74 |
---|---|
1 2011-09-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java, | |
4 src/main/java/de/intevation/flys/artifacts/MainValuesArtifact.java: | |
5 Changed access of getCurrentState() from protected to public. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/CollectionMonitor.java: We | |
8 use the configured Outputs instead of the actuel Outputs of an Artifact | |
9 to make recommendations, now. This has the bad side effect of giving | |
10 recommendations for Outputs that we might _NOT_ be able to produce. But | |
11 otherwise, we would not be able to give recommendations for states with | |
12 long calculation times that start background threads for calculation (as | |
13 WSPLGEN caluclations does). | |
14 | |
1 2011-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 15 2011-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 16 |
3 Enable "auto-scaling" axis for waterlevels in WDifference-plots. | 17 Enable "auto-scaling" axis for waterlevels in WDifference-plots. |
4 | 18 |
5 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | 19 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: |
27 * src/main/java/de/intevation/flys/artifacts/charts/CrossSectionApp.java: | 41 * src/main/java/de/intevation/flys/artifacts/charts/CrossSectionApp.java: |
28 Refactored to use logic from the models. | 42 Refactored to use logic from the models. |
29 | 43 |
30 * src/main/java/de/intevation/flys/artifacts/geom/Lines.java: | 44 * src/main/java/de/intevation/flys/artifacts/geom/Lines.java: |
31 Moved some logic from the demo app to this model. | 45 Moved some logic from the demo app to this model. |
46 | |
32 2011-09-27 Ingo Weinzierl <ingo@intevation.de> | 47 2011-09-27 Ingo Weinzierl <ingo@intevation.de> |
33 | 48 |
34 * src/main/java/de/intevation/flys/wsplgen/FacetCreator.java: New. Code | 49 * src/main/java/de/intevation/flys/wsplgen/FacetCreator.java: New. Code |
35 from FloodMapState moved to its own class with the intent, to use it in | 50 from FloodMapState moved to its own class with the intent, to use it in |
36 classes different from FloodMapState. | 51 classes different from FloodMapState. |