comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/Transition.java @ 815:22c18083225e

Removed compiler warnings while JavaDoc generation. gnv-artifacts/trunk@900 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 12 Apr 2010 06:59:33 +0000
parents 79c1db3ca7cc
children 05bf8534a35a
comparison
equal deleted inserted replaced
814:9d427dd2a96a 815:22c18083225e
27 public String getTo(); 27 public String getTo();
28 28
29 /** 29 /**
30 * Determines if it is possible to go along this Transition or not. 30 * Determines if it is possible to go along this Transition or not.
31 * @param state the current State 31 * @param state the current State
32 * @return 32 * @return true, if this transition is valid for the given state - otherwise
33 * false.
33 */ 34 */
34 public boolean isValid(State state); 35 public boolean isValid(State state);
35 36
36 /** 37 /**
37 * Configures the Transition. 38 * Configures the Transition.

http://dive4elements.wald.intevation.org