Mercurial > dive4elements > framework
diff ChangeLog @ 108:9ece61d918b1
Improved the StateEngine and the TransitionEngine to retrieve the reachable states of a current state.
artifacts/trunk@1297 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 07 Feb 2011 11:20:31 +0000 |
parents | 39d9391059bd |
children | ab646e0f5569 |
line wrap: on
line diff
--- a/ChangeLog Fri Feb 04 16:52:39 2011 +0000 +++ b/ChangeLog Mon Feb 07 11:20:31 2011 +0000 @@ -1,3 +1,12 @@ +2011-02-07 Ingo Weinzierl <ingo@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/state/StateEngine.java: + There is a new method that returns a state based on its ID. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/transition/TransitionEngine.java: + There is a new method that retrieves the reachable states of a specific + state. + 2011-02-04 Ingo Weinzierl <ingo@intevation.de> * artifact-database/src/main/java/de/intevation/artifactdatabase/ProtocolUtils.java: