comparison artifact-database/src/main/java/de/intevation/artifactdatabase/transition/TransitionEngine.java @ 400:f367be55dd35

Doc fixes. artifacts/trunk@5027 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 17 Jul 2012 19:21:08 +0000
parents 8c2b6cdf22ad
children
comparison
equal deleted inserted replaced
399:4943d36c896b 400:f367be55dd35
42 42
43 /** 43 /**
44 * Add new transitions for a specific artifact. 44 * Add new transitions for a specific artifact.
45 * 45 *
46 * @param stateId the name of the Artifact. 46 * @param stateId the name of the Artifact.
47 * @param transitions the list of transition of the artifact. 47 * @param transition the list of transition of the artifact.
48 * 48 *
49 * @return true, if the transitions were added, otherwise false. 49 * @return true, if the transitions were added, otherwise false.
50 */ 50 */
51 public boolean addTransition(String stateId, Transition transition) { 51 public boolean addTransition(String stateId, Transition transition) {
52 List tmp = transitions.get(stateId); 52 List tmp = transitions.get(stateId);

http://dive4elements.wald.intevation.org