org.knime.core.node
Interface ModelContentWO

All Superinterfaces:
ConfigWO
All Known Implementing Classes:
ModelContent

public interface ModelContentWO
extends ConfigWO

Write-only ModelContentWO interface.

Author:
Thomas Gabriel, University of Konstanz

Method Summary
 void addModelContent(ModelContent modelContent)
          Add the given ModelContent object to this Config using the key of the argument's ModelContent.
 ModelContentWO addModelContent(String key)
          Creates new ModelContentWO 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

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 - 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.