Uses of Interface
org.knime.core.node.NodeSettingsRO

Packages that use NodeSettingsRO
org.knime.base.collection.list.create Implementation of the collection create node. 
org.knime.base.collection.list.split Implementation of the collection split node. 
org.knime.base.data.statistics This package holds the StatisticsTable. 
org.knime.base.node.flowvariable.appendvariabletotable   
org.knime.base.node.flowvariable.extractvariables   
org.knime.base.node.flowvariable.injectvariables   
org.knime.base.node.flowvariable.tablerowtovariable   
org.knime.base.node.flowvariable.variabletotablerow   
org.knime.base.node.io.arffreader Contains the implementation of a node which reads ARFF files. 
org.knime.base.node.io.arffwriter Contains the implementation of a node which writes the content of a data table into an ARFF file. 
org.knime.base.node.io.csvwriter Node implementation that writes a DataTable to a file in CSV (comma separated value) format (or with any other selectable separator). 
org.knime.base.node.io.database Contains nodes to access data via a database connection. 
org.knime.base.node.io.def (Obsolete) Node that produces predefined DataTables. 
org.knime.base.node.io.filereader Contains a node implementation that reads in data from an ASCII file. 
org.knime.base.node.io.filetokenizer   
org.knime.base.node.io.pmml.read   
org.knime.base.node.io.pmml.write   
org.knime.base.node.io.portobject Contains node implementations for a prediction model reader and writer. 
org.knime.base.node.io.table.read Node that reads data from a file as written by the Write table node. 
org.knime.base.node.io.table.write Node that writes a datatable to a file. 
org.knime.base.node.meta.feature.backwardelim   
org.knime.base.node.meta.looper The looper package contains all classes for building for loops. 
org.knime.base.node.meta.looper.condition Contains two nodes with which a loop can be built. 
org.knime.base.node.meta.xvalidation The xvalidation package contains all classes for a cross validation flow. 
org.knime.base.node.mine.bayes.naivebayes.learner This package contains the classes of the learner node. 
org.knime.base.node.mine.bayes.naivebayes.predictor This package contains the classes of the predictor node. 
org.knime.base.node.mine.bfn Contains abstract and util classes to train and perform prediction to rule models, also called BasisFunction models. 
org.knime.base.node.mine.bfn.fuzzy Contains the learner and predictor to train fuzzy rules and apply them to unknown data. 
org.knime.base.node.mine.bfn.radial Contains the PNN learner and predictor. 
org.knime.base.node.mine.cluster.assign This package contains the classes for the Cluster Assigner Node. 
org.knime.base.node.mine.cluster.fuzzycmeans The fuzzycmeans package contains all classes for the Fuzzy c-means node. 
org.knime.base.node.mine.cluster.hierarchical Contains the implementation of a node performing hierarchical clustering. 
org.knime.base.node.mine.cluster.kmeans This package contains the classes needed from the KMeans Node. 
org.knime.base.node.mine.decisiontree2.learner   
org.knime.base.node.mine.decisiontree2.predictor This package contains code for a decision tree model and predictor. 
org.knime.base.node.mine.knn   
org.knime.base.node.mine.mds A node that applies multi dimensional scaling (MDS) on high dimensional data. 
org.knime.base.node.mine.mds.mdsprojection A node that applies multi dimensional scaling (MDS) projection on high dimensional data. 
org.knime.base.node.mine.neural.mlp This package contains the classes for the MultiLayerPerceptron Predictor node. 
org.knime.base.node.mine.neural.rprop This package contains all classes for the RProp Node. 
org.knime.base.node.mine.pca This package contains all classes for the PCA (principal component analysis) Node. 
org.knime.base.node.mine.regression.linear.learn Node implementation performing linear regression. 
org.knime.base.node.mine.regression.polynomial.learner The polyreg's predictor package contains just the two classes that make up the predictor node: the model and its factory. 
org.knime.base.node.mine.regression.predict Node implementation performing regression prediction. 
org.knime.base.node.mine.scorer.accuracy Similar to the default scorer. 
org.knime.base.node.mine.scorer.entrop Node that performs an entropy calculation and compares two clustering results. 
org.knime.base.node.mine.smote Node that oversample patterns in an input table. 
org.knime.base.node.mine.sota Contains the Sota node, which can be used for clustering hirarchically numerical and fuzzy data and visualize the resulting cluster tree. 
org.knime.base.node.mine.sota.logic Contains the logic classes of SOTA. 
org.knime.base.node.mine.sota.predictor Contains the Sotapredictor node, which can be used for class prediction of incoming data. 
org.knime.base.node.mine.subgroupminer This package contains everything necessary for normal subgroup mining. 
org.knime.base.node.mine.svm.learner This subpackage contains all classes for the SVM Learner Node. 
org.knime.base.node.mine.svm.predictor This subpackage contains all classes for the SVM Predictor Node. 
org.knime.base.node.preproc.append.row   
org.knime.base.node.preproc.binner Contains a node to bin/group a number of numeric columns into a string column by predefined intervals. 
org.knime.base.node.preproc.caseconvert Node to convert alphanumeric characters to lowercase or uppercase. 
org.knime.base.node.preproc.cellsplit Contains the implementation of a node that splits (and replaces) a values in a column into multiple new ones. 
org.knime.base.node.preproc.cellsplitbypos   
org.knime.base.node.preproc.colcombine Node to combine the content of a set of columns into a single column (to be appended). 
org.knime.base.node.preproc.colcompare Node to combine the content of a set of columns into a single column (to be appended). 
org.knime.base.node.preproc.colconvert Node to convert String columns to Double columns or the other way around. 
org.knime.base.node.preproc.colconvert.numbertostring Node to convert DoubleValue columns to StringValue columns. 
org.knime.base.node.preproc.colconvert.stringtonumber Node to convert StringValue columns to NumberValue columns. 
org.knime.base.node.preproc.colsort This package contains all classes for the Column Resorter node. 
org.knime.base.node.preproc.columnTrans This package contains the classes of the Many2One and One2Many column transformation nodes. 
org.knime.base.node.preproc.correlation.pmcc   
org.knime.base.node.preproc.discretization.caim2.modelapply Contains the classes implementing a node that applies a discretization (binning) model to new data. 
org.knime.base.node.preproc.discretization.caim2.modelcreator Contains the classes implementing a node that learns a class supervised discretization (binning) model. 
org.knime.base.node.preproc.domain Contains a node to determine the DataTableSpec of the input data. 
org.knime.base.node.preproc.double2int   
org.knime.base.node.preproc.filter.column Contains the filter column node which can be used the extract certain columns from the input data table. 
org.knime.base.node.preproc.filter.columnref Contains a Reference Column Filter node that allows columns to be included or excluded from the first table while the second one is used as reference table. 
org.knime.base.node.preproc.filter.hilite Node to seperate hilited and not hilited rows of given DataTable. 
org.knime.base.node.preproc.filter.hilite.collector Contains the HiLite Collector node with can be used to apply annotations to a set of hilit rows. 
org.knime.base.node.preproc.filter.nominal This package implements a possible value row filter. 
org.knime.base.node.preproc.filter.row Contains a node filtering out rows from an input data table, including only those rows into the output/result table that match a certain criteria. 
org.knime.base.node.preproc.filter.row.rowfilter Contains all filters currently implemented for the row filter node. 
org.knime.base.node.preproc.filter.rowref Contains a Reference Row Filter node that allows rows to be included or excluded from the first table while the second one is used as reference table. 
org.knime.base.node.preproc.groupby Contains a node to perform a group by operation on an input table. 
org.knime.base.node.preproc.groupby.aggregation Contains helper classes that perform the aggregation. 
org.knime.base.node.preproc.groupby.dialogutil Contains helper classes that are used in the configuration dialog of the node. 
org.knime.base.node.preproc.joiner This package contains classes for a node that joins two data tables. 
org.knime.base.node.preproc.lowvarfilter Node implementation that allows the user to filter out numeric columns, which have a low or no variance. 
org.knime.base.node.preproc.missingval Implemenation of the node that treats missing values. 
org.knime.base.node.preproc.normalize This package contains all classes for the Normalizer Node. 
org.knime.base.node.preproc.partition Node that partitions the data into train- and test set. 
org.knime.base.node.preproc.pivot Contains a node to perform a pivoting on one column against another group column. 
org.knime.base.node.preproc.regexsplit Node that splits an input string (column) into multiple groups according to a regular expression (realized by java.util.regex.Pattern). 
org.knime.base.node.preproc.rename Node that allows to rename column names or change the type. 
org.knime.base.node.preproc.rowkey This package contains all classes of the RowKey node which provides the following function: Replacing of the current rowkey with the values of a column Creating a column with the row key values  
org.knime.base.node.preproc.rowsplit Node splits a data table according to a numeric filter criterion. 
org.knime.base.node.preproc.sample Node that samples rows from an input table. 
org.knime.base.node.preproc.setoperator Contains a node to perform a set operation on two columns from two input tables. 
org.knime.base.node.preproc.shuffle Implementation of the Fisher Yates shuffle, that guarantees that all n! possible outcomes are possible and equally likely. 
org.knime.base.node.preproc.sorter Contains the Sorter Node which can be used to sort columns from the input data table. 
org.knime.base.node.preproc.split Node that splits an input table into two output table. 
org.knime.base.node.preproc.stringreplacer This package contains a node that can be used to replace strings in a column based on wildcard matches. 
org.knime.base.node.preproc.stringreplacer.dict Node that replaces the content of a selected column by dictionary entries. 
org.knime.base.node.preproc.transpose Contains a node to transpose a table by swaping rows and columns. 
org.knime.base.node.preproc.unpivot   
org.knime.base.node.preproc.valcount   
org.knime.base.node.rules   
org.knime.base.node.util.cache Contains node that allows caching of data for fast access. 
org.knime.base.node.util.sampledata   
org.knime.base.node.viz.condbox Contains all classes that realize a conditional box plot. 
org.knime.base.node.viz.enrichment The enrichment plotter node allows you to plot enrichment curves. 
org.knime.base.node.viz.histogram.node Contains classes for KNIME nodes which uses the classes of the histogram package to display a histogram view. 
org.knime.base.node.viz.histogram.util Contains utility classes which performe binning or which are used in dialogs to select the aggregation columns. 
org.knime.base.node.viz.liftchart The liftchart package contains all classes for building a lift chart node. 
org.knime.base.node.viz.pie.node This package contains the KNIME node classes for the fixed and interactive pie chart. 
org.knime.base.node.viz.plotter.box Contains all classes that realize a box plot. 
org.knime.base.node.viz.plotter.node This package contains a default node implementation which can be used if a simple plotter is implemented, which displays data from one inport and also wants to display only a restricted number of rows. 
org.knime.base.node.viz.property.color Contains the Color Manager and Color Appender node to set colors for a nominal or bounded (numeric) column. 
org.knime.base.node.viz.property.shape Contains the Shape Manager and Shape Appender node to set shapes for a nominal column. 
org.knime.base.node.viz.property.size Contains the Size Manager and Size Appender node to set sizes for a bounded (numeric) column. 
org.knime.base.node.viz.roc The ROC node allows you to plot ROC curves. 
org.knime.base.node.viz.statistics Contains the Statistics Node which can be used to compute statistics based on the input data table. 
org.knime.base.node.viz.table Node implementation of the interactive table view. 
org.knime.core.data.container Implementation of a DataContainer
org.knime.core.node Contains all classes needed to implement a new node in the workflow. 
org.knime.core.node.defaultnodesettings Contains default dialog components, which can be used to quickly create a simple dialog. 
org.knime.core.node.exec   
org.knime.core.node.port   
org.knime.core.node.util Contains a set of utility classes that may be used in different (so far visual) contexts. 
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
org.knime.core.util.tokenizer   
 

