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

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

public class LoopStartCountSettings
extends Object

Settings for the looper node.

Author:
Thorsten Meinl, University of Konstanz

Constructor Summary
LoopStartCountSettings()
           
 
Method Summary
 void loadSettingsFrom(NodeSettingsRO settings)
          Loads the settings from the node settings object.
 int loops()
          Returns the number of loops.
 void loops(int loops)
          Sets the number of times the inner workflow should be executed.
 void saveSettingsTo(NodeSettingsWO settings)
          Writes the settings into the node settings object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoopStartCountSettings

public LoopStartCountSettings()
Method Detail

loops

public void loops(int loops)
Sets the number of times the inner workflow should be executed.

Parameters:
loops - the number loops, which must be > 0

loops

public int loops()
Returns the number of loops.

Returns:
the number of loops.

loadSettingsFrom

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

Parameters:
settings - a node settings object

saveSettingsTo

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

Parameters:
settings - a node settings object


Copyright, 2003 - 2010. 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.