log flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 1187:47ecf98f09eb

age author description
Mon, 19 Sep 2011 12:44:51 +0000 Ingo Weinzierl Cleanup imports.
Thu, 15 Sep 2011 15:05:24 +0000 Ingo Weinzierl Introduced the possibility for States to transform/modify input before the data is added to FLYSArtifact.
Wed, 07 Sep 2011 07:37:22 +0000 Felix Wolfsteller Minor cosmetics
Wed, 31 Aug 2011 12:44:07 +0000 Ingo Weinzierl Reordered some parameters in a FLYSArtifact method.
Fri, 26 Aug 2011 14:55:18 +0000 Ingo Weinzierl Added a new method to FLYSArtifact to destroy a single state (call its endOfLife).
Fri, 26 Aug 2011 08:53:37 +0000 Ingo Weinzierl Call State.endOfLife() for all States in the Artifact when Artifact.endOfLife() is called.
Fri, 26 Aug 2011 08:07:47 +0000 Ingo Weinzierl Call State.endOfLife() in FLYSArtifact when stepping back to a previous state.
Wed, 24 Aug 2011 09:44:31 +0000 Felix Wolfsteller Refactored (state access) to ease future development of more trivial artifacts.
Tue, 23 Aug 2011 11:07:21 +0000 Sascha L. Teichmann Made FLYS artifacts cloneable.
Mon, 22 Aug 2011 16:37:12 +0000 Sascha L. Teichmann Build out/facet filter from XML document passed at creation time.
Mon, 22 Aug 2011 16:05:40 +0000 Sascha L. Teichmann Added optional positive filter for outs and facets.
Mon, 22 Aug 2011 15:25:48 +0000 Sascha L. Teichmann Moved WINFO specific stuff from FLYS into WINFO artifact.
Fri, 19 Aug 2011 14:10:18 +0000 Sascha L. Teichmann State engine: Removed CallContext from state validation.
Wed, 27 Jul 2011 11:01:55 +0000 Sascha L. Teichmann datacage: prepared access to outs of artifacts.
Thu, 21 Jul 2011 14:00:09 +0000 Ingo Weinzierl Modified the CollectionMonitor to recommend artifacts for the current state's outputs only.
Wed, 20 Jul 2011 17:03:00 +0000 Sascha L. Teichmann DataCage: Added a recommend() method to generate recommendations for
Wed, 20 Jul 2011 15:06:16 +0000 Ingo Weinzierl Added configurations for river WMSe (currently for Saar, Mosel, Elbe).
Wed, 20 Jul 2011 12:34:20 +0000 Ingo Weinzierl Adapted the method of FLYSArtifact.setup() which has been changed in the artifact package.
Mon, 18 Jul 2011 17:09:00 +0000 Ingo Weinzierl Simplified the code to read all provided Outputs of an Artifact.
Mon, 18 Jul 2011 10:13:25 +0000 Ingo Weinzierl Added artifacts/states for WMS background an river axis and a configuration for the output-defaults.
Mon, 18 Jul 2011 09:20:42 +0000 Ingo Weinzierl Added a computeInit() method to intialize data/facets after creating new artifacts.
Thu, 14 Jul 2011 15:30:55 +0000 Ingo Weinzierl Append artifact recommendations to the artifact's describe document.
Thu, 14 Jul 2011 11:27:01 +0000 Ingo Weinzierl Added a monitor that creates new artifacts for default themes in charts and maps.
Sun, 26 Jun 2011 17:18:59 +0000 Sascha L. Teichmann Removed trailing whitespace.
Sun, 26 Jun 2011 17:06:35 +0000 Sascha L. Teichmann Removed dead code.
Sun, 26 Jun 2011 14:46:48 +0000 Sascha L. Teichmann Fix for flys/issue147
Sat, 25 Jun 2011 17:35:50 +0000 Sascha L. Teichmann Fixed "W am Pegel" calculations.
Wed, 22 Jun 2011 10:36:27 +0000 Sascha L. Teichmann Improved situtation on rendering "Abflusskurve am Pegel". Not fully working, yet.
Sat, 18 Jun 2011 20:20:34 +0000 Sascha L. Teichmann Added calculation "am Pegel" version to the "Wasserspiegellage" calculation.
Sat, 18 Jun 2011 18:38:04 +0000 Sascha L. Teichmann Removed more dead code.
Sat, 18 Jun 2011 18:19:34 +0000 Sascha L. Teichmann Removed dead code.
Sat, 18 Jun 2011 17:03:17 +0000 Sascha L. Teichmann Only generate facets when needed.
Fri, 17 Jun 2011 16:17:03 +0000 Sascha L. Teichmann Merged revisions 2127-2133,2136-2137,2140,2143-2144,2146,2150-2151,2153-2154 via svnmerge from
Fri, 17 Jun 2011 13:10:20 +0000 Sascha L. Teichmann call computeAdvance() if we want to advance. facets-slt
Fri, 17 Jun 2011 13:00:54 +0000 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).
Fri, 17 Jun 2011 11:23:57 +0000 Sascha L. Teichmann mico opt: inter cmps are faster than str cmps. facets-slt
Fri, 17 Jun 2011 11:08:31 +0000 Sascha L. Teichmann make getGauges() more robust facets-slt
Fri, 17 Jun 2011 10:40:54 +0000 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
Fri, 17 Jun 2011 09:19:43 +0000 Ingo Weinzierl OutGenerators use now facets to fetch necessary data. facets-slt
Thu, 16 Jun 2011 13:24:00 +0000 Ingo Weinzierl Write computed facets into artifacts describe document. facets-slt
Thu, 16 Jun 2011 10:05:44 +0000 Ingo Weinzierl Generated facets for each output aspect. facets-slt
Thu, 16 Jun 2011 09:04:59 +0000 Ingo Weinzierl Store facets for each state. facets-slt
Thu, 16 Jun 2011 08:57:05 +0000 Ingo Weinzierl Use enums to dispatch computeFeed() and computeAdvance(). facets-slt
Thu, 16 Jun 2011 08:43:58 +0000 Ingo Weinzierl Added two more compute() methods to ComputeCallback to distinguish between different phases of the artifact. facets-slt
Thu, 16 Jun 2011 07:50:56 +0000 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
Wed, 15 Jun 2011 15:28:54 +0000 Ingo Weinzierl Merged with trunk and introduced hashing of computed values. facets-slt
Tue, 07 Jun 2011 15:05:12 +0000 Sascha L. Teichmann Use java.util.List instead of java.util.Vector. Removed superfluous imports.
Tue, 07 Jun 2011 11:43:30 +0000 Sascha L. Teichmann If Artifact.feed() fails do not store invalid values in database.
Sun, 05 Jun 2011 18:24:46 +0000 Sascha L. Teichmann Refactored version of "Berechnung 4"
Wed, 01 Jun 2011 17:01:44 +0000 Sascha L. Teichmann Added parser for segments
Thu, 26 May 2011 16:54:16 +0000 Sascha L. Teichmann Make "Berechnungsart 4" work independent of flow direction. Commented out back jump correction temporarily.
Thu, 26 May 2011 14:27:06 +0000 Sascha L. Teichmann Take the flow direction into account.
Thu, 26 May 2011 09:41:57 +0000 Sascha L. Teichmann Round exploded values to a precision of 1e-6.
Tue, 24 May 2011 13:24:24 +0000 Ingo Weinzierl Small bugfixes in the WQ selection state.
Tue, 24 May 2011 12:37:45 +0000 Ingo Weinzierl ISSUE-85 (part III/III) Use the given kilometer values for the waterlevel computation.
Tue, 24 May 2011 11:27:37 +0000 Ingo Weinzierl ISSUE-85 (part I/III) Added further fields for the location/range state.
Mon, 23 May 2011 15:11:55 +0000 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.
Mon, 23 May 2011 14:32:17 +0000 Ingo Weinzierl Added a method to dump the artifacts state/data.
Thu, 19 May 2011 14:51:53 +0000 Sascha L. Teichmann Increment kms array size by one to take the end of range, too.
Thu, 19 May 2011 09:54:57 +0000 Sascha L. Teichmann Reintroduced titles for the "W for unausgeglichene Abfluesse".

http://dive4elements.wald.intevation.org