|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableSpecReplacerTable | |
---|---|
org.knime.core.data.container |
Implementation of a DataContainer . |
org.knime.core.node | Contains all classes needed to implement a new node in the workflow. |
Uses of TableSpecReplacerTable in org.knime.core.data.container |
---|
Methods in org.knime.core.data.container that return TableSpecReplacerTable | |
---|---|
static TableSpecReplacerTable |
TableSpecReplacerTable.load(NodeSettingsRO s,
DataTableSpec newSpec,
Map<Integer,BufferedDataTable> tblRep)
Restores table from a file that has been written using KNIME 1.2.0 or later. |
static TableSpecReplacerTable |
TableSpecReplacerTable.load11x(File f,
NodeSettingsRO s,
Map<Integer,BufferedDataTable> tblRep)
Restores table from a file that has been written using KNIME 1.1.x or before. |
Uses of TableSpecReplacerTable in org.knime.core.node |
---|
Constructors in org.knime.core.node with parameters of type TableSpecReplacerTable | |
---|---|
BufferedDataTable(TableSpecReplacerTable table)
Creates a new buffered data table based on a changed spec table (only keep new spec). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |