org.knime.base.node.preproc.binnerdictionary
Class BinByDictionaryConfiguration

java.lang.Object
  extended by org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration

final class BinByDictionaryConfiguration
extends Object

Configuration proxy to node.

Author:
Bernd Wiswedel, KNIME.com, Zurich, Switzerland

Constructor Summary
BinByDictionaryConfiguration()
           
 
Method Summary
(package private)  String getLabelColumnPort1()
           
(package private)  String getLowerBoundColumnPort1()
           
(package private)  String getUpperBoundColumnPort1()
           
(package private)  String getValueColumnPort0()
           
(package private)  boolean isFailIfNoRuleMatches()
           
(package private)  boolean isLowerBoundInclusive()
           
(package private)  boolean isUpperBoundInclusive()
           
(package private)  void loadSettingsDialog(NodeSettingsRO settings, DataTableSpec[] ins)
          Load settings in dialog.
(package private)  void loadSettingsModel(NodeSettingsRO settings)
          Load settings in model.
(package private)  void saveSettingsTo(NodeSettingsWO settings)
          Save current configuration.
(package private)  void setFailIfNoRuleMatches(boolean failIfNoRuleMatches)
           
(package private)  void setLabelColumnPort1(String labelColumn)
           
(package private)  void setLowerBoundColumnPort1(String colName)
           
(package private)  void setLowerBoundInclusive(boolean lowerBoundInclusive)
           
(package private)  void setUpperBoundColumnPort1(String colName)
           
(package private)  void setUpperBoundInclusive(boolean upperBoundInclusive)
           
(package private)  void setValueColumnPort0(String colName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinByDictionaryConfiguration

BinByDictionaryConfiguration()
Method Detail

getValueColumnPort0

String getValueColumnPort0()
Returns:
the valueColumnPort0

setValueColumnPort0

void setValueColumnPort0(String colName)
Parameters:
colName - the valueColumnPort0 to set

getLowerBoundColumnPort1

String getLowerBoundColumnPort1()
Returns:
the column name for lower bound.

setLowerBoundColumnPort1

void setLowerBoundColumnPort1(String colName)
Parameters:
colName - the column name for lower bound.

isLowerBoundInclusive

boolean isLowerBoundInclusive()
Returns:
the lowerBoundInclusive

setLowerBoundInclusive

void setLowerBoundInclusive(boolean lowerBoundInclusive)
Parameters:
lowerBoundInclusive - the lowerBoundInclusive to set

getUpperBoundColumnPort1

String getUpperBoundColumnPort1()
Returns:
the column name for upper bound.

setUpperBoundColumnPort1

void setUpperBoundColumnPort1(String colName)
Parameters:
colName - the column name for upper bound.

isUpperBoundInclusive

boolean isUpperBoundInclusive()
Returns:
the upperBoundInclusive

setUpperBoundInclusive

void setUpperBoundInclusive(boolean upperBoundInclusive)
Parameters:
upperBoundInclusive - the upperBoundInclusive to set

getLabelColumnPort1

String getLabelColumnPort1()
Returns:
the labelColumnPort1

setLabelColumnPort1

void setLabelColumnPort1(String labelColumn)
Parameters:
labelColumn - the label column to set

isFailIfNoRuleMatches

boolean isFailIfNoRuleMatches()
Returns:
the failIfNoRuleMatches

setFailIfNoRuleMatches

void setFailIfNoRuleMatches(boolean failIfNoRuleMatches)
Parameters:
failIfNoRuleMatches - the failIfNoRuleMatches to set

loadSettingsModel

void loadSettingsModel(NodeSettingsRO settings)
                 throws InvalidSettingsException
Load settings in model.

Parameters:
settings - To load from.
Throws:
InvalidSettingsException

loadSettingsDialog

void loadSettingsDialog(NodeSettingsRO settings,
                        DataTableSpec[] ins)
                  throws NotConfigurableException
Load settings in dialog.

Parameters:
settings - To load from.
ins - Input specs for initialization.
Throws:
NotConfigurableException - if no appropriate columns in input.

saveSettingsTo

void saveSettingsTo(NodeSettingsWO settings)
Save current configuration.

Parameters:
settings - To save to.


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.