org.knime.core.node
Interface NodeSettingsWO
- All Superinterfaces:
- ConfigBaseWO, ConfigWO
- All Known Implementing Classes:
- NodeSettings
public interface NodeSettingsWO
- extends ConfigWO
Write-only NodeSettingsWO interface.
- Author:
- Thomas Gabriel, University of Konstanz
| Methods inherited from interface org.knime.core.node.config.base.ConfigBaseWO |
addBoolean, addBooleanArray, addByte, addByteArray, addChar, addCharArray, addConfigBase, addDouble, addDoubleArray, addFloat, addFloatArray, addInt, addIntArray, addLong, addLongArray, addShort, addShortArray, addString, addStringArray, getKey |
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 - 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.