Uses of NodeSettingsRO in org.knime.base.collection.list.create
 

Methods in org.knime.base.collection.list.create with parameters of type NodeSettingsRO
protected  void CollectionCreateNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void CollectionCreateNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.collection.list.split
 

Methods in org.knime.base.collection.list.split with parameters of type NodeSettingsRO
protected  void CollectionSplitNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 void CollectionSplitSettings.loadSettingsInDialog(NodeSettingsRO settings, DataTableSpec spec)
          Load settings, used in dialog.
 void CollectionSplitSettings.loadSettingsInModel(NodeSettingsRO settings)
          Load settings, called in NodeModel.
protected  void CollectionSplitNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void CollectionSplitNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.data.statistics
 

Methods in org.knime.base.data.statistics with parameters of type NodeSettingsRO
static Statistics2Table Statistics2Table.load(NodeSettingsRO sett)
          Load a new statistic table by the given settings object.
 

Uses of NodeSettingsRO in org.knime.base.node.flowvariable.appendvariabletotable
 

Methods in org.knime.base.node.flowvariable.appendvariabletotable with parameters of type NodeSettingsRO
 void AppendVariableToTableSettings.loadSettingsFrom(NodeSettingsRO settings)
          Loads settings.
 void AppendVariableToTableSettings.loadSettingsFrom(NodeSettingsRO settings, Map<String,FlowVariable> scopeVariableMap)
          Load settings.
protected  void AppendToTableNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
protected  void AppendVariableToTableNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void AppendVariableToTableNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.flowvariable.extractvariables
 

Methods in org.knime.base.node.flowvariable.extractvariables with parameters of type NodeSettingsRO
protected  void ExtractVariablesNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ExtractVariablesNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.flowvariable.injectvariables
 

Methods in org.knime.base.node.flowvariable.injectvariables with parameters of type NodeSettingsRO
protected  void InjectVariablesNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void InjectVariablesNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.flowvariable.tablerowtovariable
 

Methods in org.knime.base.node.flowvariable.tablerowtovariable with parameters of type NodeSettingsRO
protected  void TableToVariableNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void TableToVariableNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.flowvariable.variabletotablerow
 

Methods in org.knime.base.node.flowvariable.variabletotablerow with parameters of type NodeSettingsRO
 void VariableToTableSettings.loadSettingsFrom(NodeSettingsRO settings)
          Loads settings.
 void VariableToTableSettings.loadSettingsFrom(NodeSettingsRO settings, Map<String,FlowVariable> scopeVariableMap)
          Load settings.
protected  void VariableToTableNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
protected  void VariableToTableNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void VariableToTableNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.io.arffreader
 

Methods in org.knime.base.node.io.arffreader with parameters of type NodeSettingsRO
protected  void ARFFReaderNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void ARFFReaderNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ARFFReaderNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.io.arffwriter
 

Methods in org.knime.base.node.io.arffwriter with parameters of type NodeSettingsRO
protected  void ARFFWriterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void ARFFWriterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ARFFWriterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.io.csvwriter
 

Methods in org.knime.base.node.io.csvwriter with parameters of type NodeSettingsRO
protected  void CSVWriterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void CSVWriterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void CSVWriterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Constructors in org.knime.base.node.io.csvwriter with parameters of type NodeSettingsRO
FileWriterNodeSettings(NodeSettingsRO settings)
          Constructs a new object reading the settings from the specified NodeSettings object.
FileWriterSettings(NodeSettingsRO settings)
          Constructs a new object reading the settings from the specified NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.io.database
 

Methods in org.knime.base.node.io.database with parameters of type NodeSettingsRO
 void DBQueryNodeDialogPane.loadAdditionalSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          This method can be overridden to load additional settings.
protected  void DatabaseLoopingNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void DBWriterDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
(package private)  void DBSQLTypesPanel.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Reads settings and inits the panel with column name to SQL-type mapping read from spec and settings object.
protected  void DBRowFilterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] ports)
          Invoked before the dialog window is opened.
protected  void DBReaderDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] ports)
          Invoked before the dialog window is opened.
protected  void DBColumnFilterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] ports)
          Invoked before the dialog window is opened.
protected  void DBDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Load settings.
protected  void DBReaderNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DBWriterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DBRowFilterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DBConnectionNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DBColumnFilterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DBQueryNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DBNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DBReaderConnectionNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DatabaseLoopingNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DBConnectionWriterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DBReaderNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void DBWriterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void DBRowFilterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void DBConnectionNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void DBColumnFilterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void DBQueryNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void DBNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void DBReaderConnectionNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void DatabaseLoopingNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void DBConnectionWriterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.io.def
 

Methods in org.knime.base.node.io.def with parameters of type NodeSettingsRO
protected  void DefaultTableNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DefaultTableNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.io.filereader
 

Methods in org.knime.base.node.io.filereader with parameters of type NodeSettingsRO
protected  void FileReaderNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void VariableFileReaderNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
protected  void VariableFileReaderNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Reads in all user settings of the model.
protected  void FileReaderNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Reads in all user settings of the model.
protected  void VariableFileReaderNodeModel.validateSettings(NodeSettingsRO settings)
          Checks all user settings in the specified spec object.
protected  void FileReaderNodeModel.validateSettings(NodeSettingsRO settings)
          Checks all user settings in the specified spec object.
 

Constructors in org.knime.base.node.io.filereader with parameters of type NodeSettingsRO
ColProperty(NodeSettingsRO cfg)
          Creates a new column properties object initializing its settings from the passed configuration object.
FileReaderNodeSettings(NodeSettingsRO cfg)
          Creates a new settings object for the file reader note and initializes it from the config object passed.
FileReaderSettings(NodeSettingsRO cfg)
          Creates a new FileReaderSettings object initializing its settings from the passed config object.
VariableFileReaderNodeSettings(NodeSettingsRO cfg)
          Creates a new settings object initialized with the values from the passed object.
 

Uses of NodeSettingsRO in org.knime.base.node.io.filetokenizer
 

Constructors in org.knime.base.node.io.filetokenizer with parameters of type NodeSettingsRO
Comment(NodeSettingsRO settings)
          Deprecated. Creates a new Comment object and sets its parameters from the config object.
Delimiter(NodeSettingsRO settings)
          Deprecated. Creates a new Delimiter object and sets its parameters from the config object.
FileTokenizerSettings(NodeSettingsRO settings)
          Deprecated. Creates a new FileTokenizerSettings object and sets its parameters from the config object.
Quote(NodeSettingsRO settings)
          Deprecated. Creates a new Quote object and sets its parameters from the config object.
 

Uses of NodeSettingsRO in org.knime.base.node.io.pmml.read
 

Methods in org.knime.base.node.io.pmml.read with parameters of type NodeSettingsRO
protected  void PMMLReaderNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PMMLReaderNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.io.pmml.write
 

Methods in org.knime.base.node.io.pmml.write with parameters of type NodeSettingsRO
protected  void PMMLWriterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PMMLWriterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.io.portobject
 

Methods in org.knime.base.node.io.portobject with parameters of type NodeSettingsRO
protected  void PortObjectWriterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PortObjectReaderNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PortObjectWriterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void PortObjectReaderNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.io.table.read
 

