Uses of Class
org.knime.base.node.preproc.groupby.aggregation.ColumnAggregator

Packages that use ColumnAggregator
org.knime.base.node.preproc.groupby Contains a node to perform a group by operation on an input table. 
org.knime.base.node.preproc.groupby.aggregation Contains helper classes that perform the aggregation. 
org.knime.base.node.preproc.groupby.dialogutil Contains helper classes that are used in the configuration dialog of the node. 
 

Uses of ColumnAggregator in org.knime.base.node.preproc.groupby
 

Methods in org.knime.base.node.preproc.groupby that return types with arguments of type ColumnAggregator
protected static List<ColumnAggregator> GroupByNodeModel.compGetColumnMethods(DataTableSpec spec, List<String> excludeCols, ConfigRO config)
          Compatibility method used for compatibility to versions prior Knime 2.0.
 

Methods in org.knime.base.node.preproc.groupby with parameters of type ColumnAggregator
static DataTableSpec GroupByTable.createGroupByTableSpec(DataTableSpec spec, List<String> groupColNames, ColumnAggregator[] columnAggregators, ColumnNamePolicy colNamePolicy)
           
 

Constructors in org.knime.base.node.preproc.groupby with parameters of type ColumnAggregator
GroupByTable(ExecutionContext exec, BufferedDataTable inDataTable, List<String> groupByCols, ColumnAggregator[] colAggregators, int maxUniqueValues, boolean sortInMemory, boolean enableHilite, ColumnNamePolicy colNamePolicy)
          Constructor for class GroupByTable.
GroupByTable(ExecutionContext exec, BufferedDataTable inDataTable, List<String> groupByCols, ColumnAggregator[] colAggregators, int maxUniqueValues, boolean sortInMemory, boolean enableHilite, ColumnNamePolicy colNamePolicy, boolean retainOrder)
          Constructor for class GroupByTable.
 

Uses of ColumnAggregator in org.knime.base.node.preproc.groupby.aggregation
 

Methods in org.knime.base.node.preproc.groupby.aggregation that return types with arguments of type ColumnAggregator
static List<ColumnAggregator> ColumnAggregator.loadColumnAggregators(NodeSettingsRO settings)
          Creates a List with all ColumnAggregators that were stored in the settings.
 

Method parameters in org.knime.base.node.preproc.groupby.aggregation with type arguments of type ColumnAggregator
static void ColumnAggregator.saveColumnAggregators(NodeSettingsWO settings, List<ColumnAggregator> cols)
           
 

Uses of ColumnAggregator in org.knime.base.node.preproc.groupby.dialogutil
 

Methods in org.knime.base.node.preproc.groupby.dialogutil that return types with arguments of type ColumnAggregator
protected  List<ColumnAggregator> AggregationColumnTableModel.getColumnAggregators()
           
 

Method parameters in org.knime.base.node.preproc.groupby.dialogutil with type arguments of type ColumnAggregator
 void AggregationColumnPanel.initialize(DataTableSpec spec, List<ColumnAggregator> colAggrs)
          Initializes the panel.
protected  void AggregationColumnTableModel.initialize(List<ColumnAggregator> colAggrs)
          Initializes the column aggregator table with the given ColumnAggregators.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.