Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 114:394b9580ceae
Added mockup classes for working with rivers.
flys-artifacts/trunk@1303 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 08 Feb 2011 09:02:18 +0000 |
parents | f077df8ad54c |
children | b51e92fef704 |
comparison
equal
deleted
inserted
replaced
113:f077df8ad54c | 114:394b9580ceae |
---|---|
1 2011-02-08 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/RiverFactory.java, | |
4 src/main/java/de/intevation/flys/artifacts/model/River.java: New. A model | |
5 class that represents a river and its factory to create concrete river | |
6 instances. | |
7 NOTE: Currently, this is just a mockup. The factory just returns two | |
8 static rivers "Mosel" and "Saar" without a connection to a backend. | |
9 | |
1 2011-02-07 Ingo Weinzierl <ingo@intevation.de> | 10 2011-02-07 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/flys/artifacts/states/StateFactory.java: The | 12 * src/main/java/de/intevation/flys/artifacts/states/StateFactory.java: The |
4 input data of a state is initialized with empty StateData objects after | 13 input data of a state is initialized with empty StateData objects after |
5 the State has been created. | 14 the State has been created. |