Methods in org.knime.base.node.io.table.read with parameters of type NodeSettingsRO
protected  void ReadTableNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ReadTableNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.io.table.write
 

Methods in org.knime.base.node.io.table.write with parameters of type NodeSettingsRO
protected  void WriteTableNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void WriteTableNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.meta.feature.backwardelim
 

Methods in org.knime.base.node.meta.feature.backwardelim with parameters of type NodeSettingsRO
 void BWElimFilterSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from passed node settings object into this object.
 void BWElimLoopStartSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from passed node settings object into this object.
 void BWElimLoopEndSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from passed node settings object into this object.
 void BWElimFilterSettings.loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from passed node settings object into this object using default values if a settings is missing.
 void BWElimLoopStartSettings.loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from passed node settings object into this object using default values if a settings is missing.
 void BWElimLoopEndSettings.loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from passed node settings object into this object using default values if a settings is missing.
protected  void BWElimLoopEndNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void BWElimFilterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
protected  void BWElimFilterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void BWElimLoopStartNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void BWElimLoopEndNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void BWElimFilterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void BWElimLoopStartNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void BWElimLoopEndNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.meta.looper
 

Methods in org.knime.base.node.meta.looper with parameters of type NodeSettingsRO
 void LoopStartIntervalSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from the node settings object.
 void LoopEndNodeSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from the node settings object.
 void LoopStartIntervalSettings.loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from the node settings object.
 void LoopStartCountSettings.loadSettingsFrom(NodeSettingsRO settings)
          Loads the settings from the node settings object.
protected  void LoopStartIntervalNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void LoopStartCountNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void LoopEndNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void LoopStartIntervalNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void LoopStartCountNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void LoopEndNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void LoopStartIntervalNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void LoopStartCountNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void LoopEndNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.meta.looper.condition
 

Methods in org.knime.base.node.meta.looper.condition with parameters of type NodeSettingsRO
 void LoopEndConditionSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from the node settings object.
 void LoopEndConditionSettings.loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from the node settings object.
protected  void LoopEndConditionNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
protected  void LoopStartGenericNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void LoopEndConditionNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void LoopStartGenericNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void LoopEndConditionNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.meta.xvalidation
 

Methods in org.knime.base.node.meta.xvalidation with parameters of type NodeSettingsRO
 void AggregateSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from the given node settings object.
 void AggregateSettings.loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from the given node settings object.
 void XValidateSettings.loadSettingsFrom(NodeSettingsRO settings)
          Loads the settings from the node settings object.
protected  void AggregateOutputNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void XValidateDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void XValidatePartitionModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void AggregateOutputNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void XValidatePartitionModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void AggregateOutputNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.bayes.naivebayes.learner
 

Methods in org.knime.base.node.mine.bayes.naivebayes.learner with parameters of type NodeSettingsRO
protected  void NaiveBayesLearnerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void NaiveBayesLearnerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.bayes.naivebayes.predictor
 

Methods in org.knime.base.node.mine.bayes.naivebayes.predictor with parameters of type NodeSettingsRO
protected  void NaiveBayesPredictorNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void NaiveBayesPredictorNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.bfn
 

Methods in org.knime.base.node.mine.bfn with parameters of type NodeSettingsRO
protected  void BasisFunctionPredictorNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 void BasisFunctionLearnerNodeDialogPanel.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Loads given settings.
protected  void BasisFunctionLearnerNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 void BasisFunctionLearnerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
 void BasisFunctionPredictorNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
 void BasisFunctionLearnerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 void BasisFunctionPredictorNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.bfn.fuzzy
 

Methods in org.knime.base.node.mine.bfn.fuzzy with parameters of type NodeSettingsRO
protected  void FuzzyBasisFunctionLearnerNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 void FuzzyBasisFunctionLearnerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
 void FuzzyBasisFunctionLearnerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.bfn.radial
 

Methods in org.knime.base.node.mine.bfn.radial with parameters of type NodeSettingsRO
protected  void RadialBasisFunctionLearnerNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
 void RadialBasisFunctionLearnerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
 void RadialBasisFunctionLearnerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.cluster.assign
 

Methods in org.knime.base.node.mine.cluster.assign with parameters of type NodeSettingsRO
protected  void ClusterAssignerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ClusterAssignerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.cluster.fuzzycmeans
 

Methods in org.knime.base.node.mine.cluster.fuzzycmeans with parameters of type NodeSettingsRO
protected  void FuzzyClusterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Loads the settings from the model, Number of Clusters and maximum number of Iterations.
protected  void FuzzyClusterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Loads the number of clusters and the maximum number of iterations from the settings.
protected  void FuzzyClusterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the number of Clusters and the maximum number of iterations in the settings.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.cluster.hierarchical
 

Methods in org.knime.base.node.mine.cluster.hierarchical with parameters of type NodeSettingsRO
static ClusterNode ClusterNode.loadFromXML(NodeSettingsRO settings, DataArray orgTable)
          Loads a cluster node from the settings.
protected  void HierarchicalClusterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void HierarchicalClusterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.cluster.kmeans
 

Methods in org.knime.base.node.mine.cluster.kmeans with parameters of type NodeSettingsRO
protected  void ClusterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Method is called when the NodeModel has to set its configuration using the given one.
protected  void ClusterNodeModel.validateSettings(NodeSettingsRO settings)
          Method is called when before the model has to change it's configuration (@see loadsettings) using the given one.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.decisiontree2.learner
 

Methods in org.knime.base.node.mine.decisiontree2.learner with parameters of type NodeSettingsRO
protected  void DecisionTreeLearnerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Loads the class column and the classification value in the model.
protected  void DecisionTreeLearnerNodeModel.validateSettings(NodeSettingsRO settings)
          This method validates the settings.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.decisiontree2.predictor
 

Methods in org.knime.base.node.mine.decisiontree2.predictor with parameters of type NodeSettingsRO
protected  void DecTreePredictorNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DecTreePredictorNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.knn
 

Methods in org.knime.base.node.mine.knn with parameters of type NodeSettingsRO
 void KnnSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from the given node settings object.
protected  void KnnNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void KnnNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void KnnNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.mds
 

Methods in org.knime.base.node.mine.mds with parameters of type NodeSettingsRO
protected  void MDSNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void MDSNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.mds.mdsprojection
 

Methods in org.knime.base.node.mine.mds.mdsprojection with parameters of type NodeSettingsRO
protected  void MDSProjectionNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void MDSProjectionNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.neural.mlp
 

Methods in org.knime.base.node.mine.neural.mlp with parameters of type NodeSettingsRO
protected  void MLPPredictorNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void MLPPredictorNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.neural.rprop
 

Methods in org.knime.base.node.mine.neural.rprop with parameters of type NodeSettingsRO
protected  void RPropNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void RPropNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.pca
 

Methods in org.knime.base.node.mine.pca with parameters of type NodeSettingsRO
 void PCAApplyNodeDialog.loadAdditionalSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          This method can be overridden to load additional settings.
protected  void SettingsModelPCADimensions.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelPCADimensions.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
protected  void PCAApplyNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PCAReverseNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PCAComputeNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PCANodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PCAApplyNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void PCAReverseNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void PCAComputeNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void PCANodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void SettingsModelPCADimensions.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
 

Uses of NodeSettingsRO in org.knime.base.node.mine.regression.linear.learn
 

Methods in org.knime.base.node.mine.regression.linear.learn with parameters of type NodeSettingsRO
protected  void LinRegLearnerNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void LinRegLearnerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void LinRegLearnerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.regression.polynomial.learner
 

Methods in org.knime.base.node.mine.regression.polynomial.learner with parameters of type NodeSettingsRO
 void PolyRegLearnerSettings.loadSettingsFrom(NodeSettingsRO settings)
          Loads the settings from the node settings object.
protected  void PolyRegLearnerDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void PolyRegLearnerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PolyRegLearnerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.regression.predict
 

Methods in org.knime.base.node.mine.regression.predict with parameters of type NodeSettingsRO
protected  void RegressionPredictorNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void RegressionPredictorNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.scorer.accuracy
 

Methods in org.knime.base.node.mine.scorer.accuracy with parameters of type NodeSettingsRO
protected  void AccuracyScorerNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Fills the two combo boxes with all column names retrieved from the input table spec.
protected  void AccuracyScorerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void AccuracyScorerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.scorer.entrop
 

Methods in org.knime.base.node.mine.scorer.entrop with parameters of type NodeSettingsRO
protected  void EntropyNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void EntropyNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void EntropyNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.smote
 

Methods in org.knime.base.node.mine.smote with parameters of type NodeSettingsRO
protected  void SmoteNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void SmoteNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void SmoteNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.sota
 

Methods in org.knime.base.node.mine.sota with parameters of type NodeSettingsRO
 void SotaSettingsPanel.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Method loadSettingsFrom.
protected  void SotaNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 void SotaHierarchicalFuzzySettings.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Method loadSettingsFrom.
protected  void SotaNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void SotaNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.sota.logic
 

Methods in org.knime.base.node.mine.sota.logic with parameters of type NodeSettingsRO
 void SotaManager.readSettings(NodeSettingsRO settings, boolean validateOnly)
          Reads settings out of given NodeSettings object and validates it.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.sota.predictor
 

Methods in org.knime.base.node.mine.sota.predictor with parameters of type NodeSettingsRO
protected  void SotaPredictorNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void SotaPredictorNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.subgroupminer
 

