org.knime.base.node.preproc.binner
Interface BinnerColumnFactory.Bin

All Known Implementing Classes:
NumericBin
Enclosing class:
BinnerColumnFactory

public static interface BinnerColumnFactory.Bin

General bin.


Method Summary
 boolean covers(DataCell value)
           
 String getBinName()
           
 void saveToSettings(NodeSettingsWO set)
          Save this bin.
 

Method Detail

getBinName

String getBinName()
Returns:
this bin's name

covers

boolean covers(DataCell value)
Parameters:
value - the double value
Returns:
if covered by this interval

saveToSettings

void saveToSettings(NodeSettingsWO set)
Save this bin.

Parameters:
set - to this settings


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.