comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/OutputTransition.java @ 171:7fb9441dd8af

Format Code to max 80 Chars per Row and Cleanup gnv-artifacts/trunk@208 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 09 Oct 2009 07:54:48 +0000
parents ef157bd2fa92
children d6c75171f1e9
comparison
equal deleted inserted replaced
170:7be22e76c270 171:7fb9441dd8af
23 * @return The Bytecode of the Result 23 * @return The Bytecode of the Result
24 * @throws TransitionException 24 * @throws TransitionException
25 */ 25 */
26 public void out(String outputMode, Collection<InputData> inputData, 26 public void out(String outputMode, Collection<InputData> inputData,
27 OutputStream outputStream, String uuid, CallMeta callMeta) 27 OutputStream outputStream, String uuid, CallMeta callMeta)
28 throws TransitionException; 28 throws TransitionException;
29 29
30 /** 30 /**
31 * Delivers the provided OutputModes of an Transition 31 * Delivers the provided OutputModes of an Transition
32 * 32 *
33 * @return the provided OutputModes of an Transition 33 * @return the provided OutputModes of an Transition

http://dive4elements.wald.intevation.org