Methods in org.knime.base.node.mine.subgroupminer with parameters of type NodeSettingsRO
protected  void BitVectorGeneratorNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void BitVectorGeneratorNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void SubgroupMinerModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void BitVectorGeneratorNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void SubgroupMinerModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.svm.learner
 

Methods in org.knime.base.node.mine.svm.learner with parameters of type NodeSettingsRO
protected  void SVMLearnerNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void SVMLearnerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void SVMLearnerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.mine.svm.predictor
 

Methods in org.knime.base.node.mine.svm.predictor with parameters of type NodeSettingsRO
protected  void SVMPredictorNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void SVMPredictorNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.append.row
 

Methods in org.knime.base.node.preproc.append.row with parameters of type NodeSettingsRO
protected  void AppendedRowsNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void AppendedRowsNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void AppendedRowsNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.binner
 

Methods in org.knime.base.node.preproc.binner with parameters of type NodeSettingsRO
protected  void BinnerNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
           
protected  void BinnerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void BinnerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Constructors in org.knime.base.node.preproc.binner with parameters of type NodeSettingsRO
NumericBin(NodeSettingsRO bin)
          Create numeric bin from NodeSettings.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.caseconvert
 

Methods in org.knime.base.node.preproc.caseconvert with parameters of type NodeSettingsRO
protected  void CaseConvertNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void CaseConvertNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void CaseConvertNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.cellsplit
 

Methods in org.knime.base.node.preproc.cellsplit with parameters of type NodeSettingsRO
protected  void CellSplitterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void CellSplitterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void CellSplitterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Constructors in org.knime.base.node.preproc.cellsplit with parameters of type NodeSettingsRO
CellSplitterSettings(NodeSettingsRO values)
          Creates a new settings object with the value from the specified settings object.
CellSplitterUserSettings(NodeSettingsRO settings)
          Creates a new settings object with the value from the specified settings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.cellsplitbypos
 

Methods in org.knime.base.node.preproc.cellsplitbypos with parameters of type NodeSettingsRO
protected  void CellSplitterByPosNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void CellSplitterByPosNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.colcombine
 

Methods in org.knime.base.node.preproc.colcombine with parameters of type NodeSettingsRO
protected  void ColCombineNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void ColCombineNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ColCombineNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.colcompare
 

Methods in org.knime.base.node.preproc.colcompare with parameters of type NodeSettingsRO
protected  void ColumnComparatorNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void ColumnComparatorNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
           
protected  void ColumnComparatorNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.colconvert
 

Methods in org.knime.base.node.preproc.colconvert with parameters of type NodeSettingsRO
protected  void ColConvertNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void ColConvertNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ColConvertNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.colconvert.numbertostring
 

Methods in org.knime.base.node.preproc.colconvert.numbertostring with parameters of type NodeSettingsRO
protected  void NumberToStringNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void NumberToStringNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.colconvert.stringtonumber
 

Methods in org.knime.base.node.preproc.colconvert.stringtonumber with parameters of type NodeSettingsRO
protected  void StringToNumberNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void StringToNumberNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void StringToNumberNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.colsort
 

Methods in org.knime.base.node.preproc.colsort with parameters of type NodeSettingsRO
protected  void ColumnResorterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void ColumnResorterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ColumnResorterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.columnTrans
 

Methods in org.knime.base.node.preproc.columnTrans with parameters of type NodeSettingsRO
protected  void One2ManyColNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void Many2OneColNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void One2ManyColNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void Many2OneColNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

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

Methods in org.knime.base.node.preproc.correlation.pmcc with parameters of type NodeSettingsRO
protected  void PMCCFilterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
protected  void PMCCFilterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PMCCNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PMCCFilterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void PMCCNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.discretization.caim2.modelapply
 

Methods in org.knime.base.node.preproc.discretization.caim2.modelapply with parameters of type NodeSettingsRO
protected  void DiscretizationApplyNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DiscretizationApplyNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.discretization.caim2.modelcreator
 

Methods in org.knime.base.node.preproc.discretization.caim2.modelcreator with parameters of type NodeSettingsRO
protected  void CAIMDiscretizationNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Loads the class column and the classification value in the model.
protected  void CAIMDiscretizationNodeModel.validateSettings(NodeSettingsRO settings)
          This method validates the settings.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.domain
 

Methods in org.knime.base.node.preproc.domain with parameters of type NodeSettingsRO
protected  void DomainNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void DomainNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DomainNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.double2int
 

Methods in org.knime.base.node.preproc.double2int with parameters of type NodeSettingsRO
protected  void DoubleToIntNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void DoubleToIntNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.filter.column
 

Methods in org.knime.base.node.preproc.filter.column with parameters of type NodeSettingsRO
protected  void FilterColumnNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Calls the update method of the underlying filter panel using the input data table spec from this FilterColumnNodeModel.
protected  void FilterColumnNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Reads the filtered columns.
protected  void FilterColumnNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.filter.columnref
 

Methods in org.knime.base.node.preproc.filter.columnref with parameters of type NodeSettingsRO
protected  void ColumnFilterRefNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ColumnFilterRefNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.filter.hilite
 

Methods in org.knime.base.node.preproc.filter.hilite with parameters of type NodeSettingsRO
protected  void HiliteFilterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void HiliteFilterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.filter.hilite.collector
 

Methods in org.knime.base.node.preproc.filter.hilite.collector with parameters of type NodeSettingsRO
protected  void HiLiteCollectorNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void HiLiteCollectorNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.filter.nominal
 

Methods in org.knime.base.node.preproc.filter.nominal with parameters of type NodeSettingsRO
protected  void NominalValueRowFilterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void NominalValueRowFilterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void NominalValueRowFilterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.filter.row
 

Methods in org.knime.base.node.preproc.filter.row with parameters of type NodeSettingsRO
protected  void RowFilterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void RowFilterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void RowFilter2PortNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void RowFilterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void RowFilter2PortNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.filter.row.rowfilter
 

Methods in org.knime.base.node.preproc.filter.row.rowfilter with parameters of type NodeSettingsRO
static RowFilter RowFilterFactory.createRowFilter(NodeSettingsRO cfg)
           
 void AndRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 void RowNoRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 void AttrValueRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 void NegRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 void MissingCellRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 void StringCompareRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
abstract  void RowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 void TrueRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 void OrRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 void RowIDRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 void ColValFilterOldObsolete.loadSettingsFrom(NodeSettingsRO cfg)
          Deprecated. A comparator MUST be set if a range is specified in the config object!! Load your internal settings from the configuration object.
 void FalseRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 void RangeRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.filter.rowref
 

Methods in org.knime.base.node.preproc.filter.rowref with parameters of type NodeSettingsRO
protected  void RowFilterRefNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void RowFilterRefNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

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

Methods in org.knime.base.node.preproc.groupby with parameters of type NodeSettingsRO
protected static ColumnNamePolicy GroupByNodeModel.compGetColumnNamePolicy(NodeSettingsRO settings)
          Compatibility method used for compatibility to versions prior Knime 2.0.
protected  void GroupByNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
protected  void GroupByNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void GroupByNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.groupby.aggregation
 

Methods in org.knime.base.node.preproc.groupby.aggregation with parameters of type NodeSettingsRO
static List<ColumnAggregator> ColumnAggregator.loadColumnAggregators(NodeSettingsRO settings)
          Creates a List with all ColumnAggregators that were stored in the settings.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.groupby.dialogutil
 

Methods in org.knime.base.node.preproc.groupby.dialogutil with parameters of type NodeSettingsRO
 void AggregationColumnPanel.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec spec)
           
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.joiner
 

Methods in org.knime.base.node.preproc.joiner with parameters of type NodeSettingsRO
 void NewJoinerSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from the node settings object.
 void NewJoinerSettings.loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from the node settings object using default values if some settings are missing.
protected  void NewJoinerNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void NewJoinerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void NewJoinerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.lowvarfilter
 

Methods in org.knime.base.node.preproc.lowvarfilter with parameters of type NodeSettingsRO
protected  void LowVarFilterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void LowVarFilterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void LowVarFilterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.missingval
 

Methods in org.knime.base.node.preproc.missingval with parameters of type NodeSettingsRO
protected static ColSetting[] ColSetting.loadIndividualColSettings(NodeSettingsRO settings)
          Helper that load individual settings from a config object, used in NodeModel.
protected static ColSetting[] ColSetting.loadIndividualColSettings(NodeSettingsRO settings, DataTableSpec spec)
          Helper that individual settings from a config object, used in NodeDialog.
protected static ColSetting[] ColSetting.loadMetaColSettings(NodeSettingsRO settings)
          Helper that load meta settings from a config object, used in NodeModel.
protected static ColSetting[] ColSetting.loadMetaColSettings(NodeSettingsRO settings, DataTableSpec spec)
          Helper that loads meta settings from a config object, used in NodeDialog.
protected  void ColSetting.loadSettings(NodeSettingsRO settings)
          Loads settings from a NodeSettings object, used in NodeModel.
protected  void MissingValueHandlingNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void MissingValueHandlingNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void MissingValueHandlingNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.normalize
 

Methods in org.knime.base.node.preproc.normalize with parameters of type NodeSettingsRO
protected  void NormalizerNodeDialog.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
protected  void NormalizerApplyNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void NormalizerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void NormalizerApplyNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void NormalizerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.partition
 

Methods in org.knime.base.node.preproc.partition with parameters of type NodeSettingsRO
protected  void PartitionNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.pivot
 

