Package org.knime.core.node.config

Contains a utility class Config to store a general state (i.e.

See:
          Description

Interface Summary
Config.DataCellEntry Interface for all registered DataCell objects.
ConfigEditTreeEventListener Listener interface for ConfigEditTreeEvent.
ConfigRO Interface implements only access functions for Config objects.
ConfigWO Write-only interface for Config objects providing only access functions.
 

Class Summary
AbstractConfigEntry Abstract Config entry holding only a Config entry type.
Config Supports a mechanism to save settings by their type and a key.
Config.DataCellEntry.ComplexNumberCellEntry ComplexNumberCell entry.
Config.DataCellEntry.DateAndTimeCellEntry DateAndTimeCell entry.
Config.DataCellEntry.DoubleCellEntry DoubleCell entry.
Config.DataCellEntry.FuzzyIntervalCellEntry FuzzyIntervalCell entry.
Config.DataCellEntry.FuzzyNumberCellEntry FuzzyNumberCell entry.
Config.DataCellEntry.IntCellEntry IntCell entry.
Config.DataCellEntry.MissingCellEntry Entry for missing DataCell.
Config.DataCellEntry.StringCellEntry StringCell entry.
ConfigBooleanEntry Config entry for boolean objects.
ConfigByteEntry Config entry for byte objects.
ConfigCharEntry Config entry for char objects.
ConfigDoubleEntry Config entry for double values.
ConfigEditJTree A tree implementation that allows one to overwrite certain node settings using flow variables.
ConfigEditTreeEditor Editor component for ConfigEditJTree implementation.
ConfigEditTreeEvent Event that is fired when the settings associated with the nodes in a ConfigEditTreeModel change.
ConfigEditTreeModel Config editor that keeps a mask of variables to overwrite existing settings.
ConfigEditTreeModel.ConfigEditTreeNode Single Tree node implementation.
ConfigEditTreeNodePanel Panel that displays a single line/element of a ConfigEditJTree.
ConfigEditTreeRenderer Renderer implementation of a ConfigEditJTree.
ConfigFloatEntry Config entry for float values.
ConfigIntEntry Config entry for integer values.
ConfigLongEntry Config entry for long values.
ConfigShortEntry Config entry for short values.
ConfigStringEntry Config entry for String values.
XMLConfig A class used to load and save Config objects into an XML file.
XMLContentHandler Utility class to handle SAX events while parsing the xml file.
 

Enum Summary
ConfigEntries An enumeration holding all possible types that can be written to and read from a Config.
 

Package org.knime.core.node.config Description

Contains a utility class Config to store a general state (i.e. the user settings of all nodes, workflows, prediction models, etc.) in form of key-value pairs. The key is always a string, the value can be of type DataCell, DataType, and almost all generic types, and also another Config object in order to build hierarchical state structures.
All entries extend AbstractConfigEntry, which provides a string representation of the value that can be serialized and written out as XML stream to file.



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.