public class AbstractLoopEndNodeSettings extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
AbstractLoopEndNodeSettings.RowKeyPolicy
Specifies how to generate the row keys
|
Constructor and Description |
---|
AbstractLoopEndNodeSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
addIterationColumn()
Returns if a column containing the iteration number should be appended to
the output table.
|
void |
addIterationColumn(boolean add)
Sets if a column containing the iteration number should be appended to
the output table.
|
void |
loadSettings(NodeSettingsRO settings)
Loads the settings from the node settings object.
|
AbstractLoopEndNodeSettings.RowKeyPolicy |
rowKeyPolicy() |
void |
rowKeyPolicy(AbstractLoopEndNodeSettings.RowKeyPolicy policy) |
void |
saveSettings(NodeSettingsWO settings)
Writes the settings into the node settings object.
|
boolean |
uniqueRowIDs()
Deprecated.
|
void |
uniqueRowIDs(boolean b)
Deprecated.
|
@Deprecated public void uniqueRowIDs(boolean b)
b
- true
if the iteration number is added,
false
otherwise
Deprecated: use rowKeyPolicy(RowKeyPolicy)
instead@Deprecated public boolean uniqueRowIDs()
true
if the iteration number is added,
false
otherwise
Deprecated: use rowKeyPolicy()
insteadpublic void rowKeyPolicy(AbstractLoopEndNodeSettings.RowKeyPolicy policy)
the
- row key policy specifying whether row keys are to be newly generated, a suffix is appended or remain
unmodifiedpublic AbstractLoopEndNodeSettings.RowKeyPolicy rowKeyPolicy()
public void addIterationColumn(boolean add)
add
- true
if a column should be added,
false
otherwisepublic boolean addIterationColumn()
true
if a column should be added, false
otherwisepublic void saveSettings(NodeSettingsWO settings)
settings
- a node settings objectpublic void loadSettings(NodeSettingsRO settings)
settings
- a node settings object
KNIME GmbH, Konstanz, Germany
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.