org.knime.core.node.config
Class Config.DataCellEntry.ComplexNumberCellEntry

java.lang.Object
  extended by org.knime.core.node.config.Config.DataCellEntry.ComplexNumberCellEntry
All Implemented Interfaces:
Config.DataCellEntry
Enclosing interface:
Config.DataCellEntry

public static final class Config.DataCellEntry.ComplexNumberCellEntry
extends Object
implements Config.DataCellEntry

ComplexNumberCell entry.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.knime.core.node.config.Config.DataCellEntry
Config.DataCellEntry.ComplexNumberCellEntry, Config.DataCellEntry.DateAndTimeCellEntry, Config.DataCellEntry.DoubleCellEntry, Config.DataCellEntry.FuzzyIntervalCellEntry, Config.DataCellEntry.FuzzyNumberCellEntry, Config.DataCellEntry.IntCellEntry, Config.DataCellEntry.MissingCellEntry, Config.DataCellEntry.StringCellEntry
 
Field Summary
static Class<ComplexNumberCell> CLASS
          ComplexNumberCell.class.
 
Constructor Summary
Config.DataCellEntry.ComplexNumberCellEntry()
           
 
Method Summary
 DataCell createCell(ConfigRO config)
          Create DataCell on given Config.
 void saveToConfig(DataCell cell, Config config)
          Save this DataCell to the given Config.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS

public static final Class<ComplexNumberCell> CLASS
ComplexNumberCell.class.

Constructor Detail

Config.DataCellEntry.ComplexNumberCellEntry

public Config.DataCellEntry.ComplexNumberCellEntry()
Method Detail

saveToConfig

public void saveToConfig(DataCell cell,
                         Config config)
Save this DataCell to the given Config.

Specified by:
saveToConfig in interface Config.DataCellEntry
Parameters:
cell - The DataCell to save.
config - To this Config.

createCell

public DataCell createCell(ConfigRO config)
                    throws InvalidSettingsException
Create DataCell on given Config.

Specified by:
createCell in interface Config.DataCellEntry
Parameters:
config - Used to read DataCell from.
Returns:
A new DataCell object.
Throws:
InvalidSettingsException - If the cell could not be loaded.


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.