|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.data.aggregation.AggregationOperator
org.knime.base.data.aggregation.general.ListCellOperator
org.knime.base.data.aggregation.general.SortedListCellOperator
public class SortedListCellOperator
Returns all values as a sorted ListCell per group.
| Constructor Summary | |
|---|---|
|
SortedListCellOperator(GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
Constructor for class SortedListCellOperator. |
protected |
SortedListCellOperator(OperatorData operatorData,
GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
Constructor for class SortedListCellOperator. |
| Method Summary | |
|---|---|
AggregationOperator |
createInstance(GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
Creates a new instance of this operator. |
String |
getDescription()
|
protected DataCell |
getResultInternal()
|
protected void |
sortCells(List<DataCell> cells)
|
| Methods inherited from class org.knime.base.data.aggregation.general.ListCellOperator |
|---|
computeInternal, getCells, getDataType, resetInternal |
| Methods inherited from class org.knime.base.data.aggregation.AggregationOperator |
|---|
compareTo, compute, createColumnSpec, createOperator, getColumnLabel, getGlobalSettings, getId, getLabel, getMaxUniqueValues, getOperatorData, getResult, getSkipMessage, getSupportedType, getSupportedTypeLabel, getValueDelimiter, inclMissingCells, isCompatible, isCompatible, isSkipped, isUsesLimit, keepColumnSpec, reset, setSkipMessage, setSkipped, supportsMissingValueOption, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SortedListCellOperator(GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
globalSettings - the global settingsopColSettings - the operator column specific settings
protected SortedListCellOperator(OperatorData operatorData,
GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
operatorData - the operator dataglobalSettings - the global settingsopColSettings - the operator column specific settings| Method Detail |
|---|
public AggregationOperator createInstance(GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
createInstance in class ListCellOperatorglobalSettings - the global settingsopColSettings - the operator column specific settings
protected DataCell getResultInternal()
getResultInternal in class ListCellOperatorDataCellprotected void sortCells(List<DataCell> cells)
cells - the cells sorted using the DataValueComparator for
the original DataType of the column to grouppublic String getDescription()
getDescription in interface AggregationMethodgetDescription in class ListCellOperator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||