Package de.bsvrz.pua.prot.aggregations
-
Interface Summary Interface Description Aggregation Basis Interface für alle Klassen, die Aggregationen durchführen. -
Class Summary Class Description AbstractAggregation<T extends AggregationResultValue> Abstrakte Basisklasse für Aggregationen, die AggregationResultValue zur Vereinfachung benutzen.AggregationResultValue Erweiterung derResultValue
-Klasse um zusätzliche Informationen für Aggregationen zu speichern (z.B. die Anzahl der aggregierten Werte zur Berechnung von Mittelwerten.AggregationTest Aggregationsklasse für Prüffall 3 Zahlen: wert1-wert2+wert3-wert4 Text: *** -> gefunden, sonst : nicht gefunden bool: 1xwahr -> wahr, sonst falschAverage Berechnet den Mittelwert.Maximum Maximum Aggregation.Minimum Minimum Aggregation.Sum Summe Aggregation