org.knime.base.node.meta.feature.backwardelim
Class BWElimLoopStartSettings

java.lang.Object
  extended by org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings

public class BWElimLoopStartSettings
extends Object

This class contains the settings for the backward elimination head node.

Author:
Thorsten Meinl, University of Konstanz

Constructor Summary
BWElimLoopStartSettings()
           
 
Method Summary
 void loadSettings(NodeSettingsRO settings)
          Loads the settings from passed node settings object into this object.
 void loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from passed node settings object into this object using default values if a settings is missing.
 void saveSettings(NodeSettingsWO settings)
          Saves the settings from this object into the passed node settings object.
 String targetColumn()
          Returns the target column's name.
 void targetColumn(String targetColumn)
          Sets the target column's name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BWElimLoopStartSettings

public BWElimLoopStartSettings()
Method Detail

targetColumn

public String targetColumn()
Returns the target column's name.

Returns:
the column's name

targetColumn

public void targetColumn(String targetColumn)
Sets the target column's name.

Parameters:
targetColumn - the column's name

saveSettings

public void saveSettings(NodeSettingsWO settings)
Saves the settings from this object into the passed node settings object.

Parameters:
settings - a node settings object

loadSettings

public void loadSettings(NodeSettingsRO settings)
                  throws InvalidSettingsException
Loads the settings from passed node settings object into this object.

Parameters:
settings - a node settings object
Throws:
InvalidSettingsException - if a settings is missing

loadSettingsForDialog

public void loadSettingsForDialog(NodeSettingsRO settings)
Loads the settings from passed node settings object into this object using default values if a settings is missing.

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.