log flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 936:759808931a2e

age author description
2011-06-26 Sascha L. Teichmann Removed trailing whitespace.
2011-06-26 Sascha L. Teichmann Removed dead code.
2011-06-26 Sascha L. Teichmann Fix for flys/issue147
2011-06-25 Sascha L. Teichmann Fixed "W am Pegel" calculations.
2011-06-22 Sascha L. Teichmann Improved situtation on rendering "Abflusskurve am Pegel". Not fully working, yet.
2011-06-18 Sascha L. Teichmann Added calculation "am Pegel" version to the "Wasserspiegellage" calculation.
2011-06-18 Sascha L. Teichmann Removed more dead code.
2011-06-18 Sascha L. Teichmann Removed dead code.
2011-06-18 Sascha L. Teichmann Only generate facets when needed.
2011-06-17 Sascha L. Teichmann Merged revisions 2127-2133,2136-2137,2140,2143-2144,2146,2150-2151,2153-2154 via svnmerge from
2011-06-17 Sascha L. Teichmann call computeAdvance() if we want to advance. facets-slt
2011-06-17 Ingo Weinzierl Added a parameter 'wq_free' that determines that mode of calculation 1 (specifies if the calculation is bound to a gauge or not).
2011-06-17 Sascha L. Teichmann mico opt: inter cmps are faster than str cmps. facets-slt
2011-06-17 Sascha L. Teichmann make getGauges() more robust facets-slt
2011-06-17 Sascha L. Teichmann Removed ComputeCallback because this was thought too complicated. Fixed issue with facets not be re-generated if same state is entered again. facets-slt
2011-06-17 Ingo Weinzierl OutGenerators use now facets to fetch necessary data. facets-slt
2011-06-16 Ingo Weinzierl Write computed facets into artifacts describe document. facets-slt
2011-06-16 Ingo Weinzierl Generated facets for each output aspect. facets-slt
2011-06-16 Ingo Weinzierl Store facets for each state. facets-slt
2011-06-16 Ingo Weinzierl Use enums to dispatch computeFeed() and computeAdvance(). facets-slt
2011-06-16 Ingo Weinzierl Added two more compute() methods to ComputeCallback to distinguish between different phases of the artifact. facets-slt
2011-06-16 Ingo Weinzierl Added a compute() method to WINFOArtifact which acts as a dispatcher for different computations. It triggers a calculation based on ComputeCallbacks that are generated by the current states. facets-slt
2011-06-15 Ingo Weinzierl Merged with trunk and introduced hashing of computed values. facets-slt
2011-06-07 Sascha L. Teichmann Use java.util.List instead of java.util.Vector. Removed superfluous imports.
2011-06-07 Sascha L. Teichmann If Artifact.feed() fails do not store invalid values in database.
2011-06-05 Sascha L. Teichmann Refactored version of "Berechnung 4"
2011-06-01 Sascha L. Teichmann Added parser for segments
2011-05-26 Sascha L. Teichmann Make "Berechnungsart 4" work independent of flow direction. Commented out back jump correction temporarily.
2011-05-26 Sascha L. Teichmann Take the flow direction into account.
2011-05-26 Sascha L. Teichmann Round exploded values to a precision of 1e-6.
2011-05-24 Ingo Weinzierl Small bugfixes in the WQ selection state.
2011-05-24 Ingo Weinzierl ISSUE-85 (part III/III) Use the given kilometer values for the waterlevel computation.
2011-05-24 Ingo Weinzierl ISSUE-85 (part I/III) Added further fields for the location/range state.
2011-05-23 Ingo Weinzierl ISSUE-62 (part I/II) States are no longer filled with data - if a state needs user input, it needs to query the owner artifact.
2011-05-23 Ingo Weinzierl Added a method to dump the artifacts state/data.
2011-05-19 Sascha L. Teichmann Increment kms array size by one to take the end of range, too.
2011-05-19 Sascha L. Teichmann Reintroduced titles for the "W for unausgeglichene Abfluesse".
2011-05-18 Sascha L. Teichmann Use new logic to calculate "W für ungleichwertige Abfluesse". Not working yet.
2011-05-10 Ingo Weinzierl Enabled the WINFO artifact to choose between W and Q mode in the adapted wq panel of the discharge longitudinal section computation.
2011-05-06 Ingo Weinzierl Implemented methods to retrieve and compute the data used to create discharge longitudinal sections.
2011-05-05 Ingo Weinzierl Improved the transition model and added states to enable the 'discharge longitudinal section' computation - NOTE: the work in this computation has not finished yet.
2011-05-05 Ingo Weinzierl Use a default step width (100m) between two kilometers if no width is given.
2011-05-02 Ingo Weinzierl Enhanced the transition model to reach a state that creates duration curves.
2011-05-02 Ingo Weinzierl Enabled the FLYSArtifact to handle an array of inserted WQ values (without given ranges).
2011-05-02 Ingo Weinzierl Enabled the server to handle longitudinal section chart requests with inserted W data - Ws are transformed into Qs then.
2011-04-29 Ingo Weinzierl Improved the calculation of the step width of ranges.
2011-04-29 Ingo Weinzierl Added necessary methods to start the computation of waterlevel data.
2011-04-28 Ingo Weinzierl Bugfixes: Adapted a broken method call of TransitionEngine.isStateReachable() and added the outputs of a current state to the DESCRIBE.
2011-04-18 Ingo Weinzierl Changed the error key that is written to the result document of the feed operation.
2011-04-18 Ingo Weinzierl The inserted ranges (distance and WQ ranges) are validated in the feed() operation.
2011-04-18 Ingo Weinzierl Removed testing code that has been comitted by accident in the last revision.
2011-04-18 Ingo Weinzierl The getGauge() method of the FLYSArtifact returns the first gauge based on the given stationing now.
2011-04-15 Ingo Weinzierl FLYSArtifact provides methods to retrieve the real River, Gauge objects.
2011-04-06 Ingo Weinzierl Changed the visibility of getData() method of FLYSArtifacts.
2011-03-21 Ingo Weinzierl Implemented the step-back part of the advance() operation.
2011-03-10 Ingo Weinzierl The operations feed() and advance() return the current description of the artifact now.
2011-03-10 Ingo Weinzierl Implemented the step-forward part of the advance operation.
2011-03-09 Ingo Weinzierl Implemented the feed() operation.
2011-03-09 Ingo Weinzierl Added a FLYSArtifact that serves as the default artifact for the FLYS application.

http://dive4elements.wald.intevation.org