|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.meta.looper.LoopEndNodeSettings
public class LoopEndNodeSettings
This class holds the settings for the generic loop end node.
| Constructor Summary | |
|---|---|
LoopEndNodeSettings()
|
|
| Method Summary | |
|---|---|
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. |
void |
saveSettings(NodeSettingsWO settings)
Writes the settings into the node settings object. |
boolean |
uniqueRowIDs()
Returns if row keys are made unique by adding the iteration number. |
void |
uniqueRowIDs(boolean b)
Sets if row keys are made unique by adding the iteration number. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoopEndNodeSettings()
| Method Detail |
|---|
public void uniqueRowIDs(boolean b)
b - true if the iteration number is added,
false otherwisepublic boolean uniqueRowIDs()
true if the iteration number is added,
false otherwisepublic 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||