org.knime.core.node
Interface ModelContentWO
- All Superinterfaces:
- ConfigBaseWO, ConfigWO
- All Known Implementing Classes:
- ModelContent
public interface ModelContentWO
- extends ConfigWO
Write-only ModelContentWO 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 |
addModelContent
ModelContentWO addModelContent(String key)
- Creates new
ModelContentWO object for the given key and
returns it.
- Parameters:
key - The identifier for the given config.
- Returns:
- A new
ModelContentWO object.
addModelContent
void addModelContent(ModelContent modelContent)
- Add the given
ModelContent object to this Config using the
key of the argument's ModelContent.
- Parameters:
modelContent - 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.