org.knime.core.node
Interface NodeSettingsWO

All Superinterfaces:
ConfigWO
All Known Implementing Classes:
NodeSettings

public interface NodeSettingsWO
extends ConfigWO

Write-only NodeSettingsWO interface.

Author:
Thomas Gabriel, University of Konstanz

Method Summary
 void addNodeSettings(NodeSettings settings)
          Add the given NodeSettings object to this Config using the key of the argument's NodeSettings.
 NodeSettingsWO addNodeSettings(String key)
          Creates new NodeSettingsWO object for the given key and returns it.
 
Methods inherited from interface org.knime.core.node.config.ConfigWO
addBoolean, addBooleanArray, addByte, addByteArray, addChar, addCharArray, addConfig, addDataCell, addDataCellArray, addDataType, addDataTypeArray, addDouble, addDoubleArray, addFloat, addFloatArray, addInt, addIntArray, addLong, addLongArray, addRowKey, addRowKeyArray, addShort, addShortArray, addString, addStringArray, getKey
 

Method Detail

addNodeSettings

NodeSettingsWO addNodeSettings(String key)
Creates new NodeSettingsWO object for the given key and returns it.

Parameters:
key - The identifier for the given config.
Returns:
A new NodeSettingsWO object.

addNodeSettings

void addNodeSettings(NodeSettings settings)
Add the given NodeSettings object to this Config using the key of the argument's NodeSettings.

Parameters:
settings - The object to add to this Config.


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.