Methods in org.knime.base.node.preproc.pivot with parameters of type NodeSettingsRO
 void PivotNodeDialogPane.loadAdditionalSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Override hook to load additional settings when all input ports are data ports.
protected  void PivotNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PivotNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.regexsplit
 

Methods in org.knime.base.node.preproc.regexsplit with parameters of type NodeSettingsRO
protected  void RegexSplitNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
(package private)  void RegexSplitSettings.loadSettingsInDialog(NodeSettingsRO settings, DataTableSpec spec)
          Load model for dialog.
(package private)  void RegexSplitSettings.loadSettingsInModel(NodeSettingsRO settings)
          Load method for NodeModel.
protected  void RegexSplitNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void RegexSplitNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.rename
 

Methods in org.knime.base.node.preproc.rename with parameters of type NodeSettingsRO
(package private) static RenameColumnSetting RenameColumnSetting.createFrom(NodeSettingsRO settings)
          Factory method used in NodeModel#validate and #loadSettingsFrom.
(package private)  void RenameColumnSetting.loadSettingsFrom(NodeSettingsRO settings)
          Loads settings from a settings object.
protected  void RenameNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void RenameNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void RenameNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.rowkey
 

Methods in org.knime.base.node.preproc.rowkey with parameters of type NodeSettingsRO
 void RowKeyNodeDialog.loadAdditionalSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Override hook to load additional settings when all input ports are data ports.
protected  void RowKeyNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void RowKeyNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.rowsplit
 

Methods in org.knime.base.node.preproc.rowsplit with parameters of type NodeSettingsRO
protected  void NumericRowSplitterNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
           
protected  void NumericRowSplitterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void NumericRowSplitterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.sample
 

Methods in org.knime.base.node.preproc.sample with parameters of type NodeSettingsRO
 void LinearSamplingRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 void RandomFractionRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Throws exception, not supported.
 void RandomNumberRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Throws exception, not supported.
 void StratifiedSamplingRowFilter.loadSettingsFrom(NodeSettingsRO cfg)
          Load your internal settings from the configuration object.
 void SamplingNodeSettings.loadSettingsFrom(NodeSettingsRO settings, boolean guessValues)
          Loads the setting from the given object.
 void SamplingNodeDialogPanel.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec spec)
          Method that is called from the dialog to load settings.
protected  void SamplingNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void AbstractSamplingNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void AbstractSamplingNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.setoperator
 

Methods in org.knime.base.node.preproc.setoperator with parameters of type NodeSettingsRO
protected  void SetOperatorNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void SetOperatorNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.shuffle
 

Methods in org.knime.base.node.preproc.shuffle with parameters of type NodeSettingsRO
protected  void ShuffleNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void ShuffleNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ShuffleNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.sorter
 

Methods in org.knime.base.node.preproc.sorter with parameters of type NodeSettingsRO
protected  void SorterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Calls the update method of the underlying update method of the SorterNodeDialogPanel using the input data table spec from this SorterNodeModel.
protected  void SorterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Load the settings (includelist and sort order) in the SorterNodeModel.
protected  void SorterNodeModel.validateSettings(NodeSettingsRO settings)
          Valid settings should contain the list of columns and a corresponding sort order array of same size.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.split
 

Methods in org.knime.base.node.preproc.split with parameters of type NodeSettingsRO
protected  void SplitNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void SplitNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void SplitNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.stringreplacer
 

Methods in org.knime.base.node.preproc.stringreplacer with parameters of type NodeSettingsRO
 void StringReplacerSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from the node settings object.
 void StringReplacerSettings.loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from the node settings object.
protected  void StringReplacerDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void StringReplacerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void StringReplacerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.stringreplacer.dict
 

Methods in org.knime.base.node.preproc.stringreplacer.dict with parameters of type NodeSettingsRO
protected  void SearchReplaceDictNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void SearchReplaceDictNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void SearchReplaceDictNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.transpose
 

Methods in org.knime.base.node.preproc.transpose with parameters of type NodeSettingsRO
protected  void TransposeTableNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void TransposeTableNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.unpivot
 

Methods in org.knime.base.node.preproc.unpivot with parameters of type NodeSettingsRO
protected  void UnpivotNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void UnpivotNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.preproc.valcount
 

Methods in org.knime.base.node.preproc.valcount with parameters of type NodeSettingsRO
 void ValueCounterSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from the node settings object.
protected  void ValueCounterNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void ValueCounterNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ValueCounterNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.rules
 

Methods in org.knime.base.node.rules with parameters of type NodeSettingsRO
 void RuleEngineSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from the settings object.
 void RuleEngineSettings.loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from the settings object for use in the dialog, i.e.
protected  void RuleEngineNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void RuleEngineNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void RuleEngineNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.util.cache
 

Methods in org.knime.base.node.util.cache with parameters of type NodeSettingsRO
protected  void CacheNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void CacheNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.util.sampledata
 

Methods in org.knime.base.node.util.sampledata with parameters of type NodeSettingsRO
protected  void SampleDataNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void SampleDataNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void SampleDataNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.condbox
 

Methods in org.knime.base.node.viz.condbox with parameters of type NodeSettingsRO
 void ConditionalBoxPlotSettings.loadSettings(NodeSettingsRO settings)
          Load settings from given NodeSettings.
protected  void ConditionalBoxPlotNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void ConditionalBoxPlotNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ConditionalBoxPlotNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.enrichment
 

Methods in org.knime.base.node.viz.enrichment with parameters of type NodeSettingsRO
 void EnrichmentPlotterSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from the given node settings object.
 void EnrichmentPlotterSettings.loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from the given node settings object.
protected  void EnrichmentPlotterDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void EnrichmentPlotterModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void EnrichmentPlotterModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.histogram.node
 

Methods in org.knime.base.node.viz.histogram.node with parameters of type NodeSettingsRO
protected  void FixedColumnHistogramNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void AbstractHistogramNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void FixedColumnHistogramNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void AbstractHistogramNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.histogram.util
 

Methods in org.knime.base.node.viz.histogram.util with parameters of type NodeSettingsRO
protected  void SettingsModelColorNameColumns.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelColorNameColumns.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
protected  void SettingsModelColorNameColumns.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
 

Uses of NodeSettingsRO in org.knime.base.node.viz.liftchart
 

Methods in org.knime.base.node.viz.liftchart with parameters of type NodeSettingsRO
 void LiftChartNodeDialog.loadAdditionalSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Override hook to load additional settings when all input ports are data ports.
protected  void LiftChartNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void LiftChartNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.pie.node
 

Methods in org.knime.base.node.viz.pie.node with parameters of type NodeSettingsRO
protected  void PieNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void PieNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.plotter.box
 

Methods in org.knime.base.node.viz.plotter.box with parameters of type NodeSettingsRO
protected  void BoxPlotNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void BoxPlotNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.plotter.node
 

Methods in org.knime.base.node.viz.plotter.node with parameters of type NodeSettingsRO
protected  void DefaultVisualizationNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Loads the maximum number of rows.
protected  void DefaultVisualizationNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.property.color
 

Methods in org.knime.base.node.viz.property.color with parameters of type NodeSettingsRO
(package private)  void ColorManager2DialogRange.loadSettings(NodeSettingsRO settings, String column)
          Reads color settings.
(package private)  void ColorManager2DialogNominal.loadSettings(NodeSettingsRO settings, String column)
          Reads the color settings for the given column.
protected  void ColorManager2NodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Updates this dialog by refreshing all components in the color tab.
protected  void ColorAppender2NodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ColorManager2NodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Load color settings.
protected  void ColorAppender2NodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void ColorManager2NodeModel.validateSettings(NodeSettingsRO settings)
          Validate the color settings, that are, column name must be available, as well as, a color model either nominal or range that contains a color mapping, from each possible value to a color or from min and max value to color, respectively.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.property.shape
 

Methods in org.knime.base.node.viz.property.shape with parameters of type NodeSettingsRO
protected  void ShapeManagerNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Updates this dialog by refreshing all components in the shape settings tab.
protected  void ShapeManagerNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ShapeAppenderNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ShapeManagerNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void ShapeAppenderNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.property.size
 

Methods in org.knime.base.node.viz.property.size with parameters of type NodeSettingsRO
protected  void SizeAppenderNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void SizeManager2NodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void SizeAppenderNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected  void SizeManager2NodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.roc
 

Methods in org.knime.base.node.viz.roc with parameters of type NodeSettingsRO
 void ROCSettings.loadSettings(NodeSettingsRO settings)
          Loads the settings from the given node settings object.
 void ROCSettings.loadSettingsForDialog(NodeSettingsRO settings)
          Loads the settings from the given node settings object.
protected  void ROCNodeDialog.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void ROCNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void ROCNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.statistics
 

Methods in org.knime.base.node.viz.statistics with parameters of type NodeSettingsRO
protected  void Statistics2NodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void Statistics2NodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.base.node.viz.table
 

Methods in org.knime.base.node.viz.table with parameters of type NodeSettingsRO
protected  void TableNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  void TableNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.core.data.container
 

Methods in org.knime.core.data.container with parameters of type NodeSettingsRO
static TableSpecReplacerTable TableSpecReplacerTable.load(NodeSettingsRO s, DataTableSpec newSpec, Map<Integer,BufferedDataTable> tblRep)
          Restores table from a file that has been written using KNIME 1.2.0 or later.
