comparison gnv-artifacts/src/main/java/de/intevation/gnv/statistics/Statistics.java @ 870:dfd02f8d3602

Removed trailing whitespace. gnv-artifacts/trunk@1010 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 28 Apr 2010 06:53:44 +0000
parents 05bf8534a35a
children f953c9a559d8
comparison
equal deleted inserted replaced
869:27112636e8bb 870:dfd02f8d3602
22 import java.util.Collection; 22 import java.util.Collection;
23 23
24 /** 24 /**
25 * This interface defines one single method to calculate a statistic for a 25 * This interface defines one single method to calculate a statistic for a
26 * given data set. 26 * given data set.
27 * 27 *
28 * @author blume 28 * @author blume
29 */ 29 */
30 public interface Statistics { 30 public interface Statistics {
31 31
32 /** 32 /**
33 * This method takes a data set and creates a statistic from it. 33 * This method takes a data set and creates a statistic from it.
34 * 34 *
35 * @param resultSet The resulting statistic is about this data set. 35 * @param resultSet The resulting statistic is about this data set.
36 * @param parameters A collection of parameters. 36 * @param parameters A collection of parameters.
37 * @param measurements A collection of measurements. 37 * @param measurements A collection of measurements.
38 * @param dates A collection of dates. 38 * @param dates A collection of dates.
39 * @return a collection of statistics. 39 * @return a collection of statistics.

http://dive4elements.wald.intevation.org