comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/State.java @ 607:292fbcd5e9ac

Parted the cache blob into pieces and changed the way how user input is stored on each state. gnv-artifacts/trunk@673 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 10 Feb 2010 11:43:35 +0000
parents 9681ac6b6527
children e86d37008fd1
comparison
equal deleted inserted replaced
606:9efc1c256dbb 607:292fbcd5e9ac
31 Node rootNode, 31 Node rootNode,
32 CallContext context, 32 CallContext context,
33 String uuid 33 String uuid
34 ); 34 );
35 35
36 public void feed(Collection<InputData> inputData, String uuid)
37 throws StateException;
38
36 public void setParent(State state); 39 public void setParent(State state);
37 40
38 public State getParent(); 41 public State getParent();
39 42
40 public Collection<InputValue> getRequiredInputValues(); 43 public Collection<InputValue> getRequiredInputValues();

http://dive4elements.wald.intevation.org