static JoinedTable JoinedTable.load(NodeSettingsRO s, DataTableSpec spec, Map<Integer,BufferedDataTable> tblRep)
          Method being called when the workflow is restored and the table shall recreated.
static ConcatenateTable ConcatenateTable.load(NodeSettingsRO s, DataTableSpec spec, Map<Integer,BufferedDataTable> tblRep)
          Restore table form node settings object.
static WrappedTable WrappedTable.load(NodeSettingsRO s, Map<Integer,BufferedDataTable> tblRep)
          Restore table, reverse operation to save.
static TableSpecReplacerTable TableSpecReplacerTable.load11x(File f, NodeSettingsRO s, Map<Integer,BufferedDataTable> tblRep)
          Restores table from a file that has been written using KNIME 1.1.x or before.
 

Constructors in org.knime.core.data.container with parameters of type NodeSettingsRO
RearrangeColumnsTable(ReferencedFile f, NodeSettingsRO settings, Map<Integer,BufferedDataTable> tblRep, DataTableSpec spec, int tableID, HashMap<Integer,ContainerTable> bufferRep)
          Creates new object based on the content in settings and the content from the file f.
 

Uses of NodeSettingsRO in org.knime.core.node
 

Classes in org.knime.core.node that implement NodeSettingsRO
 class NodeSettings
          This class overwrites the general Config object and specializes some method to access NodeSettings object.
 

Methods in org.knime.core.node that return NodeSettingsRO
 NodeSettingsRO NodeSettingsRO.getNodeSettings(String key)
          Returns a read-only NodeSettingsRO object from this config.
 NodeSettingsRO NodePersistor.getSettings()
           
 NodeSettingsRO NodePersistorVersion1xx.getSettings()
          
 NodeSettingsRO CopyNodePersistor.getSettings()
          
static NodeSettingsRO NodeSettings.loadFromXML(InputStream in)
          Reads NodeSettings object from a given XML input stream and writes them into the given NodeSettings object.
 

Methods in org.knime.core.node with parameters of type NodeSettingsRO
 boolean Node.areSettingsValid(NodeSettingsRO settings)
          Validates the argument settings.
 NodeDialogPane Node.getDialogPaneWithSettings(PortObjectSpec[] inSpecs, FlowObjectStack foStack, NodeSettingsRO settings)
           
 void NodeDialogPane.internalLoadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs, FlowObjectStack foStack)
          Method being called from the node when the dialog shall load the settings from a NodeSettingsRO object.
(package private) static Node.SettingsLoaderAndWriter Node.SettingsLoaderAndWriter.load(NodeSettingsRO settings)
           
(package private) static BufferedDataTable BufferedDataTable.loadFromFile(ReferencedFile dirRef, NodeSettingsRO settings, ExecutionMonitor exec, Map<Integer,BufferedDataTable> tblRep, HashMap<Integer,ContainerTable> bufferRep)
          Factory method to restore a table that has been written using the save method.
protected  boolean NodePersistorVersion1xx.loadHasContent(NodeSettingsRO settings)
           
protected  boolean NodePersistorVersion200.loadHasContent(NodeSettingsRO settings)
          
protected  void NodePersistorVersion1xx.loadInternalHeldTables(Node node, ExecutionMonitor execMon, NodeSettingsRO settings, Map<Integer,BufferedDataTable> loadTblRep, HashMap<Integer,ContainerTable> tblRep)
           
protected  void NodePersistorVersion200.loadInternalHeldTables(Node node, ExecutionMonitor execMon, NodeSettingsRO settings, Map<Integer,BufferedDataTable> loadTblRep, HashMap<Integer,ContainerTable> tblRep)
          
protected  boolean NodePersistorVersion1xx.loadIsConfigured(NodeSettingsRO settings)
           
protected  boolean NodePersistorVersion200.loadIsConfigured(NodeSettingsRO settings)
          
protected  boolean NodePersistorVersion1xx.loadIsExecuted(NodeSettingsRO settings)
           
protected  boolean NodePersistorVersion200.loadIsExecuted(NodeSettingsRO settings)
          
protected  ReferencedFile NodePersistorVersion1xx.loadNodeInternDirectory(NodeSettingsRO settings, ReferencedFile nodeDir)
           
protected  void NodePersistorVersion200.loadPort(Node node, ReferencedFile portDir, NodeSettingsRO settings, ExecutionMonitor exec, int portIdx, Map<Integer,BufferedDataTable> loadTblRep, HashMap<Integer,ContainerTable> tblRep)
           
protected  void NodePersistorVersion1xx.loadPorts(Node node, ExecutionMonitor execMon, NodeSettingsRO settings, Map<Integer,BufferedDataTable> loadTblRep, HashMap<Integer,ContainerTable> tblRep)
           
protected  void NodePersistorVersion200.loadPorts(Node node, ExecutionMonitor exec, NodeSettingsRO settings, Map<Integer,BufferedDataTable> loadTblRep, HashMap<Integer,ContainerTable> tblRep)
          
 void Node.loadSettingsFrom(NodeSettingsRO settings)
          Loads the settings (but not the data) from the given settings object.
(package private)  void NodeModel.loadSettingsFrom(NodeSettingsRO settings)
          Validates the specified settings in the model and then loads them into it.
protected  void NodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Invoked before the dialog window is opened.
protected  void NodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
protected  void EmptyNodeDialogPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Invoked before the dialog window is opened.
protected  void NoSettingsNodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected abstract  void NodeModel.loadValidatedSettingsFrom(NodeSettingsRO settings)
          Sets new settings from the passed object in the model.
protected  String NodePersistorVersion1xx.loadWarningMessage(NodeSettingsRO settings)
           
protected  String NodePersistorVersion200.loadWarningMessage(NodeSettingsRO settings)
          
 Future<PortObject[]> ExecutionContext.submitJob(PortObject[] input, NodeSettingsRO settings, Class<? extends KNIMEJob> jobClass, ExecutionMonitor exec)
          Submits a job to an executor, which can be a threaded one, a cluster executor or anything else.
protected  void NoSettingsNodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
protected abstract  void NodeModel.validateSettings(NodeSettingsRO settings)
          Validates the settings in the passed NodeSettings object.
 

Uses of NodeSettingsRO in org.knime.core.node.defaultnodesettings
 

Methods in org.knime.core.node.defaultnodesettings with parameters of type NodeSettingsRO
<T extends SettingsModel>
T
SettingsModel.createCloneWithValidatedValue(NodeSettingsRO settings)
          Creates a new settings model with identical values for everything except the stored value (also except the list of listeners).
(package private)  void SettingsModel.dlgLoadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          This is the method called from the default dialog component to load the model specific settings from the settings object.
 void DefaultNodeSettingsPane.loadAdditionalSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Override hook to load additional settings when all input ports are data ports.
 void DefaultNodeSettingsPane.loadAdditionalSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          This method can be overridden to load additional settings.
