comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/StateBase.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 6484464d2059
children e80e37b78302
comparison
equal deleted inserted replaced
611:4b818f13e20a 612:e86d37008fd1
362 * 362 *
363 * @see de.intevation.gnv.state.State#setPreSettings(java.util.Map) 363 * @see de.intevation.gnv.state.State#setPreSettings(java.util.Map)
364 */ 364 */
365 public void setPreSettings(Map<String, InputData> preSettings) { 365 public void setPreSettings(Map<String, InputData> preSettings) {
366 this.preSettings = preSettings; 366 this.preSettings = preSettings;
367 }
368
369
370
371 public Map<String, InputData> getPreSettings() {
372 return this.preSettings;
367 } 373 }
368 374
369 protected String getInputValue4ID(Collection<InputData> inputData, String inputName){ 375 protected String getInputValue4ID(Collection<InputData> inputData, String inputName){
370 Iterator<InputData> it = inputData.iterator(); 376 Iterator<InputData> it = inputData.iterator();
371 while (it.hasNext()) { 377 while (it.hasNext()) {

http://dive4elements.wald.intevation.org