Uses of Interface
de.bsvrz.pua.prot.aggregations.Aggregation

Packages that use Aggregation
de.bsvrz.pua.prot.aggregations Enthält die Aggregationen, die den Attributen / Attributgruppen zugewiesen werden können. 
de.bsvrz.pua.prot.util.attributes Enthält Klassen zur Kapselung von Skriptelementen. 
 

Uses of Aggregation in de.bsvrz.pua.prot.aggregations
 

Classes in de.bsvrz.pua.prot.aggregations that implement Aggregation
 class AggregationTest
          Aggregationsklasse für Prüffall 3 Zahlen: wert1-wert2+wert3-wert4 Text: *** -> gefunden, sonst : nicht gefunden bool: 1xwahr -> wahr, sonst falsch
 class Average
          Berechnet den Mittelwert.
 class Maximum
          Maximum Aggregation.
 class Minimum
          Minimum Aggregation.
 class Sum
          Summe Aggregation
Die Klasse implementiert Serializable nur, da dies für bestimmte Tests erforderlich ist.
 

Uses of Aggregation in de.bsvrz.pua.prot.util.attributes
 

Fields in de.bsvrz.pua.prot.util.attributes declared as Aggregation
 Aggregation Elements.aggregation
          Objekt, dass das Aggregieren dieses Elements durchführt.
 

Methods in de.bsvrz.pua.prot.util.attributes with parameters of type Aggregation
 void Elements.setAggregation(Aggregation aggregation)
          Setzt die zu verwendende Aggregationsfunktion.
 

Constructors in de.bsvrz.pua.prot.util.attributes with parameters of type Aggregation
AttributeDescription(java.lang.String columnName, Aggregation aggregation, java.lang.String name)
          Konstruktor zu Testzwecken.
AttributeGroupDescription(DataModel model, java.lang.String so, java.lang.String atg, java.lang.String asp, short simVar, java.lang.String columnName, Aggregation aggregation)
          Test-Konstruktor.
Elements(java.lang.String columnName, Aggregation aggregation)
          Konstruktor zu Testzwecken.
RealAttributeDescription(DataModel model, java.lang.String so, java.lang.String atg, java.lang.String asp, java.lang.String name, short simVar, java.lang.String columnName, Aggregation aggregation)
          Konstruktor zu Testzwecken.
TempAttributeDescription(ExpressionTree expression, SystemObject type, java.lang.String columnName, Aggregation aggregation, java.lang.String name)
           
 



Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.