protected  void SettingsModelColumnName.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelString.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelFilterString.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelBoolean.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected abstract  void SettingsModel.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void DialogComponent.EmptySettingsModel.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelDoubleRange.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelInteger.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelLong.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelStringArray.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelDouble.loadSettingsForDialog(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read the value(s) of this settings model from configuration object.
protected  void SettingsModelColumnName.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
protected  void SettingsModelString.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
protected  void SettingsModelFilterString.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
protected  void SettingsModelBoolean.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
protected abstract  void SettingsModel.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
protected  void DialogComponent.EmptySettingsModel.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
protected  void SettingsModelDoubleRange.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
protected  void SettingsModelInteger.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
protected  void SettingsModelLong.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
protected  void SettingsModelStringArray.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
protected  void SettingsModelDouble.loadSettingsForModel(NodeSettingsRO settings)
          Read value(s) of this settings model from the configuration object.
 void SettingsModel.loadSettingsFrom(NodeSettingsRO settings)
          Read value(s) of this component model from configuration object.
 void DefaultNodeSettingsPane.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Load settings for all registered components.
 void DialogComponent.loadSettingsFrom(NodeSettingsRO settings, PortObjectSpec[] specs)
          Read value(s) of this dialog component from the configuration object.
 void SettingsModel.validateSettings(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables!
protected  void SettingsModelColumnName.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
protected  void SettingsModelString.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
protected  void SettingsModelFilterString.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
protected  void SettingsModelBoolean.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
protected abstract  void SettingsModel.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
protected  void DialogComponent.EmptySettingsModel.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
protected  void SettingsModelDoubleRange.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
protected  void SettingsModelInteger.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
protected  void SettingsModelLong.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
protected  void SettingsModelStringArray.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
protected  void SettingsModelDouble.validateSettingsForModel(NodeSettingsRO settings)
          Read the expected values from the settings object, without assigning them to the internal variables! (Is not called when the model was disabled at the time the settings were saved.)
 

Uses of NodeSettingsRO in org.knime.core.node.exec
 

Methods in org.knime.core.node.exec with parameters of type NodeSettingsRO
 void ThreadNodeExecutionJobManager.load(NodeSettingsRO settings)
          Restores the properties of the specific job manager.
 NodeExecutionJob ThreadNodeExecutionJobManager.loadFromReconnectSettings(NodeSettingsRO settings, PortObject[] inports, NodeContainer snc)
          Read the information previously stored in the settings object and restore an executing job.
 

Uses of NodeSettingsRO in org.knime.core.node.port
 

Methods in org.knime.core.node.port with parameters of type NodeSettingsRO
static PortType PortType.load(NodeSettingsRO settings)
           
 

Uses of NodeSettingsRO in org.knime.core.node.util
 

Methods in org.knime.core.node.util with parameters of type NodeSettingsRO
static NodeExecutionJobManager NodeExecutionJobManagerPool.load(NodeExecutionJobManager instance, NodeSettingsRO ncSettings)
          Updates the settings of the passed job manager - if the settings specify the same type of job manager - or creates and returns a new instance of that new type of job manager.
static NodeExecutionJobManager NodeExecutionJobManagerPool.load(NodeSettingsRO sncSettings)
          Restores a job manager given the parameters contained in the argument settings.
 void FileSelectionPanel.loadSettingsFrom(NodeSettingsRO settings, DataTableSpec[] specs)
          Method loadSettingsFrom.
 PortObject[] KNIMEJob.run(PortObject[] input, NodeSettingsRO settings, ExecutionContext exec)
          Runs the job somewhere.
 

Uses of NodeSettingsRO in org.knime.core.node.workflow
 

Methods in org.knime.core.node.workflow that return NodeSettingsRO
 NodeSettingsRO NodeContainerMetaPersistor.getExecutionJobSettings()
           
 NodeSettingsRO NodeContainerMetaPersistorVersion1xx.getExecutionJobSettings()
          
 NodeSettingsRO CopyNodeContainerMetaPersistor.getExecutionJobSettings()
          
protected  NodeSettingsRO WorkflowPersistorVersion1xx.loadInPortsSetting(NodeSettingsRO settings)
           
protected  NodeSettingsRO ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadInPortsSetting(NodeSettingsRO settings)
          
protected  NodeSettingsRO WorkflowPersistorVersion200.loadInPortsSetting(NodeSettingsRO settings)
           
protected  NodeSettingsRO WorkflowPersistorVersion1xx.loadInPortsSettingsEnum(NodeSettingsRO settings)
           
protected  NodeSettingsRO ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadInPortsSettingsEnum(NodeSettingsRO settings)
          
protected  NodeSettingsRO WorkflowPersistorVersion200.loadInPortsSettingsEnum(NodeSettingsRO settings)
          
protected  NodeSettingsRO NodeContainerMetaPersistorVersion200.loadNodeExecutionJobSettings(NodeSettingsRO settings)
          Load the settings representing the pending execution of this node.
protected  NodeSettingsRO NodeContainerMetaPersistorVersion1xx.loadNodeExecutionJobSettings(NodeSettingsRO settings)
          Load the settings representing the pending execution of this node.
protected  NodeSettingsRO WorkflowPersistorVersion1xx.loadOutPortsSetting(NodeSettingsRO settings)
           
protected  NodeSettingsRO ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadOutPortsSetting(NodeSettingsRO settings)
          
protected  NodeSettingsRO WorkflowPersistorVersion200.loadOutPortsSetting(NodeSettingsRO settings)
           
protected  NodeSettingsRO WorkflowPersistorVersion1xx.loadOutPortsSettingsEnum(NodeSettingsRO settings)
           
protected  NodeSettingsRO ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadOutPortsSettingsEnum(NodeSettingsRO settings)
          
protected  NodeSettingsRO WorkflowPersistorVersion200.loadOutPortsSettingsEnum(NodeSettingsRO settings)
          
protected  NodeSettingsRO WorkflowPersistorVersion1xx.loadSettingsForConnections(NodeSettingsRO set)
           
protected  NodeSettingsRO ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadSettingsForConnections(NodeSettingsRO set)
          
protected  NodeSettingsRO WorkflowPersistorVersion1xx.loadSettingsForNodes(NodeSettingsRO set)
           
protected  NodeSettingsRO WorkflowPersistorVersion1xx.readParentSettings()
           
protected  NodeSettingsRO ObsoleteMetaNodeWorkflowPersistorVersion1xx.readParentSettings()
          
protected  NodeSettingsRO WorkflowPersistorVersion200.readParentSettings()
          
 

Methods in org.knime.core.node.workflow with parameters of type NodeSettingsRO
(package private)  boolean NodeContainer.areSettingsValid(NodeSettingsRO settings)
           
(package private)  boolean WorkflowManager.areSettingsValid(NodeSettingsRO settings)
          
(package private)  boolean SingleNodeContainer.areSettingsValid(NodeSettingsRO settings)
          
(package private)  void NodeContainer.continueExecutionOnLoad(PortObject[] inData, NodeSettingsRO settings)
          Called upon load when the node has been saved as remotely executing.
 void NodeContainer.NodeContainerSettings.load(NodeSettingsRO settings)
          Restores all settings (currently only job manager and its settings) from argument.
 void NodeExecutionJobManager.load(NodeSettingsRO settings)
          Restores the properties of the specific job manager.
(package private) static FlowVariable FlowVariable.load(NodeSettingsRO sub)
          Read a flow variable from a settings object.
 void ConnectionUIInformation.load(NodeSettingsRO config)
          Reads the information from the NodeSettings object.
 void UIInformation.load(NodeSettingsRO config)
          Reads the information from the NodeSettings object.
 void NodeUIInformation.load(NodeSettingsRO conf)
          Reads the information from the NodeSettings object.
 boolean NodeContainerMetaPersistor.load(NodeSettingsRO settings, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          Load content, gets both the current settings (first argument) and the "parent settings", which are only used in 1.3.x flows and will be ignored in any version after that.
 boolean NodeContainerMetaPersistorVersion1xx.load(NodeSettingsRO settings, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          Load content, gets both the current settings (first argument) and the "parent settings", which are only used in 1.3.x flows and will be ignored in any version after that.
 boolean CopyNodeContainerMetaPersistor.load(NodeSettingsRO settings, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          Load content, gets both the current settings (first argument) and the "parent settings", which are only used in 1.3.x flows and will be ignored in any version after that.
protected  WorkflowPersistor.ConnectionContainerTemplate WorkflowPersistorVersion1xx.loadConnection(NodeSettingsRO settings)
           
protected  WorkflowPersistor.ConnectionContainerTemplate ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadConnection(NodeSettingsRO settings)
          
protected  int WorkflowPersistorVersion1xx.loadConnectionDestID(NodeSettingsRO settings)
           
protected  int WorkflowPersistorVersion200.loadConnectionDestID(NodeSettingsRO settings)
          
protected  int WorkflowPersistorVersion1xx.loadConnectionDestPort(NodeSettingsRO settings)
           
protected  int WorkflowPersistorVersion200.loadConnectionDestPort(NodeSettingsRO settings)
          
protected  String NodeContainerMetaPersistorVersion200.loadCustomDescription(NodeSettingsRO settings, NodeSettingsRO parentSettings)
          Read the custom description.
protected  String NodeContainerMetaPersistorVersion1xx.loadCustomDescription(NodeSettingsRO settings, NodeSettingsRO parentSettings)
          Read the custom description.
protected  String NodeContainerMetaPersistorVersion200.loadCustomName(NodeSettingsRO settings, NodeSettingsRO parentSettings)
          Read the custom name.
protected  String NodeContainerMetaPersistorVersion1xx.loadCustomName(NodeSettingsRO settings, NodeSettingsRO parentSettings)
          Read the custom name.
protected  List<FlowObject> SingleNodeContainerPersistorVersion1xx.loadFlowObjects(NodeSettingsRO settings)
           
protected  List<FlowObject> SingleNodeContainerPersistorVersion200.loadFlowObjects(NodeSettingsRO settings)
          
 NodeExecutionJob NodeExecutionJobManager.loadFromReconnectSettings(NodeSettingsRO settings, PortObject[] inports, NodeContainer nc)
          Read the information previously stored in the settings object and restore an executing job.
protected  void WorkflowPersistorVersion1xx.loadInPortsBarUIInfo(UIInformation uiInfo, NodeSettingsRO settings)
           
protected  void WorkflowPersistorVersion200.loadInPortsBarUIInfo(UIInformation uiInfo, NodeSettingsRO settings)
          
protected  String WorkflowPersistorVersion1xx.loadInPortsBarUIInfoClassName(NodeSettingsRO settings)
           
protected  String WorkflowPersistorVersion200.loadInPortsBarUIInfoClassName(NodeSettingsRO settings)
          
protected  NodeSettingsRO WorkflowPersistorVersion1xx.loadInPortsSetting(NodeSettingsRO settings)
           
protected  NodeSettingsRO ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadInPortsSetting(NodeSettingsRO settings)
          
protected  NodeSettingsRO WorkflowPersistorVersion200.loadInPortsSetting(NodeSettingsRO settings)
           
protected  NodeSettingsRO WorkflowPersistorVersion1xx.loadInPortsSettingsEnum(NodeSettingsRO settings)
           
protected  NodeSettingsRO ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadInPortsSettingsEnum(NodeSettingsRO settings)
          
protected  NodeSettingsRO WorkflowPersistorVersion200.loadInPortsSettingsEnum(NodeSettingsRO settings)
          
protected  WorkflowPersistor.WorkflowPortTemplate WorkflowPersistorVersion1xx.loadInPortTemplate(NodeSettingsRO settings)
           
protected  WorkflowPersistor.WorkflowPortTemplate ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadInPortTemplate(NodeSettingsRO settings)
          
protected  WorkflowPersistor.WorkflowPortTemplate WorkflowPersistorVersion200.loadInPortTemplate(NodeSettingsRO settings)
          
protected  boolean NodeContainerMetaPersistorVersion200.loadIsDeletable(NodeSettingsRO settings)
          
protected  boolean NodeContainerMetaPersistorVersion1xx.loadIsDeletable(NodeSettingsRO settings)
           
protected  boolean WorkflowPersistorVersion1xx.loadIsMetaNode(NodeSettingsRO settings)
           
protected  boolean WorkflowPersistorVersion200.loadIsMetaNode(NodeSettingsRO settings)
           
protected  ReferencedFile NodeContainerMetaPersistorVersion200.loadJobManagerInternalsDirectory(ReferencedFile parentDir, NodeSettingsRO settings)
          Load the directory name that is used to persist internals of the associated job manager.
protected  ReferencedFile NodeContainerMetaPersistorVersion1xx.loadJobManagerInternalsDirectory(ReferencedFile parentDir, NodeSettingsRO settings)
          Load the directory name that is used to persist internals of the associated job manager.
protected  NodeExecutionJobManager NodeContainerMetaPersistorVersion200.loadNodeExecutionJobManager(NodeSettingsRO settings)
          Load the execution manager responsible for this node.
protected  NodeExecutionJobManager NodeContainerMetaPersistorVersion1xx.loadNodeExecutionJobManager(NodeSettingsRO settings)
          Load the execution manager responsible for this node.
protected  NodeSettingsRO NodeContainerMetaPersistorVersion200.loadNodeExecutionJobSettings(NodeSettingsRO settings)
          Load the settings representing the pending execution of this node.
protected  NodeSettingsRO NodeContainerMetaPersistorVersion1xx.loadNodeExecutionJobSettings(NodeSettingsRO settings)
          Load the settings representing the pending execution of this node.
protected  String SingleNodeContainerPersistorVersion1xx.loadNodeFactoryClassName(NodeSettingsRO parentSettings, NodeSettingsRO settings)
           
protected  String SingleNodeContainerPersistorVersion200.loadNodeFactoryClassName(NodeSettingsRO parentSettings, NodeSettingsRO settings)
          
protected  String SingleNodeContainerPersistorVersion1xx.loadNodeFile(NodeSettingsRO settings)
           
protected  String SingleNodeContainerPersistorVersion200.loadNodeFile(NodeSettingsRO settings)
           
protected  ReferencedFile WorkflowPersistorVersion1xx.loadNodeFile(NodeSettingsRO settings, ReferencedFile workflowDirRef)
           
protected  int WorkflowPersistorVersion1xx.loadNodeIDSuffix(NodeSettingsRO settings)
           
protected  NodeMessage NodeContainerMetaPersistorVersion200.loadNodeMessage(NodeSettingsRO settings)
          
protected  NodeMessage NodeContainerMetaPersistorVersion1xx.loadNodeMessage(NodeSettingsRO settings)
           
 void WorkflowManager.loadNodeSettings(NodeID id, NodeSettingsRO settings)
          Load Settings into specified node.
protected  void WorkflowPersistorVersion1xx.loadOutPortsBarUIInfo(UIInformation uiInfo, NodeSettingsRO settings)
           
protected  void WorkflowPersistorVersion200.loadOutPortsBarUIInfo(UIInformation uiInfo, NodeSettingsRO settings)
          
protected  String WorkflowPersistorVersion1xx.loadOutPortsBarUIInfoClassName(NodeSettingsRO settings)
           
protected  String WorkflowPersistorVersion200.loadOutPortsBarUIInfoClassName(NodeSettingsRO settings)
          
protected  NodeSettingsRO WorkflowPersistorVersion1xx.loadOutPortsSetting(NodeSettingsRO settings)
           
protected  NodeSettingsRO ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadOutPortsSetting(NodeSettingsRO settings)
          
protected  NodeSettingsRO WorkflowPersistorVersion200.loadOutPortsSetting(NodeSettingsRO settings)
           
protected  NodeSettingsRO WorkflowPersistorVersion1xx.loadOutPortsSettingsEnum(NodeSettingsRO settings)
           
protected  NodeSettingsRO ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadOutPortsSettingsEnum(NodeSettingsRO settings)
          
protected  NodeSettingsRO WorkflowPersistorVersion200.loadOutPortsSettingsEnum(NodeSettingsRO settings)
          
protected  WorkflowPersistor.WorkflowPortTemplate WorkflowPersistorVersion1xx.loadOutPortTemplate(NodeSettingsRO settings)
           
protected  WorkflowPersistor.WorkflowPortTemplate ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadOutPortTemplate(NodeSettingsRO settings)
          
protected  WorkflowPersistor.WorkflowPortTemplate WorkflowPersistorVersion200.loadOutPortTemplate(NodeSettingsRO settings)
          
abstract  void NodeExecutionJobManagerPanel.loadSettings(NodeSettingsRO settings)
          Load the values from the specified settings object into the components.
(package private)  void NodeContainer.loadSettings(NodeSettingsRO settings)
           
(package private)  void WorkflowManager.loadSettings(NodeSettingsRO settings)
          
(package private)  void SingleNodeContainer.loadSettings(NodeSettingsRO settings)
          
protected  NodeSettingsRO WorkflowPersistorVersion1xx.loadSettingsForConnections(NodeSettingsRO set)
           
protected  NodeSettingsRO ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadSettingsForConnections(NodeSettingsRO set)
          
protected  NodeSettingsRO WorkflowPersistorVersion1xx.loadSettingsForNodes(NodeSettingsRO set)
           
(package private)  void SingleNodeContainer.loadSNCSettings(NodeSettingsRO settings)
          Loads the SingleNodeContainer settings from the argument.
protected  SingleNodeContainer.SingleNodeContainerSettings SingleNodeContainerPersistorVersion1xx.loadSNCSettings(NodeSettingsRO settings, NodePersistorVersion1xx nodePersistor)
           
protected  SingleNodeContainer.SingleNodeContainerSettings SingleNodeContainerPersistorVersion200.loadSNCSettings(NodeSettingsRO settings, NodePersistorVersion1xx nodePersistor)
          
protected  NodeContainer.State NodeContainerMetaPersistorVersion200.loadState(NodeSettingsRO settings, NodeSettingsRO parentSettings)
          Load the state of the node.
protected  NodeContainer.State NodeContainerMetaPersistorVersion1xx.loadState(NodeSettingsRO settings, NodeSettingsRO parentSettings)
          Load the state of the node.
protected  String WorkflowPersistorVersion1xx.loadUIInfoClassName(NodeSettingsRO settings)
           
protected  String WorkflowPersistorVersion200.loadUIInfoClassName(NodeSettingsRO settings)
          
protected  void WorkflowPersistorVersion1xx.loadUIInfoSettings(UIInformation uiInfo, NodeSettingsRO settings)
           
protected  void WorkflowPersistorVersion200.loadUIInfoSettings(UIInformation uiInfo, NodeSettingsRO settings)
          
protected  String WorkflowPersistorVersion1xx.loadVersion(NodeSettingsRO settings)
           
protected  String WorkflowPersistorVersion1xx.loadWorkflowName(NodeSettingsRO set)
           
protected  String ObsoleteMetaNodeWorkflowPersistorVersion1xx.loadWorkflowName(NodeSettingsRO set)
          
protected  String WorkflowPersistorVersion200.loadWorkflowName(NodeSettingsRO set)
          
protected  List<FlowVariable> WorkflowPersistorVersion1xx.loadWorkflowVariables(NodeSettingsRO settings)
          Load workflow variables (not available in 1.3.x flows).
 List<FlowVariable> WorkflowPersistorVersion200.loadWorkflowVariables(NodeSettingsRO settings)
          Load workflow variables (not available in 1.3.x flows).
 void SingleNodeContainerPersistorVersion1xx.preLoadNodeContainer(ReferencedFile settingsFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult result)
          
 void CopyWorkflowPersistor.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          
 void WorkflowPersistorVersion1xx.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          
 void CopySingleNodeContainerPersistor.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          
 void NodeContainerPersistor.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
           
 void ObsoleteMetaNodeWorkflowPersistorVersion1xx.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult result)
          
 void InsertWorkflowPersistor.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          
 void PasteWorkflowContentPersistor.preLoadNodeContainer(ReferencedFile nodeFileRef, NodeSettingsRO parentSettings, WorkflowPersistor.LoadResult loadResult)
          
protected  boolean WorkflowPersistorVersion1xx.shouldSkipThisNode(NodeSettingsRO settings)
          This is overridden by the meta node loader (1.x.x) and returns true for the "special" nodes.
protected  boolean ObsoleteMetaNodeWorkflowPersistorVersion1xx.shouldSkipThisNode(NodeSettingsRO settings)
          This is overridden by the meta node loader (1.x.x) and returns true for the "special" nodes.
 

Constructors in org.knime.core.node.workflow with parameters of type NodeSettingsRO
SingleNodeContainer.SingleNodeContainerSettings(NodeSettingsRO settings)
          Creates a new instance holding the settings contained in the specified object.
 

Uses of NodeSettingsRO in org.knime.core.util.tokenizer
 

Constructors in org.knime.core.util.tokenizer with parameters of type NodeSettingsRO
Comment(NodeSettingsRO settings)
          Creates a new Comment object and sets its parameters from the config object.
Delimiter(NodeSettingsRO settings)
          Creates a new Delimiter object and sets its parameters from the config object.
Quote(NodeSettingsRO settings)
          Creates a new Quote object and sets its parameters from the config object.
TokenizerSettings(NodeSettingsRO settings)
          Creates a new FileTokenizerSettings object and sets its parameters from the config object.
 



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.