comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 355:d97982627596

Bugfixes: Adapted a broken method call of TransitionEngine.isStateReachable() and added the outputs of a current state to the DESCRIBE. flys-artifacts/trunk@1762 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 28 Apr 2011 11:20:11 +0000
parents 7a0907742cc0
children d79a51fc4f1d
comparison
equal deleted inserted replaced
354:542f280d72c3 355:d97982627596
417 FLYSContext.STATE_ENGINE_KEY); 417 FLYSContext.STATE_ENGINE_KEY);
418 418
419 TransitionEngine tEngine = (TransitionEngine) flysContext.get( 419 TransitionEngine tEngine = (TransitionEngine) flysContext.get(
420 FLYSContext.TRANSITION_ENGINE_KEY); 420 FLYSContext.TRANSITION_ENGINE_KEY);
421 421
422 return tEngine.isStateReachable(stateId, currentState, sEngine); 422 return tEngine.isStateReachable(this, stateId, currentState, sEngine);
423 } 423 }
424 424
425 425
426 /** 426 /**
427 * Determines if the state with the identifier <i>stateId</i> is a previous 427 * Determines if the state with the identifier <i>stateId</i> is a previous

http://dive4elements.wald.intevation.org