Uses of Interface
org.knime.core.node.config.ConfigRO

Packages that use ConfigRO
org.knime.base.data.util   
org.knime.base.node.mine.bayes.naivebayes.datamodel This package implements the naive bayes algorithm for numerical and nominal attributes. 
org.knime.base.node.preproc.correlation.pmcc   
org.knime.base.node.preproc.groupby Contains a node to perform a group by operation on an input table. 
org.knime.base.node.viz.aggregation This package contains all data models and some utility classes which are used in the different aggregation visualization implementations like pie chart and histogram. 
org.knime.base.node.viz.histogram.datamodel This package contains all data and visualization models which are used in the different histogram implementations. 
org.knime.base.node.viz.pie.datamodel This package contains the pie chart data model classes. 
org.knime.base.util   
org.knime.core.data Contains the interface definitions of the DataCell and DataTable and related classes, used to store and access the actual data. 
org.knime.core.data.date Definition of date and time in KNIME. 
org.knime.core.data.property Contains utility classes for Colors, Shapes, and Sizes which can be assigned to a DataTable via corresponding ColorHandler, ShapeHandler, and SizeHandler all derived from PropertyHandler
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
org.knime.core.node.config Contains a utility class Config to store a general state (i.e. 
org.knime.core.node.port.database   
org.knime.core.node.property.hilite Contains hilite classes to maintain hilite events between different views. 
 

Uses of ConfigRO in org.knime.base.data.util
 

Methods in org.knime.base.data.util with parameters of type ConfigRO
static DataCellStringMapper DataCellStringMapper.load(ConfigRO config)
          Reads a DataCellStringMapper from given ConfigRO.
 

Uses of ConfigRO in org.knime.base.node.mine.bayes.naivebayes.datamodel
 

Constructors in org.knime.base.node.mine.bayes.naivebayes.datamodel with parameters of type ConfigRO
NaiveBayesModel(ConfigRO predParams)
          Constructor for class NaiveBayesModel.
 

Uses of ConfigRO in org.knime.base.node.preproc.correlation.pmcc
 

Methods in org.knime.base.node.preproc.correlation.pmcc with parameters of type ConfigRO
static PMCCPortObjectAndSpec PMCCPortObjectAndSpec.load(ConfigRO m)
          Factory method to load from config.
 

Uses of ConfigRO in org.knime.base.node.preproc.groupby
 

Methods in org.knime.base.node.preproc.groupby with parameters of type ConfigRO
protected static List<ColumnAggregator> GroupByNodeModel.compGetColumnMethods(DataTableSpec spec, List<String> excludeCols, ConfigRO config)
          Compatibility method used for compatibility to versions prior Knime 2.0.
 

Uses of ConfigRO in org.knime.base.node.viz.aggregation
 

Methods in org.knime.base.node.viz.aggregation with parameters of type ConfigRO
protected abstract  Collection<T> AggregationValModel.loadElements(ConfigRO config, ExecutionMonitor exec)
           
 

Constructors in org.knime.base.node.viz.aggregation with parameters of type ConfigRO
AggregationValModel(ConfigRO config, ExecutionMonitor exec)
          Constructor for class AggregationValModel.
AggregationValSubModel(ConfigRO config)
          Constructor for class AggregationValSubModel.
 

Uses of ConfigRO in org.knime.base.node.viz.histogram.datamodel
 

Methods in org.knime.base.node.viz.histogram.datamodel with parameters of type ConfigRO
protected  Collection<BarElementDataModel> BarDataModel.loadElements(ConfigRO config, ExecutionMonitor exec)
          
static BinDataModel BinDataModel.loadFromFile(ConfigRO config, ExecutionMonitor exec)
           
 

Uses of ConfigRO in org.knime.base.node.viz.pie.datamodel
 

Methods in org.knime.base.node.viz.pie.datamodel with parameters of type ConfigRO
protected  Collection<PieSubSectionDataModel> PieSectionDataModel.loadElements(ConfigRO config, ExecutionMonitor exec)
          
 

Uses of ConfigRO in org.knime.base.util
 

Constructors in org.knime.base.util with parameters of type ConfigRO
HalfDoubleMatrix(ConfigRO config)
          Loads a half int matrix from the given node settings object.
HalfFloatMatrix(ConfigRO config)
          Loads a half int matrix from the given node settings object.
HalfIntMatrix(ConfigRO config)
          Loads a half int matrix from the given node settings object.
 

Uses of ConfigRO in org.knime.core.data
 

Methods in org.knime.core.data with parameters of type ConfigRO
static DataColumnDomain DataColumnDomain.load(ConfigRO config)
          Reads lower and upper bounds as well as the possible values - if available - from ConfigRO.
static DataColumnSpec DataColumnSpec.load(ConfigRO config)
          Reads name, type, domain, and properties from the given ConfigRO and - if available - size, shape, and color handler.
static DataColumnProperties DataColumnProperties.load(ConfigRO config)
          Reads all properties (key-value pairs) from the given ConfigRO and returns a new DataColumnProperties object.
static DataType DataType.load(ConfigRO config)
          Loads a DataType from a given ConfigRO.
static DataTableSpec DataTableSpec.load(ConfigRO config)
          Reads all DataColumnSpec objects from the given ConfigRO and returns a new DataTableSpec object containing them.
 

Uses of ConfigRO in org.knime.core.data.date
 

Methods in org.knime.core.data.date with parameters of type ConfigRO
static DateAndTimeCell DateAndTimeCell.load(ConfigRO config)
          Load a data cell that was previously written with the DateAndTimeCell.save(ConfigWO) method.
 

Uses of ConfigRO in org.knime.core.data.property
 

Methods in org.knime.core.data.property with parameters of type ConfigRO
static ShapeModelNominal ShapeModelNominal.load(ConfigRO config)
          Reads Shape settings from given Config and returns a new ShapeModelNominal object.
static SizeModelDouble SizeModelDouble.load(ConfigRO config)
          Reads the size settings and return a new SizeModelDouble.
static SizeHandler SizeHandler.load(ConfigRO config)
          Reads size settings from the given Config and returns a new SizeHandler.
static ColorHandler ColorHandler.load(ConfigRO config)
          Reads the color model settings from the given Config, inits a new ColorModel, and returns a new ColorHandler.
static ColorModelRange ColorModelRange.load(ConfigRO config)
          Load color settings from Config including lower and upper bound, and min and max colors.
static ColorModelNominal ColorModelNominal.load(ConfigRO config)
          Read color settings from given Config and returns a new ColorModelNominal object.
static ShapeHandler ShapeHandler.load(ConfigRO config)
          Reads ShapeModel from the given Config and returns a new ShapeHandler.
 

Uses of ConfigRO in org.knime.core.node
 

Subinterfaces of ConfigRO in org.knime.core.node
 interface ModelContentRO
          Read-only interface for ModelContent objects.
 interface NodeSettingsRO
          Read-only interface for NodeSettingsRO objects.
 

Classes in org.knime.core.node that implement ConfigRO
 class ModelContent
          This ModelContent is used to store XML-like model settings.
 class NodeSettings
          This class overwrites the general Config object and specializes some method to access NodeSettings object.
 

Uses of ConfigRO in org.knime.core.node.config
 

Classes in org.knime.core.node.config that implement ConfigRO
 class Config
          Supports a mechanism to save settings by their type and a key.
 

Methods in org.knime.core.node.config with parameters of type ConfigRO
 DataCell Config.DataCellEntry.createCell(ConfigRO config)
          Create DataCell on given Config.
 DataCell Config.DataCellEntry.StringCellEntry.createCell(ConfigRO config)
          Create DataCell on given Config.
 DataCell Config.DataCellEntry.DoubleCellEntry.createCell(ConfigRO config)
          Create DataCell on given Config.
 DataCell Config.DataCellEntry.IntCellEntry.createCell(ConfigRO config)
          Create DataCell on given Config.
 DataCell Config.DataCellEntry.DateAndTimeCellEntry.createCell(ConfigRO config)
          Create DataCell on given Config.
 DataCell Config.DataCellEntry.MissingCellEntry.createCell(ConfigRO config)
          Create DataCell on given Config.
 DataCell Config.DataCellEntry.ComplexNumberCellEntry.createCell(ConfigRO config)
          Create DataCell on given Config.
 DataCell Config.DataCellEntry.FuzzyIntervalCellEntry.createCell(ConfigRO config)
          Create DataCell on given Config.
 DataCell Config.DataCellEntry.FuzzyNumberCellEntry.createCell(ConfigRO config)
          Create DataCell on given Config.
 

Uses of ConfigRO in org.knime.core.node.port.database
 

Methods in org.knime.core.node.port.database with parameters of type ConfigRO
 boolean DatabaseConnectionSettings.loadValidatedConnection(ConfigRO settings)
          Load validated settings.
 void DatabaseConnectionSettings.validateConnection(ConfigRO settings)
          Validate settings.
 void DatabaseQueryConnectionSettings.validateConnection(ConfigRO settings)
          Validate settings.
 

Constructors in org.knime.core.node.port.database with parameters of type ConfigRO
DatabaseQueryConnectionSettings(ConfigRO settings)
          Create a new connection with an empty query object.
 

Uses of ConfigRO in org.knime.core.node.property.hilite
 

Methods in org.knime.core.node.property.hilite with parameters of type ConfigRO
static DefaultHiLiteMapper DefaultHiLiteMapper.load(ConfigRO config)
          Restores the mapper from the config object that has been written using the save method.
 



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.