org.knime.core.node
Interface ModelContentRO

All Superinterfaces:
ConfigRO, Iterable<String>, TreeNode
All Known Implementing Classes:
ModelContent

public interface ModelContentRO
extends ConfigRO

Read-only interface for ModelContent objects.

Author:
Thomas Gabriel, University of Konstanz

Method Summary
 ModelContentRO getModelContent(String key)
          Returns a read-only ModelContentRO object from this config.
 
Methods inherited from interface org.knime.core.node.config.ConfigRO
containsKey, copyTo, getBoolean, getBoolean, getBooleanArray, getBooleanArray, getByte, getByte, getByteArray, getByteArray, getChar, getChar, getCharArray, getCharArray, getConfig, getDataCell, getDataCell, getDataCellArray, getDataCellArray, getDataType, getDataType, getDataTypeArray, getDataTypeArray, getDouble, getDouble, getDoubleArray, getDoubleArray, getFloat, getFloat, getFloatArray, getFloatArray, getInt, getInt, getIntArray, getIntArray, getKey, getLong, getLong, getLongArray, getLongArray, getRowKey, getRowKey, getRowKeyArray, getRowKeyArray, getShort, getShort, getShortArray, getShortArray, getString, getString, getStringArray, getStringArray, iterator, keySet, saveToXML
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 

Method Detail

getModelContent

ModelContentRO getModelContent(String key)
                               throws InvalidSettingsException
Returns a read-only ModelContentRO object from this config.

Parameters:
key - The identifier.
Returns:
A new ModelContentRO object.
Throws:
InvalidSettingsException - If the object can't be accessed.


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.