|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtendedCellFactory
| Method Summary | |
|---|---|
DataCell[] |
getCells(DataRow row)
Get the new cells for a given row. |
ColumnDestination[] |
getColumnDestinations()
Returns an array of column actions that describe for each column that is returned by getCells(org.knime.core.data.DataRow)
where is should be inserted into the output table. |
DataColumnSpec[] |
getColumnSpecs()
The column specs for the cells that are generated in the getCells() method. |
| Method Detail |
|---|
DataCell[] getCells(DataRow row)
row - The row of interest.
IllegalArgumentException - If there is no mapping available.DataColumnSpec[] getColumnSpecs()
ColumnDestination[] getColumnDestinations()
getCells(org.knime.core.data.DataRow)
where is should be inserted into the output table.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||