| Name | Description | Type | Package | Framework |
| AbstractAggregationFunctionTableCellEditor | This class extends the DefaultCellEditor class to provide a combobox which allows the user to choose one of the available AggregationFunctions. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AbstractAggregationMethodTableCellEditor | Class | org.knime.base.data.aggregation.dialogutil | KNIME | |
| AbstractAggregationPanel | Abstract class that creates a panel which contains a list of Objects defined by the parameter O to select from on the left side of the | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AbstractAggregationTableModel | This DefaultTableModel holds all aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationColumnPanel | This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationColumnPanel | This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil.column | KNIME |
| AggregationColumnTableModel | This DefaultTableModel holds all aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationColumnTableModel | This DefaultTableModel holds all aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil.column | KNIME |
| AggregationFunctionAndRowListCellRenderer | ListCellRenderer that checks if the value being renderer is of type AggregationFunction or AggregationFunctionRow if so it will renderer the name of the function. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationFunctionAndRowTableCellRenderer | TableCellRenderer that checks if the value being renderer is of type AggregationFunction or AggregationFunctionRow in either case it will renderer the name of the function or the function returned | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationFunctionComboBox | This combo box is used in the aggregation column table to let the user choose from the different compatible aggregation methods per aggregation | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationFunctionRow | Interface that describes a row in an AggregationFunction table. | Interface | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationFunctionRowTableCellRenderer | Table cell renderer that handles rendering of invalid AggregationFunctionRows. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationFunctionRowTableCellRenderer .ValueRenderer | Used to render a specific value of an AggregationFunctionRow. | Interface | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationMethod | Interface that implements the main methods of an aggregation method. | Interface | org.knime.base.data.aggregation | KNIME |
| AggregationMethodComboBox | This combo box is used in the aggregation column table to let the user choose from the different compatible aggregation methods per aggregation | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationMethodDecorator | Utility class that bundles an AggregationMethod with an include missing cells flag. | Class | org.knime.base.data.aggregation | KNIME |
| AggregationMethodDecoratorTableCellRenderer | Table cell renderer that checks if the value being renderer is of type AggregationMethodDecorator if so it uses the given AggregationMethodDecoratorTableCellRenderer. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationMethodDecoratorTableCellRenderer .ValueRenderer | Used to render a specific value of an AggregationMethodDecorator. | Interface | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationMethodListCellRenderer | List cell renderer that checks if the value being renderer is of type AggregationMethod if so it will renderer the name of the method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationMethods | Singleton that lists all available aggregation methods including helper methods to retrieve meaningful methods. | Class | org.knime.base.data.aggregation | KNIME |
| AggregationMethodTableCellEditor | AggregationMethodComboBox as cell editor. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationMethodTableCellRenderer | Table cell renderer that checks if the value being renderer is of type AggregationMethod if so it will renderer the name of the method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationOperator | Abstract class which has to be extended by all aggregation method operators that can be registered using the AggregationOperator extension point. | Class | org.knime.base.data.aggregation | KNIME |
| AggregationParameterDialog | JDialog that displays and allows the editing of the additional parameters of anSince:2. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationSettingsButtonCellRenderer | This class implements the aggregation operator settings button that is displayed in the aggregation operator table. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationSettingsDialog | JDialog that displays and allows the editing of the additional parameters of an AggregationFunction. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| AggregationTableModel | TableModel that allows the displaying and editing of AggregationFunctionRows. | Interface | org.knime.base.data.aggregation.dialogutil | KNIME |
| AndElementCountOperator | Collection operator that counts the number of elements in the intersection of all elements. | Class | org.knime.base.data.aggregation.collection | KNIME |
| AndElementCountOperator | Collection operator that counts the number of elements in the intersection of all elements. | Class | org.knime.base.data.aggregation.deprecated | KNIME |
| AndElementOperator | Collection operator that returns the intersection of all elements. | Class | org.knime.base.data.aggregation.collection | KNIME |
| AndElementOperator | Collection operator that returns the intersection of all elements. | Class | org.knime.base.data.aggregation.deprecated | KNIME |
| AppendElementOperator | Collection operator that creates a new List by appending the elements of all lists of the group. | Class | org.knime.base.data.aggregation.collection | KNIME |
| BitVectorIntersectionOperator | Returns the intersection of the bit vectors for all members of a group. | Class | org.knime.base.data.aggregation.bitvector | KNIME |
| BitVectorNotSetCountOperator | Returns the number of not set bits for all members of a group. | Class | org.knime.base.data.aggregation.bitvector | KNIME |
| BitVectorSetCountOperator | Returns the number of set bits for all members of a group. | Class | org.knime.base.data.aggregation.bitvector | KNIME |
| BitVectorUnionOperator | Returns the union of the bit vectors for all members of a group. | Class | org.knime.base.data.aggregation.bitvector | KNIME |
| BitVectorXOrOperator | Returns the xor of the bit vectors for all members of a group. | Class | org.knime.base.data.aggregation.bitvector | KNIME |
| BooleanCellRenderer | TableCellRenderer that renders a check box for a boolean value. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| ColumnAggregationPanel | This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| ColumnAggregationTableModel | This DefaultTableModel holds all aggregation columns and their aggregation method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| ColumnAggregator | Class that defines the AggregationMethod for a column. | Class | org.knime.base.data.aggregation | KNIME |
| ColumnAggregatorTableCellEditor | aggregation function selection box for the ColumnAggregator. | Class | org.knime.base.data.aggregation.dialogutil.column | KNIME |
| ColumnAggregatorTableCellEditor | AggregationMethodComboBox as cell editor. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| ColumnSelectorOperator | Selects an additional column from a given Data TableSince:2. | Class | org.knime.base.data.aggregation.general | KNIME |
| ConcatenateOperator | Returns the all values concatenated per group. | Class | org.knime.base.data.aggregation.deprecated | KNIME |
| ConcatenateOperator | Returns the all values concatenated per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| CorrelationOperator | Calculates correlation coefficientsSince:2. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| CorrelationOperator .CorrelationMethods | Class | org.knime.base.data.aggregation.numerical | KNIME | |
| CorrelationOperator .Method | Interface | org.knime.base.data.aggregation.numerical | KNIME | |
| CountOperator | Returns the count per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| CovarianceOperator | Calculates the covariance between two columns per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| DataColumnSpecTableCellRenderer | Renderer that checks if the value being renderer is of type DataColumnSpec if so it will renderer the name of the column | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| DataTypeAggregationPanel | Class | org.knime.base.data.aggregation.dialogutil.type | KNIME | |
| DataTypeAggregationTableModel | AbstractAggregationTableModel that stores DataTypes and the AggregationMethod to use. | Class | org.knime.base.data.aggregation.dialogutil.type | KNIME |
| DataTypeAggregator | AggregationMethodDecorator that stores a DataType in addition to the AggregationMethodSince:2. | Class | org.knime.base.data.aggregation.dialogutil.type | KNIME |
| DataTypeAggregatorTableCellEditor | DataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator. | Class | org.knime.base.data.aggregation.dialogutil.type | KNIME |
| DataTypeNameSorter | Compares to DataTypes based on their string representation. | Class | org.knime.base.data.aggregation.dialogutil.type | KNIME |
| DateMeanOperator | Date operator that calculates the mean date per group. | Class | org.knime.base.data.aggregation.date | KNIME |
| DayRangeOperator | Date operator that returns the range between the last and first date per group in days. | Class | org.knime.base.data.aggregation.date | KNIME |
| DialogComponentAggregationMethod | DialogComponent that allows the user to select an AggregationMethod and the corresponding parameters. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| DuplicateOperatorException | Indicates that an operator with the name already exists. | Class | org.knime.base.data.aggregation | KNIME |
| ElementCountOperator | Collection operator that counts the elements of all member collections. | Class | org.knime.base.data.aggregation.collection | KNIME |
| FalseCountOperator | Returns the count false boolean cells per group. | Class | org.knime.base.data.aggregation.booleancell | KNIME |
| FirstOperator | Returns the first element per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| GeometricMeanOperator | Returns the geometric mean per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| GeometricStdDeviationOperator | Returns the geometric standard deviation per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| GlobalSettings | Utility class that contains general information such as the column delimiter and the total number of rows. | Class | org.knime.base.data.aggregation | KNIME |
| IncludeMissingCellRenderer | Include missing cell table cell renderer that contains most of the code from the {JTable$BooleanRenderer} class. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| KurtosisOperator | Computes the kurtosis per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| LastOperator | Returns the last element per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| ListCellOperator | Returns all values as a ListCell per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| MaxOperator | Returns the maximum per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| MeanAbsoluteDeviationOperator | Calculates the mean absolute deviation per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| MeanOperator | Returns the mean per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| MedianAbsoluteDeviationOperator | Calculates the median absolute deviation per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| MedianDateOperator | Date operator that calculates the median date. | Class | org.knime.base.data.aggregation.date | KNIME |
| MedianOperator | Computes the median of a list of numbers. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| MillisRangeOperator | Date operator that computes the range between the first and last dateAuthor:Tobias Koetter, University of Konstanz | Class | org.knime.base.data.aggregation.date | KNIME |
| MinOperator | Returns the minimum per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| MissingValueCountOperator | Returns the number of missing values per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| ModeOperator | Returns the most frequent entry per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| NamedAggregationMethodNameTableCellEditor | method name. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| NamedAggregationMethodNameTableCellRenderer | Table cell renderer that checks if the value being renderer is of type AggregationMethod if so it will renderer the name of the method. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| NamedAggregationOperator | Combines a method with the name to use for this method. | Class | org.knime.base.data.aggregation | KNIME |
| OperatorColumnSettings | Contains the operator specific settings for a specific column such as if missing values should be considered during aggregation. | Class | org.knime.base.data.aggregation | KNIME |
| OperatorData | This class holds all information of an AggregationOperator such as its name and the supported data types. | Class | org.knime.base.data.aggregation | KNIME |
| OperatorSettingsButtonCellRenderer | This class implements the aggregation operator settings button that is displayed in the aggregation operator table. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| OrElementCountOperator | Collection operator that returns the number of unique member collectionAuthor:Tobias Koetter, University of Konstanz | Class | org.knime.base.data.aggregation.collection | KNIME |
| OrElementOperator | Collection operator that returns the union of all elements. | Class | org.knime.base.data.aggregation.collection | KNIME |
| PatternAggregationPanel | Class | org.knime.base.data.aggregation.dialogutil.pattern | KNIME | |
| PatternAggregationTableModel | AbstractAggregationTableModel that stores DataTypes and the AggregationMethod to use. | Class | org.knime.base.data.aggregation.dialogutil.pattern | KNIME |
| PatternAggregator | AggregationMethodDecorator that stores a DataType in addition to the AggregationMethodSince:2. | Class | org.knime.base.data.aggregation.dialogutil.pattern | KNIME |
| PatternAggregatorTableCellEditor | DataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator. | Class | org.knime.base.data.aggregation.dialogutil.pattern | KNIME |
| PatternTableCellEditor | DataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator. | Class | org.knime.base.data.aggregation.dialogutil.pattern | KNIME |
| PercentOperator | Returns the percentage per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| ProductOperator | Returns the product per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| PSquarePercentileOperator | Computes the percentiles using the P^2 algorithmSince:2. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| QuantileOperator | Computes the pth quantile per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| RangeOperator | Class | org.knime.base.data.aggregation.numerical | KNIME | |
| SecondMomentOperator | Computes the second momentSince:2. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| SetCellOperator | Returns all values as a SetCell per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| SettingsModelAggregationMethod | SettingsModel the stores the user settings of an AggregationMethod. | Class | org.knime.base.data.aggregation.dialogutil | KNIME |
| SkewnessOperator | Computes the skewness per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| SortedListCellOperator | Returns all values as a sorted ListCell per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| StdDeviationOperator | Returns the standard deviation per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| StorelessUnivariantStatisticOperator | Computes statistical values without storing observationsSince:2. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| StoreResizableDoubleArrayOperator | Utility class that uses a ResizableDoubleArray to store all numeric values of a group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| SumOfLogsOperator | Computes the sum of logs per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| SumOfSquaresOperator | Computes the sum of squares per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| SumOperator | Returns the sum per group as DoubleCell. | Class | org.knime.base.data.aggregation.deprecated | KNIME |
| SumOperator | Returns the sum per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| TrueCountOperator | Returns the count of true boolean cells per group. | Class | org.knime.base.data.aggregation.booleancell | KNIME |
| UniqueConcatenateOperator | Returns the concatenation of all different values per group. | Class | org.knime.base.data.aggregation.deprecated | KNIME |
| UniqueConcatenateOperator | Returns the concatenation of all different values per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| UniqueConcatenateWithCountOperator | Returns the concatenation of all different values per group and the number of cells per distinct value. | Class | org.knime.base.data.aggregation.deprecated | KNIME |
| UniqueConcatenateWithCountOperator | Returns the concatenation of all different values per group and the number of cells per distinct value. | Class | org.knime.base.data.aggregation.general | KNIME |
| UniqueCountOperator | Returns the count of the unique values per group. | Class | org.knime.base.data.aggregation.general | KNIME |
| VarianceOperator | Returns the variance per group. | Class | org.knime.base.data.aggregation.numerical | KNIME |
| XORElementCountOperator | Collection operator that counts the number of elements in the set of the exclusive-or on all elements. | Class | org.knime.base.data.aggregation.collection | KNIME |
| XORElementOperator | Collections operator that performs an exclusive-or on all elements. | Class | org.knime.base.data.aggregation.collection | KNIME |