comparison gnv-artifacts/src/main/java/de/intevation/gnv/statistics/Statistics.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 156db25ad4b4
children 07650fc6014c
comparison
equal deleted inserted replaced
170:7be22e76c270 171:7fb9441dd8af
23 /** 23 /**
24 * The interface <code>Statistics</code> fulfills the following purposes: 24 * The interface <code>Statistics</code> fulfills the following purposes:
25 * <ol> 25 * <ol>
26 * <li>Providng a marker interface for statistics.</li> 26 * <li>Providng a marker interface for statistics.</li>
27 * </ol> 27 * </ol>
28 * 28 *
29 * @author blume 29 * @author blume
30 * @version 1.0 30 * @version 1.0
31 * @serial 1.0 31 * @serial 1.0
32 * @see 32 * @see
33 * @since 14.12.2007 09:34:32 33 * @since 14.12.2007 09:34:32
37 /** 37 /**
38 * @param resultSet 38 * @param resultSet
39 * @return 39 * @return
40 * @throws StatisticsException 40 * @throws StatisticsException
41 */ 41 */
42 public Collection<Statistic> calculateStatistics(Collection<Result> resultSet) throws StatisticsException; 42 public Collection<Statistic> calculateStatistics(
43 Collection<Result> resultSet)
44 throws StatisticsException;
43 45
44 } 46 }

http://dive4elements.wald.intevation.org