comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java @ 107:a228b39494a9

Improved the bootstrap process - the states are initialized. flys-artifacts/trunk@1292 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 04 Feb 2011 11:09:11 +0000
parents 5864c41219db
children 53c155bfde07
comparison
equal deleted inserted replaced
106:5864c41219db 107:a228b39494a9
19 19
20 /** The key that is used to store the TransitionEngine in the context */ 20 /** The key that is used to store the TransitionEngine in the context */
21 public static final String TRANSITION_ENGINE_KEY = 21 public static final String TRANSITION_ENGINE_KEY =
22 "artifact.transition.engine"; 22 "artifact.transition.engine";
23 23
24 /** The key that is used to store the StateEngine in the context */
25 public static final String STATE_ENGINE_KEY =
26 "artifact.state.engine";
27
24 28
25 /** 29 /**
26 * The default constructor. 30 * The default constructor.
27 */ 31 */
28 public FLYSContext() { 32 public FLYSContext() {

http://dive4elements.wald.intevation.org