annotate gnv-artifacts/Changelog @ 67:0e9762ebd18d

Refactor ChartFactory so that it is able to be compiled without errors. gnv-artifacts/trunk@50 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 09 Sep 2009 13:14:12 +0000
parents bf883222b675
children d117fd4b82e5
rev   line source
67
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
1 2009-09-09 Tim Englich <tim.englich@intevation.de>
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
2
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
3 * src/main/java/de/intevation/gnv/chart/exception/TechnicalChartException.java Added,
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
4 src/main/java/de/intevation/gnv/chart/ChartFactory.java Edited:
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
5 Refactoring of the ChartFactory so that it colud be use and it is possible to compile
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
6 this class.
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
7
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
8 * src/main/java/de/intevation/gnv/transition/describedata/KeyValueDescibeData.java Added,
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
9 src/main/java/de/intevation/gnv/transition/describedata/DefaultKeyValueDescribeData.java Added:
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
10 Added an new Representation of Describedata for Key Value Pairs using for the Parameter Lists
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
11 of the Transitions an put it into the Chartgeneration
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
12
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
13
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
14
66
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
15 2009-09-09 Tim Englich <tim.englich@intevation.de>
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
16
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
17 * pom.xml Edited:
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
18 Added JfreeChart Dependency to pom-file
bf883222b675 Added JfreeChart Dependency to pom-file
Tim Englich <tim.englich@intevation.de>
parents: 64
diff changeset
19
64
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
20 2009-09-09 Tim Englich <tim.englich@intevation.de>
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
21
67
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
22 * src/main/java/de/intevation/gnv/chart/Insets.java Added,
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
23 src/main/java/de/intevation/gnv/chart/ChartStyle.java Added,
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
24 src/main/java/de/intevation/gnv/chart/ChartLabels.java Added,
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
25 src/main/java/de/intevation/gnv/chart/ChartFactory.java Added:
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
26 Insert Chart-Classes from OLD-Repository Revision: 3101 Does not compile
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
27
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
28 2009-09-09 Tim Englich <tim.englich@intevation.de>
0e9762ebd18d Refactor ChartFactory so that it is able to be compiled without errors.
Tim Englich <tim.englich@intevation.de>
parents: 66
diff changeset
29
64
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
30 * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java Added:
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
31 The specifed OutputTransition for the Product TimeSeries.
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
32
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
33 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited:
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
34 Integration of the OutputModes in the DescriberesultDocument.
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
35
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
36 * src/main/java/de/intevation/gnv/transition/OutputTransitionBase.java Added,
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
37 src/main/java/de/intevation/gnv/transition/OutputTransition.java Added:
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
38 The Interface and the abstract Basicimplementation of an Transition which
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
39 can produce different outputs.
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
40
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
41 * src/main/java/de/intevation/gnv/transition/DefaultOutputMode.java Added,
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
42 src/main/java/de/intevation/gnv/transition/OutputMode.java Added:
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
43 Interfacestructur and Defaultimplementation for the Representation of the
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
44 Different OutputModes given in an Artifact.
5db77e0a8594 Integrated Output Methods and Interfacsstructure
Tim Englich <tim.englich@intevation.de>
parents: 63
diff changeset
45
63
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
46 2009-09-09 Tim Englich <tim.englich@intevation.de>
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
47
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
48 * src/main/java/de/intevation/gnv/transition/TransitionBase.java (describe) Edited:
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
49 Changed DateoutputFormat from German- to Anericanstyle
6ae2d4134da3 Changed DateoutputFormat from German- to Anericanstyle
Tim Englich <tim.englich@intevation.de>
parents: 62
diff changeset
50
62
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
51 2009-09-09 Tim Englich <tim.englich@intevation.de>
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
52
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
53 * src/test/ressources/timeseries/timeseries_step_04_feed.xml Added,
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
54 * src/test/ressources/timeseries/timeseries_step_04_advance.xml Added:
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
55 Two more ArtifactCommands for the next Step in TimeSeriesArtifactTestCase
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
56 * src/test/ressources/queries.properties Edited:
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
57 New Queries for timeseries_timeinterval added.
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
58 Also use KEY ,VALUE, MIN and MAX as Identifiers for the different Columns.
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
59 * src/test/ressources/GNVArtifactsTestCase_Configuration.xml Edited,
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
60 * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java Edited:
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
61 Modified the TimeseriesArtifact and added one further TransitionStep
9f57053d0384 Testcases Modified
Tim Englich <tim.englich@intevation.de>
parents: 61
diff changeset
62
61
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
63 2009-09-09 Tim Englich <tim.englich@intevation.de>
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
64
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
65 * src/main/java/de/intevation/gnv/transition/describedata/DefaultMinMaxDescribeData.java ,
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
66 * src/main/java/de/intevation/gnv/transition/describedata/MinMaxDescribeData.java,
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
67 * src/main/java/de/intevation/gnv/transition/describedata/DescribeData.java Added:
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
68 Interface Structure and Defaultimplementation for Representing DescribeData of an
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
69 Transition added. In this Way we are able to switch between different Renderingmethods
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
70 for descibe.
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
71 * src/main/java/de/intevation/gnv/transition/MinMaxTransition.java Added:
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
72 Added MinMaxTransition for representing Min-/Max-Value Results in a Tansition
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
73 * src/main/java/de/intevation/gnv/transition/TransitionBase.java Edited:
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
74 Integrated Min- / MAX-Value Support for Describe. Also done some Refactoring Work
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
75 for easy creating Extensions of this Class.
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
76 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited:
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
77 Userinterface Informations were integrated in the wrong Method. Now the
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
78 Informations are put into the ui-Node
5f47881f7c97 Implementation of the MIN- / MAX-Value Representation
Tim Englich <tim.englich@intevation.de>
parents: 60
diff changeset
79
60
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
80 2009-09-08 Tim Englich <tim.englich@intevation.de>
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
81
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
82 * src/test/ressources/timeseries/timeseries_step_01_advance.xml Edited,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
83 src/test/ressources/timeseries/timeseries_step_01_feed.xml Edited,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
84 src/test/ressources/timeseries/timeseries_step_02_advance.xml Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
85 src/test/ressources/timeseries/timeseries_step_02_feed.xml Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
86 src/test/ressources/timeseries/timeseries_step_03_advance.xml Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
87 src/test/ressources/timeseries/timeseries_step_03_feed.xml Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
88 src/test/ressources/GNVArtifactsTestCase_Configuration.xml: Edited,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
89 src/test/ressources/queries.properties Added,
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
90 src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java Edited:
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
91 TestCase implemented until Choosing the TimeInetval of an TimeSeries
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
92
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
93 One Entry is Missing
eed1baaeb481 TestCase implemented until Choosing the TimeInetval of an TimeSeries
Tim Englich <tim.englich@intevation.de>
parents: 58
diff changeset
94
58
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
95 2009-09-08 Tim Englich <tim.englich@intevation.de>
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
96
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
97 * src/main/java/de/intevation/gnv/transition/TransitionBase.java Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
98 src/main/java/de/intevation/gnv/transition/Transition.java Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
99 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
100 src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
101 src/test/ressources/GNVArtifactsTestCase_Configuration.xml Edited,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
102 src/test/ressources/timeseries/timeseries_step_01_feed.xml Added ,
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
103 src/test/ressources/timeseries/timeseries_step_01_advance.xml Added :
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
104 Artifact.advance initial implementiert
f31343d80d53 Artifact.advance initial implementiert
Tim Englich <tim.englich@intevation.de>
parents: 57
diff changeset
105
57
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
106 2009-09-08 Tim Englich <tim.englich@intevation.de>
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
107
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
108 * src/main/java/de/intevation/gnv/timeseries/TimeSeriesArtifact.java Edited,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
109 src/main/java/de/intevation/gnv/transition/DefaultInputData.java Added,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
110 src/main/java/de/intevation/gnv/transition/InputData.java Added,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
111 src/main/java/de/intevation/gnv/transition/exception/TransitionException.java Added,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
112 src/main/java/de/intevation/gnv/transition/TransitionBase.java Edited,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
113 src/main/java/de/intevation/gnv/transition/Transition.java Edited,
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
114 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java Edited:
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
115 Funktionalität Feed initial bereitgestellt.
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
116
56
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
117 2009-09-08 Tim Englich <tim.englich@intevation.de>
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
118
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
119 * src/test/ressources/GNVArtifactsTestCase_Configuration.xml,
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
120 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java,
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
121 src/main/java/de/intevation/gnv/transition/TransitionBase.java,
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
122 src/main/java/de/intevation/gnv/transition/DefaultInputValue.java Edited:
57
f01592cd6419 Funktionalität Feed initial bereitgestellt.
Tim Englich <tim.englich@intevation.de>
parents: 56
diff changeset
123 Required Inputelements integrated in BasicArtifact-Descibe-Output
56
737d8bf63701 Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
Tim Englich <tim.englich@intevation.de>
parents: 55
diff changeset
124
55
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
125 2009-09-08 Tim Englich <tim.englich@intevation.de>
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
126
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
127 * src/main/java/de/intevation/gnv/transition/DefaultInputValue.java Added,
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
128 src/main/java/de/intevation/gnv/transition/InputValue.java Added,
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
129 src/main/java/de/intevation/gnv/transition/TransitionBase.java Edited,
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
130 src/main/java/de/intevation/gnv/transition/Transition.java Edited,
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
131 src/test/ressources/GNVArtifactsTestCase_Configuration.xml Edited:
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
132 Constructs for the required Inputvalues for an Transition created
6ded86ce30dd Constructs for the required Inputvalues for an Transition created
Tim Englich <tim.englich@intevation.de>
parents: 54
diff changeset
133
54
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
134 2009-09-08 Tim Englich <tim.englich@intevation.de>
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
135
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
136 * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java,
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
137 * src/main/java/de/intevation/gnv/timeseries/TimeSeriesArtifact.java:,
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
138 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: Edited
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
139 Added Output for Describe to the Artifactimplementation
09b4bf848c7b 2009-09-08 Tim Englich <tim.englich@intevation.de>
Tim Englich <tim.englich@intevation.de>
parents: 53
diff changeset
140
53
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
141 2009-09-08 Tim Englich <tim.englich@intevation.de>
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
142
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
143 * src/test/ressources/GNVArtifactsTestCase_Configuration.xml,
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
144 src/main/java/de/intevation/gnv/transition/Transition.java (getDescription),
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
145 src/main/java/de/intevation/gnv/transition/TransitionBase.java (setup), (getDescription):
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
146 Added Description to a Transition
e464d9f9d967 Added getDescription to a Transition
Tim Englich <tim.englich@intevation.de>
parents: 52
diff changeset
147
52
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
148 2009-09-07 Tim Englich <tim.englich@intevation.de>
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
149
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
150 * src/test/ressources/GNVArtifactsTestCase_Configuration.xml,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
151 src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java: ADD
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
152 TestClass for GNV-Artifacts an TimeSeriesArtifacs
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
153
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
154 * src/main/java/de/intevation/gnv/transition/TransitionFactory.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
155 src/main/java/de/intevation/gnv/transition/TransitionBase.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
156 src/main/java/de/intevation/gnv/transition/Transition.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
157 src/main/java/de/intevation/gnv/transition/DefaultTransition.java: ADD
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
158 Transitionimplementation for handling the substeps of an Artifact Livecycle
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
159
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
160 * src/main/java/de/intevation/gnv/timeseries/TimeSeriesArtifact.java: ADD
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
161 The Artifact for handling the TimeSeries
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
162 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
163 src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContext.java,
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
164 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java:
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
165 The Basic-Classes for providing GNC Artifacts. this Classes should be the Fundament
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
166 for the Implementation of Specialized Artifacts e.g. TimeSeries
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
167 * pom: Edited Projectreferences to the other GNV-Projects added
4d6a82b96059 First Implementation of the GNV-Artifacts
Tim Englich <tim.englich@intevation.de>
parents: 51
diff changeset
168
51
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
169 2009-09-04 Tim Englich <tim.englich@intevation.de>
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
170
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
171 * src/main/java/de/intevation/gnv/artifacts/ArtifactFactoryBase.java:
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
172 Implementation of the General ArtifactFactory
71788b63b146 First Implementation of an ArtifactFactory
Tim Englich <tim.englich@intevation.de>
parents: 50
diff changeset
173
50
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
174 2009-09-04 Tim Englich <tim.englich@intevation.de>
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
175
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
176 * pom.xml: Created with maven and put the Moduledependencies into it
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
177 * target | .settings | .project | .classpath: Add to SVN-Ignore
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
178 * Changes | Changelog | NEWS | README | TODO: Added
8d8d6c4e96e5 Initial Projectsetup
Tim Englich <tim.englich@intevation.de>
parents:
diff changeset
179 * src/**: Added to the Project

http://dive4elements.wald.intevation.org