org.knime.base.node.meta.looper
Class LoopEndNodeSettings

java.lang.Object
  extended by org.knime.base.node.meta.looper.LoopEndNodeSettings

public class LoopEndNodeSettings
extends Object

This class holds the settings for the generic loop end node.

Author:
Thorsten Meinl, University of Konstanz

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

LoopEndNodeSettings

public LoopEndNodeSettings()
Method Detail

uniqueRowIDs

public void uniqueRowIDs(boolean b)
Sets if row keys are made unique by adding the iteration number.

Parameters:
b - true if the iteration number is added, false otherwise
Since:
2.3

uniqueRowIDs

public boolean uniqueRowIDs()
Returns if row keys are made unique by adding the iteration number.

Returns:
true if the iteration number is added, false otherwise
Since:
2.3

addIterationColumn

public void addIterationColumn(boolean add)
Sets if a column containing the iteration number should be appended to the output table.

Parameters:
add - true if a column should be added, false otherwise

addIterationColumn

public boolean addIterationColumn()
Returns if a column containing the iteration number should be appended to the output table.

Returns:
true if a column should be added, false otherwise

saveSettings

public void saveSettings(NodeSettingsWO settings)
Writes the settings into the node settings object.

Parameters:
settings - a node settings object

loadSettings

public void loadSettings(NodeSettingsRO settings)
Loads the settings from the node settings object.

Parameters:
settings - a node settings object


Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
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.