Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/State.java @ 612:e86d37008fd1
Added new Transition and State for using the PreSettingsValue for the decision if a Transition could be used
and the usage of PreSettings as InputValues.
gnv-artifacts/trunk@678 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 12 Feb 2010 09:11:49 +0000 |
parents | 292fbcd5e9ac |
children | dde7f51dbe1e |
comparison
equal
deleted
inserted
replaced
611:4b818f13e20a | 612:e86d37008fd1 |
---|---|
58 public void reset(String uuid); | 58 public void reset(String uuid); |
59 | 59 |
60 public void endOfLife(Object globalContext); | 60 public void endOfLife(Object globalContext); |
61 | 61 |
62 public void setPreSettings(Map<String,InputData> preSettings); | 62 public void setPreSettings(Map<String,InputData> preSettings); |
63 | |
64 public Map<String,InputData> getPreSettings(); | |
63 } | 65 } |