Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbstractAccuracyScorerNodeView<M extends NodeModel> - Class in org.knime.base.node.mine.scorer.accuracy
This view displays the scoring results.
AbstractAccuracyScorerNodeView(M) - Constructor for class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Creates a new ScorerNodeView displaying the table with the score.
AbstractAccuracyScorerNodeView(M, boolean) - Constructor for class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Creates a new ScorerNodeView displaying the table with the score.
AbstractAggregationFunctionTableCellEditor<F extends AggregationFunction,R extends AggregationFunctionRow<F>> - Class in org.knime.base.data.aggregation.dialogutil
This class extends the DefaultCellEditor class to provide a combobox which allows the user to choose one of the available AggregationFunctions.
AbstractAggregationFunctionTableCellEditor(AggregationFunctionProvider<F>) - Constructor for class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
Constructor for class AggregationMethodTableCellEditor.
AbstractAggregationMethodTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil
 
AbstractAggregationMethodTableCellEditor() - Constructor for class org.knime.base.data.aggregation.dialogutil.AbstractAggregationMethodTableCellEditor
Constructor for class AggregationMethodTableCellEditor.
AbstractAggregationPanel<T extends AggregationTableModel<R>,R extends AggregationFunctionRow<?>,L> - Class in org.knime.base.data.aggregation.dialogutil
Abstract class that creates a panel which contains a list of Objects defined by the parameter O to select from on the left side of the panel, a box with add an remove buttons in the middle and a table of type AggregationTableModel that contains the selected options from the left with additional information on the right.
AbstractAggregationPanel(String, String, ListCellRenderer<? super L>, String, T) - Constructor for class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Constructor for class AbstractAggregatorPanel.
AbstractAggregationTableModel<F extends AggregationFunction,R extends AggregationFunctionRow<F>> - Class in org.knime.base.data.aggregation.dialogutil
This DefaultTableModel holds all aggregation columns and their aggregation method.
AbstractAggregationTableModel(String[], Class<?>[], boolean) - Constructor for class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
Deprecated.
AbstractAggregationTableModel(String[], Class<?>[], boolean, AggregationFunctionProvider<F>) - Constructor for class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
Constructor for class AbstractAggregationTableModel.
AbstractBooleanDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.booleanoption
 
AbstractBooleanDBAggregationFunction(String, boolean) - Constructor for class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
 
AbstractCellFactory - Class in org.knime.core.data.container
Default implementation of a CellFactory, which creates more than a single new column.
AbstractCellFactory(DataColumnSpec...) - Constructor for class org.knime.core.data.container.AbstractCellFactory
Creates instance, which will produce content for the columns as specified by the array argument.
AbstractCellFactory(boolean, DataColumnSpec...) - Constructor for class org.knime.core.data.container.AbstractCellFactory
Creates instance, which will produce content for the columns as specified by the array argument.
AbstractCellFactory(boolean, int, int, DataColumnSpec...) - Constructor for class org.knime.core.data.container.AbstractCellFactory
Creates instance, which will produce content for the columns as specified by the array argument.
AbstractColumnDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.column
Abstract class that allows the user to select a column from the input table.
AbstractColumnDBAggregationFunction(String, String, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
 
AbstractColumnRefNodeModel - Class in org.knime.base.node.preproc.filter.columnref
 
AbstractColumnRefNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
Creates a new node model of the Reference Column Filter node with two inputs and one output.
AbstractColumnTableSorter - Class in org.knime.core.data.sort
Sorts a data table, in a fine configurable way.
AbstractColumnTableSorter(DataTableSpec, long) - Constructor for class org.knime.core.data.sort.AbstractColumnTableSorter
AbstractColumnTableSorter(DataTableSpec, long, String...) - Constructor for class org.knime.core.data.sort.AbstractColumnTableSorter
Sorts the columns of the given table separately and ascending.
AbstractColumnTableSorter(DataTableSpec, long, SortingDescription...) - Constructor for class org.knime.core.data.sort.AbstractColumnTableSorter
Sorts the columns of the given table as described in the provided SortingDescriptions.
AbstractConcatDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.concatenate
Abstract class that can be used by concatenation functions.
AbstractConcatDBAggregationFunction(ConcatDBAggregationFuntionSettings) - Constructor for class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
 
AbstractConfigElement - Class in org.knime.core.util.node.config
Superclass of all config elements, whether parameter leafs or complex configurations.
AbstractConfigElement(String) - Constructor for class org.knime.core.util.node.config.AbstractConfigElement
Create new config element with given id.
AbstractConfigEntry - Class in org.knime.core.node.config.base
Abstract Config entry holding only a Config entry type.
AbstractConfigEntry(ConfigEntries, String) - Constructor for class org.knime.core.node.config.base.AbstractConfigEntry
Creates a new Config entry by the given key and type.
AbstractCorrelationComputeNodeView<M extends NodeModel> - Class in org.knime.base.node.preproc.correlation.compute
This class implements a NodeView for correlation compute models.
AbstractCorrelationComputeNodeView(M) - Constructor for class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
Inits the GUI.
AbstractDataValueRendererFactory - Class in org.knime.core.data.renderer
Abstract implementation of DataValueRendererFactory that returns the class name for AbstractDataValueRendererFactory.getId().
AbstractDataValueRendererFactory() - Constructor for class org.knime.core.data.renderer.AbstractDataValueRendererFactory
 
AbstractDBAggregationFunctionRow<F extends DBAggregationFunction> - Class in org.knime.base.node.io.database.groupby.dialog
 
AbstractDBAggregationFunctionRow(F) - Constructor for class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
 
AbstractDisplayOption - Class in org.knime.core.util.node.config.display
 
AbstractDisplayOption(String) - Constructor for class org.knime.core.util.node.config.display.AbstractDisplayOption
 
AbstractDistinctDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
Abstract class that provides a dialog where the user can select if distinct should be used in the function.
AbstractDistinctDBAggregationFunction(boolean) - Constructor for class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
 
AbstractDrawingPane - Class in org.knime.base.node.viz.plotter
Supports the selection of elements (also paints the selection rectangle) and anti-aliasing, override AbstractDrawingPane.paintContent(Graphics).
AbstractDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.AbstractDrawingPane
 
AbstractEntropyNodeView<M extends NodeModel> - Class in org.knime.base.node.mine.scorer.entrop
Constructs the NodeView from an entropy node model
AbstractEntropyNodeView(M) - Constructor for class org.knime.base.node.mine.scorer.entrop.AbstractEntropyNodeView
Delegates to super class.
AbstractField - Class in org.knime.core.node.util.dialog.field
Settings for dialog list field.
AbstractField() - Constructor for class org.knime.core.node.util.dialog.field.AbstractField
 
AbstractHistogramNodeModel - Class in org.knime.base.node.viz.histogram.node
 
AbstractHistogramNodeModel() - Constructor for class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Constructor for class AbstractHistogramNodeModel.
AbstractHistogramPlotter - Class in org.knime.base.node.viz.histogram.impl
Abstract class which is the coordinator between the HistogramDrawingPane and the AbstractHistogramVizModel.
AbstractHistogramPlotter(AbstractHistogramProperties, HiLiteHandler) - Constructor for class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Constructor for class AbstractHistogramPlotter.
AbstractHistogramProperties - Class in org.knime.base.node.viz.histogram.impl
Abstract class which handles the default properties like layouting.
AbstractHistogramProperties(DataTableSpec, AbstractHistogramVizModel) - Constructor for class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
Constructor for class AbstractHistogramProperties.
AbstractHistogramVizModel - Class in org.knime.base.node.viz.histogram.datamodel
This is the basic visualization model for a histogram.
AbstractHistogramVizModel(List<Color>, AggregationMethod, HistogramLayout, int) - Constructor for class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Constructor for class HistogramVizModel.
AbstractHistogramVizModel.HistogramHiliteCalculator - Class in org.knime.base.node.viz.histogram.datamodel
The histogram hilite shape calculator.
AbstractLoopEndNodeDialog<T extends AbstractLoopEndNodeSettings> - Class in org.knime.base.node.meta.looper
This is the dialog for the loop end node.
AbstractLoopEndNodeDialog(T) - Constructor for class org.knime.base.node.meta.looper.AbstractLoopEndNodeDialog
Creates a new dialog.
AbstractLoopEndNodeSettings - Class in org.knime.base.node.meta.looper
Abstract class for Loop End node settings.
AbstractLoopEndNodeSettings() - Constructor for class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
 
AbstractLoopEndNodeSettings.RowKeyPolicy - Enum in org.knime.base.node.meta.looper
Specifies how to generate the row keys
AbstractMany2OneCellFactory - Class in org.knime.base.node.preproc.columnTrans
Deprecated.
AbstractMany2OneCellFactory(DataTableSpec, String, int[]) - Constructor for class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
Deprecated.
 
AbstractMany2OneCellFactory - Class in org.knime.base.node.preproc.columntrans2
 
AbstractMany2OneCellFactory(DataTableSpec, String, int[]) - Constructor for class org.knime.base.node.preproc.columntrans2.AbstractMany2OneCellFactory
 
AbstractNodeExecutionJobManager - Class in org.knime.core.node.workflow
Default implementation of an node execution job manager.
AbstractNodeExecutionJobManager() - Constructor for class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
 
AbstractNodeView<T extends NodeModel> - Class in org.knime.core.node
Abstract implementation of a node view.
AbstractNodeView(T) - Constructor for class org.knime.core.node.AbstractNodeView
Creates new view.
AbstractNormalizerPMMLNodeModel - Class in org.knime.base.node.preproc.pmml.normalize
The NormalizeNodeModel uses the Normalizer to normalize the input DataTable.
AbstractNormalizerPMMLNodeModel(PortType) - Constructor for class org.knime.base.node.preproc.pmml.normalize.AbstractNormalizerPMMLNodeModel
 
AbstractNormalizerPMMLNodeModel(PortType, PortType) - Constructor for class org.knime.base.node.preproc.pmml.normalize.AbstractNormalizerPMMLNodeModel
 
AbstractNormalizerPMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.normalize.AbstractNormalizerPMMLNodeModel
 
AbstractNumericScorerNodeView<M extends NodeModel> - Class in org.knime.base.node.mine.scorer.numeric
This view displays the numeric scoring results.
AbstractNumericScorerNodeView(M) - Constructor for class org.knime.base.node.mine.scorer.numeric.AbstractNumericScorerNodeView
Creates a new view.
AbstractPainterDataValueRenderer - Class in org.knime.core.data.renderer
Abstract implementation of a DataValueRenderer that renders more complex scenes than just ordinary text.
AbstractPainterDataValueRenderer() - Constructor for class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Creates a default table cell renderer.
AbstractParallelNodeModel - Class in org.knime.base.node.parallel
This class is an extension of a normal NodeModel that offers parallel processing of DataTables.
AbstractParallelNodeModel(int, int, int, ThreadPool) - Constructor for class org.knime.base.node.parallel.AbstractParallelNodeModel
Creates a new AbstractParallelNodeModel.
AbstractPlotter - Class in org.knime.base.node.viz.plotter
Provides functionality for zooming, moving and selection and is designed to be extended.
AbstractPlotter(AbstractDrawingPane, AbstractPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter
Creates a new plotter with a drawing pane and a properties panel.
AbstractPlotter.MovingMouseListener - Class in org.knime.base.node.viz.plotter
When the drawing pane is larger then the viewport for it, this mouse listener realizes the possibility to drag the drawing pane inside the viewport.
AbstractPlotter.SelectionMouseListener - Class in org.knime.base.node.viz.plotter
The selection mouse listener checks the selection status, that is, if the mouse was dragged, the CTRL key is pressed and so on and calls the appropriate methods in the AbstractPlotter.
AbstractPlotter.ZoomMouseListener - Class in org.knime.base.node.viz.plotter
Realizes the zooming behaviour, when the mouse is clicked it calls the AbstractPlotter.zoomByClick(Point), when the mouse is dragged the AbstractPlotter.zoomByWindow(Rectangle) is called.
AbstractPlotterProperties - Class in org.knime.base.node.viz.plotter
The properties contains elements to interact with the view.
AbstractPlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotterProperties
 
AbstractPortObject - Class in org.knime.core.node.port
Abstract implementation of general port objects.
AbstractPortObject() - Constructor for class org.knime.core.node.port.AbstractPortObject
Public no-arg constructor.
AbstractPortObject.AbstractPortObjectSerializer<T extends AbstractPortObject> - Class in org.knime.core.node.port
Abstract implementation of the a serializer for all AbstractPortObjects.
AbstractPortObjectSerializer() - Constructor for class org.knime.core.node.port.AbstractPortObject.AbstractPortObjectSerializer
 
AbstractQuickFormConfiguration<V extends AbstractQuickFormValueInConfiguration> - Class in org.knime.core.quickform
Abstract configuration, contains fields for label, description and weight.
AbstractQuickFormConfiguration() - Constructor for class org.knime.core.quickform.AbstractQuickFormConfiguration
 
AbstractQuickFormElement - Class in org.knime.core.util.node.quickform
Super class of all form elements.
AbstractQuickFormElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.AbstractQuickFormElement
Constructor with a given label and description.
AbstractQuickFormInElement - Class in org.knime.core.util.node.quickform.in
Super class of all input elements.
AbstractQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.AbstractQuickFormInElement
Constructor with a given label and description.
AbstractQuickFormInElement.Type - Enum in org.knime.core.util.node.quickform.in
Enum of all known types.
AbstractQuickFormOutElement - Class in org.knime.core.util.node.quickform.out
Super class of all output elements.
AbstractQuickFormOutElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.out.AbstractQuickFormOutElement
Delegate to super.
AbstractQuickFormOutElement.Type - Enum in org.knime.core.util.node.quickform.out
Type enum of all registered types.
AbstractQuickFormValueInConfiguration - Class in org.knime.core.quickform
 
AbstractQuickFormValueInConfiguration() - Constructor for class org.knime.core.quickform.AbstractQuickFormValueInConfiguration
 
AbstractRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Used by the RowFilterIterator to determine whether a row should be filtered or not.
AbstractRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AbstractRowFilter
 
AbstractRowRefNodeModel - Class in org.knime.base.node.preproc.filter.rowref
The Reference Row Filter node allow the filtering of row IDs based on a second reference table.
AbstractRowRefNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
Creates a new reference row filter node model with two inputs and one filtered output.
AbstractSamplingNodeModel - Class in org.knime.base.node.preproc.sample
NodeModel implementation to sample rows from an input table, thus, this node has one inport.
AbstractSamplingNodeModel(int) - Constructor for class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Empty constructor, defines one inport and a given number of outports.
AbstractSimplePortObject - Class in org.knime.core.node.port
Abstract implementation of basic port objects that save and load themselves from ModelContentRO objects.
AbstractSimplePortObject() - Constructor for class org.knime.core.node.port.AbstractSimplePortObject
Public no-arg constructor.
AbstractSimplePortObject.AbstractSimplePortObjectSerializer<T extends AbstractSimplePortObject> - Class in org.knime.core.node.port
Abstract implementation of the a serializer for all AbstractSimplePortObjects.
AbstractSimplePortObjectSerializer() - Constructor for class org.knime.core.node.port.AbstractSimplePortObject.AbstractSimplePortObjectSerializer
 
AbstractSimplePortObjectSpec - Class in org.knime.core.node.port
Abstract implementation of basic port object specs that save and load themselves from ModelContentRO objects.
AbstractSimplePortObjectSpec() - Constructor for class org.knime.core.node.port.AbstractSimplePortObjectSpec
Public no-arg constructor.
AbstractSimplePortObjectSpec.AbstractSimplePortObjectSpecSerializer<T extends AbstractSimplePortObjectSpec> - Class in org.knime.core.node.port
Abstract implementation of the a serializer for all AbstractSimplePortObjectSpecs.
AbstractSimplePortObjectSpecSerializer() - Constructor for class org.knime.core.node.port.AbstractSimplePortObjectSpec.AbstractSimplePortObjectSpecSerializer
 
AbstractTablePanel - Class in org.knime.base.node.io.database.tablecreator.util
 
AbstractTablePanel(String, String, DBTableCreatorConfiguration, TableCreatorTableModel, String, String, String) - Constructor for class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Creates a new instance of AbstractTablePanel
AbstractTablePanel.TableListener - Class in org.knime.base.node.io.database.tablecreator.util
A listener class to handle user clicks.
AbstractTableSorter - Class in org.knime.core.data.sort
Class to sort a table.
AbstractTableSorter(long, DataTableSpec, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
Package default constructor for the AbstractColumnTableSorter.
AbstractTableSorter(DataTable, int, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
AbstractTableSorter(DataTable, int, Collection<String>, boolean[]) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
AbstractTableSorter(DataTable, int, Collection<String>, boolean[], boolean) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
AbstractTableSorter(DataTable, long, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
Inits sorter on argument table with given row comparator.
AbstractTableSorter(DataTable, long, Collection<String>, boolean[]) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
Inits table sorter using the sorting according to AbstractTableSorter.setSortColumns(Collection, boolean[]).
AbstractTableSorter(DataTable, long, Collection<String>, boolean[], boolean) - Constructor for class org.knime.core.data.sort.AbstractTableSorter
Inits table sorter using the sorting according to AbstractTableSorter.setSortColumns(Collection, boolean[], boolean).
AbstractWizardNodeView<T extends NodeModel & WizardNode<REP,VAL>,REP extends WebViewContent,VAL extends WebViewContent> - Class in org.knime.core.node.wizard
 
AbstractWizardNodeView(T) - Constructor for class org.knime.core.node.wizard.AbstractWizardNodeView
 
AbstractWizardNodeView.WizardNodeViewExtension - Class in org.knime.core.node.wizard
Implementation of a WizardNodeView from extension point.
accept(File) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel.ARFFFileFilter
accept(Class<?>) - Method in class org.knime.core.util.EclipseUtil.AnnotationClassFilter
Returns whether the given class should be included in the resulting list.
accept(Class<?>) - Method in interface org.knime.core.util.EclipseUtil.ClassFilter
Returns whether the given class should be included in the resulting list.
accept(File) - Method in class org.knime.core.util.FileReaderFileFilter
accept(Path) - Method in interface org.knime.core.util.PathFilter
Decides if the given path should be accepted or filtered.
accept(File) - Method in class org.knime.core.util.SimpleFileFilter
acceptAll - Static variable in class org.knime.core.util.PathFilters
Filter that accepts all paths.
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Returns always true.
accepts(DataColumnSpec) - Method in interface org.knime.core.data.renderer.DataValueRenderer
Is this renderer instance able to render the content of the column given by spec.
accepts(String, DataColumnSpec) - Method in interface org.knime.core.data.renderer.DataValueRendererFamily
Is the renderer with the given description able to render the content of spec.
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
Returns always true.
accepts(String, DataColumnSpec) - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Delegates to renderer.
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Is this renderer instance able to render the content of the column given by spec.
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleBarRenderer
Returns true if the spec contains domain information and false otherwise.
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
Returns true if the spec contains domain information and false otherwise.
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.ImageValueRenderer
Is this renderer instance able to render the content of the column given by spec.
accepts(String, DataColumnSpec) - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Is the renderer with the given description able to render the content of spec.
accepts(DataColumnSpec) - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Is this renderer instance able to render the content of the column given by spec.
acceptsPortObject(PortObject) - Method in class org.knime.core.node.port.PortType
 
acceptsPortObjectSpec(PortObjectSpec) - Method in class org.knime.core.node.port.PortType
 
acceptsURL(String) - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
AccuracyScorerNodeDialog - Class in org.knime.base.node.mine.scorer.accuracy
A dialog for the scorer to set the two table columns to score for.
AccuracyScorerNodeDialog() - Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Creates a new NodeDialogPane for scoring in order to set the two columns to compare.
AccuracyScorerNodeDialog(boolean) - Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Creates a new NodeDialogPane for scoring in order to set the two columns to compare.
AccuracyScorerNodeFactory - Class in org.knime.base.node.mine.scorer.accuracy
The factory for the hilite scorer node.
AccuracyScorerNodeFactory() - Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
 
AccuracyScorerNodeModel - Class in org.knime.base.node.mine.scorer.accuracy
The hilite scorer node's model.
AccuracyScorerNodeModel() - Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Inits a new ScorerNodeModel with one in- and one output.
AccuracyScorerNodeView - Class in org.knime.base.node.mine.scorer.accuracy
AccuracyScorerNodeView(AccuracyScorerNodeModel) - Constructor for class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
Delegates to super class.
ACTION_ON_MISSING_VALUES - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Identifier in model spec to specify how to handle missing values.
actionPerformed(ActionEvent) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.CopyAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.CutAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.DeleteAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.DeleteColumnsAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.DeleteRowsAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.InsertColumnsAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.InsertRowsAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.PasteAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.PropertyColumnsAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.PropertyRowsAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.io.tablecreator.table.SelectAllAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.CollapseBranchAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ExpandBranchAction
actionPerformed(ActionEvent) - Method in class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings.SotaHierarchicalFuzzySettingsController
actionPerformed(ActionEvent) - Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel.SotaTreeViewPanelController
actionPerformed(ActionEvent) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerFactorySelectionPanel
actionPerformed(ActionEvent) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
Called whenever the authentication type has changed.
actionPerformed(ActionEvent) - Method in class org.knime.core.node.FlowVariableModelButton
React to clicks on the underlying button: open dialog which enables the user to change the underlying settings.
actionPerformed(ActionEvent) - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
Here the control of the InterruptibleNodeModel is done.
actionPerformed(ActionEvent) - Method in class org.knime.core.node.util.KeyValuePanel.CopyAction
actionPerformed(ActionEvent) - Method in class org.knime.core.node.util.KeyValuePanel.PasteAction
activateOptions() - Method in class org.knime.core.util.LogfileAppender
activationFunction(double) - Method in class org.knime.base.data.neural.InputPerceptron
Activation function, returns the input.
activationFunction(double) - Method in class org.knime.base.data.neural.Perceptron
Activation function.
activationFunction(double) - Method in class org.knime.base.data.neural.SigmoidPerceptron
Sigmoid activation function, computes the sigmoid value of its argument.
ACTIVEBRANCH - Static variable in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
break on active branch.
ActiveBranchInverterNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.inverter
 
ActiveBranchInverterNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeFactory
Create factory, that instantiates nodes.
ActiveBranchInverterNodeModel - Class in org.knime.base.node.flowcontrol.trycatch.inverter
Utility Node for a Try-Catch Enclosure.
ActiveBranchInverterNodeModel() - Constructor for class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
One variable input, one variable output.
AdapterCell - Class in org.knime.core.data
Abstract implementation of an adapter cell.
AdapterCell(DataCellDataInput) - Constructor for class org.knime.core.data.AdapterCell
This constructor should only be used by the de-serializer.
AdapterCell(DataCell, AdapterValue, Class<? extends DataValue>...) - Constructor for class org.knime.core.data.AdapterCell
Used by extensions to fill adapter map from an existing AdapterValue.
AdapterCell(DataCell, Class<? extends DataValue>...) - Constructor for class org.knime.core.data.AdapterCell
Creates a new adapter cell that contains a single data cell.
AdapterCell.AdapterCellSerializer<T extends AdapterCell> - Class in org.knime.core.data
(De)serializer for adapter cells.
AdapterCellSerializer() - Constructor for class org.knime.core.data.AdapterCell.AdapterCellSerializer
 
AdapterValue - Interface in org.knime.core.data
Interface defining access on AdapterCell.
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Override this method to set specific renderer and column widths.
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
Override this method to set specific renderer and column widths.
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
Override this method to set specific renderer and column widths.
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
Override this method to set specific renderer and column widths.
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
Override this method to set specific renderer and column widths.
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
Override this method to set specific renderer and column widths.
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
Override this method to set specific renderer and column widths.
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
Override this method to set specific renderer and column widths.
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
Override this method to set specific renderer and column widths.
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Adapts the table column model
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Adapts the table column model
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
Adapts the table column model
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
Adapts the table column model
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
Adapts the table column model
adaptTableColumnModel(TableColumnModel) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
Adapts the table column model
add(List<R>) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
add(List<R>) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
 
add(List<NamedAggregationOperator>) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationTableModel
add(List<R>) - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
 
add(List<RowElement>) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Adds the given elements to the table model
add(RowElement) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Adds the given element to the table model
add(Integer) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Adds the passed item to the set.
add(E) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
add(int, E) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
add(Component) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
add(String, Set<DataCell>) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
Adds the given set of possible values to the internal structure by the given column name.
add(String, DataCell, DataCell) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
Add new column with lower and upper bound.
add(int, int, double) - Method in class org.knime.base.util.HalfDoubleMatrix
Adds a value in the matrix.
add(int, int, int) - Method in class org.knime.base.util.HalfIntMatrix
Adds a value in the matrix.
add(double[][], double[][]) - Static method in class org.knime.base.util.math.MathUtils
Adds two matrices.
add(FileStore) - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
 
add(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
 
add(String) - Method in class org.knime.core.data.filestore.internal.InternalDuplicateChecker
 
add(DenseByteVector, boolean) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns a new vector with the sum of the counts at each position.
add(SparseByteVector, boolean) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns a new vector with the sum of the counts at each position.
add(PortObject) - Static method in class org.knime.core.node.exec.dataexchange.PortObjectRepository
Add new port object to repository.
add(int, Object) - Method in class org.knime.core.node.util.FilterableListModel
add(String) - Method in class org.knime.core.node.util.StringHistory
Adds a new String to the history.
add(Component) - Method in class org.knime.core.node.util.VerticalCollapsablePanels
Deprecated.
add(NativeNodeContainer) - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult.Builder
Add the interactive view that is provided by a given node.
add(NativeNodeContainer, String) - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult.Builder
Add the interactive view that is provided by a given node.
add(Credentials) - Method in class org.knime.core.node.workflow.CredentialsStore
Add a new credentials object to this store.
add(double) - Method in class org.knime.core.util.MutableDouble
Adds a value to this object.
add(int) - Method in class org.knime.core.util.MutableInteger
Adds the given value to this mutable integer.
ADD_ICON_16 - Static variable in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
A small green "+" icon.
ADD_ICON_48 - Static variable in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
A green "+" icon.
addActionListener(ActionListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
Adds the given listener to the button.
addActionListener(ActionListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
 
addActionListener(ActionListener) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Delegate method to the underlying combo box.
addAdditionalColumn(DataColumnSpec) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
Adds an additional column to the model.
addAdditionalColumns(Iterable<DataColumnSpec>) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
Adds additional columns to the model.
addAdditionalColumns(DataColumnSpec...) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
Adds additional columns to the model.
addAggrColumnChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
 
addAggrColumnChangeListener(ActionListener) - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
 
addAggrMethodListener(ActionListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addAggrMethodListener(ActionListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addAll(Collection<? extends E>) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
addAll(int, Collection<? extends E>) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
addArrays(double[], double[]) - Static method in class org.knime.base.util.math.MathUtils
Adds the second array to the first one.
addBasicDrawingElement(BasicDrawingElement) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Adds a drawing element to the drawing pane.
addBasisFunction(BasisFunctionLearnerRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Adds the given basis function to the list using its nominal value for class assignment.
addBendpoint(int, int, int) - Method in class org.knime.core.node.workflow.ConnectionUIInformation
Add a bendpoint.
addBin(String, double, double) - Method in class org.knime.base.node.viz.histogram.util.FixedIntervalBinCreator
addBin(String, double, double) - Method in class org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator
addBin(String, double, double) - Method in class org.knime.base.node.viz.histogram.util.IntervalBinCreator
 
addBinWidthChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addBlockCommentPattern(String, String, boolean, boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Adds support for block comment to the tokenizer.
addBoolean(String, boolean) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this boolean value to the ConfigBase by the given key.
addBoolean(String, boolean) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this boolean value to the Config by the given key.
addBoolean(String, Boolean, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new Boolean attribute to the registry.
addBooleanArray(String, boolean...) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this boolean values to the ConfigBase by the given key.
addBooleanArray(String, boolean...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this boolean values to the Config by the given key.
addBooleanArray(String, boolean[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new Boolean Array attribute to the registry.
addByte(String, byte) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this byte value to the ConfigBase by the given key.
addByte(String, byte) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this byte value to the Config by the given key.
addByte(String, Byte, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new Byte attribute to the registry.
addByteArray(String, byte...) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this byte array to the ConfigBase by the given key.
addByteArray(String, byte...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this byte array to the Config by the given key.
addByteArray(String, byte[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new Byte Array attribute to the registry.
addCell(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
Adds a new cell from a data row read by a WindowedDataTableIterator.
addChangeListener(ChangeListener) - Method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
Adds a change listener to the panel that gets notified whenever the entered file name changes.
addChangeListener(ChangeListener) - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
If someone wants to be notified if an error occurred he should register through this method.
addChangeListener(ChangeListener) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
If someone wants to be notified if an error occurred he should register through this method.
addChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Adds a listener which gets informed whenever the column filtering changes.
addChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.Axis
Adds a ChangeListener, which is notified if repaint is necessary.
addChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
Adds a listener which gets informed whenever the color mapping was changed.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Adds a listener (to the end of the listener list) which is notified, whenever a new values is set in the model or the enable status changes.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Adds a change listener to the file choose that gets notified whenever the entered file name changes.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Adds a listener (to the end of the listener list) which is notified, whenever a new values is set in the model or the enable status changes.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.FlowVariableModel
Adds a listener which is notified whenever a new value is set in the model.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Adds a listener which gets informed whenever the column filtering changes.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.util.FilesHistoryPanel
Adds a change listener that gets notified if a new file name is entered into the text field.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
Adds a listener which gets informed whenever the filtering changes.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Adds a listener which gets informed whenever the column filtering changes.
addChangeListener(ChangeListener) - Method in class org.knime.core.node.util.filter.PatternFilterPanelImpl
Adds a listener which gets informed whenever the filtering changes.
addChar(String, char) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this char value to the ConfigBase by the given key.
addChar(String, char) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this char value to the Config by the given key.
addCharArray(String, char...) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this char array to the ConfigBase by the given key.
addCharArray(String, char...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this char array to the Config by the given key.
addChild(TIDPrefixTreeNode) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
Adds a child to that node.
addChildError(WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
 
addClass(String) - Method in class org.knime.base.node.mine.sota.logic.CellClassCounter
Adds the given class to the class frequency counter.
addClassCount(DataCell, double) - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
addClassReplacementPair(String, String) - Static method in class org.knime.core.eclipseUtil.GlobalClassCreator
Deprecated.
Adds a replacement string for obsolete class names.
addClient(NodeContainer) - Method in class org.knime.core.node.workflow.Credentials
Add a client to the set of interested clients.
addColorToMap(Color, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Adds the given color to the color map.
addColProperties(Map<Integer, ColProperty>) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Adds {link ColProperty objects to this model.
addColumn(DataColumnSpec...) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
addColumn(DataColumnSpec...) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
Deprecated.
addColumn(TableColumn) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
addColumn(TableColumn) - Method in class org.knime.core.node.tableview.TableContentView
Overridden to set proper header content and apply renderer.
addColumn(TableColumn) - Method in class org.knime.core.node.tableview.TableRowHeaderView
Makes sure to register a property handler and sets the correct cell renderer.
addColumnOfType(DataType) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
Adds the type of a new column at the end of the column list.
addColumns(DataColumnSpec...) - Method in class org.knime.core.data.DataTableSpecCreator
Adds argument columns to list of already added columns.
addColumns(DataTableSpec) - Method in class org.knime.core.data.DataTableSpecCreator
Analogous to DataTableSpecCreator.addColumns(DataColumnSpec...) using the columns from the argument spec.
addColumnTab(Box) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addColumnTab(JComponent, JComponent) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addComponent(Component) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeDialog
Adds the given component to the panel.
addComponent(DialogComponent) - Method in class org.knime.base.node.mine.svm.learner.KernelPanel
 
addConfig(String) - Method in class org.knime.core.node.config.Config
Creates a new Config with the given key and returns it.
addConfig(Config) - Method in class org.knime.core.node.config.Config
Appends the given Config to this Config which has to directly derived from this class.
addConfig(String) - Method in interface org.knime.core.node.config.ConfigWO
Creates and adds a new Config to this Config by the given key.
addConfigBase(String) - Method in class org.knime.core.node.config.base.ConfigBase
Creates a new ConfigBase with the given key and returns it.
addConfigBase(ConfigBase) - Method in class org.knime.core.node.config.base.ConfigBase
Appends the given ConfigBase to this ConfigBase which has to directly derived from this class.
addConfigBase(String) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Creates and adds a new ConfigBase to this ConfigBase by the given key.
addConfigEditTreeEventListener(ConfigEditTreeEventListener) - Method in class org.knime.core.node.config.ConfigEditTreeModel
Adds new listener.
addConfigElement(T) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a configuration parameter to the registry and returns it.
addConfigurationPanel(T) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
Adds a configuration panel.
addConfigurationRequestListener(ColumnSelectionSearchableListPanel.ConfigurationRequestListener) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
addConflict(DataValidatorColConflicts.DataValidatorColConflict) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
Adds a conflict to this container.
addConnectedOutport(int) - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
Add a new connected outport to the metanode outport indices this node is (directly or more likely: indirectly) connected to.
addConnection(ConnectionContainer) - Method in class org.knime.core.node.workflow.Workflow
Add a connection.
addConnection(NodeID, int, NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
Add new connection - throw Exception if the same connection already exists.
addConnectionCreation(NodeContainer, NodeContainer) - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
 
addControlsOnNewTabs() - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
Add controls on a new tab, called after the first tab is arranged in the constructor.
addCoordinateFactory(Class<? extends DataValue>, CoordinateFactory) - Static method in class org.knime.base.util.coordinate.Coordinate
Adds a coordinate factory class.
addCovered(DataRow, DataCell) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
If a new instance of this class is covered.
addCoveredColor(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Add color of a new pattern to this tree.
addCoveredColor(DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Add colors for a row of values if they fall within a specific node/branch.
addCoveredColor(DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Add colors for a pattern given as a row of values.
addCoveredColor(DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Add colors for a row of values if they fall within a specific node/branch.
addCoveredColor(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Add colors for patterns given as a row of values if they fall within a specific node.
addCoveredColor(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
Add colors for a pattern given as a row of values.
addCoveredColor(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
Add colors for a pattern given as a row of values.
addCoveredColor(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
Add colors for a pattern given as a row of values.
addCoveredColor(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Add colors for patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Add a new pattern to this tree for HiLiting purposes.
addCoveredPattern(DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Add patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Add patterns given as a row of values.
addCoveredPattern(DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Add patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Add patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
Add patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
Add patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
Add patterns given as a row of values if they fall within a specific node.
addCoveredPattern(DataCell, DataRow, DataTableSpec, double) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Add patterns given as a row of values if they fall within a specific node.
addCreatedValue(String, DataCell) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
Adds a cell which is created within this node to the corresponding set.
addCreationTime() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
addCreationUser() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
addCurve(String, String, boolean) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Adds a new curve to the settings.
addCurve(String, String, boolean) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Adds a new curve to the settings.
addDataCell(String, DataCell) - Method in class org.knime.core.node.config.Config
Adds this DataCell object to the Config by the given key.
addDataCell(String, DataCell) - Method in interface org.knime.core.node.config.ConfigWO
Adds this DataCell object to the Config by the given key.
addDataCellArray(String, DataCell...) - Method in class org.knime.core.node.config.Config
Adds an array of DataCell objects to this Config.
addDataCellArray(String, DataCell...) - Method in interface org.knime.core.node.config.ConfigWO
Adds an array of DataCell objects to this Config.
addDataColumns(Iterable<DataColumnSpec>) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
Add columns to selection.
addDataRow(Color, RowKey, DataCell) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Adds a new row to this element.
addDataRow(RowKey, DataCell) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
Adds the given values to the sub element.
addDataRow(RowKey, Color, Collection<ColorColumn>, DataCell...) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
addDataRow(RowKey, Color, DataCell, DataCell...) - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
Adds the given row values to the histogram.
addDataRow(DataRow, Color, DataCell, DataCell) - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
addDataRow2Bin(boolean, List<? extends BinDataModel>, BinDataModel, int, DataCell, Color, RowKey, Collection<ColorColumn>, DataCell...) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
addDataRow2Bin(boolean, List<? extends BinDataModel>, BinDataModel, BinDataModel, int, DataCell, Color, RowKey, Collection<ColorColumn>, DataCell...) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Adds the given row either to the missing value bin if the x value is missing or to the corresponding bin.
addDataType(String, DataType) - Method in class org.knime.core.node.config.Config
Adds this DataType object value to the Config by the given key.
addDataType(String, DataType) - Method in interface org.knime.core.node.config.ConfigWO
Adds this DataType object value to the Config by the given key.
addDataTypeArray(String, DataType...) - Method in class org.knime.core.node.config.Config
Adds an array of DataType objects to this Config.
addDataTypeArray(String, DataType...) - Method in interface org.knime.core.node.config.ConfigWO
Adds an array of DataType objects to this Config.
addDataValues(Iterable<Class<? extends DataValue>>) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
Add data values to the selection.
addDegree(int, List<DataCell>) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinearRegressionContent
Adds the degree/exponent information to a row (which is represented as a List of DataCells).
addDegree(int, List<DataCell>) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
Adds the degree/exponent information to a row (which is represented as a List of DataCells).
addDegree(int, List<DataCell>) - Method in class org.knime.base.node.mine.regression.RegressionContent
Adds the degree/exponent information to a row (which is represented as a List of DataCells).
addDelimiterPattern(String, boolean, boolean, boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Adds a delimiter to the tokenizer.
addDelimiterPattern(Delimiter) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Adds a new delimiter pattern expecting a Delimiter object.
addDesiredValues(DataValue...) - Method in class org.knime.base.util.coordinate.Coordinate
Adds a value which should have a tick.
addDesiredValues(DataValue...) - Method in class org.knime.base.util.coordinate.NominalCoordinate
Adds a value which should have a tick.
addDesiredValues(DataValue...) - Method in class org.knime.base.util.coordinate.NumericCoordinate
Adds a value which should have a tick.
addDialogComponent(JPanel, DialogComponent) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
Adds the dialog's panel to the panel left aligned, below the previous control.
addDialogComponent(DialogComponent) - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingValueHandlerPanel
Adds a dialog component to this panel.
addDialogComponent(DialogComponent) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Add a new DialogComponent to the underlying dialog.
addDomainValue(DataCellPoint) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
Adds a domain value to the set of domain values that are mapped to the DrawingPane's dimension.
addDot(DotInfo) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
addDotSizeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
 
addDotSizeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
 
addDotSizeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixProperties
 
addDouble(String, double) - Method in class org.knime.core.node.config.base.ConfigBase
Adds a double by the given key.
addDouble(String, double) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds a double by the given key.
addDouble(String, Double, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new Double attribute to the registry.
addDoubleArray(String, double...) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this double array value to the ConfigBase by the given key.
addDoubleArray(String, double...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this double array value to the Config by the given key.
addDoubleArray(String, double[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new Double Array attribute to the registry.
addDrawingElement(BasicDrawingElement) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
 
addElement(String, String) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
Adds a new user-defined SQL data type to the list retrieved using the given key
addElement(String) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
Adds a new user-defined SQL data type to the list retrieved using the default key
addElement(String) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
 
addElement(Object) - Method in class org.knime.core.node.util.FilterableListModel
addEllipse(double, double, double, double, Color, Stroke, boolean) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Adds an ellipse with the center point (!) and the height width.
AddEmptyRowsConfig - Class in org.knime.base.node.preproc.addemptyrows
Configuration object for "add empty rows" node.
AddEmptyRowsConfig() - Constructor for class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
AddEmptyRowsNodeDialog - Class in org.knime.base.node.preproc.addemptyrows
NodeDialog for the "AddEmptyRows" Node.
AddEmptyRowsNodeDialog() - Constructor for class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeDialog
New pane for configuring the AddEmptyRows node.
AddEmptyRowsNodeFactory - Class in org.knime.base.node.preproc.addemptyrows
NodeFactory for the "AddEmptyRows" Node.
AddEmptyRowsNodeFactory() - Constructor for class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
 
AddEmptyRowsNodeModel - Class in org.knime.base.node.preproc.addemptyrows
This is the model implementation of AddEmptyRows.
AddEmptyRowsNodeModel() - Constructor for class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
Constructor for the node model.
addEntry(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigBase
Adds the given ConfigBase entry to this Config.
addEntry(AbstractConfigEntry) - Method in class org.knime.core.node.config.Config
Adds the given Config entry to this Config.
addEnum(ConfigWO, String, Enum<?>) - Static method in class org.knime.base.node.preproc.datavalidator.ConfigSerializationUtils
Deprecated.
Adds the value returned by Enum.name() as string to the given ConfigWO.
addEnum(ConfigWO, String, Enum<?>) - Static method in class org.knime.core.node.config.ConfigSerializationUtils
Adds the value returned by Enum.name() as string to the given ConfigWO.
addEnumSet(ConfigWO, String, EnumSet<?>) - Static method in class org.knime.base.node.preproc.datavalidator.ConfigSerializationUtils
Deprecated.
Adds the values returned by Enum.name() as a string array to the given ConfigWO.
addEnumSet(ConfigWO, String, EnumSet<?>) - Static method in class org.knime.core.node.config.ConfigSerializationUtils
Adds the values returned by Enum.name() as a string array to the given ConfigWO.
addError(String) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
 
addError(String, boolean) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
 
addError(String) - Method in class org.knime.core.util.tokenizer.SettingsStatus
Adds an error message to the status object.
addExecutionTime(String, boolean, long) - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
 
addExplodeSelectedSectionListener(ItemListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addExplodeSizeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addExportType(NodeViewExport.ExportType) - Static method in class org.knime.core.node.NodeViewExport
Adds a singleton export type to the list of available exporters.
addFeatureLevel(double, Collection<String>) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Adds a new feature level.
addFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.FileStoreHandlerRepository
 
addFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.NotInWorkflowFileStoreHandlerRepository
addFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
 
addFileStoreKeysFromNestedLoop(FileStoresInLoopCache) - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
 
addFileStoreKeysFromNestedLoop(FileStoresInLoopCache) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
addFileStoreKeysFromNestedLoop(FileStoresInLoopCache) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
addFileStoreKeysFromNestedLoops(FileStoresInLoopCache) - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
 
addFloat(String, float) - Method in class org.knime.core.node.config.base.ConfigBase
Adds a float by the given key.
addFloat(String, float) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds a float by the given key.
addFloat(String, Float, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new Float attribute to the registry.
addFloatArray(String, float...) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this float array value to the ConfigBase by the given key.
addFloatArray(String, float...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this float array value to the Config by the given key.
addFloatArray(String, float[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new Float Array attribute to the registry.
addFlowVariablesTab() - Method in class org.knime.core.node.NodeDialogPane
Add the flow variables tab.
addFlowVariablesTab() - Method in class org.knime.core.node.workflow.MetaNodeDialogPane
Add the flow variables tab.
addFoldId(boolean) - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
Sets if the output table should contain an additional column for each row with the id of the fold in which the result was produced.
addFoldId() - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
Returns if the output table should contain an additional column for each row with the id of the fold in which the result was produced.
addFromFlowVariable(FlowVariable) - Method in class org.knime.core.node.workflow.CredentialsStore
Adds the credentials defined in the argument to this store.
addGlobalTransformations(TransformationDictionaryDocument.TransformationDictionary) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Adds global transformations to the PMML document.
addGraphListener(GraphListener) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Registers a graph listener.
addHiLiteListener(HiLiteListener) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Appends a new hilite listener at the end of the list, if the listener has not been added before.
addHiliteMapping(RowKey, Set<RowKey>) - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
addInfo(String) - Method in class org.knime.core.util.tokenizer.SettingsStatus
Adds an informational message to the status object.
addInport(int) - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
 
addInputLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron) - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Deprecated.
Writes the PMML input layer of the MLP.
addInputLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron) - Method in class org.knime.base.node.mine.neural.mlp2.PMMLNeuralNetworkTranslator
Writes the PMML input layer of the MLP.
addInt(String, int) - Method in class org.knime.core.node.config.base.ConfigBase
Adds an int.
addInt(String, int) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds an int.
addIntArray(String, int...) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this int array to the ConfigBase by the given key.
addIntArray(String, int...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this int array to the Config by the given key.
addInteger(String, Integer, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new int attribute to the registry.
addIntegerArray(String, int[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new int array attribute to the registry.
addInterval(double, double) - Method in class org.knime.base.node.mine.cluster.LinearNorm
Represents a LinearNorm PMML element.
addIntPosValue() - Method in class org.knime.base.node.io.filereader.DomainDialog
Called when the user pressed the "Add" button to add an integer value to the list of possible values.
addInvalidColumns(DataType, String...) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
Creates and adds invalid column specs of the given type for the given column names.
addInvalidColumns(String...) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
Creates and adds invalid columns pecs for the given column names.See ColumnSelectionSearchableListPanel.ListModifier for more information about invalid columns.
addItem(TIDItem) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
Adds an item to the set and thereby intersecting the transaction ids.
addItemListener(ItemListener) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Adds an item listener to the underlying combo box.
addItemToHash(DataType) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
 
addIterationColumn(boolean) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
Sets if a column containing the iteration number should be appended to the output table.
addIterationColumn() - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
Returns if a column containing the iteration number should be appended to the output table.
addIterationColumn(boolean) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Sets if a column containing the iteration number should be appended to the output table.
addIterationColumn() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Returns if a column containing the iteration number should be appended to the output table.
AdditionalSQLStatementPanel - Class in org.knime.base.node.io.database.tablecreator.util
Panel used to define additional SQL statement
AdditionalSQLStatementPanel(DBTableCreatorConfiguration) - Constructor for class org.knime.base.node.io.database.tablecreator.util.AdditionalSQLStatementPanel
Creates a new instance of AdditionalSQLStatementPanel
addJobMgrTab(NodeContainer.NodeContainerSettings.SplitType) - Method in class org.knime.core.node.NodeDialogPane
Creates and adds the job manager selection tab.
addKey(String) - Method in class org.knime.core.util.DuplicateChecker
Adds a new key to the duplicate checker.
addKNIMEConsoleWriter(Writer, NodeLogger.LEVEL, NodeLogger.LEVEL) - Static method in class org.knime.core.node.NodeLogger
Adds a new Writer with the given level to this logger.
addLabelDisplayListener(ActionListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addLabelDisplayListener(ActionListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addLabelOrientationListener(ActionListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addLastRows() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Returns if the rows from the loop's last iteration should be added to the output table or not.
addLastRows(boolean) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Sets if the rows from the loop's last iteration should be added to the output table or not.
addLastRowsOnly(boolean) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Sets if only the rows from the loop's last iteration should be added to the output table or not.
addLastRowsOnly() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Returns if only the rows from the loop's last iteration should be added to the output table or not.
addLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron, int) - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Deprecated.
Writes a layer of the MLP.
addLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron, int) - Method in class org.knime.base.node.mine.neural.mlp2.PMMLNeuralNetworkTranslator
Writes a layer of the MLP.
addLayoutListener(ActionListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addLeftOuter(DataRow, ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.JoinContainer
Add an outer match of the left table to this JoinContainer.
addLine(DataArray, int, int, Color, Stroke) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Plots the column in the table specified by the column index as a line plot.
addLine(DataArray, int, Color, Stroke) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
addLine(double[], Color, Stroke) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Paints the values in the double array as y-values and the x-values are simply the position in the array, which implies, that the y-values are equidistant.
addLine(double[], double[], Color, Stroke) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Adds a line based on the points defined by the x and y values in the referring double arrays.
addLineInSwingThreadLater(String) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
adds the specified line (plus \n) to the end of the Textfield.
addListener(MemoryAlertListener) - Method in class org.knime.core.data.util.memory.MemoryAlertSystem
Registers a new listener.
addListener(WorkflowListener) - Method in class org.knime.core.node.workflow.WorkflowManager
Add listener to list.
addLoadedFactory(Class<? extends NodeFactory>) - Static method in class org.knime.core.node.NodeFactory
Adds the given factory class to the list of loaded factory classes.
addLong(String, long) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this long value to the ConfigBase by the given key.
addLong(String, long) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this long value to the Config by the given key.
addLong(String, Long, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new Long attribute to the registry.
addLongArray(String, long...) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this long array to the ConfigBase by the given key.
addLongArray(String, long...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this long array to the Config by the given key.
addLongArray(String, long[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new Long Array attribute to the registry.
addMapping(DataCell) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
Adds a mapping of a row key to a replacement value.
addMappingMethod(Class<? extends DataValue>, String, MappingMethod) - Static method in class org.knime.base.util.coordinate.Coordinate
Adds a MappingMethod to the internal registry.
addMatch(DataRow, ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.JoinContainer
Add an inner match to the JoinContainer.
addMatrix(double[][], double[][]) - Static method in class org.knime.base.util.math.MathUtils
Adds the second matrix to the first one.
addMemoryReleaseable(MemoryReleasable) - Method in class org.knime.core.data.util.memory.MemoryObjectTracker
Deprecated.
Track memory releasable objects.
addMessageListener(NodeMessageListener) - Method in class org.knime.core.node.Node
Adds a state listener to this node.
addMiscTab(NodeDialogPane) - Static method in class org.knime.core.node.Node
Adds the misc tab to dialogs.
addMiscTab() - Method in class org.knime.core.node.NodeDialogPane
creates and adds the miscellaneous tab that is contained in each dialog of nodes with output ports.
addMissingNode(NodeAndBundleInformation) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
Adds information about a missing node.
addMissingNodes(Collection<NodeAndBundleInformation>) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
Adds information about missing nodes.
addModelContent(ModelContent) - Method in class org.knime.core.node.ModelContent
Add the given ModelContent object to this Config using the key of the argument's ModelContent.
addModelContent(String) - Method in class org.knime.core.node.ModelContent
Creates new ModelContentWO object for the given key and returns it.
addModelContent(String) - Method in interface org.knime.core.node.ModelContentWO
Creates new ModelContentWO object for the given key and returns it.
addModelContent(ModelContent) - Method in interface org.knime.core.node.ModelContentWO
Add the given ModelContent object to this Config using the key of the argument's ModelContent.
addModelTranslater(PMMLTranslator) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Adds the model of the content translater to the PMML document.
addMouseListener(PlotterMouseListener) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
If an additional mouse mode should be supported, extend the PlotterMouseListener and add it.
addName(String) - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
addNode(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Add the given node to this node at the given branch index.
addNode(BinaryTreeNode<T>) - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTree
Adds a node to this tree.
addNode(NodeFactory<?>) - Method in class org.knime.core.node.workflow.WorkflowManager
Create new Node based on given factory and add to workflow.
addNodeAndApplyContext(NodeFactory<?>, NodeCreationContext) - Method in class org.knime.core.node.workflow.WorkflowManager
 
addNodeCreation(NodeContainer) - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
 
addNodeDescription(KnimeNodeDocument) - Method in class org.knime.core.node.DynamicNodeFactory
Deprecated.
addNodeDescription(KnimeNodeDocument) - Method in class org.knime.core.node.missing.MissingNodeFactory
Subclasses should add the node description elements.
addNodeExecutionResult(NodeID, NodeContainerExecutionResult) - Method in class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
Adds the execution result for a child node.
addNodeMessageListener(NodeMessageListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
addNodePropertyChangedListener(NodePropertyChangedListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
addNodeSettings(String) - Method in class org.knime.core.node.NodeSettings
Creates new NodeSettingsWO object for the given key and returns it.
addNodeSettings(NodeSettings) - Method in class org.knime.core.node.NodeSettings
Add the given NodeSettings object to this Config using the key of the argument's NodeSettings.
addNodeSettings(String) - Method in interface org.knime.core.node.NodeSettingsWO
Creates new NodeSettingsWO object for the given key and returns it.
addNodeSettings(NodeSettings) - Method in interface org.knime.core.node.NodeSettingsWO
Add the given NodeSettings object to this Config using the key of the argument's NodeSettings.
addNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.node.workflow.NodeContainer
addNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.node.workflow.NodeContainerOutPort
addNodeStateChangeListener(NodeStateChangeListener) - Method in interface org.knime.core.node.workflow.NodeContainerStateObservable
 
addNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
addNodeToTreeDepthFirst(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Add a new node to the tree structure based on a depth-first indexing strategy.
addNodeToTreeDepthFirst(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Add a new node to the tree structure based on a depth-first indexing strategy.
addNodeToTreeDepthFirst(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Add a new node to the tree structure based on a depth-first indexing strategy.
addNodeToTreeDepthFirst(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
Add a new node to the tree structure based on a depth-first indexing strategy.
addNodeToTreeDepthFirst(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
Add a new node to the tree structure based on a depth-first indexing strategy.
addNodeToTreeDepthFirst(DecisionTreeNode, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
Add a new node to the tree structure based on a depth-first indexing strategy.
addNoOfBinsChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addNotify() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
addOrReplaceDelimiterPattern(String, boolean, boolean, boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Replaces the delimiter with the same delimiter pattern overriding the values for combineConsecutiveDelims, returnAsSeparateToken, and includeInToken.
addOtherControls(JPanel) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeDialog
Deprecated.
Override this if you want to add additional controls on the same tab before the common controls.
addOtherControls(JPanel) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
Override this if you want to add additional controls on the same tab before the common controls.
addOtherControls(JPanel) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
Override this if you want to add additional controls on the same tab before the common controls.
AddOutFieldDialog - Class in org.knime.core.node.util.dialog
A dialog with most basic settings for an output field.
addOutputLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Deprecated.
Writes the PMML output layer of the MLP.
addOutputLayer(NeuralNetworkDocument.NeuralNetwork, MultiLayerPerceptron, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.neural.mlp2.PMMLNeuralNetworkTranslator
Writes the PMML output layer of the MLP.
addPanel(JPanel, String) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
Add additional panel (i.e.
addPanel(JPanel, String) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Add additional panel (for example for pivoting) to this dialog.
addPanel(JPanel, String, int) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Add additional panel (for example for pivoting) to this dialog.
addPanel(JPanel, boolean, String) - Method in class org.knime.core.node.util.VerticalCollapsablePanels
Adds a panel wrapped with text on the wrapper.
addPanel(JPanel, boolean) - Method in class org.knime.core.node.util.VerticalCollapsablePanels
Adds a panel wrapped without text on the wrapper.
addParallelChunk(int, ParallelizedChunkContent) - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
Add a new chunk to the list.
addPassword(String, String, String) - Method in class org.knime.core.node.config.base.ConfigBase
Adds a password to the config object.
addPassword(String, String, String) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds a password to the config object.
addPattern(double[], T) - Method in class org.knime.base.util.kdtree.KDTreeBuilder
Adds a pattern that is later inserted into the tree.
addPieColumnChangeListener(ActionListener) - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
 
addPieSizeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addPMMLModel(DocumentFragment, PMMLPortObjectSpec) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
 
addPMMLModelContent(TransformerHandler, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
Derived classes should override this method to add the model content.
addPMMLModelContent(TransformerHandler, PMMLPortObjectSpec) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
Derived classes should override this method to add the model content.
addPMMLModelFromHandler(PMMLContentHandler) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Deprecated.
addPoint(Point) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
Adds a (mapped) point of the path.
addPoint(Point) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
Adds a point to the line.
addPolicy(Class<? extends DataValue>, String, PolicyStrategy) - Static method in class org.knime.base.util.coordinate.Coordinate
Registers a strategy.
addPredicate(PMMLPredicate) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Adds a PMMLPredicate.
addPredictionColumn(DefaultNodeSettingsPane) - Method in class org.knime.base.node.mine.util.PredictorHelper
Creates the SettingsModelString for the custom prediction column and adds the controls to dialog.
addPredictionColumn(DefaultNodeSettingsPane, SettingsModelString, SettingsModelBoolean) - Method in class org.knime.base.node.mine.util.PredictorHelper
Adds the prediction column name to the dialog.
addPreprocColNames(List<String>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Adds the specified column names as preprocessing column.
addPreprocCols(List<DataColumnSpec>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Adds the specified columns as preprocessing column.
addProbabilitySuffix(DefaultNodeSettingsPane) - Method in class org.knime.base.node.mine.util.PredictorHelper
Adds the suffix model to dialog.
addProbabilitySuffix(DefaultNodeSettingsPane, SettingsModelString) - Method in class org.knime.base.node.mine.util.PredictorHelper
Adds suffixModel to dialog.
addProgressListener(NodeProgressListener) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Adds a new listener to the list of instances which are interested in receiving progress events.
addProgressListener(NodeProgressListener) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Must not be called.
addProgressListener(NodeProgressListener) - Method in interface org.knime.core.node.NodeProgressMonitor
Adds a new listener to the list of instances which are interested in receiving progress events.
addProgressListener(ConnectionProgressListener) - Method in class org.knime.core.node.workflow.ConnectionContainer
Adds a listener to the list of registered progress listeners.
addProgressListener(NodeProgressListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
addProgressListener(NodeProgressListener) - Method in class org.knime.core.util.ProgressMonitorAdapter
Adds a new listener to the list of instances which are interested in receiving progress events.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.knime.core.node.tableview.TableContentModel
Adds property change listener to this instance.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.knime.core.node.tableview.TableContentModel
Adds property change listener to this instance.
addQuotePattern(String, String, char) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Adds support for the specified quote patterns and escape character.
addQuotePattern(String, String, char, boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
addQuotePattern(String, String) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
addQuotePattern(String, String, boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
addRectangle(double, double, double, double, Color, Stroke, boolean) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Adds a rectangle defined by the upper-left corner and the width and height.
addRendererFactory(DataValueRendererFactory, boolean) - Method in class org.knime.core.data.ExtensibleUtilityFactory
Adds a factory to the list of available renderers.
addRequestProperty(String, String) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
addRightOuter(DataRow, ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.JoinContainer
Add an outer match of the right table to this JoinContainer.
addRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
addRow(RowKey...) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
Adds the rows to this DendrogramPoint.
addRow(DataRow, boolean, boolean) - Method in class org.knime.core.data.container.Buffer
Adds a row to the buffer.
addRow() - Method in interface org.knime.core.node.util.ConfigTableModel
Add a row with default content.
addRow() - Method in class org.knime.core.node.util.DefaultConfigTableModel
Add a row with default content.
addRow(DataColumnSpec) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
Adds a row using the give colSpec as a hint for the new row.
addRow(FlowVariable) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
Adds a row using the given flow variable as a hint.
addRow(String, FlowVariable.Type) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
Adds a row using the give values as a hint.
addRow(OutColumnField) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
Adds a row using the values of the given output column.
addRow(OutFlowVariableField) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
Adds a row using the values of the given output variable.
addRowDelimiter(String, boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Will add a delimiter pattern that will terminate a row.
addRowElement(RowElement) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Adds a new row element to the table
addRowKey(String, RowKey) - Method in class org.knime.core.node.config.Config
Adds this RowKey object to this Config by the given key.
addRowKey(String, RowKey) - Method in interface org.knime.core.node.config.ConfigWO
Adds this RowKey object to this Config by the given key.
addRowKeyArray(String, RowKey...) - Method in class org.knime.core.node.config.Config
Adds this RowKey array to this Config by the given key.
addRowKeyArray(String, RowKey...) - Method in interface org.knime.core.node.config.ConfigWO
Adds this RowKey array to this Config by the given key.
addRowKeyForDuplicateCheck(RowKey) - Method in class org.knime.core.data.container.DataContainer
Method being called when DataContainer.addRowToTable(DataRow) is called.
addRows(List<R>) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
addRows(Set<RowKey>) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
Adds the rows to thsi DendrogramPoint.
addRowToChunk(DataRow) - Method in class org.knime.core.data.sort.AbstractTableSorter
Adds a row to the current chunk.
addRowToTable(DataRow) - Method in class org.knime.core.data.container.DataContainer
Appends a row to the end of a container.
addRowToTable(DataRow) - Method in interface org.knime.core.data.container.RowAppender
Appends a row to the end of a container.
addRule(DataCell, DataCell, DataCell) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryRuleSet
Add a rule to the set.
addRule(String) - Method in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
Adds a rule.
addSearchListener(ColumnSelectionSearchableListPanel.SearchListener) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
addSelectionInterval(int, int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
addShort(String, short) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this short value to the ConfigBase by the given key.
addShort(String, short) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this short value to the Config by the given key.
addShort(String, Short, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new Short attribute to the registry.
addShortArray(String, short...) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this short array to the ConfigBase by the given key.
addShortArray(String, short...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this short array to the Config by the given key.
addShortArray(String, short[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new Short Array attribute to the registry.
addShortDescriptionToNodeDescription(Element, Iterable<MissingCellHandlerFactory>) - Static method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionFactory
Adds the short description of the given MissingCellHandlerFactorys to the fullDescription DOM-Element.
addShowBarOutlineChangedListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowBinOutlineChangedListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowDetailsListener(ItemListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addShowElementOutlineChangedListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowEmptyBinListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowGridChangedListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowInvalidValBinListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowMissingValBinListener(ItemListener) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
addShowMissingValSectionListener(ItemListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addShowSectionOutlineChangedListener(ItemListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addSingleLineCommentPattern(String, boolean, boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Adds support for single line comment to the tokenizer.
addSkippedGroup(String, String, DataCell[]) - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
addStatusOfSettings(SettingsStatus, boolean, DataTableSpec) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Call this from derived classes to add the status of all super classes.
addStatusOfSettings(SettingsStatus, boolean, DataTableSpec) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Adds its status messages to a passed status object.
addStatusOfSettings(SettingsStatus, boolean) - Method in class org.knime.base.node.io.filereader.FileTable
Adds its status messages to a passed status object.
addStatusOfSettings(SettingsStatus) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Checks the completeness and consistency of all settings and adds informational messages, warnings, and errors, if something is suspicious.
addString(String, String) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this String object to the ConfigBase by the given key.
addString(String, String) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this String object to the Config by the given key.
addString(String, String, AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new String attribute to the registry.
addStringArray(String, String...) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this array of String object to the ConfigBase by the given key.
addStringArray(String, String...) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds this array of String object to the Config by the given key.
addStringArray(String, String[], AbstractDisplayOption) - Method in class org.knime.core.util.node.config.ConfigRegistry
Adds a new String Array attribute to the registry.
addStringPosValue() - Method in class org.knime.base.node.io.filereader.DomainDialog
Called when the user pressed the "Add" button to add a string value to the list of possible values.
addTab(String, Component) - Method in class org.knime.core.node.NodeDialogPane
Adds a new component in a new tab to the node's dialog.
addTab(String, Component, boolean) - Method in class org.knime.core.node.NodeDialogPane
As NodeDialogPane.addTab(String, Component) but with an additional option to wrap the entire panel into a scroll pane.
addTab(String, Component) - Method in class org.knime.core.node.util.SelectableAccordion
Deprecated.
addTabAt(int, String, Component) - Method in class org.knime.core.node.NodeDialogPane
Adds a new tab at a certain position in the tabbed pane of the node's dialog.
addTabAt(int, String, Component, boolean) - Method in class org.knime.core.node.NodeDialogPane
As NodeDialogPane.addTabAt(int, String, Component) but with an additional option to wrap the entire panel into a scroll pane.
addTable(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.meta.looper.ConcatenateTableFactory
Table is added and rows are copied to a new data container.
addTable(RowInput, ExecutionContext) - Method in class org.knime.base.node.meta.looper.ConcatenateTableFactory
All rows of the given row input are added to a new data container.
addTableAndFilterDuplicates(SortedTable, ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer
Adds the rows of the given table to the container.
addTableModelListener(TableModelListener) - Method in interface org.knime.core.node.tableview.TableContentInterface
Adds a listener to the list that is notified each time a change to the data model occurs.
addTableName() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
addText(String, DataCell, DataCell, Color) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Adds a text at the position defined by the values of the both DataCells (lower-left corner).
addTID(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
Adds a transaction id to this item, thus, the item has to be present in this transaction.
addToDuplicateChecker(String) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
 
addToHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.property.hilite.HiLiteManager
Adds a new target HiLiteHandler to the list of registered hilite handlers and adds the private target listener if the list of hilit keys is empty.
addToHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
Adds a new target HiLiteHandler to the list of registered hilite handlers and adds the private target listener if the list of hilite keys is empty.
addToHistory() - Method in class org.knime.core.node.util.FilesHistoryPanel
Adds the current location to the history.
addToRepository(FileStoreHandlerRepository) - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
 
addToRepository(FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
addToRepository(FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
addToRepository(FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
addToRepository(FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
addToRepository(FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
Adds the model to a segment in a pmml segmentation.
addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
Adds the model to a segment in a pmml segmentation.
addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
Adds the model to a segment in a pmml segmentation.
addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Adds the model to a segment in a pmml segmentation.
addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
Adds the model to a segment in a pmml segmentation.
addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
Adds the model to a segment in a pmml segmentation.
addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
Adds the model to a segment in a pmml segmentation.
addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
Adds the model to a segment in a pmml segmentation.
addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
Adds the model to a segment in a pmml segmentation.
addToSegment(SegmentDocument.Segment) - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
Adds the model to a segment in a pmml segmentation.
addToSettings(T) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeDialog
Enables subclasses to add there settings to the settings object.
addToSettings(LoopEnd2NodeSettings) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeDialog
Enables subclasses to add there settings to the settings object.
addToSettings(LoopEndNodeSettings) - Method in class org.knime.base.node.meta.looper.LoopEndNodeDialog
Enables subclasses to add there settings to the settings object.
addToSize(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
Adds given value i to size.
addTotalChange(double) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
addToTemporaryTables(Set<ContainerTable>) - Method in class org.knime.core.node.Node
Adds the argument set of tables to the set of temporary tables in this node.
addToZipFile(ZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.data.container.Buffer
Method that's been called from the ContainerTable to save the content.
addTransientString(String, String) - Method in class org.knime.core.node.config.base.ConfigBase
Adds a 'transient' string to this settings tree.
addTransientString(String, String) - Method in interface org.knime.core.node.config.base.ConfigBaseWO
Adds a 'transient' string to this settings tree.
addTreeCellClass(String) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
addType(JRadioButton, int) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Adds the type to the given radio button.
addUIInformationListener(NodeUIInformationListener) - Method in class org.knime.core.node.workflow.Annotation
 
addUIInformationListener(ConnectionUIInformationListener) - Method in class org.knime.core.node.workflow.ConnectionContainer
Add a listener to the list of registered listeners.
addUIInformationListener(NodeUIInformationListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
addValue(String, Object) - Method in class org.knime.base.data.aggregation.GlobalSettings
Allows the adding of arbitrary objects with a given key.
addValue(String, Object) - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
Allows the adding of arbitrary objects with a given key.
addValue(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
Adds the given value to this attribute model.
addValue(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
Adds the given value to this attribute model.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
Adds the given value to the concrete implementation.
addValueInternal(String, DataCell) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
Adds the given value to the concrete implementation.
addValues(Map<String, Object>) - Method in class org.knime.base.data.aggregation.GlobalSettings
Allows the adding of arbitrary key value pairs.
addValues(Map<SpreadsheetTableModel.IntPair, Cell>) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Add values to the table.
addValueScaleListener(ActionListener) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
addVariableControlledParameters(Set<String>) - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
addVisualization(AbstractPlotter, String) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
Adds another tab containing a plotter.
addVisualization(AbstractPlotter, String) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
Adds another tab with title title containing a plotter.
addWaitingLoop(FlowLoopContext) - Method in class org.knime.core.node.workflow.NodeContainer
add a loop to the list of waiting loops.
addWarning(String) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
 
addWarning(String) - Method in class org.knime.core.util.tokenizer.SettingsStatus
Adds a warning message to the status object.
addWarningListener(NodeModelWarningListener) - Method in class org.knime.core.node.NodeModel
Adds a warning listener to this node.
addWhiteSpaceCharacter(String) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Defines a new character to be handled as a whitespace character.
addWhiteSpaceCharacter(char) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
This is a convenience method.
addWorkflowAnnotation(WorkflowAnnotation) - Method in class org.knime.core.node.workflow.WorkflowManager
Add new workflow annotation, fire events.
addWorkflowVariables(boolean, FlowVariable...) - Method in class org.knime.core.node.workflow.WorkflowManager
Set new workflow variables.
addWriter(Writer, NodeLogger.LEVEL, NodeLogger.LEVEL) - Static method in class org.knime.core.node.NodeLogger
Adds a new Writer with the given level to this logger.
addWriter(Writer, Layout, NodeLogger.LEVEL, NodeLogger.LEVEL) - Static method in class org.knime.core.node.NodeLogger
Adds a new Writer with the given level to this logger.
addXColumnChangeListener(ActionListener) - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
 
addXColumnChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeDialogPane
 
addXColumnListener(ItemListener) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
addXMaxListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
addXMinListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
addYColumnListener(ItemListener) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
addYMaxListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
addYMinListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
adjustCell(DataCell, double) - Method in interface org.knime.base.node.mine.sota.logic.SotaCell
Adjusts the cells value related to the given cell with given learningrate.
adjustCell(DataCell, double) - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
Adjusts the cells value related to the given cell with given learningrate.
adjustCell(DataCell, double) - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
Adjusts the cells value related to the given cell with given learningrate.
adjustDataPoint(DataPoint, DataPoint, DataRow, DataRow) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Adjusts the low dimensional mapping of the first data point according to the second data point and its mapping.
adjustLearningRate(int) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Adjusts learning rate according to the given epoch.
adjustSotaCell(SotaTreeCell, DataRow, double, String) - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyHelper
Adjusts the given SotaTreeCell related to the given DataRow and learningrate and assigns the given class.
adjustSotaCell(SotaTreeCell, DataRow, double, String) - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
Adjusts the given SotaTreeCell related to the given DataRow and learningrate and assigns the given class.
adjustSotaCell(SotaTreeCell, DataRow, double, String) - Method in class org.knime.base.node.mine.sota.logic.SotaNumberHelper
Adjusts the given SotaTreeCell related to the given DataRow and learningrate and assigns the given class.
advancedFormat(double) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner.BinnerNumberFormat
 
AdvancedPanel - Class in org.knime.base.node.io.csvwriter
 
AdvancedPanel() - Constructor for class org.knime.base.node.io.csvwriter.AdvancedPanel
 
advancedSettings() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Called when the user presses the "Advanced Settings..." button.
advancedSettings() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
Called when the user presses the "Advanced Settings..." button.
AffineTransConfiguration - Class in org.knime.base.data.normalize
Configuration object for a AffineTransTable.
AffineTransConfiguration() - Constructor for class org.knime.base.data.normalize.AffineTransConfiguration
Default, no normalization on columns.
AffineTransConfiguration(String[], double[], double[], double[], double[], String) - Constructor for class org.knime.base.data.normalize.AffineTransConfiguration
 
AffineTransRowIterator - Class in org.knime.base.data.normalize
RowIterator that wraps another iterator and performs an affine transformation, i.e.
AffineTransRowIterator(DataTable, AffineTransTable) - Constructor for class org.knime.base.data.normalize.AffineTransRowIterator
Creates new row iterator given an AffineTransTable with its informations.
AffineTransRowIterator(RowInput, AffineTransTable) - Constructor for class org.knime.base.data.normalize.AffineTransRowIterator
Creates new row iterator given an AffineTransTable with its informations.
AffineTransRowIterator.RowInputIterator - Class in org.knime.base.data.normalize
Iterator on RowInput.
AffineTransTable - Class in org.knime.base.data.normalize
Table that performs an affine transformation, i.e.
AffineTransTable(DataTable, String[], double[], double[], double[], double[]) - Constructor for class org.knime.base.data.normalize.AffineTransTable
AffineTransTable(DataTable, AffineTransConfiguration) - Constructor for class org.knime.base.data.normalize.AffineTransTable
Creates new table, normalizing table with the configuration given by configuration.
AffineTransTable(RowInput, AffineTransConfiguration) - Constructor for class org.knime.base.data.normalize.AffineTransTable
Creates new table, normalizing table (given as row input) with the configuration given by configuration.
afterEvaluation() - Method in class org.knime.base.data.statistics.calculation.NominalValue
afterEvaluation() - Method in class org.knime.base.data.statistics.Statistic
 
afterEvaluation() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationStatisticMB
afterEvaluation() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationStatisticMB
afterEvaluation() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
afterEvaluation() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticMB
afterEvaluation() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticTB
afterExecute() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Called to finalize the execution.
afterProcessing() - Method in class org.knime.core.data.container.AbstractCellFactory
Called after all rows have been processed (either successfully or failed).
AggregateOutputNodeDialogPane - Class in org.knime.base.node.meta.xvalidation
This dialog lets the user choose the column containing the predicted class values and the column containing the real class values.
AggregateOutputNodeDialogPane() - Constructor for class org.knime.base.node.meta.xvalidation.AggregateOutputNodeDialogPane
Creates a new dialog.
AggregateOutputNodeFactory - Class in org.knime.base.node.meta.xvalidation
This factory creates all necessary classes for the Cross validation aggregator node.
AggregateOutputNodeFactory() - Constructor for class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
 
AggregateOutputNodeModel - Class in org.knime.base.node.meta.xvalidation
This models aggregates the result from each of the cross validation loops.
AggregateOutputNodeModel() - Constructor for class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
Create a new model for the aggregation node.
AggregateSettings - Class in org.knime.base.node.meta.xvalidation
This class holds the settings for the aggregation node.
AggregateSettings() - Constructor for class org.knime.base.node.meta.xvalidation.AggregateSettings
 
AGGREGATION_COLUMN_FILTER - Static variable in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
This column filter should be used in all aggregation column select boxes.
AGGREGATION_COLUMN_FILTER - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
This column filter should be used in all x column select boxes.
AGGREGATION_COLUMN_LABEL - Static variable in class org.knime.base.node.viz.pie.impl.PieProperties
The label of the aggregation column.
AggregationCellFactory - Class in org.knime.base.node.preproc.columnaggregator
CellFactory implementation that aggregates a number of columns per row using the given AggregationOperators.
AggregationCellFactory(DataTableSpec, List<String>, GlobalSettings, List<NamedAggregationOperator>) - Constructor for class org.knime.base.node.preproc.columnaggregator.AggregationCellFactory
Constructor for class AggregationCellFactory.
AggregationColumnDialogComponent - Class in org.knime.base.node.viz.histogram.util
 
AggregationColumnDialogComponent(String, SettingsModelColorNameColumns, Dimension, ColumnFilter) - Constructor for class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
Constructor for class AggregationColumnDialogComponent.
AggregationColumnFilterPanel - Class in org.knime.base.node.viz.histogram.util
Panel is used to select the aggregation columns of a histogram node.
AggregationColumnFilterPanel(String, Dimension, ColumnFilter) - Constructor for class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
AggregationColumnIcon - Class in org.knime.base.node.viz.histogram.util
Constructs a new icon with its specific Color and size.
AggregationColumnIcon(DataColumnSpec, Color) - Constructor for class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
Creates new squared color icon.
AggregationColumnIconRenderer - Class in org.knime.base.node.viz.histogram.util
Constructs a new column values renderer with is specific Color.
AggregationColumnIconRenderer() - Constructor for class org.knime.base.node.viz.histogram.util.AggregationColumnIconRenderer
 
AggregationColumnPanel - Class in org.knime.base.data.aggregation.dialogutil
Deprecated.
AggregationColumnPanel() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
Constructor for class AggregationColumnPanel.
AggregationColumnPanel(String) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
Constructor for class AggregationColumnPanel.
AggregationColumnPanel(String, String) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
 
AggregationColumnPanel - Class in org.knime.base.data.aggregation.dialogutil.column
This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method.
AggregationColumnPanel() - Constructor for class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
Constructor for class AggregationColumnPanel.
AggregationColumnPanel(String) - Constructor for class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
Constructor for class AggregationColumnPanel.
AggregationColumnPanel(String, String) - Constructor for class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
 
AggregationColumnTableModel - Class in org.knime.base.data.aggregation.dialogutil
Deprecated.
AggregationColumnTableModel() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
Constructor for class AggregationColumnTableModel.
AggregationColumnTableModel - Class in org.knime.base.data.aggregation.dialogutil.column
This DefaultTableModel holds all aggregation columns and their aggregation method.
AggregationColumnTableModel() - Constructor for class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
Constructor for class AggregationColumnTableModel.
AggregationFunction - Interface in org.knime.core.node.port.database.aggregation
Methods are not thread safe since they might have internal state.
AggregationFunctionAndRowListCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
ListCellRenderer that checks if the value being renderer is of type AggregationFunction or AggregationFunctionRow if so it will renderer the name of the function.
AggregationFunctionAndRowListCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationFunctionAndRowListCellRenderer
 
AggregationFunctionAndRowTableCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
TableCellRenderer that checks if the value being renderer is of type AggregationFunction or AggregationFunctionRow in either case it will renderer the name of the function or the function returned by the row.
AggregationFunctionAndRowTableCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationFunctionAndRowTableCellRenderer
 
AggregationFunctionComboBox - Class in org.knime.base.data.aggregation.dialogutil
This combo box is used in the aggregation column table to let the user choose from the different compatible aggregation methods per aggregation column.
AggregationFunctionComboBox() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationFunctionComboBox
Creates AggregationMethod selection combo box with the allowed methods.
AggregationFunctionProvider<F extends AggregationFunction> - Interface in org.knime.core.node.port.database.aggregation
 
AggregationFunctionRow<F extends AggregationFunction> - Interface in org.knime.base.data.aggregation.dialogutil
Interface that describes a row in an AggregationFunction table.
AggregationFunctionRowTableCellRenderer<R extends AggregationFunctionRow<?>> - Class in org.knime.base.data.aggregation.dialogutil
Table cell renderer that handles rendering of invalid AggregationFunctionRows.
AggregationFunctionRowTableCellRenderer(AggregationFunctionRowTableCellRenderer.ValueRenderer<R>) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer
 
AggregationFunctionRowTableCellRenderer(AggregationFunctionRowTableCellRenderer.ValueRenderer<R>, boolean) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer
 
AggregationFunctionRowTableCellRenderer(AggregationFunctionRowTableCellRenderer.ValueRenderer<R>, boolean, String) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer
 
AggregationFunctionRowTableCellRenderer.ValueRenderer<R> - Interface in org.knime.base.data.aggregation.dialogutil
Used to render a specific value of an AggregationFunctionRow.
AggregationMethod - Interface in org.knime.base.data.aggregation
Interface that implements the main methods of an aggregation method.
AggregationMethod - Enum in org.knime.base.node.viz.aggregation
Enumerates all possible aggregation methods of the Histogram visualisation.
AggregationMethodComboBox - Class in org.knime.base.data.aggregation.dialogutil
Deprecated.
AggregationMethodComboBox() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodComboBox
Deprecated.
Creates AggregationMethod selection combo box with the allowed methods.
AggregationMethodDecorator - Class in org.knime.base.data.aggregation
Utility class that bundles an AggregationMethod with an include missing cells flag.
AggregationMethodDecorator(AggregationMethod) - Constructor for class org.knime.base.data.aggregation.AggregationMethodDecorator
Constructor for class AggregationOperatorDecorator.
AggregationMethodDecorator(AggregationMethod, boolean) - Constructor for class org.knime.base.data.aggregation.AggregationMethodDecorator
Constructor for class AggregationMethodDecorator.
AggregationMethodDecoratorTableCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
Deprecated.
AggregationMethodDecoratorTableCellRenderer(AggregationMethodDecoratorTableCellRenderer.ValueRenderer) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer
Deprecated.
 
AggregationMethodDecoratorTableCellRenderer(AggregationMethodDecoratorTableCellRenderer.ValueRenderer, boolean) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer
Deprecated.
 
AggregationMethodDecoratorTableCellRenderer(AggregationMethodDecoratorTableCellRenderer.ValueRenderer, boolean, String) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer
Deprecated.
 
AggregationMethodDecoratorTableCellRenderer.ValueRenderer - Interface in org.knime.base.data.aggregation.dialogutil
Deprecated.
Used to render a specific value of an AggregationMethodDecorator.
AggregationMethodListCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
Deprecated.
AggregationMethodListCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodListCellRenderer
Deprecated.
 
AggregationMethods - Class in org.knime.base.data.aggregation
Singleton that lists all available aggregation methods including helper methods to retrieve meaningful methods.
AggregationMethodTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil
Deprecated. 
AggregationMethodTableCellEditor(TableModel) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellEditor
Deprecated.
Constructor for class AggregationMethodTableCellEditor.
AggregationMethodTableCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
Deprecated.
AggregationMethodTableCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellRenderer
Deprecated.
 
AggregationModel<S,H extends Shape> - Interface in org.knime.base.node.viz.aggregation
This interface provides methods which are common to the aggregation model and sub model.
AggregationOperator - Class in org.knime.base.data.aggregation
Abstract class which has to be extended by all aggregation method operators that can be registered using the AggregationOperator extension point.
AggregationOperator(OperatorData) - Constructor for class org.knime.base.data.aggregation.AggregationOperator
Constructor for class AggregationOperator.
AggregationOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.AggregationOperator
Constructor for class AggregationOperator.
AggregationParameterDialog - Class in org.knime.base.data.aggregation.dialogutil
Deprecated.
AggregationParameterDialog(Frame, AggregationMethod, DataTableSpec) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationParameterDialog
Deprecated.
 
AggregationParameterDialog(Frame, boolean, String, AggregationMethod, DataTableSpec) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationParameterDialog
Deprecated.
 
AggregationSettingsButtonCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
This class implements the aggregation operator settings button that is displayed in the aggregation operator table.
AggregationSettingsButtonCellRenderer(AbstractAggregationPanel<?, ?, ?>) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
Create the ButtonColumn to be used as a renderer and editor.
AggregationSettingsDialog - Class in org.knime.base.data.aggregation.dialogutil
JDialog that displays and allows the editing of the additional parameters of an AggregationFunction.
AggregationSettingsDialog(Frame, AggregationFunction, DataTableSpec) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationSettingsDialog
 
AggregationSettingsDialog(Frame, boolean, String, AggregationFunction, DataTableSpec) - Constructor for class org.knime.base.data.aggregation.dialogutil.AggregationSettingsDialog
 
AggregationTableModel<R extends AggregationFunctionRow<?>> - Interface in org.knime.base.data.aggregation.dialogutil
TableModel that allows the displaying and editing of AggregationFunctionRows.
AggregationTableModel<R extends AggregationFunctionRow<?>> - Interface in org.knime.base.node.io.database.groupby.dialog
TableModel that allows the displaying and editing of AggregationFunctionRows.
AggregationValModel<T extends AggregationValSubModel<S,H>,S extends Shape,H extends Shape> - Class in org.knime.base.node.viz.aggregation
This abstract class holds the data of a particular aggregation value and its AggregationValSubModels.
AggregationValModel(String, Color, boolean) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValModel
Constructor for class AttributeValModel.
AggregationValModel(String, Color, Map<Color, T>, int, int, double, boolean) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValModel
Constructor for class AttributeValModel.
AggregationValModel(ConfigRO, ExecutionMonitor) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValModel
Constructor for class AggregationValModel.
AggregationValSubModel<S extends Shape,H extends Shape> - Class in org.knime.base.node.viz.aggregation
This class holds the data of a sub model which represents rows of the same color.
AggregationValSubModel(Color) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValSubModel
Constructor for class AttributeValColorModel.
AggregationValSubModel(Color, boolean) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValSubModel
Constructor for class AttributeValColorModel.
AggregationValSubModel(Color, boolean, double, int, int) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValSubModel
Constructor for class AttributeValColorModel (used for cloning).
AggregationValSubModel(ConfigRO) - Constructor for class org.knime.base.node.viz.aggregation.AggregationValSubModel
Constructor for class AggregationValSubModel.
AggrValModelComparator - Class in org.knime.base.node.viz.aggregation.util
 
AggrValModelComparator(boolean, boolean) - Constructor for class org.knime.base.node.viz.aggregation.util.AggrValModelComparator
Constructor for class AggrValModelComparator.
allApplicableColumns(DataTableSpec, List<String>) - Static method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Finds those columns that have applicable columns.
AllColumnConfiguration - Class in org.knime.base.node.preproc.draganddroppanel
 
AllColumnConfiguration(ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
 
AllColumnPanel - Class in org.knime.base.node.preproc.draganddroppanel
 
AllColumnPanel(AllColumnConfiguration) - Constructor for class org.knime.base.node.preproc.draganddroppanel.AllColumnPanel
 
allFilteredMsg() - Method in class org.knime.base.node.viz.histogram.util.NoDomainColumnFilter
allFilteredMsg() - Method in class org.knime.base.node.viz.pie.util.PieColumnFilter
allFilteredMsg() - Method in interface org.knime.core.node.util.ColumnFilter
 
allFilteredMsg() - Method in class org.knime.core.node.util.ColumnFilterPanel.ValueClassFilter
Deprecated.
allFilteredMsg() - Method in class org.knime.core.node.util.CombinedColumnFilter
allFilteredMsg() - Method in class org.knime.core.node.util.DataValueColumnFilter
ALLLAYERS_KEY - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Key to store all layers of the MLP in the ModelContent.
ALLOW_MULTIPLE - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
The name of the settings tag which holds true if the user wants that the node handles multiple occurrences as boolean.
ALLOW_MULTIPLE - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
The name of the settings tag which holds true if the user wants that the node handles multiple occurrences as boolean.
allowLFinQuotes(boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
If true is passed, line breaks in quoted string are allowed and stored as part of the string, if the argument is false, an exception is thrown if a new line character is read inside a quoted string (and no line continuation character (backslash) is used).
allowLFinQuotes() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Returns true if line breaks in quoted string are allowed and stored as part of the string, or false, if a new line character in a quoted string causes an error (unless the line continuation character (backslash) is used).
alwaysIncludeColumns() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Returns a collection with the columns that should always be included in all iterations.
alwaysIncludeColumns(Collection<String>) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Sets the collection of columns that should always be included in all iterations.
analyze(FileReaderNodeSettings, ExecutionMonitor) - Static method in class org.knime.base.node.io.filereader.FileAnalyzer
Tries to guess FileReader settings for the passed data file.
analyzeAction() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
triggers analysis.
analyzeAction() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
triggers analysis.
analyzeDataFileAndUpdatePreview(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Updates the preview table, if a new and valid URL was specified in the data file name text field or the force parameter is set true.
analyzeDataFileAndUpdatePreview(boolean) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
Updates the preview table, if a new and valid URL was specified in the data file name text field or the force parameter is set true.
analyzeUsedAllRows() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
and(RuleNode, RuleNode) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new AND node.
and(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.BitVectorUtil
Creates a sparse bit vector cell, in case that one or both given values are sparse bit vector cells (otherwise a dense bit vector cell).
and(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Creates and returns a new bit vector whose bits are set at positions where both, this and the argument vector have their bits set.
and(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Creates a dense bit vector cell containing the result of the AND operation on the passed operands.
and(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Creates and returns a new bit vector whose bits are set at positions where both, this and the argument vector have their bits set.
and(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Creates a sparse bit vector cell containing the result of the AND operation on the passed operands.
AndElementCountOperator - Class in org.knime.base.data.aggregation.collection
Collection operator that counts the number of elements in the intersection of all elements.
AndElementCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.AndElementCountOperator
Constructor for class AndElementCountOperator.
AndElementCountOperator - Class in org.knime.base.data.aggregation.deprecated
Deprecated.
AndElementCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.AndElementCountOperator
Deprecated.
Constructor for class AndElementCountOperator.
AndElementOperator - Class in org.knime.base.data.aggregation.collection
Collection operator that returns the intersection of all elements.
AndElementOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.AndElementOperator
Constructor for class AndElementOperator.
AndElementOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.AndElementOperator
Constructor for class AndElementOperator.
AndElementOperator - Class in org.knime.base.data.aggregation.deprecated
Deprecated.
AndElementOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.AndElementOperator
Deprecated.
Constructor for class AndElementOperator.
AndElementOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.AndElementOperator
Deprecated.
Constructor for class AndElementOperator.
AndRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
A row filter for the row filter data table ANDing two other row filters.
AndRowFilter(RowFilter, RowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
AndRowFilter(IRowFilter, IRowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
Implements a IRowFilter that takes two other IRowFilters and combines their results with a logical AND.
AndRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
The filter created by this constructor cannot be used without loading settings through a config object.
Annotation - Class in org.knime.core.node.workflow
An annotation on the workflow.
Annotation(AnnotationData) - Constructor for class org.knime.core.node.workflow.Annotation
Create new annotation with arg data (not null).
AnnotationClassFilter(Class<? extends Annotation>...) - Constructor for class org.knime.core.util.EclipseUtil.AnnotationClassFilter
Creates a new annotation filter.
AnnotationData - Class in org.knime.core.node.workflow
 
AnnotationData() - Constructor for class org.knime.core.node.workflow.AnnotationData
 
AnnotationData.StyleRange - Class in org.knime.core.node.workflow
Formatting rule on the text; similar to SWT style range.
AnnotationData.TextAlignment - Enum in org.knime.core.node.workflow
Text alignment in annotation.
ApacheMathStatistic - Class in org.knime.base.data.statistics.calculation
Base class for apache math StorelessUnivariateStatistics implementations.
ApacheMathStatistic(StorelessUnivariateStatistic, String...) - Constructor for class org.knime.base.data.statistics.calculation.ApacheMathStatistic
 
append(String) - Method in class org.knime.base.node.preproc.double2int.WarningMessage
Appends the given warning message to existing ones and puts a '\n' in between.
append(String) - Method in class org.knime.base.node.preproc.double2int2.WarningMessage
Appends the given warning message to existing ones and puts a '\n' in between.
append(char) - Method in class org.knime.base.util.NullPrintStream
append(CharSequence, int, int) - Method in class org.knime.base.util.NullPrintStream
append(CharSequence) - Method in class org.knime.base.util.NullPrintStream
append(char) - Method in class org.knime.base.util.NullWriter
append(CharSequence, int, int) - Method in class org.knime.base.util.NullWriter
append(CharSequence) - Method in class org.knime.base.util.NullWriter
append(CellFactory) - Method in class org.knime.core.data.container.ColumnRearranger
Appends the columns provided by fac to the end of the current column set.
APPEND_COLUMNS - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
The configuration key for the specified column appending.
APPEND_COLUMNS_WITH_NORMALIZED_CLASS_DISTRIBUTION - Static variable in class org.knime.base.node.mine.util.PredictorHelper
The dialog text for adding probabilities columns.
APPEND_ROWKEY_COLUMN - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
The name of the settings tag which holds the boolean if the user wants to have the row key values in a new column or not.
appendAnnotation(String, boolean) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
Appends new annotation.
appendChildMatcher(DataCell[], int) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
appendClassProbabilities() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
 
appendClassProbabilities() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
 
AppendColumn - Class in org.knime.base.node.parallel.appender
 
AppendColumn() - Constructor for class org.knime.base.node.parallel.appender.AppendColumn
 
AppendedCellFactory - Interface in org.knime.base.data.append.column
Factory for an AppendedColumnTable that serves to generate the cells of the new columns.
AppendedColumnRow - Class in org.knime.base.data.append.column
Deprecated.
AppendedColumnRow(DataRow, DataCell...) - Constructor for class org.knime.base.data.append.column.AppendedColumnRow
Deprecated.
Creates new Row with baseRow providing the first cells and appendCell as last cells.
AppendedColumnRow(RowKey, DataRow, DataCell...) - Constructor for class org.knime.base.data.append.column.AppendedColumnRow
Deprecated.
Creates new Row with baseRow providing the first cells and appendCell as last cells.
AppendedColumnRow(DataRow, DataRow, boolean[]) - Constructor for class org.knime.base.data.append.column.AppendedColumnRow
Deprecated.
Create a new row with the baseRow providing the first cells and appendedRow providing the following cells.
AppendedColumnRow(RowKey, DataRow, DataRow, boolean[]) - Constructor for class org.knime.base.data.append.column.AppendedColumnRow
Deprecated.
Create a new row with the baseRow providing the first cells and appendedRow providing the following cells.
AppendedColumnRow(RowKey, DataRow, DataRow) - Constructor for class org.knime.base.data.append.column.AppendedColumnRow
Deprecated.
Create a new row with the baseRow providing the first cells and appendedRow providing the following cells.
AppendedColumnRow - Class in org.knime.core.data.append
A DataRow that is extended by one or more cells.
AppendedColumnRow(DataRow, DataCell...) - Constructor for class org.knime.core.data.append.AppendedColumnRow
Creates new Row with baseRow providing the first cells and appendCell as last cells.
AppendedColumnRow(RowKey, DataRow, DataCell...) - Constructor for class org.knime.core.data.append.AppendedColumnRow
Creates new Row with baseRow providing the first cells and appendCell as last cells.
AppendedColumnRow(DataRow, DataRow, boolean[]) - Constructor for class org.knime.core.data.append.AppendedColumnRow
Create a new row with the baseRow providing the first cells and appendedRow providing the following cells.
AppendedColumnRow(RowKey, DataRow, DataRow, boolean[]) - Constructor for class org.knime.core.data.append.AppendedColumnRow
Create a new row with the baseRow providing the first cells and appendedRow providing the following cells.
AppendedColumnRow(RowKey, DataRow, DataRow) - Constructor for class org.knime.core.data.append.AppendedColumnRow
Create a new row with the baseRow providing the first cells and appendedRow providing the following cells.
AppendedColumnRowIterator - Class in org.knime.base.data.append.column
The Iterator implementation for an AppendedColumnTable.
AppendedColumnRowIterator(AppendedColumnTable) - Constructor for class org.knime.base.data.append.column.AppendedColumnRowIterator
Creates new row iterator based on the parameters of the table argument.
AppendedColumnTable - Class in org.knime.base.data.append.column
A table that appends columns to a given input table.
AppendedColumnTable(DataTable, AppendedCellFactory, DataColumnSpec...) - Constructor for class org.knime.base.data.append.column.AppendedColumnTable
Creates new table.
AppendedColumnTable(DataTable, Map<RowKey, DataCell>, DataColumnSpec...) - Constructor for class org.knime.base.data.append.column.AppendedColumnTable
Create new table based on an underlying table with a map providing the row key --> new cell mapping.
AppendedRowsIterator - Class in org.knime.base.data.append.row
Deprecated.
AppendedRowsIterator(AppendedRowsIterator.PairSupplier[], AppendedRowsTable.DuplicatePolicy, String, DataTableSpec, ExecutionMonitor, long) - Constructor for class org.knime.base.data.append.row.AppendedRowsIterator
Deprecated.
Creates new iterator of tables following spec.
AppendedRowsIterator - Class in org.knime.core.data.append
Iterator over an AppendedRowsTable.
AppendedRowsIterator(AppendedRowsIterator.PairSupplier[], AppendedRowsTable.DuplicatePolicy, String, DataTableSpec, ExecutionMonitor, long) - Constructor for class org.knime.core.data.append.AppendedRowsIterator
Creates new iterator of tables following spec.
AppendedRowsIterator.PairSupplier - Class in org.knime.base.data.append.row
Deprecated.
...
AppendedRowsIterator.PairSupplier - Class in org.knime.core.data.append
Deprecated.
...
AppendedRowsIterator.RuntimeCanceledExecutionException - Exception in org.knime.base.data.append.row
Deprecated.
Runtime exception that's thrown when the execution monitor's ExecutionMonitor.checkCanceled() method throws a CanceledExecutionException.
AppendedRowsIterator.RuntimeCanceledExecutionException - Exception in org.knime.core.data.append
Runtime exception that's thrown when the execution monitor's ExecutionMonitor.checkCanceled() method throws a CanceledExecutionException.
AppendedRowsNodeDialog - Class in org.knime.base.node.preproc.append.row
Dialog that allows for treatment of duplicate row keys.
AppendedRowsNodeDialog() - Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsNodeDialog
Constructor to init the gui and set a title.
AppendedRowsNodeFactory - Class in org.knime.base.node.preproc.append.row
Factory to create nodes that concatenate input tables to one output table.
AppendedRowsNodeFactory() - Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
 
AppendedRowsNodeModel - Class in org.knime.base.node.preproc.append.row
NodeModel that concatenates its two input table to one output table.
AppendedRowsNodeModel() - Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Creates new node model with two inputs and one output.
AppendedRowsNodeModel(int) - Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Create new node with given number of inputs.
AppendedRowsRowInput - Class in org.knime.base.data.append.row
Deprecated.
AppendedRowsRowInput - Class in org.knime.core.data.append
Extended RowInput that pulls its data from an array of argument RowInput.
AppendedRowsRowInput.RowInputIterator - Class in org.knime.base.data.append.row
Deprecated.
Iterator on RowInput.
AppendedRowsRowInput.RowInputIterator - Class in org.knime.core.data.append
Iterator on RowInput.
AppendedRowsTable - Class in org.knime.base.data.append.row
Deprecated.
AppendedRowsTable(DataTable...) - Constructor for class org.knime.base.data.append.row.AppendedRowsTable
Deprecated.
Concatenates a set of tables.
AppendedRowsTable(String, DataTable...) - Constructor for class org.knime.base.data.append.row.AppendedRowsTable
Deprecated.
Concatenates a set of tables.
AppendedRowsTable(AppendedRowsTable.DuplicatePolicy, String, DataTable...) - Constructor for class org.knime.base.data.append.row.AppendedRowsTable
Deprecated.
Concatenates a set of tables.
AppendedRowsTable - Class in org.knime.core.data.append
DataTable implementation that concatenates a set of DataTable objects.
AppendedRowsTable(DataTable...) - Constructor for class org.knime.core.data.append.AppendedRowsTable
Concatenates a set of tables.
AppendedRowsTable(String, DataTable...) - Constructor for class org.knime.core.data.append.AppendedRowsTable
Concatenates a set of tables.
AppendedRowsTable(AppendedRowsTable.DuplicatePolicy, String, DataTable...) - Constructor for class org.knime.core.data.append.AppendedRowsTable
Concatenates a set of tables.
AppendedRowsTable.DuplicatePolicy - Enum in org.knime.base.data.append.row
Deprecated.
AppendedRowsTable.DuplicatePolicy - Enum in org.knime.core.data.append
How to deal with duplicate row ids.
AppendedRowsWithOptionalInNodeFactory - Class in org.knime.base.node.preproc.append.row
 
AppendedRowsWithOptionalInNodeFactory() - Constructor for class org.knime.base.node.preproc.append.row.AppendedRowsWithOptionalInNodeFactory
 
AppendElementOperator - Class in org.knime.base.data.aggregation.collection
Collection operator that creates a new List by appending the elements of all lists of the group.
AppendElementOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.AppendElementOperator
Constructor for class AndElementOperator.
AppendElementOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.AppendElementOperator
Constructor for class AndElementOperator.
AppendErrorMessageCellFactory(int[], DataColumnSpec[]) - Constructor for class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel.AppendErrorMessageCellFactory
 
appendMessage(Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
appendMessage(Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
 
appendMissingValuesEntry(JPopupMenu) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Appends the toggle missing values entry at the end of the given menu if at least one row is selected and the table model contains the missing cell option column.
appendOrderColumn(ExecutionContext, BufferedDataTable, Set<String>, String) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
 
appendShapeHandler(DataTableSpec, String, ShapeHandler) - Static method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Appends the given ShapeHandler to the given DataTableSpec for the given column.
appendSizeHandler(DataTableSpec, String, SizeHandler) - Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Appends the given SizeHandler to the given DataTableSpec for the given column.
AppendToTableNodeDialogPane - Class in org.knime.base.node.flowvariable.appendvariabletotable
Deprecated.
AppendToTableNodeDialogPane() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendToTableNodeDialogPane
Deprecated.
Inits components.
AppendVariableToTable2NodeDialogPane - Class in org.knime.base.node.flowvariable.appendvariabletotable2
Dialog for the "Variable To TableColumn" node.
AppendVariableToTable2NodeDialogPane() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeDialogPane
Inits components.
AppendVariableToTable2NodeFactory - Class in org.knime.base.node.flowvariable.appendvariabletotable2
Factory for the "Variable To TableColumn" node.
AppendVariableToTable2NodeFactory() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeFactory
 
AppendVariableToTable2NodeModel - Class in org.knime.base.node.flowvariable.appendvariabletotable2
NodeModel for the "Variable To TableColumn" node which adds variables as new columns to the input table.
AppendVariableToTable2NodeModel() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
One input, one output.
AppendVariableToTableNodeFactory - Class in org.knime.base.node.flowvariable.appendvariabletotable
Deprecated.
AppendVariableToTableNodeFactory() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
Deprecated.
 
AppendVariableToTableNodeModel - Class in org.knime.base.node.flowvariable.appendvariabletotable
Deprecated.
AppendVariableToTableNodeModel() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Deprecated.
One input, one output.
AppendVariableToTableSettings - Class in org.knime.base.node.flowvariable.appendvariabletotable
Deprecated.
AppendVariableToTableSettings() - Constructor for class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
Deprecated.
 
apply(DataCell) - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
Deprecated.
Apply a value to this bining trying to cover it at all available Bins.
apply(DataCell) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
Apply a value to this bining trying to cover it at all available Bins.
APPLY_COLUMN - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
Key for the applied column: apply_column.
APPLY_COLUMN - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Deprecated.
Key for the applied column: apply_column.
applyColConfiguration(DataColumnSpec, DataColumnSpec, DataValidatorColConflicts) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
Checks this configuration against an input table spec.
applyCommonSettings(NodeContainer.NodeContainerSettings, NodeID...) - Method in class org.knime.core.node.workflow.WorkflowManager
applyConfiguration(DataTableSpec, DataValidatorColConflicts) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
Returns the column names mapped to the corresponding DataValidatorColConfiguration.
applyDefaults() - Method in class org.knime.base.node.io.tablecreator.table.CellRenderer
Overridden to change colors.
applyDefaults() - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
Override this in sub class to change colors.
applyMappingMethod(DataCell) - Method in class org.knime.base.util.coordinate.Coordinate
Applies the mapping method.
applySettingsFromDialog() - Method in class org.knime.core.node.workflow.NodeContainer
Take settings from the node's dialog and apply them to the model.
applyTo(DataTableSpec) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
 
applyTo(DataTableSpec) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
Applies the settings to the input spec and returns an object representing the included, excluded and unknown names.
applyTo(Iterable<DataColumnSpec>) - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
Applies this configuration to the column.
applyTo(String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Create and return a new name filter that contains a list of include, exclude and unknown names based on the current configuration and names provided as an argument.
applyTo(String[]) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
Applies this configuration to the array of given names.
applyTo(Map<String, FlowVariable>) - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterConfiguration
Applies the settings to the flow variables and returns an object representing the included, excluded and unknown names.
AprioriAlgorithm - Interface in org.knime.base.node.mine.subgroupminer.apriori
This is an interface to hide the different implementations of the apriori algorithm to the Nodes.
AprioriAlgorithmFactory - Class in org.knime.base.node.mine.subgroupminer.apriori
To hide the different implementations of the apriori algorithm to the NodeModel, the NodeDialog simply displays the registered AlgorithmDataStructure's and the NodeModel passes it to this factory.
AprioriAlgorithmFactory.AlgorithmDataStructure - Enum in org.knime.base.node.mine.subgroupminer.apriori
Register here possible implementations of the apriori algorithm to be provided by the subgroup miner node (SubgroupMinerModel2).
Architecture - Class in org.knime.base.data.neural
This class represents the general architecture of a neural network and specifies how much layers, neurons constitute the neural network.
Architecture(int, int, int, int) - Constructor for class org.knime.base.data.neural.Architecture
Constructs a new architecture.
Architecture() - Constructor for class org.knime.base.data.neural.Architecture
Constructs a new empty architecture.
areDialogAndNodeSettingsEqual() - Method in class org.knime.core.node.workflow.NodeContainer
 
areDialogAndNodeSettingsEqual() - Method in class org.knime.core.node.workflow.SingleNodeContainer
areDialogAndNodeSettingsEqual() - Method in class org.knime.core.node.workflow.WorkflowManager
areDialogSettingsValid() - Method in class org.knime.core.node.workflow.NodeContainer
 
areEqual(Object, Object) - Static method in class org.knime.core.node.util.ConvenienceMethods
Deprecated.
areValid(double[]) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
check if the parameters are valid.
areValid(double[]) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
test if the given combination of parameters is valid for this kernel.
areValid(double[]) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
 
areValid(double[]) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
are these parameters ok to be used?
ARFFFileFilter() - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeModel.ARFFFileFilter
 
ARFFReaderNodeDialog - Class in org.knime.base.node.io.arffreader
Contains the dialog for the ARFF file reader.
ARFFReaderNodeDialog() - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeDialog
Creates a new ARFF file reader dialog.
ARFFReaderNodeFactory - Class in org.knime.base.node.io.arffreader
 
ARFFReaderNodeFactory() - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
Will deliver a model with no default file set.
ARFFReaderNodeFactory(String) - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
This factory will create a model with the file set as default file.
ARFFReaderNodeModel - Class in org.knime.base.node.io.arffreader
The model of the ARFF reader node.
ARFFReaderNodeModel() - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Creates a new ARFF reader model.
ARFFReaderNodeModel(String) - Constructor for class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Creates a new ARFF reader with a default file.
ARFFReaderNodeModel.ARFFFileFilter - Class in org.knime.base.node.io.arffreader
FileFilter for the ARFFReader/writer file chooser dialog.
ARFFRowIterator - Class in org.knime.base.node.io.arffreader
 
ARFFRowIterator(URL, DataTableSpec, String) - Constructor for class org.knime.base.node.io.arffreader.ARFFRowIterator
Create a new row iterator reading the rows from an ARFF file at the specified location.
ARFFTable - Class in org.knime.base.node.io.arffreader
 
ARFFTable(URL, DataTableSpec, String) - Constructor for class org.knime.base.node.io.arffreader.ARFFTable
Create a new DataTable reading its content from an ARFF file at the specified location.
ARFFWriterNodeDialog - Class in org.knime.base.node.io.arffwriter
Contains the dialog for the ARFF file writer.
ARFFWriterNodeDialog() - Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeDialog
Creates a new ARFF file reader dialog.
ARFFWriterNodeFactory - Class in org.knime.base.node.io.arffwriter
 
ARFFWriterNodeFactory() - Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
New factory - no default file.
ARFFWriterNodeFactory(String) - Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
New ARFF factory with default output file.
ARFFWriterNodeModel - Class in org.knime.base.node.io.arffwriter
 
ARFFWriterNodeModel() - Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
Creates a new ARFF writer model.
ARFFWriterNodeModel(String) - Constructor for class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
Creates an immediately executable model.
ArrayAggDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.postgresql
 
ArrayAggDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function.postgresql
ArrayApriori - Class in org.knime.base.node.mine.subgroupminer.apriori
The array apriori uses the ArrayPrefixTreeNode data structure to find frequent itemsets.
ArrayApriori(int, int) - Constructor for class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
Creates an ArrayApriori instance with the bitset length, corresponding to the number of items.
ArrayPrefixTreeNode - Class in org.knime.base.node.mine.subgroupminer.apriori
An ArrayPrefixTreeNode contains an array containing the counter for the items, where the array position serves as the item identifier.
ArrayPrefixTreeNode(int, ArrayPrefixTreeNode, int) - Constructor for class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Constructs an ArrayPrefixTreeNode with the length specifying the size of the array, that is, the number of countable items in that node.
ArraySpinnerModel(int[]) - Constructor for class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
 
ArrayToCollectionConverterFactory<T,F> - Class in org.knime.core.data.convert.datacell
JavaToDataCellConverterFactory for converting arrays of a type to a collection of a data cell type by converting each element using a given converter.
ArrayToCollectionConverterFactory(JavaToDataCellConverterFactory<F>) - Constructor for class org.knime.core.data.convert.datacell.ArrayToCollectionConverterFactory
 
ASC - Static variable in class org.knime.core.node.port.database.aggregation.DBAggregationFunctionLabelComparator
Ascending order comparator.
ASC_NAME_COMPARATOR - Static variable in interface org.knime.base.data.aggregation.AggregationMethod
Comparator that sorts AggregationMethods based on their label that is displayed to the user in ascending order.
ASCENDING_KEY - Static variable in class org.knime.base.node.io.database.DBSorterNodeModel
Settings key for ascending sort.
AscendingNumericTickPolicyStrategy - Class in org.knime.base.util.coordinate
A strategy which creates tick for numeric values in ascending order.
AscendingNumericTickPolicyStrategy() - Constructor for class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
Creates a policy strategy for ascending order.
AscendingNumericTickPolicyStrategy(String) - Constructor for class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
Creates a policy strategy for ascending order.
assembleInputData(NodeID, PortObject[]) - Method in class org.knime.core.node.workflow.WorkflowManager
Fill array holding input data for a given node.
assembleInputSpecs(NodeID, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.WorkflowManager
Fill array holding all input specs for the given node.
assertIndexForColumn(String) - Method in class org.knime.base.data.statistics.Statistic
Convenience method for subclasses, which returns the index of the column and checks if the column name was configured.
ASSERTIONS_ENABLED - Static variable in class org.knime.core.node.KNIMEConstants
Global flag indicating whether assertions are enabled or disabled.
assertLock() - Method in class org.knime.core.node.workflow.WorkflowManager
Like WorkflowManager.lock() just that it assert that the lock is already held by the calling thread.
assertLog(boolean, String) - Method in class org.knime.core.node.NodeLogger
Check assert and write into logger if failed.
assertLog(boolean, String, AssertionError) - Method in class org.knime.core.node.NodeLogger
Check assertions on/off and write debug message into logger.
asSet() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the items as a set of Strings.
ASSIGN_NAN_FOR_NOISE - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
Hardcode here if you prefer to have Double.NaN for noise instead of a random value in a dimension (that is: If a pattern has to cluster in universe 2, the attributes in all other universes are drawn randomly.
assignInternalHeldObjects(PortObject[], ExecutionEnvironment, ExecutionContext, PortObject[]) - Method in class org.knime.core.node.Node
Called after execute to retrieve internal held objects from underlying NodeModel and to do some clean-up with previous objects.
AssociationRule - Class in org.knime.base.node.mine.subgroupminer.freqitemset
A data structure to encapsulate an association rule.
AssociationRule(FrequentItemSet, FrequentItemSet, double, double, double) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
Creates an association rule with the list of ids of the antecedent and an id as the consequent of this rule.
AssociationRuleModel - Class in org.knime.base.node.mine.subgroupminer.freqitemset
Deprecated. 
AssociationRuleModel() - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
Deprecated.
 
asStringList() - Static method in enum org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithmFactory.AlgorithmDataStructure
Returns the values of this enum as a list of strings.
asStringList() - Static method in enum org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet.Type
Returns the enum fields as a String list of their names.
asStringList() - Static method in enum org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable.Sorter
Deprecated.
Returns the enum fields as a String list of their names.
asStringList() - Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
Returns the enumeration fields as a String list of their names.
asStringList() - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
Returns the enumeration fields as a String list of their names.
ASTERISK - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the asterisk.
asXML(ConfigBase, ContentHandler) - Static method in class org.knime.core.node.config.base.XMLContentHandler
Utility method that writes the given config object to a content handler.
ASYNC_CACHE_SIZE - Static variable in class org.knime.core.data.container.DataContainer
Size of buffers.
ASYNC_EXECUTORS - Static variable in class org.knime.core.data.container.DataContainer
The executor, which runs the IO tasks.
AtomicDouble - Class in org.knime.base.node.mine.decisiontree2.learner2
Implements an atomic double (i.e.
AtomicDouble(double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.AtomicDouble
Creates an atomic double with the given value.
attachTo(JComboBox) - Method in class org.knime.core.node.util.ColumnComboBoxRenderer
Attach this renderer to the given JComboBox.
ATTRIBUTE_KEY - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
The key to store the attribute in configurations.
ATTRIBUTE_NAME - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
Config key for the attribute name.
AttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
Deprecated.
AttributeModel(String, int, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
Constructor for class ClassValue.
AttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel2
This abstract class needs to be implemented by all attribute models and provides missing value handling and some common methods.
AttributeModel(String, int, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
Constructor for class ClassValue.
AttrValueRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Super class for all row filters that test an attribute value (like StringCompareRowFilter, MissingValueRowFilter, and RangeRowFilter).
AttrValueRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
Don't use an instance created by this constructor until calling loadSettings and configure.
AttrValueRowFilter(String, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
The super class stores the class name and the include flag for all filters checking the attribute value in some way.
AttrValueRowFilter(String, boolean, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
The super class stores the class name and the include flag for all filters checking the attribute value in some way.
AuthorInformation(String, Date, String, Date) - Constructor for class org.knime.core.node.workflow.WorkflowManager.AuthorInformation
 
AutoBinner - Class in org.knime.base.node.preproc.autobinner
Creates Bins.
AutoBinner(AutoBinnerLearnSettings) - Constructor for class org.knime.base.node.preproc.autobinner.AutoBinner
 
AutoBinner - Class in org.knime.base.node.preproc.autobinner2
Creates Bins.
AutoBinner(AutoBinnerLearnSettings) - Constructor for class org.knime.base.node.preproc.autobinner2.AutoBinner
 
AutoBinner - Class in org.knime.base.node.preproc.autobinner3
Creates Bins.
AutoBinner(AutoBinnerLearnSettings, DataTableSpec) - Constructor for class org.knime.base.node.preproc.autobinner3.AutoBinner
 
AutoBinner.BinnerNumberFormat - Class in org.knime.base.node.preproc.autobinner3
This formatted should not be changed, since it may result in a different output of the binning labels.
AutoBinnerApply - Class in org.knime.base.node.preproc.autobinner.apply
Use this in other nodes for binning data.
AutoBinnerApply() - Constructor for class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApply
 
AutoBinnerApplyNodeFactory - Class in org.knime.base.node.preproc.autobinner.apply
 
AutoBinnerApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
 
AutoBinnerApplyNodeModel - Class in org.knime.base.node.preproc.autobinner.apply
The Model for the Binner (Apply) Node.
AutoBinnerApplyNodeModel() - Constructor for class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Creates a new instance.
AutoBinnerLearnNodeDialogPane - Class in org.knime.base.node.preproc.autobinner
Binner dialog used to specify binning rules.
AutoBinnerLearnNodeDialogPane() - Constructor for class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeDialogPane
Creates a new binner dialog.
AutoBinnerLearnNodeDialogPane - Class in org.knime.base.node.preproc.autobinner2
Binner dialog used to specify binning rules.
AutoBinnerLearnNodeDialogPane() - Constructor for class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeDialogPane
Creates a new binner dialog.
AutoBinnerLearnNodeDialogPane - Class in org.knime.base.node.preproc.autobinner3
Binner dialog used to specify binning rules.
AutoBinnerLearnNodeDialogPane() - Constructor for class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeDialogPane
Creates a new binner dialog.
AutoBinnerLearnNodeDialogPane(boolean) - Constructor for class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeDialogPane
Creates a new binner dialog.
AutoBinnerLearnNodeFactory - Class in org.knime.base.node.preproc.autobinner
 
AutoBinnerLearnNodeFactory() - Constructor for class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
 
AutoBinnerLearnNodeFactory - Class in org.knime.base.node.preproc.autobinner2
 
AutoBinnerLearnNodeFactory() - Constructor for class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeFactory
 
AutoBinnerLearnNodeFactory - Class in org.knime.base.node.preproc.autobinner3
 
AutoBinnerLearnNodeFactory() - Constructor for class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeFactory
 
AutoBinnerLearnNodeModel - Class in org.knime.base.node.preproc.autobinner
Performs a mapping from continuous to discrete values.
AutoBinnerLearnNodeModel() - Constructor for class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Creates a new binner.
AutoBinnerLearnNodeModel - Class in org.knime.base.node.preproc.autobinner2
Performs a mapping from continuous to discrete values.
AutoBinnerLearnNodeModel() - Constructor for class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
Creates a new binner.
AutoBinnerLearnNodeModel - Class in org.knime.base.node.preproc.autobinner3
Performs a mapping from continuous to discrete values.
AutoBinnerLearnNodeModel() - Constructor for class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
Creates a new binner.
AutoBinnerLearnSettings - Class in org.knime.base.node.preproc.autobinner
This class hold the settings for the Logistic Learner Node.
AutoBinnerLearnSettings() - Constructor for class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
AutoBinnerLearnSettings - Class in org.knime.base.node.preproc.autobinner2
This class hold the settings for the Logistic Learner Node.
AutoBinnerLearnSettings() - Constructor for class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
AutoBinnerLearnSettings - Class in org.knime.base.node.preproc.autobinner3
This class hold the settings for the Logistic Learner Node.
AutoBinnerLearnSettings() - Constructor for class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
AutoBinnerLearnSettings.BinNaming - Enum in org.knime.base.node.preproc.autobinner
The method for naming bins
AutoBinnerLearnSettings.BinNaming - Enum in org.knime.base.node.preproc.autobinner2
The method for naming bins.
AutoBinnerLearnSettings.BinNaming - Enum in org.knime.base.node.preproc.autobinner3
The method for naming bins.
AutoBinnerLearnSettings.EqualityMethod - Enum in org.knime.base.node.preproc.autobinner2
The name of the equality method.
AutoBinnerLearnSettings.EqualityMethod - Enum in org.knime.base.node.preproc.autobinner3
The name of the equality method.
AutoBinnerLearnSettings.Method - Enum in org.knime.base.node.preproc.autobinner
The name of the autobinning method
AutoBinnerLearnSettings.Method - Enum in org.knime.base.node.preproc.autobinner2
The name of the autobinning method.
AutoBinnerLearnSettings.Method - Enum in org.knime.base.node.preproc.autobinner3
The name of the autobinning method.
AutoBinnerLearnSettings.OutputFormat - Enum in org.knime.base.node.preproc.autobinner2
The format of output decimals.
AutoBinnerLearnSettings.OutputFormat - Enum in org.knime.base.node.preproc.autobinner3
The format of output decimals.
AutoBinnerLearnSettings.PrecisionMode - Enum in org.knime.base.node.preproc.autobinner2
How decimals will be rounded.
AutoBinnerLearnSettings.PrecisionMode - Enum in org.knime.base.node.preproc.autobinner3
How decimals will be rounded.
AutoconvertRowIterator - Class in org.knime.core.data
Decorator for a row iterator that transparently converts a certain column using a DataCellTypeConverter.
AutoconvertRowIterator(CloseableRowIterator, int, DataCellTypeConverter) - Constructor for class org.knime.core.data.AutoconvertRowIterator
Creates a new iterator.
autoGuessIncludeColumns(DataTableSpec) - Static method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
Auto-guessing: choose first column that is not string, int, double as include; if no such column exists use first string column, otherwise use non (null returned).
autoGuessIncludeColumns(DataTableSpec) - Static method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
Auto-guessing: choose first column that is not string, int, double as include; if no such column exists use first string column, otherwise use non (null returned).
AutoHiLiteNodeFactory - Class in org.knime.base.node.viz.hilite
Node that automatically hilites all incoming rows.
AutoHiLiteNodeFactory() - Constructor for class org.knime.base.node.viz.hilite.AutoHiLiteNodeFactory
 
AUTOMATIC_DB_ID - Static variable in class org.knime.base.node.io.database.connection.util.DBAdvancedPanel
Automatic db identifier option.
available() - Method in class org.knime.core.data.container.DCObjectInputStream
available() - Method in class org.knime.core.data.container.LongUTFDataInputStream
available() - Method in class org.knime.core.data.util.NonClosableInputStream
AVAILABLE_STRATEGIES - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
 
availableDataTypes() - Method in class org.knime.core.data.DataTypeRegistry
Returns a collection with all known data types (that registered at the extension point org.knime.core.DataType.
availablePortTypes() - Method in class org.knime.core.node.port.PortTypeRegistry
Returns a collection with all known data types (that registered at the extension point org.knime.core.DataType.
AverageInterpolationMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
A handler that replaces missing values with a linear interpolation of the next and previous valid values.
AverageInterpolationMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandler
 
AverageInterpolationMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
Creates a handler that replaces missing values with the a linear interpolation of the previous and next non-missing values.
AverageInterpolationMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory
 
AverageInterpolationStatisticMB - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
HashMap based statistic for average interpolation.
AverageInterpolationStatisticMB(String, boolean) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationStatisticMB
 
AverageInterpolationStatisticTB - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
Table based statistic that calculates for each missing cell the linear interpolation between the previous and next valid cell.
AverageInterpolationStatisticTB(String, boolean) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationStatisticTB
Constructor for NextValidValueStatistic.
AvgDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
AvgDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
AvgDistinctDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
AvgDistinctDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction
Constructor.
AvgDistinctDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
Axis - Class in org.knime.base.node.viz.plotter
Implements a header for a scrollable area.
Axis(int, int) - Constructor for class org.knime.base.node.viz.plotter.Axis
Creates a new ruler in either horizontal or vertical orientation.
Axis(int, int, boolean) - Constructor for class org.knime.base.node.viz.plotter.Axis
Creates a new ruler in either horizontal or vertical orientation.

B

BACKGROUND - Static variable in class org.knime.core.data.property.ColorAttr
The color for background as Color.WHITE.
BAR_SURROUNDING_SPACE - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The space around a bar which is used to show the aggregation column color.
BarDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This class represents one bar in the histogram.
BarDataModel(String, Color) - Constructor for class org.knime.base.node.viz.histogram.datamodel.BarDataModel
Constructor for class BarDataModel.
BarDataModel(String, Color, boolean) - Constructor for class org.knime.base.node.viz.histogram.datamodel.BarDataModel
Constructor for class BarDataModel.
BarElementDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This class represents the smallest element of a histogram and corresponds to the color in which the rows of this element are colored.
BarElementDataModel(Color) - Constructor for class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
Constructor for class BarElementDataModel.
BarElementDataModel(Color, boolean) - Constructor for class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
Constructor for class BarElementDataModel.
Basic2DDrawingElement - Class in org.knime.base.node.viz.plotter.basic
This class is a specialization of the BasicDrawingElement by providing a flag whether the shape should be filled or not.
Basic2DDrawingElement(boolean) - Constructor for class org.knime.base.node.viz.plotter.basic.Basic2DDrawingElement
Creates a shape either filled or not.
BasicDrawingElement - Class in org.knime.base.node.viz.plotter.basic
A drawing element consists of points which are already mapped to the drawing pane's dimension.
BasicDrawingElement() - Constructor for class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
Creates an empty shape with default color(black) and default stroke.
BasicDrawingPane - Class in org.knime.base.node.viz.plotter.basic
The BasicDrawingPane stores the BasicDrawingElements and paints them in the BasicDrawingPane.paintContent(Graphics) method by calling their #paint(Graphics2D) method.
BasicDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
 
BasicDrawingPaneImpl - Class in org.knime.base.node.viz.plotter.basic
 
BasicDrawingPaneImpl() - Constructor for class org.knime.base.node.viz.plotter.basic.BasicDrawingPaneImpl
 
BasicEllipse - Class in org.knime.base.node.viz.plotter.basic
Represents an ellipse defined by two points, the lower-left and the upper-right corner, different from normal Java graphics behavior!
BasicEllipse(boolean) - Constructor for class org.knime.base.node.viz.plotter.basic.BasicEllipse
 
BasicLine - Class in org.knime.base.node.viz.plotter.basic
Represents a line by a list of points which are connected to one line.
BasicLine() - Constructor for class org.knime.base.node.viz.plotter.basic.BasicLine
 
BasicPlotter - Class in org.knime.base.node.viz.plotter.basic
Tha BasicPlotter provides means to add some simple, basic graphical forms to the drawing pane, which are automatically mapped to the drawing pane's dimension.
BasicPlotter(AbstractDrawingPane, AbstractPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotter
Always provide a possibility to construct a customized plotter.
BasicPlotter() - Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotter
Constructs a plotter with a BasicDrawingPane and the AbstractPlotterProperties.
BasicPlotterImpl - Class in org.knime.base.node.viz.plotter.basic
 
BasicPlotterImpl(BasicDrawingPane, AbstractPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Create a new basis plotter implementation.
BasicPlotterImpl(BasicDrawingPane) - Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
 
BasicPlotterImpl() - Constructor for class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
 
BasicRectangle - Class in org.knime.base.node.viz.plotter.basic
Represents a rectangle which is defined by two points, the upper-left and the lower-right corner as known from Java Graphics.
BasicRectangle(boolean) - Constructor for class org.knime.base.node.viz.plotter.basic.BasicRectangle
 
BasicText - Class in org.knime.base.node.viz.plotter.basic
Represents a textline, the startpoint has to be set with the #addDomainValue(DataCellPoint).
BasicText(String) - Constructor for class org.knime.base.node.viz.plotter.basic.BasicText
 
BasisFunctionAntisymmetricRowOverlap - Class in org.knime.base.node.mine.bfn
 
BasisFunctionAntisymmetricRowOverlap() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionAntisymmetricRowOverlap
 
BasisFunctionFactory - Class in org.knime.base.node.mine.bfn
Factory class for BasisFunctionLearnerRow which automatically creates new basis functions of a certain type.
BasisFunctionFactory(DataTableSpec, String[], DataType, int) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionFactory
Creates new basisfunction factory with the given spec to extract min/max value for all numeric columns.
BasisFunctionFilterRow - Class in org.knime.base.node.mine.bfn
Inner class to separate an data input row into a new row which are the first n-1 double cells and returns the class label.
BasisFunctionFilterRow(BasisFunctionLearnerTable, DataRow, int[], int[], String[], BasisFunctionLearnerTable.MissingValueReplacementFunction) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
Create new basisfunction input data row with data and class columns.
BasisFunctionIterator - Class in org.knime.base.node.mine.bfn
Iterator over all BasisFunctionLearnerRows within the model.
BasisFunctionIterator(BasisFunctionLearnerTable) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionIterator
Creates a new basisfunction iterator.
BasisFunctionLearnerNodeDialogPane - Class in org.knime.base.node.mine.bfn
Abstract dialog pane used showing a column filter panel for class column selected and a panel for general learner options.
BasisFunctionLearnerNodeDialogPane() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPane
Creates a new pane with basics and column filter panel.
BasisFunctionLearnerNodeDialogPanel - Class in org.knime.base.node.mine.bfn
Panel is used inside the basisfunction dialogs for general settings, such as distance function, shrink after commit, distance measure, missing value handling, and maximum number of epochs.
BasisFunctionLearnerNodeDialogPanel() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPanel
Creates a new panel used to select select a target column which the class information and a column name for the basisfunction model column.
BasisFunctionLearnerNodeModel - Class in org.knime.base.node.mine.bfn
Abstract basisfunction model holding the trained rule table.
BasisFunctionLearnerNodeModel(PortType) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Creates a new model with one data in and out port, and model out-port.
BasisFunctionLearnerNodeView<T extends BasisFunctionLearnerNodeModel> - Class in org.knime.base.node.mine.bfn
View to display basisfunction rule models.
BasisFunctionLearnerNodeView(T) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeView
Create an empty bf view.
BasisFunctionLearnerRow - Class in org.knime.base.node.mine.bfn
General BasisFunctionLearnerRow prototype which provides functions to shrink, cover, and reset rules; and to be compared with others by its coverage.
BasisFunctionLearnerRow(RowKey, DataRow, DataCell) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Initialise a new basisfunction rule with one covered pattern since this rule is also covered by itself.
BasisFunctionLearnerTable - Class in org.knime.base.node.mine.bfn
This class implements the DDA-algorithm published by Berthold&Huber which iteratively introduces new basisfunctions and/or shrinks already existing ones of conflicting classes during the training algorithm.
BasisFunctionLearnerTable(BufferedDataTable, String[], String[], BasisFunctionFactory, BasisFunctionLearnerTable.MissingValueReplacementFunction, boolean, boolean, int, ExecutionMonitor) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Creates a new basis function learner and starts the training algorithm.
BasisFunctionLearnerTable(BufferedDataTable, String[], String[], BasisFunctionFactory, BasisFunctionLearnerTable.MissingValueReplacementFunction, boolean, boolean, int, int[], ExecutionMonitor) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Creates a new basisfunction learner and starts the training algorithm.
BasisFunctionLearnerTable.MissingValueReplacementFunction - Interface in org.knime.base.node.mine.bfn
General missing values replacement interface.
BasisFunctionModelContent - Class in org.knime.base.node.mine.bfn
 
BasisFunctionModelContent(ModelContentRO, BasisFunctionPortObject.Creator) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionModelContent
Loads a this basisfunction content from the given file directory.
BasisFunctionModelContent(DataTableSpec, Map<DataCell, List<BasisFunctionLearnerRow>>) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionModelContent
Creates a new basis function model object.
BasisFunctionPortObject - Class in org.knime.base.node.mine.bfn
 
BasisFunctionPortObject() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Creates a new abstract BasisFunctionPortObject.
BasisFunctionPortObject(BasisFunctionModelContent) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Creates a new basis function model object.
BasisFunctionPortObject.Creator - Interface in org.knime.base.node.mine.bfn
Creator used to instantiate basisfunction predictor rows.
BasisFunctionPredictor2CellFactory - Class in org.knime.base.node.mine.bfn
This predictor cell factory predicts the passed rows using the underlying basisfunction model.
BasisFunctionPredictor2CellFactory(DataColumnSpec[], boolean, String, String) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictor2CellFactory
Create new predictor cell factory.
BasisFunctionPredictor2CellFactory(DataTableSpec, DataColumnSpec[], int[], Map<DataCell, List<BasisFunctionPredictorRow>>, double, boolean, boolean, String, String) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictor2CellFactory
Appends one column to the given data to make a prediction for each row using the model which contains one BasisFunctionPredictorRow column.
BasisFunctionPredictor2NodeDialog - Class in org.knime.base.node.mine.bfn
A dialog to apply data to basis functions.
BasisFunctionPredictor2NodeDialog() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
Creates a new predictor dialog to set a name for the applied column.
BasisFunctionPredictor2NodeModel - Class in org.knime.base.node.mine.bfn
The basis function predictor model performing a prediction on the data from the first input and the radial basisfunction model from the second.
BasisFunctionPredictor2NodeModel(PortType) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Creates a new basisfunction predictor model with two inputs, the first one which contains the data and the second with the model.
BasisFunctionPredictorCellFactory - Class in org.knime.base.node.mine.bfn
Deprecated.
BasisFunctionPredictorCellFactory(DataColumnSpec[], boolean) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
Deprecated.
Create new predictor cell factory.
BasisFunctionPredictorCellFactory(DataTableSpec, DataColumnSpec[], int[], Map<DataCell, List<BasisFunctionPredictorRow>>, double, boolean, boolean) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
Deprecated.
Appends one column to the given data to make a prediction for each row using the model which contains one BasisFunctionPredictorRow column.
BasisFunctionPredictorNodeDialog - Class in org.knime.base.node.mine.bfn
Deprecated.
BasisFunctionPredictorNodeDialog() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Deprecated.
Creates a new predictor dialog to set a name for the applied column.
BasisFunctionPredictorNodeModel - Class in org.knime.base.node.mine.bfn
Deprecated.
BasisFunctionPredictorNodeModel(PortType) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
Creates a new basisfunction predictor model with two inputs, the first one which contains the data and the second with the model.
BasisFunctionPredictorRow - Class in org.knime.base.node.mine.bfn
Class presents a predictor row for basisfunctions providing method to apply unknown data (compose).
BasisFunctionPredictorRow(RowKey, DataCell, double) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Creates new predictor row.
BasisFunctionPredictorRow(ModelContentRO) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Creates new predictor row on model content.
BasisFunctionPredictorRowIterator - Class in org.knime.base.node.mine.bfn
Class wraps a row iterator in order to exents the given DataRow elements by on cell (resp.
BasisFunctionPredictorRowIterator(RowIterator, Map<RowKey, DataCell>) - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionPredictorRowIterator
Creates a new row iterator used for the basisfunction predictor node which extends the input rows by a new, additional class label column.
BasisFunctionRowInclusion - Class in org.knime.base.node.mine.bfn
 
BasisFunctionRowInclusion() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionRowInclusion
 
BasisFunctionSymmetricRowOverlap - Class in org.knime.base.node.mine.bfn
Class computes a overlapping value between two basis functions.
BasisFunctionSymmetricRowOverlap() - Constructor for class org.knime.base.node.mine.bfn.BasisFunctionSymmetricRowOverlap
 
BATCH_WRITE_SIZE - Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
Properties defines the number of rows written in on chunk into the database.
BatchException(String, Exception, int) - Constructor for exception org.knime.core.node.workflow.BatchExecutor.BatchException
Creates a new exception.
BatchExecutor - Class in org.knime.core.node.workflow
Simple utility class that takes a workflow, either in a directory or zipped into a single file, executes it and saves the results in the end.
BatchExecutor(String[]) - Constructor for class org.knime.core.node.workflow.BatchExecutor
Creates a new batch executor.
BatchExecutor() - Constructor for class org.knime.core.node.workflow.BatchExecutor
 
BatchExecutor.BatchException - Exception in org.knime.core.node.workflow
Exception that can be thrown by subclasses in BatchExecutor.executeWorkflow(WorkflowManager, WorkflowConfiguration).
BatchExecutor.IllegalOptionException - Exception in org.knime.core.node.workflow
Exception for illegal or broken options.
BatchExecutor.WorkflowConfiguration - Class in org.knime.core.node.workflow
 
BAYES_MODEL_PORT - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
The number of the Bayes model out put port.
BAYES_MODEL_PORT - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
The number of the Bayes model out put port.
BDTInNodeFactory - Class in org.knime.core.node.exec.dataexchange.in
Node that passes on a table from a static repository.
BDTInNodeFactory() - Constructor for class org.knime.core.node.exec.dataexchange.in.BDTInNodeFactory
Calls super, sets BDT as type.
beforeEvaluation(int) - Method in class org.knime.base.data.statistics.calculation.Median
beforeEvaluation(int) - Method in class org.knime.base.data.statistics.Statistic
Deprecated.
beforeEvaluation(long) - Method in class org.knime.base.data.statistics.Statistic
 
beforeExecute() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Called right after the node has switched to the InternalNodeContainerState.PREEXECUTE state.
beforeSubmitting(In, long) - Method in class org.knime.core.util.MultiThreadWorker
Callback for subclasses to be informed about a new task submission.
belongsTo(Object) - Method in class org.knime.core.util.KNIMEJob
BestGuessMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
"Best Guess" replacement which searches for the best value in the model or just takes the mean if not available.
BestGuessMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.BestGuessMissingValueReplacementFunction
 
betas - Variable in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegViewData
Deprecated.
 
betas - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
BigGroupByTable - Class in org.knime.base.node.preproc.groupby
A data table that groups a given input table by the given columns and calculates the aggregation values of the remaining rows.
BigGroupByTable(ExecutionContext, BufferedDataTable, List<String>, ColumnAggregator[], GlobalSettings, boolean, ColumnNamePolicy, boolean) - Constructor for class org.knime.base.node.preproc.groupby.BigGroupByTable
Constructor for class BigGroupByTable.
BigGroupByTable(ExecutionContext, BufferedDataTable, List<String>, ColumnAggregator[], GlobalSettings, boolean, boolean, ColumnNamePolicy, boolean) - Constructor for class org.knime.base.node.preproc.groupby.BigGroupByTable
Deprecated.
sortInMemory option is no longer required
BIN_RENDERER - Static variable in class org.knime.core.data.renderer.BitVectorValueStringRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
BIN_SURROUNDING_SPACE - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The thickness of a bin which is used to show the different bins.
BinaryCellFactory - Class in org.knime.base.node.preproc.columnTrans
Deprecated.
BinaryCellFactory(DataTableSpec, String, int[]) - Constructor for class org.knime.base.node.preproc.columnTrans.BinaryCellFactory
Deprecated.
 
BinaryCellFactory - Class in org.knime.base.node.preproc.columntrans2
Cell with value = 1 matches, others don't.
BinaryCellFactory(DataTableSpec, String, int[]) - Constructor for class org.knime.base.node.preproc.columntrans2.BinaryCellFactory
 
BinaryObjectCellFactory - Class in org.knime.core.data.blob
Factory to create DataCell objects implementing the BinaryObjectDataValue interface.
BinaryObjectCellFactory(ExecutionContext) - Constructor for class org.knime.core.data.blob.BinaryObjectCellFactory
Create new cell factory based on a node's execution context.
BinaryObjectCellFactory() - Constructor for class org.knime.core.data.blob.BinaryObjectCellFactory
Factory of binary objects, which are not associated with the workflow.
BinaryObjectCellSerializer() - Constructor for class org.knime.core.data.blob.BinaryObjectDataCell.BinaryObjectCellSerializer
 
BinaryObjectDataCell - Class in org.knime.core.data.blob
Cell implementation of BinaryObjectDataValue that keeps the binary content in a byte array.
BinaryObjectDataCell(byte[], byte[]) - Constructor for class org.knime.core.data.blob.BinaryObjectDataCell
Constructor used by factory.
BinaryObjectDataCell.BinaryObjectCellSerializer - Class in org.knime.core.data.blob
Serializer for BinaryObjectDataCells.
BinaryObjectDataValue - Interface in org.knime.core.data.blob
Implemented by cell elements that are binary objects (BLOB).
BinaryObjectDataValue.BinaryObjectUtilityFactory - Class in org.knime.core.data.blob
Implementations of the meta information of this value class.
BinaryObjectDataValueMetaRenderer - Class in org.knime.core.data.blob
Shows size of BinaryObjectDataValue.
BinaryObjectDataValueMetaRenderer(String) - Constructor for class org.knime.core.data.blob.BinaryObjectDataValueMetaRenderer
 
BinaryObjectDataValueMetaRenderer.Factory - Class in org.knime.core.data.blob
BinaryObjectDataValueRenderer - Class in org.knime.core.data.blob
Displays a hex dump for binary objects.
BinaryObjectDataValueRenderer(int, String) - Constructor for class org.knime.core.data.blob.BinaryObjectDataValueRenderer
Create new instance.
BinaryObjectDataValueRenderer.LongHexdumpFactory - Class in org.knime.core.data.blob
Renderer for BLOBs that shows a hex dump of the first 8kB.
BinaryObjectDataValueRenderer.ShortHexdumpFactory - Class in org.knime.core.data.blob
Renderer for BLOBs that shows a hex dump of the first 128 bytes.
BinaryObjectFileStoreCellSerializer() - Constructor for class org.knime.core.data.blob.BinaryObjectFileStoreDataCell.BinaryObjectFileStoreCellSerializer
 
BinaryObjectFileStoreDataCell - Class in org.knime.core.data.blob
Cell implementation of BinaryObjectDataValue that keeps the binary content in a KNIME file store object.
BinaryObjectFileStoreDataCell(FileStore, byte[]) - Constructor for class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
Create new object based on file store with exiting file.
BinaryObjectFileStoreDataCell(byte[]) - Constructor for class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
Restore from disk.
BinaryObjectFileStoreDataCell.BinaryObjectFileStoreCellSerializer - Class in org.knime.core.data.blob
BinaryObjectUtilityFactory() - Constructor for class org.knime.core.data.blob.BinaryObjectDataValue.BinaryObjectUtilityFactory
Constructor.
BinarySvmRunnable - Class in org.knime.base.node.mine.svm.util
Utility class to run a Binary SVM learning process.
BinarySvmRunnable(DoubleVector[], String, Kernel, double, ExecutionMonitor) - Constructor for class org.knime.base.node.mine.svm.util.BinarySvmRunnable
 
BinaryTree<T> - Class in org.knime.base.node.viz.plotter.dendrogram
 
BinaryTree(BinaryTreeNode<T>) - Constructor for class org.knime.base.node.viz.plotter.dendrogram.BinaryTree
 
BinaryTree.Traversal - Enum in org.knime.base.node.viz.plotter.dendrogram
Tree traversal methods.
BinaryTreeNode<T> - Class in org.knime.base.node.viz.plotter.dendrogram
A generic tree with a content, a reference to the parent node and with a left child and a right child.
BinaryTreeNode(T) - Constructor for class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
The content of a BinaryTreeNode is final and is set only once.
BinByDictionaryConfiguration - Class in org.knime.base.node.preproc.binnerdictionary
Configuration proxy to node.
BinByDictionaryConfiguration() - Constructor for class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
BinByDictionaryNodeDialogPane - Class in org.knime.base.node.preproc.binnerdictionary
Dialog to node.
BinByDictionaryNodeDialogPane() - Constructor for class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeDialogPane
 
BinByDictionaryNodeFactory - Class in org.knime.base.node.preproc.binnerdictionary
Factory for node classes.
BinByDictionaryNodeFactory() - Constructor for class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
 
BinByDictionaryNodeModel - Class in org.knime.base.node.preproc.binnerdictionary
Model to node.
BinByDictionaryNodeModel() - Constructor for class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
2 ins, 1 out.
BinByDictionaryRuleSet - Class in org.knime.base.node.preproc.binnerdictionary
Contains all rules, implements the search.
BinByDictionaryRuleSet(DataValueComparator, boolean, DataValueComparator, boolean, boolean) - Constructor for class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryRuleSet
 
BinDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This class represents one bin in the histogram.
BinDataModel(String, double, double) - Constructor for class org.knime.base.node.viz.histogram.datamodel.BinDataModel
Constructor for class BinDataModel.
BinDataModelComparator - Class in org.knime.base.node.viz.histogram.datamodel
Used to sort the bins in their natural order by their caption or boundaries.
BinDataModelComparator(int) - Constructor for class org.knime.base.node.viz.histogram.datamodel.BinDataModelComparator
Constructor for class BinDataModelComparator.
BinModelDrawingPane - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
The actual drawing pain, rendering the binned column model.
BinModelDrawingPane() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane
Sets the background color to white.
BinModelNodeView - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
The view to visualize a binning model.
BinModelNodeView(CAIMDiscretizationNodeModel, AbstractPlotter) - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
The NodeView which sets the model and calls the right methods of the plotter.
BinModelPlotter - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
This plotter draws a DiscretizationModel.
BinModelPlotter() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
Creates a bin model plotter.
BinnerColumnFactory - Class in org.knime.base.node.preproc.binner
Deprecated.
BinnerColumnFactory(int, BinnerColumnFactory.Bin[], String, boolean) - Constructor for class org.knime.base.node.preproc.binner.BinnerColumnFactory
Deprecated.
A binned column created by name and a number of bins.
BinnerColumnFactory - Class in org.knime.base.node.preproc.pmml.binner
Factory to generate binned string cells from a selected column which can be either replaced or appended.
BinnerColumnFactory(int, BinnerColumnFactory.Bin[], String, boolean) - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
A binned column created by name and a number of bins.
BinnerColumnFactory.Bin - Interface in org.knime.base.node.preproc.binner
Deprecated.
General bin.
BinnerColumnFactory.Bin - Interface in org.knime.base.node.preproc.pmml.binner
General bin.
BinnerNodeDialogPane - Class in org.knime.base.node.preproc.pmml.binner
Binner dialog used to group numeric columns (int or double) into intervals.
BinnerNodeDialogPane() - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane
Creates a new binner dialog.
BinnerNodeDialogPane.IntervalItemPanel - Class in org.knime.base.node.preproc.pmml.binner
Creates a new panel holding one interval.
BinnerNodeDialogPane.IntervalPanel - Class in org.knime.base.node.preproc.pmml.binner
Creates new panel holding one bin column.
BinnerNodeFactory - Class in org.knime.base.node.preproc.binner
 
BinnerNodeFactory() - Constructor for class org.knime.base.node.preproc.binner.BinnerNodeFactory
 
BinnerNodeFactory - Class in org.knime.base.node.preproc.pmml.binner
 
BinnerNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
 
BinnerNodeFactory2 - Class in org.knime.base.node.preproc.pmml.binner
 
BinnerNodeFactory2() - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory2
 
BinnerNodeModel - Class in org.knime.base.node.preproc.binner
Bins numeric columns into intervals which are then returned as string-type columns.
BinnerNodeModel() - Constructor for class org.knime.base.node.preproc.binner.BinnerNodeModel
Creates a new binner.
BinnerNodeModel - Class in org.knime.base.node.preproc.pmml.binner
Bins numeric columns into intervals which are then returned as string-type columns.
BinnerNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Creates a new binner.
BinnerNodeModel(boolean, boolean) - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Creates a new binner.
BinnerNumberFormat() - Constructor for class org.knime.base.node.preproc.autobinner3.AutoBinner.BinnerNumberFormat
Constructor.
BinningCellFactory - Class in org.knime.base.node.preproc.autobinner.apply
 
BinningCellFactory(String, int, PMMLDiscretize) - Constructor for class org.knime.base.node.preproc.autobinner.apply.BinningCellFactory
 
BinningStatementGenerator - Interface in org.knime.core.node.port.database.binning
 
BinningUtil - Class in org.knime.base.node.viz.histogram.util
This class provides methods to create the bins of numerical bars.
binNominal(DataColumnSpec, int) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
 
BinRendererFactory() - Constructor for class org.knime.core.data.renderer.BitVectorValueStringRenderer.BinRendererFactory
 
BinRuler - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
A BinRuler is the visual representation of a column binning.
BinRuler(Point, int, int[], String[], String) - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
Creates a BinRuler from its left starting point, the width of the ruler, its binning boundary positions and the value labels for the boundaries.
BitAndDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
BitAndDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
BitOrDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
BitOrDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
BitString2BitVectorCellFactory - Class in org.knime.base.data.bitvector
 
BitString2BitVectorCellFactory(DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
Create new cell factory that provides one column given by newColSpec.
BitString2BitVectorCellFactory(BitVectorType, DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
 
BitVector - Interface in org.knime.core.data.vector.bitvector
 
BitVectorAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
Deprecated.
BitVectorAttributeModel(String, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
Constructor for class BitVectorAttributeModel.
BitVectorAttributeModel(String, boolean, int, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
Constructor for class BitVectorAttributeModel.
BitVectorAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel2
AttributeModel implementation that can handle BitVectorValues.
BitVectorAttributeModel(String, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
Constructor for class BitVectorAttributeModel.
BitVectorAttributeModel(String, boolean, int, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
Constructor for class BitVectorAttributeModel.
BitVectorCell - Class in org.knime.base.data.bitvector
Deprecated.
BitVectorCell(String) - Constructor for class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
Create new BitVectorCell with a predefined value, read from a string which holds a hexadecimal representation.
BitVectorCell(BitSet, int) - Constructor for class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
Creates a new BitVectorCell based on a BitSet and a fixed length for the bits.
BitVectorCell.Serializer - Class in org.knime.base.data.bitvector
Deprecated.
 
BitVectorCellFactory - Class in org.knime.base.data.bitvector
Base class for all cell factories converting strings to bitvectors.
BitVectorCellFactory(DataColumnSpec) - Constructor for class org.knime.base.data.bitvector.BitVectorCellFactory
 
BitVectorCellFactory(boolean, DataColumnSpec) - Constructor for class org.knime.base.data.bitvector.BitVectorCellFactory
 
BitVectorCellFactory<T extends DataCell> - Interface in org.knime.core.data.vector.bitvector
 
BitVectorColumnCellFactory - Class in org.knime.base.data.bitvector
 
BitVectorColumnCellFactory(DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.BitVectorColumnCellFactory
Create new cell factory that provides one column given by newColSpec.
BitVectorColumnCellFactory(BitVectorType, DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.BitVectorColumnCellFactory
 
BitVectorColumnCellFactory(boolean, BitVectorType, DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.BitVectorColumnCellFactory
 
BitVectorGeneratorNodeDialog - Class in org.knime.base.node.mine.subgroupminer
Deprecated.
BitVectorGeneratorNodeDialog() - Constructor for class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeDialog
Deprecated.
Creates an instance of the BitVectorGeneratorNodeDialog, containing an adjustable threshold.
BitVectorGeneratorNodeFactory - Class in org.knime.base.node.mine.subgroupminer
Deprecated.
BitVectorGeneratorNodeFactory() - Constructor for class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
Deprecated.
 
BitVectorGeneratorNodeModel - Class in org.knime.base.node.mine.subgroupminer
Deprecated.
BitVectorGeneratorNodeModel() - Constructor for class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Creates an instance of the BitVectorGeneratorNodeModel with one inport and one outport.
BitVectorGeneratorNodeModel.STRING_TYPES - Enum in org.knime.base.node.mine.subgroupminer
Deprecated.
Represents the string types that can be parsed.
BitVectorGeneratorView - Class in org.knime.base.node.mine.subgroupminer
Deprecated.
BitVectorGeneratorView(BitVectorGeneratorNodeModel) - Constructor for class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
Deprecated.
Creates the view instance or the BitVectorGeneratorNode with the BitVectorGeneratorNodeModel as the underlying model.
BitVectorIntersectionOperator - Class in org.knime.base.data.aggregation.bitvector
Returns the intersection of the bit vectors for all members of a group.
BitVectorIntersectionOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
Constructor for class TrueCountOperator.
BitVectorIntersectionOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
Constructor for class TrueCountOperator.
BitVectorNotSetCountOperator - Class in org.knime.base.data.aggregation.bitvector
Returns the number of not set bits for all members of a group.
BitVectorNotSetCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
Constructor for class TrueCountOperator.
BitVectorNotSetCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
Constructor for class TrueCountOperator.
BitVectorSetCountOperator - Class in org.knime.base.data.aggregation.bitvector
Returns the number of set bits for all members of a group.
BitVectorSetCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
Constructor for class TrueCountOperator.
BitVectorSetCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
Constructor for class TrueCountOperator.
BitVectorType - Enum in org.knime.core.data.vector.bitvector
Represents the supported BitVector types.
BitVectorUnionOperator - Class in org.knime.base.data.aggregation.bitvector
Returns the union of the bit vectors for all members of a group.
BitVectorUnionOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
Constructor for class TrueCountOperator.
BitVectorUnionOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
Constructor for class TrueCountOperator.
BitVectorUtil - Class in org.knime.core.data.vector.bitvector
A utility class providing methods to apply set operations like "AND", "OR", and "XOR" on different kind of BitVectorValues, such as SparseBitVectorCells or DenseBitVectorCells in a convenient way.
BitVectorUtilityFactory() - Constructor for class org.knime.base.data.bitvector.BitVectorValue.BitVectorUtilityFactory
Deprecated.
 
BitVectorUtilityFactory() - Constructor for class org.knime.core.data.vector.bitvector.BitVectorValue.BitVectorUtilityFactory
Only subclasses are allowed to instantiate this class.
BitVectorValue - Interface in org.knime.base.data.bitvector
Deprecated.
use the BitVectorValue in the core plug-in instead.
BitVectorValue - Interface in org.knime.core.data.vector.bitvector
Implementing DataCells store '0's and '1's at specific positions in a vector.
BitVectorValue.BitVectorUtilityFactory - Class in org.knime.base.data.bitvector
Deprecated.
Utility Factory for Bit Vector values.
BitVectorValue.BitVectorUtilityFactory - Class in org.knime.core.data.vector.bitvector
Implementations of the meta information of this value class.
BitVectorValuePixelRenderer - Class in org.knime.base.data.bitvector
Deprecated.
use the BitVectorValuePixelRenderer from the core plug-in instead
BitVectorValuePixelRenderer() - Constructor for class org.knime.base.data.bitvector.BitVectorValuePixelRenderer
Deprecated.
 
BitVectorValuePixelRenderer - Class in org.knime.core.data.renderer
Paints BitVectorValue elements.
BitVectorValuePixelRenderer() - Constructor for class org.knime.core.data.renderer.BitVectorValuePixelRenderer
 
BitVectorValuePixelRenderer.Factory - Class in org.knime.core.data.renderer
BitVectorValueStringRenderer - Class in org.knime.base.data.bitvector
Deprecated.
use the BitVectorValueStringRenderer from the core plug-in instead.
BitVectorValueStringRenderer(BitVectorValueStringRenderer.Type) - Constructor for class org.knime.base.data.bitvector.BitVectorValueStringRenderer
Deprecated.
Constructs new renderer.
BitVectorValueStringRenderer - Class in org.knime.core.data.renderer
Renderer for bit vector values.
BitVectorValueStringRenderer(String) - Constructor for class org.knime.core.data.renderer.BitVectorValueStringRenderer
Constructs new renderer.
BitVectorValueStringRenderer.BinRendererFactory - Class in org.knime.core.data.renderer
Renderer that shows bit vectors as binary strings.
BitVectorValueStringRenderer.HexRendererFactory - Class in org.knime.core.data.renderer
Renderer that shows bit vectors as hex strings.
BitVectorValueStringRenderer.SetBitsRendererFactory - Class in org.knime.core.data.renderer
Renderer that shows the set bits and the length.
BitVectorValueStringRenderer.Type - Enum in org.knime.base.data.bitvector
Deprecated.
Possible types for string representation.
BitVectorXOrOperator - Class in org.knime.base.data.aggregation.bitvector
Returns the xor of the bit vectors for all members of a group.
BitVectorXOrOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
Constructor for class TrueCountOperator.
BitVectorXOrOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
Constructor for class TrueCountOperator.
BitXOrDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
BitXOrDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
BlobAddress(int, int, boolean) - Constructor for class org.knime.core.data.container.BlobDataCell.BlobAddress
Create new address object.
BlobDataCell - Class in org.knime.core.data.container
Abstract Binary large object cell used to handle potentially large cells.
BlobDataCell() - Constructor for class org.knime.core.data.container.BlobDataCell
 
BlobDataCell.BlobAddress - Class in org.knime.core.data.container
Utility class that holds information where the blob is located.
BlobSupportDataCellIterator - Interface in org.knime.core.data.collection
Iterator on a collection of DataCell objects, permitting the access on underlying BlobWrapperDataCell if applicable.
BlobSupportDataCellList - Class in org.knime.core.data.collection
A list of DataCell objects, which special treatment for BlobDataCell.
BlobSupportDataCellList(Collection<? extends DataCell>) - Constructor for class org.knime.core.data.collection.BlobSupportDataCellList
Creates new instance based on a collection of data cells.
BlobSupportDataCellSet - Class in org.knime.core.data.collection
A list of DataCell objects, which special treatment for BlobDataCell.
BlobSupportDataCellSet(Collection<? extends DataCell>) - Constructor for class org.knime.core.data.collection.BlobSupportDataCellSet
Rather use one of the factory methods to create a new set.
BlobSupportDataRow - Class in org.knime.core.data.container
Special row implementation that supports to access the wrapper cells of BlobDataCell.
BlobSupportDataRow(RowKey, DataCell[]) - Constructor for class org.knime.core.data.container.BlobSupportDataRow
 
BlobSupportDataRow(RowKey, DataRow) - Constructor for class org.knime.core.data.container.BlobSupportDataRow
Creates a new data row with a new row ID.
BlobSupportDataRow(RowKey, Iterable<DataRow>) - Constructor for class org.knime.core.data.container.BlobSupportDataRow
Concatenates the given DataRows to a new blob supporting data row with a new row ID.
BlobSupportDataRow(String, DataRow) - Constructor for class org.knime.core.data.container.BlobSupportDataRow
Creates a new data row with a new row ID.
BlobWrapperDataCell - Class in org.knime.core.data.container
Wrapper for BlobDataCell.
BlobWrapperDataCell(Buffer, BlobDataCell.BlobAddress, CellClassInfo, BlobDataCell) - Constructor for class org.knime.core.data.container.BlobWrapperDataCell
Keeps references.
BlobWrapperDataCell(Buffer, BlobDataCell.BlobAddress, CellClassInfo) - Constructor for class org.knime.core.data.container.BlobWrapperDataCell
Keeps references.
BlobWrapperDataCell(BlobDataCell) - Constructor for class org.knime.core.data.container.BlobWrapperDataCell
Create a new wrapper cell for a blob object.
BlockableInputStream - Class in org.knime.core.data.container
Input Stream that wraps a given input stream and searches for terminated end blocks.
BlockableInputStream(InputStream) - Constructor for class org.knime.core.data.container.BlockableInputStream
Inits the Stream.
BlockableOutputStream - Class in org.knime.core.data.container
Output stream that allows to set block marks.
BlockableOutputStream(OutputStream) - Constructor for class org.knime.core.data.container.BlockableOutputStream
Constructor that simply memorizes the stream to write to.
BoolAndDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.h2
The BOOL_AND aggregation function.
BoolAndDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function.h2
Factory for the parent class.
BooleanCell - Class in org.knime.core.data.def
A data cell implementation holding a boolean value by storing this value in a private boolean member.
BooleanCell(boolean) - Constructor for class org.knime.core.data.def.BooleanCell
Creates new cell for a generic boolean value.
BooleanCell.BooleanCellFactory - Class in org.knime.core.data.def
Factory for BooleanCells.
BooleanCell.BooleanSerializer - Class in org.knime.core.data.def
Factory for (de-)serializing a BooleanCell.
BooleanCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.BooleanCellEntry
 
BooleanCellFactory() - Constructor for class org.knime.core.data.def.BooleanCell.BooleanCellFactory
 
BooleanCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
TableCellRenderer that renders a check box for a boolean value.
BooleanCellRenderer(String) - Constructor for class org.knime.base.data.aggregation.dialogutil.BooleanCellRenderer
Constructor.
BooleanFuntionSettings - Class in org.knime.core.node.port.database.aggregation.function.booleanoption
Class that save the settings of the BooleanFuntionSettingsPanel.
BooleanFuntionSettings(boolean) - Constructor for class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
 
BooleanFuntionSettingsPanel - Class in org.knime.core.node.port.database.aggregation.function.booleanoption
JPanel that allows the user to specify layout mapping settings.
BooleanFuntionSettingsPanel(BooleanFuntionSettings, String) - Constructor for class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettingsPanel
 
BooleanRenderer() - Constructor for class org.knime.core.node.util.dialog.OutFieldsTable.BooleanRenderer
Create a new instance.
BooleanSerializer() - Constructor for class org.knime.core.data.def.BooleanCell.BooleanSerializer
 
BooleanUtilityFactory() - Constructor for class org.knime.core.data.BooleanValue.BooleanUtilityFactory
Only subclasses are allowed to instantiate this class.
BooleanValue - Interface in org.knime.core.data
Interface supporting generic boolean values.
booleanValue() - Method in class org.knime.core.util.MutableBoolean
Returns the value of this object as a boolean primitive.
BooleanValue.BooleanUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
BooleanValueRenderer - Class in org.knime.core.data.renderer
Boolean renderer.
BooleanValueRenderer() - Constructor for class org.knime.core.data.renderer.BooleanValueRenderer
Default Initialization is empty.
BooleanValueRenderer.Factory - Class in org.knime.core.data.renderer
Factory for the BooleanValueRenderer.
BoolOrDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.h2
The BOOL_OR aggregation function.
BoolOrDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function.h2
Factory for the parent class.
BootstrapConfiguration - Class in org.knime.base.node.preproc.bootstrap
Configuration for the node.
BootstrapConfiguration() - Constructor for class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
BootstrapNodeDialog - Class in org.knime.base.node.preproc.bootstrap
NodeDialog for the node.
BootstrapNodeDialog() - Constructor for class org.knime.base.node.preproc.bootstrap.BootstrapNodeDialog
New pane for configuring the node dialog.
BootstrapNodeFactory - Class in org.knime.base.node.preproc.bootstrap
NodeFactory for the node.
BootstrapNodeFactory() - Constructor for class org.knime.base.node.preproc.bootstrap.BootstrapNodeFactory
 
BootstrapNodeModel - Class in org.knime.base.node.preproc.bootstrap
This is the model implementation.
BootstrapNodeModel() - Constructor for class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
Constructor for the node model.
BORDER - Static variable in class org.knime.core.data.property.ColorAttr
The color for border as Color.DARK_GRAY.
BOTH - Static variable in class org.knime.base.node.switches.manualif.ManualIfNodeDialog
 
BOTTOM - Static variable in class org.knime.base.node.switches.manualif.ManualIfNodeDialog
 
BOTTOM_SPACE - Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Constant for the space at the bottom between margin and axes.
BoundaryScheme - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
A boundary scheme holds the boundaries as linked doubles and the number of boundaries (number of linked doubles).
BoundaryScheme(LinkedDouble, int) - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.BoundaryScheme
Creates a boundary scheme from the linked double list and the number of doubles.
boundColumn(int) - Method in class org.knime.core.node.tableview.TableContentModel
Checks if given argument is in range and throws an exception if it is not.
BoundedValue - Interface in org.knime.core.data
A DataCell should implement this interface to indicate that its objects can be reasonably ordered.
boundRow(int) - Method in class org.knime.core.node.tableview.TableContentModel
Checks if given argument is in range and throws an exception if it is not.
boundsChanged() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
Called when user changes the values for the lower or upper bounds.
Box - Class in org.knime.base.node.viz.plotter.box
 
Box(int, int, int, int, int, int, double[]) - Constructor for class org.knime.base.node.viz.plotter.box.Box
The graphical representation of a box in a box plot.
BoxPlotAppearanceTab - Class in org.knime.base.node.viz.plotter.props
Provides a checkbox if the visualization of the data should be normalized or not.
BoxPlotAppearanceTab() - Constructor for class org.knime.base.node.viz.plotter.props.BoxPlotAppearanceTab
Creates a box with a checkbox (normalize).
BoxplotCalculator - Class in org.knime.base.node.viz.plotter.box
 
BoxplotCalculator() - Constructor for class org.knime.base.node.viz.plotter.box.BoxplotCalculator
Creates a new default instance of the boxplot calculator.
BoxPlotDataProvider - Interface in org.knime.base.node.viz.plotter.box
 
BoxPlotDrawingPane - Class in org.knime.base.node.viz.plotter.box
Paints the Boxes, the dots from the DotInfoArray (since it derives from ScatterPlotterDrawingPane) and the labels for the boxes and outliers.
BoxPlotDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
 
BoxPlotNodeFactory - Class in org.knime.base.node.viz.plotter.box
 
BoxPlotNodeFactory() - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
 
BoxPlotNodeModel - Class in org.knime.base.node.viz.plotter.box
The input data is sorted for each numeric column and the necessary parameters are determined: minimum, lower whisker (in case of outliers it is the first non-outlier), lower quartile, median, upper quartile, upper whisker and maximum.
BoxPlotNodeModel() - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
One input for the data one output for the parameters (median, quartiles and inter-quartile range(IQR).
BoxPlotNodeView - Class in org.knime.base.node.viz.plotter.box
 
BoxPlotNodeView(BoxPlotNodeModel, BoxPlotter) - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotNodeView
 
BoxplotStatistics - Class in org.knime.base.node.viz.plotter.box
 
BoxplotStatistics(Set<Outlier>, Set<Outlier>, double, double, double, double, double, double, double) - Constructor for class org.knime.base.node.viz.plotter.box.BoxplotStatistics
Creates an instance of BoxplotStatistics.
BoxPlotter - Class in org.knime.base.node.viz.plotter.box
The BoxPlotter calculates, based on the statistical parameters determined by the BoxPlotNodeModel, the Boxes to draw in the updateSize method.
BoxPlotter() - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotter
 
BoxPlotter(BoxPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotter
 
BoxPlotterProperties - Class in org.knime.base.node.viz.plotter.box
Tab to select whether to normalize the drawing or not.
BoxPlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.box.BoxPlotterProperties
 
BREAK - Static variable in class org.knime.core.node.interrupt.InterruptControlPanel
The identifier for the event to break and pause the execution of the InterruptibleNodeModel.
BreakpointNodeDialog - Class in org.knime.base.node.flowcontrol.breakpoint
 
BreakpointNodeDialog() - Constructor for class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
 
BreakpointNodeFactory - Class in org.knime.base.node.flowcontrol.breakpoint
 
BreakpointNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeFactory
Create factory, that instantiates nodes.
BreakpointNodeModel - Class in org.knime.base.node.flowcontrol.breakpoint
A simple breakpoint node which allows to halt execution when a certain condition on the input table is fulfilled (such as is-empty, is-inactive, is-active, ...).
BreakpointNodeModel() - Constructor for class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
One input, one output.
bringAnnotationToFront(WorkflowAnnotation) - Method in class org.knime.core.node.workflow.WorkflowManager
Resorts the internal array to move the specified annotation to the last index.
Buffer - Class in org.knime.core.data.container
A buffer writes the rows from a DataContainer to a file.
Buffer(int, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>, IWriteFileStoreHandler) - Constructor for class org.knime.core.data.container.Buffer
Creates new buffer for writing.
Buffer(File, File, File, DataTableSpec, InputStream, int, Map<Integer, ContainerTable>, FileStoreHandlerRepository) - Constructor for class org.knime.core.data.container.Buffer
Creates new buffer for reading.
Buffer.CompressionFormat - Enum in org.knime.core.data.container
Compression on the binary (main) file.
Buffer.FromFileIterator - Class in org.knime.core.data.container
Super class of all file iterators.
bufferCleared(Buffer) - Method in class org.knime.core.data.container.BufferTracker
Call this method when the buffer is cleared.
bufferCreated(Buffer) - Method in class org.knime.core.data.container.BufferTracker
Call this method whenever a buffer is created.
BufferCreator() - Constructor for class org.knime.core.data.container.DataContainer.BufferCreator
 
BufferedDataContainer - Class in org.knime.core.node
DataContainer to be used during a NodeModel's execution.
BufferedDataContainer(DataTableSpec, boolean, Node, SingleNodeContainer.MemoryPolicy, boolean, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>, IWriteFileStoreHandler) - Constructor for class org.knime.core.node.BufferedDataContainer
Creates new container.
BufferedDataTable - Class in org.knime.core.node
DataTable implementation that is passed along the KNIME workflow.
BufferedDataTable(ContainerTable, int) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a container table (caching everything).
BufferedDataTable(RearrangeColumnsTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a changed columns table (only memorize columns that changed).
BufferedDataTable(TableSpecReplacerTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a changed spec table (only keep new spec).
BufferedDataTable(WrappedTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a wrapped table.
BufferedDataTable(ConcatenateTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a concatenation of BufferedDataTables.
BufferedDataTable(JoinedTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a join of BufferedDataTables.
BufferedDataTable(VoidTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new buffered data table based on a "void" table.
BufferedDataTable(ExtensionTable) - Constructor for class org.knime.core.node.BufferedDataTable
Creates a new BufferedDataTable for an extended table type.
BufferedDataTable.KnowsRowCountTable - Interface in org.knime.core.node
Internally used interface.
BufferedDataTableHolder - Interface in org.knime.core.node
Interface which allows a NodeModel to hold (and keep) internal BufferedDataTables.
BufferedDataTableRowOutput - Class in org.knime.core.node.streamable
Convenient class to create a buffered data table where a row output is required.
BufferedDataTableRowOutput(BufferedDataContainer) - Constructor for class org.knime.core.node.streamable.BufferedDataTableRowOutput
 
BufferedDataTableSorter - Class in org.knime.core.data.sort
Table sorter for sorting BufferedDataTable objects.
BufferedDataTableSorter(BufferedDataTable, Collection<String>, boolean[]) - Constructor for class org.knime.core.data.sort.BufferedDataTableSorter
Inits table sorter using the sorting according to AbstractTableSorter.setSortColumns(Collection, boolean[]).
BufferedDataTableSorter(BufferedDataTable, Collection<String>, boolean[], boolean) - Constructor for class org.knime.core.data.sort.BufferedDataTableSorter
Inits table sorter using the sorting according to AbstractTableSorter.setSortColumns(Collection, boolean[], boolean).
BufferedDataTableSorter(BufferedDataTable, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.BufferedDataTableSorter
Inits sorter on argument table with given row comparator.
BufferedDataTableSorter(long, DataTableSpec, Comparator<DataRow>, ExecutionContext) - Constructor for class org.knime.core.data.sort.BufferedDataTableSorter
Package default constructor for the AbstractColumnTableSorter.
BufferedDataTableView - Class in org.knime.core.node.workflow
 
BufferedDataTableView(DataTable) - Constructor for class org.knime.core.node.workflow.BufferedDataTableView
A view showing the data stored in the specified output port.
BufferedFileReader - Class in org.knime.base.node.util
A reader that counts the number of bytes read.
BufferedFileReader.ByteCountingStream - Class in org.knime.base.node.util
Wraps an input stream and counts the number of bytes read from the stream.
BufferFromFileIteratorVersion1x - Class in org.knime.core.data.container
(Obsolete) File iterator to read files written by a Buffer.
BufferFromFileIteratorVersion1x(Buffer) - Constructor for class org.knime.core.data.container.BufferFromFileIteratorVersion1x
Inits the iterator by opening the input stream.
BufferFromFileIteratorVersion20 - Class in org.knime.core.data.container
File iterator to read stream written by a Buffer.
BufferFromFileIteratorVersion20(Buffer) - Constructor for class org.knime.core.data.container.BufferFromFileIteratorVersion20
Inits iterator, opens input stream.
BufferFromFileIteratorVersion20.DataCellStreamReader - Class in org.knime.core.data.container
Utility class that separates the logic of reading DataCells from the stream.
BufferTracker - Class in org.knime.core.data.container
This class is only used for testing.
build() - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
 
build() - Method in class org.knime.core.node.dialog.ExternalNodeData.ExternalNodeDataBuilder
Builds a new external node data with the values from this builder.
BUILD - Static variable in class org.knime.core.node.KNIMEConstants
KNIME's build id.
build() - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult.Builder
 
BUILD_DATE - Static variable in class org.knime.core.node.KNIMEConstants
The build date, is set automatically by the build scripts.
buildChooser() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
builder() - Static method in class org.knime.base.data.aggregation.GlobalSettings
 
builder(String) - Static method in class org.knime.core.node.dialog.ExternalNodeData
Creates a new builder for an external node data.
Builder() - Constructor for class org.knime.core.node.workflow.action.InteractiveWebViewsResult.Builder
 
buildTree() - Method in class org.knime.base.util.kdtree.KDTreeBuilder
Builds a k-d tree using all the patterns that have been added to the builder so far.
buildTree(int, ExecutionMonitor) - Method in class org.knime.base.util.kdtree.KDTreeBuilder
Builds a k-d tree using all the patterns that have been added to the builder so far.
buildTree(ExecutionMonitor) - Method in class org.knime.base.util.kdtree.KDTreeBuilder
Builds a k-d tree using all the patterns that have been added to the builder so far.
buildTree(int) - Method in class org.knime.base.util.kdtree.KDTreeBuilder
Builds a k-d tree using all the patterns that have been added to the builder so far.
ButtonGroupEnumInterface - Interface in org.knime.core.node.util
Used to create a ButtonGroup in the DialogComponentButtonGroup class.
BWElimFilterNodeDialog - Class in org.knime.base.node.meta.feature.backwardelim
This class is the dialog for the feature filter node.
BWElimFilterNodeDialog() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeDialog
Creates a new dialog.
BWElimFilterNodeFactory - Class in org.knime.base.node.meta.feature.backwardelim
This factory creates all necessary classes for the feature elimination filter node.
BWElimFilterNodeFactory() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
 
BWElimFilterNodeModel - Class in org.knime.base.node.meta.feature.backwardelim
This class is the model for the feature elimination filter node.
BWElimFilterNodeModel() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Creates a new model with one input and two output ports.
BWElimFilterSettings - Class in org.knime.base.node.meta.feature.backwardelim
This class contains the settings for the feature elimination filter node.
BWElimFilterSettings() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
 
BWElimLoopEndNodeDialog - Class in org.knime.base.node.meta.feature.backwardelim
This class is the dialog for the elimination loop's tail node.
BWElimLoopEndNodeDialog() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeDialog
Creates a new dialog.
BWElimLoopEndNodeFactory - Class in org.knime.base.node.meta.feature.backwardelim
This factory creates all necessary classes for the elimination loop's tail node.
BWElimLoopEndNodeFactory() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
 
BWElimLoopEndNodeModel - Class in org.knime.base.node.meta.feature.backwardelim
This class is the model for the elimination loop's tail node.
BWElimLoopEndNodeModel() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Creates a new model having one table input port, one table output port and a model output port.
BWElimLoopEndSettings - Class in org.knime.base.node.meta.feature.backwardelim
This class contains th settings for the elimination loop's tail node.
BWElimLoopEndSettings() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
 
BWElimLoopStart1NodeFactory - Class in org.knime.base.node.meta.feature.backwardelim
This factory creates all necessary classes for the backward elimination head node.
BWElimLoopStart1NodeFactory() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
 
BWElimLoopStart2NodeFactory - Class in org.knime.base.node.meta.feature.backwardelim
 
BWElimLoopStart2NodeFactory() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
 
BWElimLoopStartNodeModel - Class in org.knime.base.node.meta.feature.backwardelim
This class is the model for the backward elimination head node.
BWElimLoopStartNodeModel(int) - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
Creates a new model with one input and one output port.
BWElimLoopStartSettings - Class in org.knime.base.node.meta.feature.backwardelim
This class contains the settings for the backward elimination head node.
BWElimLoopStartSettings() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
 
BWElimModel - Class in org.knime.base.node.meta.feature.backwardelim
This the model that holds the result of a backward elimination loop.
BWElimModel(String) - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Creates a new model.
BWElimModel.ModelSerializer - Class in org.knime.base.node.meta.feature.backwardelim
 
BWElimModel.SpecSerializer - Class in org.knime.base.node.meta.feature.backwardelim
 
BYTE_ROW_SEPARATOR - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
Separator for different rows.
BYTE_TYPE_MISSING - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
The char for missing cells.
BYTE_TYPE_SERIALIZATION - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
The char for cell whose type needs serialization.
BYTE_TYPE_START - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
The first used char for the map char --> type.
ByteCountingStream(InputStream) - Constructor for class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
 
bytesRead() - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
 
bytesToHex(byte[]) - Static method in class org.knime.core.util.crypto.HexUtils
 
ByteVectorUtilityFactory() - Constructor for class org.knime.core.data.vector.bytevector.ByteVectorValue.ByteVectorUtilityFactory
Only subclasses are allowed to instantiate this class.
ByteVectorValue - Interface in org.knime.core.data.vector.bytevector
Implementations are vectors of fixed length storing byte counts at specific positions.
ByteVectorValue.ByteVectorUtilityFactory - Class in org.knime.core.data.vector.bytevector
Implementations of the meta information of this value class.
ByteVectorValuePixelRenderer - Class in org.knime.core.data.renderer
Paints ByteVectorValue elements.
ByteVectorValuePixelRenderer() - Constructor for class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
 
ByteVectorValuePixelRenderer.Factory - Class in org.knime.core.data.renderer
ByteVectorValueStringRenderer - Class in org.knime.core.data.renderer
Renderer for byte vector values showing the string representation.
ByteVectorValueStringRenderer() - Constructor for class org.knime.core.data.renderer.ByteVectorValueStringRenderer
Default Initialization is empty.
ByteVectorValueStringRenderer.Factory - Class in org.knime.core.data.renderer

C

cache(DataTable, ExecutionMonitor, int) - Static method in class org.knime.core.data.container.DataContainer
Convenience method that will buffer the entire argument table.
cache(DataTable, ExecutionMonitor) - Static method in class org.knime.core.data.container.DataContainer
Convenience method that will buffer the entire argument table.
CACHE_SIZE - Static variable in class org.knime.core.node.tableview.TableContentModel
Default size of the ring buffer (500).
CachedConnectionFactory - Class in org.knime.core.node.port.database.connection
 
CachedConnectionFactory(DBDriverFactory) - Constructor for class org.knime.core.node.port.database.connection.CachedConnectionFactory
 
CacheNodeFactory - Class in org.knime.base.node.util.cache
 
CacheNodeFactory() - Constructor for class org.knime.base.node.util.cache.CacheNodeFactory
 
CacheNodeModel - Class in org.knime.base.node.util.cache
Creates a model that caches the entire input data.
CacheNodeModel() - Constructor for class org.knime.base.node.util.cache.CacheNodeModel
Creates a new cache model.
cacheSpec(DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Store the spec and index position to speedup subsequent evaluations.
CAIMDiscretization2NodeFactory - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
The Factory for the CAIM Discretizer.
CAIMDiscretization2NodeFactory() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
 
CAIMDiscretizationNodeDialog - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
Dialog for the CAIM discretization algorithm.
CAIMDiscretizationNodeDialog() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeDialog
Constructor: create NodeDialog with one column filter panel.
CAIMDiscretizationNodeModel - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
Implements the CAIM discretization algorithm.
CAIMDiscretizationNodeModel() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Initializes a new CAIM model with one data in- and one data output port.
calcDimensions() - Method in class org.knime.core.node.util.VTextIcon
Deprecated.
 
calcDistance(DataRow, DataRow, int[]) - Method in interface org.knime.base.node.mine.cluster.hierarchical.distfunctions.DistanceFunction
Calculates the distance between two data rows.
calcDistance(DataRow, DataRow, int[]) - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.EuclideanDist
Calculates the distance between two data rows based on the Euclidean distance.
calcDistance(DataRow, DataRow, int[]) - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.ManhattanDist
Calculates the distance between two data rows based on the Manhatten distance.
calcDistance(DataRow, DataRow, int[]) - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist
Calculates the distance between two data rows based on the Minkowski distance.
calcDomainBoundsIfNeccessary(BufferedDataTable, ExecutionContext, List<String>) - Method in class org.knime.base.node.preproc.autobinner.AutoBinner
Determines the per column min/max values of the given data if not already present in the domain.
calcDomainBoundsIfNeccessary(BufferedDataTable, ExecutionContext, List<String>) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinner
Determines the per column min/max values of the given data if not already present in the domain.
calcDomainBoundsIfNeccessary(BufferedDataTable, ExecutionContext, List<String>) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner
Determines the per column min/max values of the given data if not already present in the domain.
calcNewCellsForRow(DataRow, RearrangeColumnsTable.NewColumnsProducerMapping) - Static method in class org.knime.core.data.container.RearrangeColumnsTable
Calls for an input row the list of cell factories to produce the output row (contains only the new cells, merged later).
calculate(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
 
calculate(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
 
calculate(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
 
calculateAllMoments(ExecutionMonitor) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Calculates all the statistical moments in one pass .
calculateAllMoments(double, ExecutionMonitor) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Calculates all the statistical moments in one pass .
calculateBorderArc(Arc2D, BasicStroke) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Calculates the size of the arc with the given stroke.
calculateBorderRect(Rectangle2D, BasicStroke) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Calculates the size of the rectangle with the given stroke.
calculateBounds(int, double, double) - Static method in class org.knime.base.node.preproc.autobinner3.AutoBinner
 
calculateCaim() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.QuantaMatrix2D
Calculates the current caim value for the quanta matrix.
calculateCoordinates(DotInfoArray) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Given the actual size of the drawing pane, the actual zoom factor, and min/max values it calculates the screen coordinates for each dot info in the array passed in.
calculateCovarianceMatrix(ExecutionMonitor, DataTable, long, DataContainer) - Method in class org.knime.base.data.statistics.CovarianceMatrixCalculator
Computes the covariance matrix and puts the result in the given (optional) data container and additionally returns a in memory representation.
calculateCurveData(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.viz.roc.ROCCalculator
Calculates the ROC curve.
calculateDots() - Method in class org.knime.base.node.viz.plotter.line.LinePlotter
Calculates the screen coordinates (dots) for the lines and puts them in a large DotInfoArray, which is passed to the LinePlotterDrawingPane.
calculateDotSize(int, double) - Static method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
Returns one side of the square making up a dot.
calculateHilitedShape(HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
Calculates the hilite rectangle or resets the hilite rectangle to null if no rows are hilited.
calculateHiliteShape(HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Overwrite this method to support hiliting.
calculateHiliteShape(AggregationValModel<AggregationValSubModel<S, H>, S, H>) - Method in interface org.knime.base.node.viz.aggregation.HiliteShapeCalculator
 
calculateHiliteShape(AggregationValSubModel<S, H>) - Method in interface org.knime.base.node.viz.aggregation.HiliteShapeCalculator
 
calculateHiliteShape(AggregationValModel<AggregationValSubModel<Rectangle2D, Rectangle2D>, Rectangle2D, Rectangle2D>) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
calculateHiliteShape(AggregationValSubModel<Rectangle2D, Rectangle2D>) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
calculateHiliteShape(AggregationValModel<AggregationValSubModel<Arc2D, Arc2D>, Arc2D, Arc2D>) - Method in class org.knime.base.node.viz.pie.datamodel.PieHiliteCalculator
calculateHiliteShape(AggregationValSubModel<Arc2D, Arc2D>) - Method in class org.knime.base.node.viz.pie.datamodel.PieHiliteCalculator
calculateIntegerMaxNoOfBins(int, DataColumnSpec) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Calculates the maximum number of bins for the given column spec if it is an integer column or returns the given number of bins.
calculateLiftTables(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.viz.liftchart.LiftCalculator
Calculates the tables necessary for displaying a lift chart.
calculateMappedValue(DataCell, double, double, double) - Method in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
Calculates the mapped value.
calculateMappedValue(DataCell, double) - Method in class org.knime.base.util.coordinate.Coordinate
Returns the mapping of a domain value for this coordinate axis.
calculateMappedValue(DataCell, double, boolean) - Method in class org.knime.base.util.coordinate.Coordinate
calculateMappedValue(DataCell, double, double, double) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Calculates the mapped value.
calculateMappedValue(DataCell, double, double, double, double, double) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Calculates the mapped value.
calculateMappedValueInternal(DataCell, double) - Method in class org.knime.base.util.coordinate.Coordinate
Returns the mapping of a domain value for this coordinate axis.
calculateMappedValueInternal(DataCell, double) - Method in class org.knime.base.util.coordinate.DoubleCoordinate
Calculates a numeric mapping assuming a DoubleCell.
calculateMappedValueInternal(DataCell, double) - Method in class org.knime.base.util.coordinate.IntegerCoordinate
Calculates a numeric mapping assuming a DoubleCell.
calculateMappedValueInternal(DataCell, double) - Method in class org.knime.base.util.coordinate.NominalCoordinate
Calculates a numeric mapping assuming a column with a given number of possible values.
calculateMappedValueInternal(DataCell, double) - Method in class org.knime.base.util.coordinate.NumericCoordinate
Calculates a numeric mapping assuming a DoubleCell.
calculateMidAngle(Arc2D) - Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
Calculated the mid angle of the given arc.
calculateMomentInSubClass(DataRow) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Derived classes may do additional calculations here.
calculateMultiple(BufferedDataTable, String[], ExecutionContext) - Method in class org.knime.base.node.viz.plotter.box.BoxplotCalculator
Calculates the necessary statistics for a non-conditional boxplot.
calculateMultipleConditional(BufferedDataTable, String, String[], ExecutionContext) - Method in class org.knime.base.node.viz.plotter.box.BoxplotCalculator
Calculates statistics for a conditional box plot.
calculateOutput(BufferedDataTable, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputer
Second scan on data.
calculatePartialExtent(Arc2D, double) - Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
 
calculateStatistics(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputer
First scan on the data.
calculateSubArc(Arc2D, double) - Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
Calculates a sub arc that lies in the given arc.
calculateSurroundingRectangle(Rectangle2D, int, int) - Static method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Calculates a surrounding rectangle with the given thickness for the given rectangle.
call() - Method in class org.knime.core.util.ThreadUtils.CallableWithContext
callableWithContext(Callable<V>) - Static method in class org.knime.core.util.ThreadUtils
Creates a Callable that carries the current NodeContext with it.
callableWithContext(Callable<V>, boolean) - Static method in class org.knime.core.util.ThreadUtils
Creates a Callable that carries the current NodeContext with it.
CallableWithContext() - Constructor for class org.knime.core.util.ThreadUtils.CallableWithContext
Default constructor.
callCloseView() - Method in class org.knime.core.node.AbstractNodeView
Called from AbstractNodeView.closeView() to close the view and release all allocated resources.
callCloseView() - Method in class org.knime.core.node.ExternalApplicationNodeView
Called from AbstractNodeView.closeView() to close the view and release all allocated resources.
callCloseView() - Method in class org.knime.core.node.NodeView
Called by the node when it is deleted or by the "close" button.
callCloseView() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
Called from AbstractNodeView.closeView() to close the view and release all allocated resources.
callConvert(DataCell) - Method in class org.knime.core.data.DataCellTypeConverter
callCreateNodeModel(NodeCreationContext) - Method in class org.knime.core.node.NodeFactory
callDerivedLoadSettingsFrom(NodeSettingsRO, PortObjectSpec[], PortObject[]) - Method in class org.knime.core.node.DataAwareNodeDialogPane
callDerivedLoadSettingsFrom(NodeSettingsRO, PortObjectSpec[], PortObject[]) - Method in class org.knime.core.node.NodeDialogPane
callFlushIfNeeded() - Method in class org.knime.core.data.filestore.FileStoreCell
 
callFlushIfNeeded() - Method in class org.knime.core.data.filestore.FileStorePortObject
 
callModelChanged() - Method in class org.knime.core.node.AbstractNodeView
Called from the model that something has changed.
callModelChanged() - Method in class org.knime.core.node.NodeView
Called from the model that something has changed.
callNodeConfigure(PortObjectSpec[], boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Calls configure in the node, whereby it also updates the settings in case the node is driven by flow variables.
callOnCancel() - Method in class org.knime.core.node.NodeDialogPane
This method calls NodeDialogPane.onCancel() after having set a NodeContext if none exists yet.
callOnClose() - Method in class org.knime.core.node.NodeDialogPane
Does some cleanup and finally calls the NodeDialogPane.onClose() method.
callOnOpen() - Method in class org.knime.core.node.NodeDialogPane
This method calls NodeDialogPane.onOpen() after having set a NodeContext if none exists yet.
callOpenView(String) - Method in class org.knime.core.node.AbstractNodeView
Direct(!) subclasses override this method and open the view or frame.
callOpenView(String, Rectangle) - Method in class org.knime.core.node.AbstractNodeView
Direct(!) subclasses override this method and open the view or frame.
callOpenView(String) - Method in class org.knime.core.node.ExternalApplicationNodeView
Direct(!) subclasses override this method and open the view or frame.
callOpenView(String, Rectangle) - Method in class org.knime.core.node.ExternalApplicationNodeView
Direct(!) subclasses override this method and open the view or frame.
callOpenView(String) - Method in class org.knime.core.node.NodeView
Direct(!) subclasses override this method and open the view or frame.
callOpenView(String, Rectangle) - Method in class org.knime.core.node.NodeView
Direct(!) subclasses override this method and open the view or frame.
callWithContext() - Method in class org.knime.core.util.ThreadUtils.CallableWithContext
Computes a result, or throws an exception if unable to do so.
canAddConnection(NodeID, int, NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if a new connection can be added.
canAddNewConnection(NodeID, int, NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
 
canBeFurtherUsed() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
Returns true if it makes sense to use this split's attribute further in deeper levels, false if not.
canBeFurtherUsed() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitContinuous
For numeric splits it makes sense to use the corresponding atribute in deeper levels.
canBeFurtherUsed() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
Binary nominal splits can be further used.
canBeFurtherUsed() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalNormal
For normal nominal splits it makes no sense to be used in deeper levels.
canCancelAll() - Method in class org.knime.core.node.workflow.WorkflowManager
 
canCancelNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if a node can be cancelled individually.
cancel() - Method in class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJob
Called when the execution is to be canceled.
cancel() - Method in class org.knime.core.node.exec.LocalNodeExecutionJob
Called when the execution is to be canceled.
cancel() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Called when the execution is to be canceled.
cancel() - Method in class org.knime.core.util.KNIMETimer
Do not call this method, it won't let you cancel this timer, but instead throw an UnsupportedOperationException at you.
cancel(boolean) - Method in class org.knime.core.util.MultiThreadWorker
Cancels an ongoing execution.
cancelChunkExecution() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
Trigger cancelation of chunk execution
CanceledExecutionException - Exception in org.knime.core.node
This exception is used in the ExecutionMonitor when a node's execution has been canceled.
CanceledExecutionException() - Constructor for exception org.knime.core.node.CanceledExecutionException
Creates a new exception of this type with an error message.
CanceledExecutionException(String) - Constructor for exception org.knime.core.node.CanceledExecutionException
Constructs an CancelExecutionException with the specified detail message.
cancelExecution() - Method in class org.knime.core.node.workflow.NodeContainer
Cancel execution of a marked, queued, or executing node.
cancelExecution() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Cancel execution of a marked, queued, or executing node.
cancelExecution() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
Cancel execution.
cancelExecution() - Method in class org.knime.core.node.workflow.WorkflowManager
Cancel execution of a marked, queued, or executing node.
cancelExecution(NodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
Cancel execution of the given NodeContainer.
cancelRowCountingInBackground() - Method in class org.knime.core.node.tableview.TableContentModel
Cancels the potential row counter thread invoked by TableContentModel.countRowsInBackground().
cancelRowCountingInBackground() - Method in class org.knime.core.node.tableview.TableContentView
Delegate method to cancel row counting.
cancelRowCountingInBackground() - Method in class org.knime.core.node.tableview.TableView
Delegate method to cancel row counting.
canCollapseNodesIntoMetaNode(NodeID[]) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if we can collapse selected set of nodes into a metanode.
canConfigureNodes() - Method in interface org.knime.core.node.workflow.NodeContainerParent
May return false for nodes contained in subnodes, which cannot be configured until all data is available to the subnode.
canConfigureNodes() - Method in class org.knime.core.node.workflow.SubNodeContainer
May return false for nodes contained in subnodes, which cannot be configured until all data is available to the subnode.
canConfigureNodes() - Method in class org.knime.core.node.workflow.WorkflowManager
May return false for nodes contained in subnodes, which cannot be configured until all data is available to the subnode.
canDisconnect(NodeExecutionJob) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Returns true, if a executing job continues running even after closing the workflow - and if this manager can reconnect to this job after re-opening the workflow again.
canDisconnect(NodeExecutionJob) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Returns true, if a executing job continues running even after closing the workflow - and if this manager can reconnect to this job after re-opening the workflow again.
canEditImmediately(EventObject) - Method in class org.knime.core.node.config.ConfigEditTreeEditor
canExecute(NodeContainer) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Allows one to check whether this job manager can execute a certain type of NodeContainer, e.g.
canExecuteAll() - Method in class org.knime.core.node.workflow.WorkflowManager
Called by execute-all action to (attempt to) execute all nodes in the workflow.
canExecuteNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if a node can be executed either directly or via chain of nodes that include an executable node.
canExecuteNodeDirectly(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if a node can be executed directly.
canExecuteUpToHere() - Method in class org.knime.core.node.workflow.NodeContainer
Currently called by nodes having data aware dialogs in order to test whether upstream nodes are correctly wired and can be executed.
canExpandMetaNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if we can expand the selected metanode into a set of nodes in this WFM.
canExpandSubNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if we can expand the selected metanode into a set of nodes in this WFM.
canImport(TransferHandler.TransferSupport) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTargetTransferHander
canImport(TransferHandler.TransferSupport) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
canImport(JComponent, DataFlavor[]) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
canImport(JComponent, DataFlavor[]) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
 
canPerformReset() - Method in class org.knime.core.node.workflow.NodeContainer
 
canPerformReset() - Method in class org.knime.core.node.workflow.SingleNodeContainer
canPerformReset() - Method in class org.knime.core.node.workflow.SubNodeContainer
canPerformReset() - Method in class org.knime.core.node.workflow.WorkflowManager
canReadPMMLVersion(String) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
Checks whether the PMML version is supported.
canReExecute() - Method in class org.knime.core.node.interactive.InteractiveClientNodeView
canReExecute() - Method in interface org.knime.core.node.interactive.InteractiveView
 
canReExecute() - Method in class org.knime.core.node.interactive.InteractiveViewDelegate
 
canReExecute() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
 
canReExecuteNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
 
canRemoveConnection(ConnectionContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if a connection can safely be removed.
canRemoveNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if specific node can be removed (i.e.
canResetContainedNodes() - Method in interface org.knime.core.node.workflow.NodeContainerParent
If a contained node contained (independent of its connections).
canResetContainedNodes() - Method in class org.knime.core.node.workflow.SubNodeContainer
If a contained node contained (independent of its connections).
canResetContainedNodes() - Method in class org.knime.core.node.workflow.WorkflowManager
If a contained node contained (independent of its connections).
canResetNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if a node can be reset, meaning that it is executed and all of its successors are idle or executed as well.
canResetSuccessors(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Called from virtual end of sub node to determine if there are any executing downstream nodes.
canSaveInternals() - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
canSaveInternals() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
 
canSetJobManager(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Is the node with the given ID ready to take a new job manager.
canUndo() - Method in class org.knime.core.node.workflow.action.CollapseIntoMetaNodeResult
 
canUndo() - Method in class org.knime.core.node.workflow.action.ExpandSubnodeResult
 
canUndo() - Method in class org.knime.core.node.workflow.action.MetaNodeToSubNodeResult
 
canUndo() - Method in class org.knime.core.node.workflow.action.SubNodeToMetaNodeResult
 
canUpdateMetaNodeLink(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Returns true if the argument node is a valid metanode link and is not executing and has no successor in execution.
cardinality() - Method in interface org.knime.core.data.vector.bitvector.BitVector
Number of bits set in this bit vector.
cardinality() - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Returns the number of set bits (bits with value '1') in the vector.
cardinality() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Number of bits set in this bit vector.
cardinality() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns the number of set bits (bits with value '1') in the vector.
cardinality() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Number of bits set in this bit vector.
cardinality() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Number of bits set in this bit vector.
cardinality() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns the number of set bits (bits with value '1') in the vector.
cardinality() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Number of bits set in this bit vector.
cardinality() - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Returns the number of counts larger than zero stored in this vector.
cardinality() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns the number of counts larger than zero stored in this vector.
cardinality() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Returns the number of counts larger than zero stored in this vector.
cardinality() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns the number of counts larger than zero stored in this vector.
cardinality() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Returns the number of counts larger than zero stored in this vector.
cardinalityOfIntersection(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.BitVectorUtil
Computes the cardinality of the bitwise AND of the given vectors.
cardinalityOfIntersection(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Computes the cardinality of the intersection with the given bitVector.
cardinalityOfIntersection(DenseBitVectorCell) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
 
cardinalityOfIntersection(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Computes the cardinality of the intersection with the given bitVector.
cardinalityOfIntersection(SparseBitVectorCell) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
 
cardinalityOfRelativeComplement(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.BitVectorUtil
Computes the cardinality of the relative complement of the given vectors, i.e.
cardinalityOfRelativeComplement(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Computes the cardinality of the complement relative to the given bitVector.
cardinalityOfRelativeComplement(DenseBitVectorCell) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
 
cardinalityOfRelativeComplement(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Computes the cardinality of the complement relative to the given bitVector.
cardinalityOfRelativeComplement(SparseBitVectorCell) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
 
CASE_SENSITIVE_STRING - Static variable in class org.knime.base.node.io.listfiles.ListFilesSettings
Key to store the case sensitive settings.
CASE_SENSITIVE_STRING - Static variable in class org.knime.base.node.io.listfiles2.ListFilesSettings
Key to store the case sensitive settings.
CaseBinningStatementGenerator - Class in org.knime.core.node.port.database.binning
Class to create a SQL binning statement for databases which support "CASE"
CaseBinningStatementGenerator() - Constructor for class org.knime.core.node.port.database.binning.CaseBinningStatementGenerator
 
CaseConvertNodeDialog - Class in org.knime.base.node.preproc.caseconvert
Dialog for the CaseConvertNodeModel.
CaseConvertNodeDialog() - Constructor for class org.knime.base.node.preproc.caseconvert.CaseConvertNodeDialog
Constructor.
CaseConvertNodeFactory - Class in org.knime.base.node.preproc.caseconvert
NodeFactory for the CaseConverter Node.
CaseConvertNodeFactory() - Constructor for class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
 
CaseConvertNodeModel - Class in org.knime.base.node.preproc.caseconvert
NodeModel for the CaseConverter Node.
CaseConvertNodeModel() - Constructor for class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
Constructor with one inport and one outport.
CaseEndNodeDialogPane - Class in org.knime.base.node.switches.caseswitch
 
CaseEndNodeDialogPane() - Constructor for class org.knime.base.node.switches.caseswitch.CaseEndNodeDialogPane
Constructor.
CaseEndNodeFactory - Class in org.knime.base.node.switches.caseswitch
 
CaseEndNodeFactory(PortType, PortType) - Constructor for class org.knime.base.node.switches.caseswitch.CaseEndNodeFactory
 
CaseEndNodeModel - Class in org.knime.base.node.switches.caseswitch
 
CaseEndNodeModel(PortType, PortType) - Constructor for class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
3 ins, 1 out.
CaseEndNodeModel.MultipleActiveHandling - Enum in org.knime.base.node.switches.caseswitch
What to do when two or more inputs are active.
CaseEndVariableNodeFactory - Class in org.knime.base.node.switches.caseswitch.variable
 
CaseEndVariableNodeFactory() - Constructor for class org.knime.base.node.switches.caseswitch.variable.CaseEndVariableNodeFactory
 
CasePivotStatementGenerator - Class in org.knime.core.node.port.database.pivoting
This class creates a SQL statement for pivoting using CASE WHEN keyword.
caseSensitive() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns if the pattern should match case sensitive or not.
caseSensitive(boolean) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets if the pattern should match case sensitive or not.
caseSensitiveMatch() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
 
CaseStartModelNodeFactory - Class in org.knime.base.node.switches.caseswitch.model
 
CaseStartModelNodeFactory() - Constructor for class org.knime.base.node.switches.caseswitch.model.CaseStartModelNodeFactory
Constructor.
CaseStartNodeDialogPane - Class in org.knime.base.node.switches.caseswitch
 
CaseStartNodeDialogPane() - Constructor for class org.knime.base.node.switches.caseswitch.CaseStartNodeDialogPane
Constructor.
CaseStartNodeFactory - Class in org.knime.base.node.switches.caseswitch
 
CaseStartNodeFactory(PortType) - Constructor for class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
 
CaseStartNodeModel - Class in org.knime.base.node.switches.caseswitch
Shared node model for (almost) all case switch start nodes.
CaseStartNodeModel(PortType) - Constructor for class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
One in, three out.
CaseStartVariableNodeFactory - Class in org.knime.base.node.switches.caseswitch.variable
 
CaseStartVariableNodeFactory() - Constructor for class org.knime.base.node.switches.caseswitch.variable.CaseStartVariableNodeFactory
Customized super class with flow var port type.
cast(Class<T>, AbstractQuickFormElement) - Static method in class org.knime.core.util.node.quickform.AbstractQuickFormElement
Casts the argument to the expected class, throws exception if not an instance.
castAndGetFileStoreHandler() - Method in class org.knime.core.data.container.Buffer
Returns a file store handler used when data needs to be copied (version hop, see Buffer.createLocalCloneForWriting()).
castNodeModel(NodeID, Class<T>) - Method in class org.knime.core.node.workflow.WorkflowManager
Retrieves the node with the given ID, fetches the underlying NodeModel and casts it to the argument class.
CategoryToNumberApplyCellFactory - Class in org.knime.base.node.preproc.colconvert.categorytonumber
CellFactory to process a single column for the category2number (Apply) node.
CategoryToNumberApplyCellFactory(DataTableSpec, String, CategoryToNumberApplyNodeSettings, MapValuesDocument.MapValues) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyCellFactory
 
CategoryToNumberApplyNodeDialogPane - Class in org.knime.base.node.preproc.colconvert.categorytonumber
The dialog ot the Category2Number node.
CategoryToNumberApplyNodeDialogPane() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeDialogPane
Create a new instance.
CategoryToNumberApplyNodeFactory - Class in org.knime.base.node.preproc.colconvert.categorytonumber
 
CategoryToNumberApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeFactory
 
CategoryToNumberApplyNodeModel - Class in org.knime.base.node.preproc.colconvert.categorytonumber
Node model of the Category2Number (Apply) node.
CategoryToNumberApplyNodeModel() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
Create new instance.
CategoryToNumberApplyNodeSettings - Class in org.knime.base.node.preproc.colconvert.categorytonumber
The settings object of the Category2Number node.
CategoryToNumberApplyNodeSettings() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
Create an instance with default values.
CategoryToNumberCellFactory - Class in org.knime.base.node.preproc.colconvert.categorytonumber
CellFactory to process a single column for the category2number node.
CategoryToNumberCellFactory(DataTableSpec, String, CategoryToNumberNodeSettings) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberCellFactory
 
CategoryToNumberCellFactory - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
CellFactory to process a single column for the category2number node.
CategoryToNumberCellFactory(DataTableSpec, String, CategoryToNumberNodeSettings) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberCellFactory
 
CategoryToNumberConfiguration - Class in org.knime.base.node.preproc.colconvert.categorytonumber
Container class to hold information about PMML MapValues element generated by the CategoryToNumber node.
CategoryToNumberConfiguration(String, String, Map<DataCell, IntCell>, DataCell, DataCell) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberConfiguration
 
CategoryToNumberConfiguration - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
Container class to hold information about PMML MapValues element generated by the CategoryToNumber node.
CategoryToNumberConfiguration(String, String, Map<DataCell, IntCell>, DataCell, DataCell) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberConfiguration
 
CategoryToNumberNodeDialogPane - Class in org.knime.base.node.preproc.colconvert.categorytonumber
The dialog ot the Category2Number node.
CategoryToNumberNodeDialogPane() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeDialogPane
Create a new instance.
CategoryToNumberNodeDialogPane - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
The dialog ot the Category2Number node.
CategoryToNumberNodeDialogPane() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeDialogPane
Create a new instance.
CategoryToNumberNodeFactory - Class in org.knime.base.node.preproc.colconvert.categorytonumber
The NodeFactory of the Category2Number node.
CategoryToNumberNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeFactory
 
CategoryToNumberNodeFactory - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
The NodeFactory of the Category2Number node.
CategoryToNumberNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
 
CategoryToNumberNodeFactory(boolean) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
 
CategoryToNumberNodeFactory2 - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
The NodeFactory of the Category2Number node.
CategoryToNumberNodeFactory2() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory2
 
CategoryToNumberNodeModel - Class in org.knime.base.node.preproc.colconvert.categorytonumber
The NodeModel of the Category2Number node.
CategoryToNumberNodeModel() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
Create a new instance.
CategoryToNumberNodeModel - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
The NodeModel of the Category2Number node.
CategoryToNumberNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
Create a new instance.
CategoryToNumberNodeSettings - Class in org.knime.base.node.preproc.colconvert.categorytonumber
The settings object of the Category2Number node.
CategoryToNumberNodeSettings() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
Create an instance with default values.
CategoryToNumberNodeSettings - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
The settings object of the Category2Number node.
CategoryToNumberNodeSettings() - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
Create an instance with default values.
CDATA - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Constant for CDATA.
CDATA - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for CDATA.
CDATA - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
Constant for CDATA.
CDATA - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
Constant for CDATA.
Cell - Class in org.knime.base.node.io.tablecreator.table
A single cell in a spreadsheet.
Cell(String, DataType, String) - Constructor for class org.knime.base.node.io.tablecreator.table.Cell
 
CellClassCounter - Class in org.knime.base.node.mine.sota.logic
 
CellClassCounter() - Constructor for class org.knime.base.node.mine.sota.logic.CellClassCounter
Creates new instance of CellClassCounter.
CellClassInfo - Class in org.knime.core.data.container
Pair of cell class and possibly a DataType that represents the collection element type (only if cell class is a collection).
CellCollection - Interface in org.knime.core.data.collection
Implemented by DataCell, which contain other cells.
CellFactory - Interface in org.knime.core.data.container
Factory for a ColumnRearranger to provide new columns which are, e.g.
CellMean - Class in org.knime.base.data.statistics
Statistic for calculating the mean of columns.
CellMean(String...) - Constructor for class org.knime.base.data.statistics.CellMean
 
CellRenderer - Class in org.knime.base.node.io.tablecreator.table
The cell renderer used for the spreadsheet table.
CellRenderer(SpreadsheetTableModel) - Constructor for class org.knime.base.node.io.tablecreator.table.CellRenderer
Creates a new instance.
CellReplacerNodeDialog - Class in org.knime.base.node.preproc.cellreplace
NodeDialog for the "CellReplacer" Node.
CellReplacerNodeDialog() - Constructor for class org.knime.base.node.preproc.cellreplace.CellReplacerNodeDialog
New pane for configuring the CellReplacer node.
CellReplacerNodeFactory - Class in org.knime.base.node.preproc.cellreplace
NodeFactory for the "CellReplacer" Node.
CellReplacerNodeFactory() - Constructor for class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
 
CellReplacerNodeModel - Class in org.knime.base.node.preproc.cellreplace
This is the model implementation of CellReplacer.
CellReplacerNodeModel() - Constructor for class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Constructor for the node model.
CellReplacerNodeModel.NoMatchPolicy - Enum in org.knime.base.node.preproc.cellreplace
What should be done when no matching dictionary entry is available.
CellSplitterByPosCellFactory - Class in org.knime.base.node.preproc.cellsplitbypos
Creates the data cells for the new columns of the cell splitter.
CellSplitterByPosCellFactory(DataTableSpec, String, int[], String[]) - Constructor for class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosCellFactory
Le Constucteur.
CellSplitterByPosNodeDialog - Class in org.knime.base.node.preproc.cellsplitbypos
Dialog for the CellSplitterByPos node.
CellSplitterByPosNodeDialog() - Constructor for class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeDialog
The constructor.
CellSplitterByPosNodeFactory - Class in org.knime.base.node.preproc.cellsplitbypos
NodeFactory for the CellSplitterByPos node.
CellSplitterByPosNodeFactory() - Constructor for class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
 
CellSplitterByPosNodeModel - Class in org.knime.base.node.preproc.cellsplitbypos
This is the model implementation of CellSplitterByPosition.
CellSplitterByPosNodeModel() - Constructor for class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
 
CellSplitterCellFactory - Class in org.knime.base.node.preproc.cellsplit
Creates the data cells for the new columns of the cell splitter.
CellSplitterCellFactory(DataTableSpec, CellSplitterSettings) - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
Constructor.
CellSplitterNodeDialogPane - Class in org.knime.base.node.preproc.cellsplit
 
CellSplitterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterNodeDialogPane
Creates a new panel for the dialog and inits all components.
CellSplitterNodeFactory - Class in org.knime.base.node.preproc.cellsplit
 
CellSplitterNodeFactory() - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
 
CellSplitterNodeModel - Class in org.knime.base.node.preproc.cellsplit
Model of the node that splits one column into many, based on a user specified delimiter.
CellSplitterNodeModel() - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
The constructor.
CellSplitterSettings - Class in org.knime.base.node.preproc.cellsplit
Extends the user settings object to a general splitter settings object.
CellSplitterSettings() - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
Creates a new settings object with no (or default) settings.
CellSplitterSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
Creates a new settings object with the value from the specified settings object.
CellSplitterUserSettings - Class in org.knime.base.node.preproc.cellsplit
Holds all user settings needed for the cell splitter.
CellSplitterUserSettings() - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
Creates a new settings object with no (or default) settings.
CellSplitterUserSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
Creates a new settings object with the value from the specified settings object.
centerLocation(Window, Rectangle) - Static method in class org.knime.core.node.util.ViewUtils
Centers a window relative to a parent window.
CFG_ADD_COUNT_STAR - Static variable in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
Config key for the add count star option.
CFG_ADDITIONAL_OPTIONS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Configuration key for additional SQL statement
CFG_ADJUSTED_R_SQUARED - Static variable in class org.knime.base.node.mine.regression.RegressionContent
The key for adjusted R^2.
CFG_AGGREGATED_COLUMNS - Static variable in class org.knime.base.node.io.database.DBGroupByNodeModel
Config key for columns that will be aggregated.
CFG_AGGREGATION_FUNCTIONS - Static variable in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
Config key for the manual aggregation methods applied to the columns.
CFG_AGGREGATION_FUNCTIONS - Static variable in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
Config key for the manual aggregation methods applied to the columns.
CFG_AGGREGATION_METHODS - Static variable in class org.knime.base.node.io.database.DBGroupByNodeModel
Config key for the aggregation methods applied to the columns.
CFG_AGGREGATION_METHODS - Static variable in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
Configuration key for the aggregation method settings.
CFG_ANTIALIAS - Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Config key for dis- or enabling antialiasing.
CFG_APPEND_COLUMN - Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Config key for new appended column (if any).
CFG_APPEND_SUFFIX - Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
NodeSettings key if to append suffix (boolean).
CFG_APPEND_SUFFIX - Static variable in class org.knime.base.node.switches.endcase.EndcaseNodeModel
NodeSettings key if to append suffix.
CFG_APPEND_SUFFIX - Static variable in class org.knime.base.node.switches.endif.EndifNodeModel
NodeSettings key if to append suffix.
CFG_ASSOCIATION_RULES - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key if association rules should be output.
CFG_CALC_ERROR - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Key for flag if to compute error on training data.
CFG_CEIL - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Key for the ceiling (next bigger) the integer.
CFG_CEIL - Static variable in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Key for the ceiling (next bigger) the integer.
CFG_CLASS - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
NodeSettings key for target column.
CFG_CLASS_PROBS - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
Config key if class probabilities should be appended to the table.
CFG_CLASS_PROPS - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Deprecated.
Config key if class probabilities should be appended to the table.
CFG_CLASSCOL - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Key to store the class column in the NodeSettings.
CFG_CLASSIFYCOLUMN_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
Key to store the classification column in the settings.
CFG_CLASSIFYCOLUMN_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Key to store the classification column in the settings.
CFG_CLUSTERING_COLUMN - Static variable in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Config identifier: column name in clustering table.
CFG_COEFFICIENTS - Static variable in class org.knime.base.node.mine.regression.RegressionContent
The key for the coefficients.
CFG_COL1 - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Config key of the first set column.
CFG_COL2 - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Config key of the second set column.
CFG_COLNAME - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
NodeSettings key: write column name (only for individual columns).
CFG_COLUMN_NAME_POLICY - Static variable in class org.knime.base.node.io.database.DBGroupByNodeModel
Config key for the name policy of aggregated columns.
CFG_COLUMN_NAME_POLICY - Static variable in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
Config key for the name policy of aggregated columns.
CFG_COLUMN_NAME_POLICY - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the aggregation column name policy.
CFG_COLUMNS - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Config key for the used columns.
CFG_COLUMNS - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Config identifier: Included columns.
CFG_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Deprecated.
Config key for the columns 2 be transformed.
CFG_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
Config key for the columns 2 be transformed.
CFG_COLUMNS_SETTINGS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Configuration key for the column definitions settings
CFG_COLUMNSUSED - Static variable in class org.knime.base.node.mine.cluster.assign.Prototype
Key to store the columns used for clustering in the PredParams.
CFG_CONFIDENCE - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the confidence of the association rules.
CFG_COVARIANCE_MATRIX - Static variable in class org.knime.base.node.mine.regression.RegressionContent
The key for the covariance matrix.
CFG_COVARIATES - Static variable in class org.knime.base.node.mine.regression.RegressionContent
The key for the numeric columns.
CFG_CREATED_BY - Static variable in class org.knime.core.node.workflow.WorkflowManager
Version of KNIME that has written the workflow.
CFG_DATA_DIR_NAME - Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
The name of the directory which holds the optional data of the different histogram implementations.
CFG_DATA_DIR_NAME - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
The name of the directory which holds the optional data of the different histogram implementations.
CFG_DATA_FILE - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_DATA_FILE_DIR - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_DATA_TYPE_AGGREGATORS - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the data type based aggregation methods.
CFG_DECIMALSEP - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Key for the decimal separator in the NodeSettings.
CFG_DECIMALSEP - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Key for the decimal separator in the NodeSettings.
CFG_DEFAULT_LABEL - Static variable in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
 
CFG_DELIMITER_IN_DICT - Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Config key for delimiter in dictionary.
CFG_DELIMITER_STRING - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Config identifier: delimiter string.
CFG_DELIMITER_STRING - Static variable in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Config identifier: delimiter string.
CFG_DICT_LOCATION - Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Config key for dictionary location.
CFG_DISTANCE - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Key for the distance function.
CFG_DONT_KNOW_IGNORE - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
Config key if don't know should be ignored.
CFG_DONT_KNOW_IGNORE - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Deprecated.
Config key if don't know should be ignored.
CFG_ENABLE_HILITE - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Config key for the enable hiliting setting.
CFG_ENABLE_HILITE - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the enable hilite option.
CFG_ENABLE_HILITE - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
Configuration key for the enable hilite option.
CFG_ENABLE_HILITE - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Configuration key for the enable hilite option.
CFG_END - Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Config key for the last displayed row.
CFG_FACTORS - Static variable in class org.knime.base.node.mine.regression.RegressionContent
The key for the nominal columns.
CFG_FAIL_ON_DUPLICATES - Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
NodeSettings key flag if to fail on duplicate ids .
CFG_FAIL_ON_INVALID - Static variable in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Config key for the fail-on-invalid setting.
CFG_FILENAME - Static variable in class org.knime.base.node.io.table.read.ReadTableNodeModel
Identifier for the node settings object.
CFG_FILENAME - Static variable in class org.knime.base.node.io.table.write.WriteTableNodeModel
Config identifier for the settings object.
CFG_FILTERCOLS - Static variable in class org.knime.base.node.preproc.split2.SplitNodeModel2
Config key for the filter column settings.
CFG_FIXVAL - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
NodeSettings key: write fixed value replacement (if any).
CFG_FLOOR - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Key for the flooring (cutting) the integer.
CFG_FLOOR - Static variable in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Key for the flooring (cutting) the integer.
CFG_FROM_STRING - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Config key if a StringCell should be parsed.
CFG_FROMROW - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Settings object key for the starting row.
CFG_GENERIC_PARSE - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Key for parsing with optional trailing d, f, l.
CFG_GROUP_BY_COLUMNS - Static variable in class org.knime.base.node.io.database.DBGroupByNodeModel
Config key for the columns that will be grouped.
CFG_GROUP_BY_COLUMNS - Static variable in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
Config key for the columns that will be grouped.
CFG_GROUP_BY_COLUMNS - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key of the selected group by columns.
CFG_HAS_SPEC_FILE - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_HILITING - Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
NodeSettings key: enable hiliting.
CFG_HILITING - Static variable in class org.knime.base.node.switches.endcase.EndcaseNodeModel
NodeSettings key: enable hiliting.
CFG_HILITING - Static variable in class org.knime.base.node.switches.endif.EndifNodeModel
NodeSettings key: enable hiliting.
CFG_IF_NOT_EXISTS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Configuration key for if not exists
CFG_IN_MEMORY - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the in memory option.
CFG_INCL_PROBABILITYVALS_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Deprecated.
The settings key for the include probability values boolean.
CFG_INCL_PROBABILITYVALS_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
Deprecated.
The settings key for the include probability values boolean.
CFG_INCLUDE_CONSTANT - Static variable in class org.knime.base.node.mine.regression.RegressionContent
The key for whether include constant in estimation or not.
CFG_INCLUDE_PROBABILITIES - Static variable in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
Deprecated.
Key for whether to include probabilities in the output.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Key for the included columns in the NodeSettings.
CFG_INCLUDED_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Key for the included columns in the NodeSettings.
CFG_INDIVIDUAL - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
NodeSettings branch identifier for individual settings.
CFG_INTERSECT_COLUMNS - Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
NodeSettings key: Use only the intersection of columns.
CFG_IS_QUOTING - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Config identifier: if to use quoting.
CFG_IS_QUOTING - Static variable in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Config identifier: if to use quoting.
CFG_IS_QUOTING_ALWAYS - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Config identifier: if is to quote always.
CFG_IS_QUOTING_ALWAYS - Static variable in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Config identifier: if is to quote always.
CFG_ISCONFIGURED - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_ISEXECUTED - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_ITEMSET_TYPE - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the itemset type (free, closed or maximal).
CFG_KERNELPARAM - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Key to store kernel parameters in the NodeSettings ATTENTION: this key name is used together with an index.
CFG_KERNELTYPE - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Key to store the kernel type in the NodeSettings.
CFG_KEY_CLASSCOL_INDEX - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the index of the class column.
CFG_KEY_COL_FILTER - Static variable in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
Config key for included columns.
CFG_KEY_DIST - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the distance to use.
CFG_KEY_FILTER - Static variable in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
Key for the filter configuration.
CFG_KEY_FILTER - Static variable in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
Key for the filter configuration.
CFG_KEY_FILTERED_COLS - Static variable in class org.knime.base.node.mine.sota.predictor.SotaPredictorConfigKeys
The configuration key for the filtered columns.
CFG_KEY_INDATA_SIZE - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the size of the in data container.
CFG_KEY_MAX_FUZZY_LEVEL - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the maximal fuzzy hierarchy level.
CFG_KEY_MAX_VARIANCE - Static variable in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
Config key for variance threshold.
CFG_KEY_ORIGDATA_SIZE - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the size of the original data container.
CFG_KEY_SPEC - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the object spec.
CFG_KEY_USE_FUZZY_HIERARCHY - Static variable in class org.knime.base.node.mine.sota.SotaPortObject
The configuration key for the usage of hierarchical fuzzy data.
CFG_KEYS_SETTINGS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Configuration key for the key definitions settings
CFG_KNIME_BASED_TYPE_MAPPING - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Configuration key for the knime type based mapping
CFG_KNN - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
NodeSettings key for kNN parameter.
CFG_LAPLACE_CORRECTOR_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Deprecated.
The settings key for the laplace corrector.
CFG_LAPLACE_CORRECTOR_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
Deprecated.
The settings key for the laplace corrector.
CFG_LEARNING_COLS - Static variable in class org.knime.base.node.mine.regression.RegressionContent
The key for the selected columns.
CFG_LONG - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Key for setting whether to produce long or int.
CFG_LONG - Static variable in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Key for setting whether to produce long or int.
CFG_MAX_ITEMSET_LENGTH - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the maximal itemset length.
CFG_MAX_ITERATIONS - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Config key for the maximal number of iterations.
CFG_MAX_NO_OF_NOMINAL_VALS_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
Key to store the maximum number of nominal values in the settings.
CFG_MAX_NO_OF_NOMINAL_VALS_KEY - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Key to store the maximum number of nominal values in the settings.
CFG_MAX_NOMINAL - Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Config key for the maximal number of nominal values.
CFG_MAX_POSS_VALUES - Static variable in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Config identifier for columns for which min and max values must be determined.
CFG_MAX_POSS_VALUES - Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
Config identifier for columns for which min and max values must be determined.
CFG_MAX_UNIQUE_VALUES - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the maximum none numerical values.
CFG_MEAN_THRESHOLD - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Config key for the mean percentage.
CFG_MEANS - Static variable in class org.knime.base.node.mine.regression.RegressionContent
The key for the column means (for scatter plots).
CFG_MEMORY_POLICY - Static variable in interface org.knime.core.node.NodePersistor
Config key: What memory policy to use for a node outport.
CFG_MEMORY_POLICY - Static variable in class org.knime.core.node.workflow.SingleNodeContainer
Config key: What memory policy to use for a node outport.
CFG_META - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
NodeSettings branch identifier for meta settings.
CFG_META_DOUBLE - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
NodeSettings branch identifier for meta setting, Double.
CFG_META_INT - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
NodeSettings branch identifier for meta setting, Int.
CFG_META_OTHER - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
NodeSettings branch identifier for meta setting, Other.
CFG_META_STRING - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
NodeSettings branch identifier for meta setting, String (Individual columns have their name as identifier).
CFG_METHOD - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
NodeSettings key for method.
CFG_METHOD - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
NodeSettings key: write method.
CFG_MIN_MAX_COLS - Static variable in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Config identifier for columns for which min and max values must be determined.
CFG_MIN_MAX_COLS - Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
Config identifier for columns for which min and max values must be determined.
CFG_MIN_MAX_RETAIN_UNSELECTED - Static variable in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Config identifier whether min/max values should be retained for non-selected columns (will otherwise be dropped).
CFG_MIN_MAX_RETAIN_UNSELECTED - Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
Config identifier whether min/max values should be retained for non-selected columns (will otherwise be dropped).
CFG_MIN_SUPPORT - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the minimum support.
CFG_MISC_SETTINGS - Static variable in class org.knime.core.node.Node
Config for node (and node container) settings which are shown in the dialog.
CFG_MODEL - Static variable in class org.knime.core.node.Node
Deprecated.
Clients should not be required to understand model internals.
CFG_MODEL - Static variable in class org.knime.core.node.workflow.SingleNodeContainer
The sub settings entry where the model can save its setup.
CFG_MODEL_FILES - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_MODEL_NAME - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
The config key under which the model is stored.
CFG_MODEL_NAME - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
The config key under which the model is stored.
CFG_MODEL_SPEC - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Key for the model spec.
CFG_NAME - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_NAME_BASED_KEYS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Configuration key for the column name based keys mapping
CFG_NAME_BASED_TYPE_MAPPING - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Configuration key for the column name based type mapping
CFG_NEW_COLNAME - Static variable in class org.knime.base.node.preproc.rename.RenameColumnSetting
Config identifier for the new column name (if any).
CFG_NEW_COLTYPE - Static variable in class org.knime.base.node.preproc.rename.RenameColumnSetting
Config identifier for the index of the new type.
CFG_NEW_COLUMN_NAME - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Config identifier: Name of new column.
CFG_NEW_COLUMN_NAME - Static variable in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Config identifier: Name of new column.
CFG_NEW_COLUMN_NAME - Static variable in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Config key for the new column name setting.
CFG_NO_COLUMNS_POLICY - Static variable in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
Config identifier for columns for execution policy if no input columns are selected.
CFG_NODE_MESSAGE - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_NR_OF_CLUSTERS - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Config key for the number of clusters.
CFG_OFFSET_VALUE - Static variable in class org.knime.base.node.mine.regression.RegressionContent
The key for the custom offset value.
CFG_OLD_COLNAME - Static variable in class org.knime.base.node.preproc.rename.RenameColumnSetting
Config identifier for the original column name, used for sanity check.
CFG_OP - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Config key of the set operation.
CFG_OUTPUT_PREFIX - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_OVERWRITE_OK - Static variable in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Config identifier for overwrite OK.
CFG_OVERWRITE_OK - Static variable in class org.knime.base.node.io.table.write.WriteTableNodeModel
Config identifier for overwrite OK.
CFG_PARAMC - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Key to store the parameter c in the NodeSettings.
CFG_PARSETYPE - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Key for the parsing type in the NodeSettings.
CFG_PARSETYPE - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Key for the parsing type in the NodeSettings.
CFG_PATTERN_AGGREGATION_FUNCTIONS - Static variable in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
Config key for the pattern based aggregation methods applied to the columns.
CFG_PATTERN_AGGREGATORS - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the pattern based aggregation methods.
CFG_PIVOT_COLUMNS - Static variable in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Configuration key of the selected group by columns.
CFG_POSSVAL_COLS - Static variable in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Config identifier for columns for which possible values must be determined.
CFG_POSSVAL_COLS - Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
Config identifier for columns for which possible values must be determined.
CFG_POSSVAL_RETAIN_UNSELECTED - Static variable in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Config identifier whether possible value domain should be retained for non-selected columns (will otherwise be dropped).
CFG_POSSVAL_RETAIN_UNSELECTED - Static variable in class org.knime.base.node.preproc.domain.DomainNodeModel
Config identifier whether possible value domain should be retained for non-selected columns (will otherwise be dropped).
CFG_PROTOTYPE - Static variable in class org.knime.base.node.mine.cluster.assign.Prototype
Name of the config-object, where the Prototypes should be stored.
CFG_QUOTE_CHAR - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Config identifier: quote character.
CFG_QUOTE_CHAR - Static variable in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Config identifier: quote character.
CFG_R_SQUARED - Static variable in class org.knime.base.node.mine.regression.RegressionContent
The key for R^2.
CFG_RATE - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
NodeSettings key for oversampling rate.
CFG_REFERENCE_COLUMN - Static variable in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Config identifier: column name in reference table.
CFG_REMOVESOURCES - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
Config key which stores if the source columns should be removed.
CFG_REPLACE - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Flag whether column(s) should be replaced or not.
CFG_REPLACE_COLUMN - Static variable in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Config key for the replace column setting.
CFG_REPLACE_DELIMITER_STRING - Static variable in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Config identifier: delimiter replacement string.
CFG_REPLACE_DELIMITER_STRING - Static variable in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Config identifier: delimiter replacement string.
CFG_RETAIN_ORDER - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the retain order option.
CFG_ROUND - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Key for rounding the integer.
CFG_ROUND - Static variable in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Key for rounding the integer.
CFG_ROWCNT - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Settings object key for the number of row to display.
CFG_SCHEMA - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Configuration key for the schema
CFG_SEED - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
NodeSettings key for random seed string.
CFG_SEED - Static variable in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
Config identifier for seed field.
CFG_SELECTED_ATTR - Static variable in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
Config key for the possible values to be included.
CFG_SELECTED_COL - Static variable in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
Config key for the selected column.
CFG_SKIP_MISSING - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Config key for ignore missing option.
CFG_SKIP_MISSING_VALUES - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
Key to store if the missing values should be skipped during learning.
CFG_SKIP_MISSING_VALUES - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Key to store if the missing values should be skipped during learning.
CFG_SORT_BY - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the sorting method.
CFG_SORT_IN_MEMORY - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Deprecated.
CFG_SORT_IN_MEMORY - Static variable in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Deprecated.
is no longer used
CFG_SPEC_FILES - Static variable in interface org.knime.core.node.NodePersistor
 
CFG_SQL_STATEMENT - Static variable in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
 
CFG_SQL_TYPES - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
Config key for column to SQL-type mapping.
CFG_STATEMENT - Static variable in class org.knime.base.node.io.database.DBSQLExecutorNodeModel
Settings key for sort columns.
CFG_STATEMENT - Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
Config for SQL statement.
CFG_STRING_TYPE - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Config key for the type of string (Hex, Id, Bit).
CFG_STRINGTODOUBLE - Static variable in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Key for the selected mode in the NodeSettings.
CFG_SUB_CONFIG - Static variable in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
Config identifier for the NodeSettings object contained in the NodeSettings which contains the settings.
CFG_SUB_CONFIG - Static variable in class org.knime.base.node.preproc.rename.RenameNodeModel
Config identifier for the NodeSettings object contained in the NodeSettings which contains the settings.
CFG_SUFFIX - Static variable in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
NodeSettings key: suffix to append.
CFG_SUFFIX - Static variable in class org.knime.base.node.switches.endcase.EndcaseNodeModel
NodeSettings key: suffix to append.
CFG_SUFFIX - Static variable in class org.knime.base.node.switches.endif.EndifNodeModel
NodeSettings key: suffix to append.
CFG_TABLE_NAME - Static variable in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
Table name config key.
CFG_TABLE_NAME - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Configuration key for the table name
CFG_TABLESPEC - Static variable in class org.knime.core.data.container.DataContainer
Used in write/readFromZip: Config entry: The spec of the table.
CFG_TARGET - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Key for the target column, used for dialog settings.
CFG_TARGET - Static variable in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
Deprecated.
Key for the target column, used for dialog settings.
CFG_TARGET - Static variable in class org.knime.base.node.mine.regression.RegressionContent
The column to estimate.
CFG_TARGET_COLUMN - Static variable in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Config key for target column selection.
CFG_TEMP_TABLE - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Configuration key for the temporary table
CFG_THOUSANDSSEP - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Key for the thousands separator in the NodeSettings.
CFG_THOUSANDSSEP - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Key for the thousands separator in the NodeSettings.
CFG_THRESHOLD - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Config key for the threshold.
CFG_THRESHOLD - Static variable in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
Config key for threshold.
CFG_TRANSACTION_COL - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the column containing the transactions.
CFG_TYPE - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
NodeSettings key: write column type.
CFG_TYPE_AGGREGATION_FUNCTIONS - Static variable in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
Config key for the type based aggregation methods applied to the columns.
CFG_TYPE_OF_ROUND - Static variable in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Key for the type of rounding.
CFG_TYPE_OF_ROUND - Static variable in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Key for the type of rounding.
CFG_UNDERLYING_STRUCT - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Config key for the algorithm to use.
CFG_UPPERCASE - Static variable in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
Key for the uppercase mode in the NodeSettings.
CFG_URL - Static variable in class org.knime.base.node.io.csvreader.CSVReaderConfig
Config key for the URL property.
CFG_URL - Static variable in class org.knime.base.node.io.linereader.LineReaderConfig
Config key for URL.
CFG_USE_ALL_NUMERIC - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Key to store if all numeric columns are used for normalization.
CFG_USE_ALL_NUMERIC - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Key to store if all numeric columns are used for normalization.
CFG_USE_DYNAMIC_SETTINGS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Configuration key for use dynamic settings
CFG_USE_MEAN - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Config key whether the threshold is used for the mean.
CFG_USED_COLUMNS - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Key for flag which columns are included in the linear regression.
CFG_VALUE_COUNT - Static variable in class org.knime.base.node.mine.regression.RegressionContent
The key for the number of training rows.
CFG_VALUE_DELIMITER - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configuration key for the value delimiter option.
CFG_VARIABLES - Static variable in class org.knime.core.node.Node
Deprecated.
Clients should not be required to understand model internals.
CFG_VARIABLES - Static variable in class org.knime.core.node.workflow.SingleNodeContainer
The sub settings entry containing the flow variable settings.
CFG_VARIATES - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Key for the included columns, used for dialog settings.
CFG_VARIATES_USE_ALL - Static variable in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Key for whether to include all appropriate columns by default.
CFG_VERSION - Static variable in class org.knime.core.node.workflow.WorkflowManager
Workflow version, indicates the "oldest" version that is compatible to the current workflow format.
CFG_WRITTEN_ON - Static variable in class org.knime.core.node.workflow.WorkflowManager
Timestamp when the workflow was written.
CFG_XML_COLUMN_NAME - Static variable in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Config key for the xml column name setting.
CFGFILTER - Static variable in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
key for storing settings in config object.
CFGFILTER - Static variable in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
key for storing settings in config object.
CFGKEY_ADD_PROBABILITIES - Static variable in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Configuration key for add probabilities property.
CFGKEY_AGGR_COLNAME - Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Settings name of the aggregation column name.
CFGKEY_AGGR_COLNAME - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
Settings name of the aggregation column name.
CFGKEY_AGGR_METHOD - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
Settings name of the aggregation method.
CFGKEY_ALL_ROWS - Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Settings name for the take all rows select box.
CFGKEY_ALL_ROWS - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
Settings name for the take all rows select box.
CFGKEY_APPEND_PROBABILITIES - Static variable in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
The configuration key for the append probabilities.
CFGKEY_BASE_DIR - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameConfigKeys
The configuration key of the path to the base directory.
CFGKEY_CHANGE_PREDICTION - Static variable in class org.knime.base.node.mine.util.PredictorHelper
Configuration key for the change prediction column name.
CFGKEY_CLASSCOL - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the specification of the calls column.
CFGKEY_CLUSCOUNT - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
configuration key: cluster count (int[]).
CFGKEY_COLS - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for columns to use.
CFGKEY_COLUMN - Static variable in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
 
CFGKEY_COLUMN - Static variable in class org.knime.base.node.image.tablerowtoimage.TableRowToImageConfigKeys
Config Key for column containing the images.
CFGKEY_DATAURL - Static variable in class org.knime.base.node.io.filereader.FileReaderSettings
Key used to store data file location in a config object.
CFGKEY_DEV - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
configuration key: standard deviation.
CFGKEY_DISTANCE - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for the distance.
CFGKEY_DROPPANE - Static variable in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
The configuration key of this dialog component.
CFGKEY_EPOCHS - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for the epochs.
CFGKEY_FILE - Static variable in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
CFGKEY_FILE_EXT - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameConfigKeys
The configuration key of the extension of the new file.
CFGKEY_FILENAME - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameConfigKeys
The configuration key of the name of the new file.
CFGKEY_FILENAME - Static variable in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
The key used to store the filename in the model spec.
CFGKEY_FILEPATH - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Path to file to wait for.
CFGKEY_FILESTATUS - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
File event to observe.
CFGKEY_FILEURL - Static variable in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Key used to store the ARFF file location in the settings object.
CFGKEY_FIXED_COLS - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionConfigKeys
The configuration key for fixed columns to use.
CFGKEY_FORHOURS - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Hours to wait for.
CFGKEY_FORMINUTES - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Minutes to wait for.
CFGKEY_FORSECONDS - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Seconds to wait for.
CFGKEY_HIERARCHICAL_FUZZY_DATA - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the use of hierarchical fuzzy data.
CFGKEY_HIERARCHICAL_FUZZY_LEVEL - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the use of hierarchical fuzzy level.
CFGKEY_IGNORE_MISSING - Static variable in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
 
CFGKEY_INTERNAL - Static variable in class org.knime.core.node.defaultnodesettings.SettingsModel
Models write some internal settings into the settings object.
CFGKEY_KEEPALL - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Config key to keep all columns in include list.
CFGKEY_LEARNINGRATE - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for the learning rate.
CFGKEY_LR_ANCESTOR - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the learningrate of the ancestor.
CFGKEY_LR_SISTER - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the learningrate of the sister.
CFGKEY_LR_WINNER - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the learningrate of the winnner.
CFGKEY_MIN_ERROR - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the minimal error.
CFGKEY_NO_OF_BINS - Static variable in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
The number of bins configuration key.
CFGKEY_NO_OF_ROWS - Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Settings name of the number of rows.
CFGKEY_NO_OF_ROWS - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
Settings name of the number of rows.
CFGKEY_NOISE - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
configuration key: noise fraction.
CFGKEY_ORDERCOL - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
 
CFGKEY_OUTDIMS - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for output dimension.
CFGKEY_OUTPUT - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
 
CFGKEY_OUTPUT_PREFIX - Static variable in class org.knime.base.node.util.ExpandVectorNodeModel
Configuration key for the output column prefixes.
CFGKEY_OUTPUT_VAR - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameConfigKeys
The configuration key of the name of the output flow variable.
CFGKEY_OVERRIDE_OUTPUT - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
 
CFGKEY_OVERWRITE_OK - Static variable in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
The key used to store the Overwrite OK in the model spec.
CFGKEY_PATCOUNT - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
configuration key: overall pattern count.
CFGKEY_PATTERN - Static variable in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
 
CFGKEY_PIE_COLNAME - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
Used to store the attribute column name in the settings.
CFGKEY_PREDICTED - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
 
CFGKEY_PREDICTION_COLUMN - Static variable in class org.knime.base.node.mine.util.PredictorHelper
Configuration key for the custom prediction column name.
CFGKEY_PROJECT_ONLY - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionConfigKeys
The configuration key for fixed columns to use.
CFGKEY_REFERENCE - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
 
CFGKEY_RESOURCE - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the resource.
CFGKEY_ROWPREFIX - Static variable in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Key used to store the row prefix in the settings object.
CFGKEY_ROWS - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for the number of rows to use.
CFGKEY_SEED - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for columns to use.
CFGKEY_SEED - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
configuration key: random seed.
CFGKEY_SPARSE - Static variable in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
The key used to store the filename in the model spec.
CFGKEY_STRATEGY - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
 
CFGKEY_SUFFIX - Static variable in class org.knime.base.node.mine.util.PredictorHelper
Configuration key for the probability columns' suffices.
CFGKEY_TOHOURS - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Hours to wait to.
CFGKEY_TOMINUTES - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Minutes to wait to.
CFGKEY_TOSECONDS - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Seconds to wait to.
CFGKEY_UNISIZE - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
configuration key: universe size (int[]).
CFGKEY_URL - Static variable in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
configuration key for file location URL.
CFGKEY_USE_CLASS_DATA - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the specification of the usage of the class column.
CFGKEY_USE_DISTANCE - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the distance to use.
CFGKEY_USE_ROWS - Static variable in class org.knime.base.node.mine.mds.MDSConfigKeys
The configuration key for the usage of the number of max rows.
CFGKEY_USE_VARIABILITY - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the flag of the usage of variability.
CFGKEY_VARIABILITY - Static variable in class org.knime.base.node.mine.sota.SotaConfigKeys
Settings object key for the variability.
CFGKEY_WAITOPTION - Static variable in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Wait for, wait to or wait for file.
CFGKEY_X_COLNAME - Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Used to store the attribute column name in the settings.
CHANGE_PREDICTION_COLUMN_NAME - Static variable in class org.knime.base.node.mine.util.PredictorHelper
The overrides the prediction column name checkbox text.
changeAggregationMethod(String) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
Changes the aggregation method of all selected rows to the method with the given label.
changeAggregationMethod(String) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
Changes the aggregation method of all selected rows to the method with the given label.
changeAggregationMethod(String) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
Changes the aggregation method of all selected rows to the method with the given label.
changeAggregationMethod(String) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
Changes the aggregation method of all selected rows to the method with the given label.
changeAggregationMethod(String) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
Changes the aggregation method of all selected rows to the method with the given label.
changeColumnName(String) - Method in class org.knime.base.node.io.filereader.ColProperty
Sets a new column name for this column.
changeColumnType(DataType) - Method in class org.knime.base.node.io.filereader.ColProperty
Sets a new column type for this column.
changeDestinationPortsForMetaNode(NodeID, MetaPortInfo[], boolean) - Method in class org.knime.core.node.workflow.Workflow
 
changeDomain(DataColumnDomain) - Method in class org.knime.base.node.io.filereader.ColProperty
Replaces the list of possible values for this columns.
changedUpdate(DocumentEvent) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
changeMetaNodeInputPorts(NodeID, MetaPortInfo[]) - Method in class org.knime.core.node.workflow.WorkflowManager
 
changeMetaNodeOutputPorts(NodeID, MetaPortInfo[]) - Method in class org.knime.core.node.workflow.WorkflowManager
 
changeNodeLocks(boolean, NodeContainer.NodeLock...) - Method in class org.knime.core.node.workflow.NodeContainer
Changes the nodes lock status for various actions, i.e.
changeRenderer(String) - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
 
changeRenderer(int, String) - Method in class org.knime.core.node.tableview.TableContentView
Changes the renderer in a given column.
changeRenderer(DataType, String) - Method in class org.knime.core.node.tableview.TableContentView
Changes the renderer in all columns whose type is equal to type.
changeRoot(File) - Method in class org.knime.core.internal.ReferencedFile
Changes the file this reference to the new root.
changeRowKey(BufferedDataTable, ExecutionContext, String, boolean, DataColumnSpec, boolean, boolean, boolean, boolean) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
Replaces the row key by the values of the column with the given name and appends a new column with the old key values if the newColName variable is a non empty String.
changeRowKey(RowInput, RowOutput, ExecutionContext, String, boolean, DataColumnSpec, boolean, boolean, boolean, boolean, int, int) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
Replaces the row key by the values of the column with the given name and appends a new column with the old key values if the newColName variable is a non empty String.
changeSourcePortsForMetaNode(NodeID, MetaPortInfo[], boolean) - Method in class org.knime.core.node.workflow.Workflow
 
changeSubNodeInputPorts(NodeID, MetaPortInfo[]) - Method in class org.knime.core.node.workflow.WorkflowManager
 
changeSubNodeOutputPorts(NodeID, MetaPortInfo[]) - Method in class org.knime.core.node.workflow.WorkflowManager
 
changeValuePosition(DataCell, int) - Method in class org.knime.base.util.coordinate.NominalCoordinate
Changes the position of a nominal value on the axis.
characters(char[], int, int) - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
characters(char[], int, int) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBinContentHandler
characters(char[], int, int) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeContentHandler
characters(char[], int, int) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLIntervalContentHandler
characters(char[], int, int) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize.PMMLPreprocDiscretizeContentHandler
characters(char[], int, int) - Method in class org.knime.core.node.config.base.XMLContentHandler
characters(char[], int, int) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
characters(char[], int, int) - Method in class org.knime.core.node.port.pmml.XMLTreeCreator
CharsetNamePanel - Class in org.knime.base.node.io.filereader
Implements the tab panel for the character set settings (in the advanced settings dialog).
CharsetNamePanel(FileReaderSettings) - Constructor for class org.knime.base.node.io.filereader.CharsetNamePanel
Creates a panel to select the character set name and initializes it from the passed object.
check(String) - Static method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
 
check4MissingCols(DataTableSpec) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
Checks if the model contains attributes which are not present in the given table specification which could influence the prediction result.
check4MissingCols(DataTableSpec) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
Checks if the model contains attributes which are not present in the given table specification which could influence the prediction result.
check4UnknownCols(DataTableSpec) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
Checks if the given table specification contains columns which are not covered by the learned model.
check4UnknownCols(DataTableSpec) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
Checks if the given table specification contains columns which are not covered by the learned model.
checkArgument(boolean, String) - Static method in class org.knime.core.node.util.CheckUtils
Checks the given predicate to be true.
checkArgument(boolean, String, Object...) - Static method in class org.knime.core.node.util.CheckUtils
Checks the given predicate to be true.
checkArgumentNotNull(T, String, Object...) - Static method in class org.knime.core.node.util.CheckUtils
Checks the given object to be not null.
checkArgumentNotNull(T) - Static method in class org.knime.core.node.util.CheckUtils
Checks the given object to be not null.
CheckBoxChangeListener() - Constructor for class org.knime.base.node.mine.mds.MDSNodeDialog.CheckBoxChangeListener
 
CheckBoxChangeListener() - Constructor for class org.knime.base.node.mine.mds.MDSNodeModel.CheckBoxChangeListener
 
CheckBoxChangeListener() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog.CheckBoxChangeListener
 
CheckBoxChangeListener() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel.CheckBoxChangeListener
 
CheckboxInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to enter a simple boolean value.
CheckboxInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.CheckboxInputQuickFormInElement
Create an checkbox input with a given description.
checkCanceled() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
checkCanceled() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Checks if the execution was canceled.
checkCanceled() - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Delegates to parent.
checkCanceled() - Method in class org.knime.core.node.ExecutionMonitor
 
checkCanceled() - Method in interface org.knime.core.node.NodeProgressMonitor
 
checkCanceled() - Method in class org.knime.core.util.ProgressMonitorAdapter
CheckCanceledRunnable(Process, MutableBoolean, ExecutionMonitor) - Constructor for class org.knime.base.node.util.exttool.CommandExecution.CheckCanceledRunnable
Creates a new runnable for a thread that should check periodically for user cancellations in the specified exec context.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDate
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDuration
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentOptionalString
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Will be called before the new values are loaded from the NodeSettings object.
checkConfigurabilityBeforeLoad(PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Will be called before the new values are loaded from the NodeSettings object.
checkConfiguration(BatchExecutor.WorkflowConfiguration) - Method in class org.knime.core.node.workflow.BatchExecutor
Checks the workflow configuration after all paramaters have been read.
checkDataTableSize(int) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeModel
Check if the datatable size is smaller than the threshold.
checkDataTableSize(int) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
Check if the datatable size is smaller than the threshold.
checkDestinationDirectory(String) - Static method in class org.knime.core.node.util.CheckUtils
Does several checks for the given destination location, e.g.
checkDestinationFile(String, boolean) - Static method in class org.knime.core.node.util.CheckUtils
Does several checks for the given destination location in case it's a local file, e.g.
checkDestinationFile(String, boolean, boolean) - Static method in class org.knime.core.node.util.CheckUtils
Does several checks for the given destination location in case it's a local file, e.g.
checkDomainRange(DataCell, DataColumnSpec) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Checks if the given cell is in the domain range of the given DataColumnSpec.
checkDotsAndSpaces(String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
 
checkDuplicateAggregators(ColumnNamePolicy, List<ColumnAggregator>) - Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
 
checkedComputePredictionColumnName(String, boolean, String) - Method in class org.knime.base.node.mine.util.PredictorHelper
Checks whether the prediction column name would be empty or not.
CheckedRadioButtonPanel<T> - Class in org.knime.core.node.util
Extends the RadionButtonPanel with a CheckBox placed on the border.
CheckedRadioButtonPanel(String, String, T, T...) - Constructor for class org.knime.core.node.util.CheckedRadioButtonPanel
Constructor.
checkError() - Method in class org.knime.base.util.NullPrintStream
checkForbiddenWindowsName(String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
 
checkForDuplicates() - Method in class org.knime.core.util.DuplicateChecker
Checks for duplicates in all added keys.
checkForNewRelease(URI) - Static method in class org.knime.core.eclipseUtil.UpdateChecker
Checks the given existing update site if it contains the newRelease.txt and returns the new release information.
checkGroupCols(DataTableSpec, List<String>) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
 
checkHaltingCriteria(NodeID) - Method in class org.knime.core.node.workflow.ExecutionController
Call when a certain nodes was executed to determine if it should be added to the list of halted nodes.
checkHaltingCriteria(NodeID) - Method in class org.knime.core.node.workflow.WizardExecutionController
Call when a certain nodes was executed to determine if it should be added to the list of halted nodes.
checkIn(byte) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler.NestedLoopIdentifierProvider
 
checkInterrupted() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
Throws an exception if the execution was interrupted.
checkIP(String) - Static method in class org.knime.core.util.HostUtils
Checks if the string is a valid IPv4 address or at most a class B network.
checkLabelSpace(Set<String>, FontMetrics, int) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Checks for all labels if the string length is smaller than the distance between two parallel axes.
checkLeadingWhitespaces(String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
 
checkLocation(URL) - Method in class org.knime.core.node.util.FilesHistoryPanel.DirectoryReaderCheckLabel
 
checkLocation(URL) - Method in class org.knime.core.node.util.FilesHistoryPanel.DirectoryWriterCheckLabel
 
checkLocation(URL) - Method in class org.knime.core.node.util.FilesHistoryPanel.FileReaderCheckLabel
 
checkLocation(URL) - Method in class org.knime.core.node.util.FilesHistoryPanel.FileWriterCheckLabel
 
checkLocation(URL) - Method in class org.knime.core.node.util.FilesHistoryPanel.LocationCheckLabel
Checks a source or destination location.
checkLocation(URL) - Method in class org.knime.core.node.util.FilesHistoryPanel.NoCheckLabel
 
checkMAC(String) - Static method in class org.knime.core.util.HostUtils
Checks if the given string is a valid MAC address.
checkMemory() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Checks the memory footprint.
checkNotNull(T) - Static method in class org.knime.core.node.util.CheckUtils
Checks the given object to be not null.
checkNotNull(T, String) - Static method in class org.knime.core.node.util.CheckUtils
Checks the given object to be not null.
checkNotNull(T, String, Object...) - Static method in class org.knime.core.node.util.CheckUtils
Checks the given object to be not null.
checkOut() - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler.NestedLoopIdentifierProvider
 
checkRowCount(long) - Static method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Checks if the row count is greater than Integer.MAX_VALUE.
checkSetting(boolean, String, Object...) - Static method in class org.knime.core.node.util.CheckUtils
Checks the given object to be not null.
checkSettingNotNull(T, String, Object...) - Static method in class org.knime.core.node.util.CheckUtils
Checks the given object to be not null.
checkSettings() - Method in class org.knime.base.node.io.filereader.CharsetNamePanel
Checks if the settings in the panel are good for applying them.
checkSettings() - Method in class org.knime.base.node.io.filereader.DecSepPanel
Checks if the settings in the panel are good for applying them.
checkSettings() - Method in class org.knime.base.node.io.filereader.IgnoreDelimsPanel
Checks the current values in the panel.
checkSettings() - Method in class org.knime.base.node.io.filereader.LimitRowsPanel
Checks the current values in the panel.
checkSettings() - Method in class org.knime.base.node.io.filereader.MissingValuePanel
Checks if the settings in the panel are good for applying them.
checkSettings() - Method in class org.knime.base.node.io.filereader.QuotePanel
Checks the current values in the panel.
checkSettings() - Method in class org.knime.base.node.io.filereader.ShortLinesPanel
Checks the current values in the panel.
checkSettings() - Method in class org.knime.base.node.io.filereader.UniquifyPanel
Checks the current values in the panel.
checkSettings() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
checks settings.
checkSettings(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Checks if the node settings are valid, i.e.
checkSourceFile(String) - Static method in class org.knime.core.node.util.CheckUtils
Does several checks for the given source location, e.g.
checkState(boolean, String) - Static method in class org.knime.core.node.util.CheckUtils
Checks the given predicate to be true.
checkState(boolean, String, Object...) - Static method in class org.knime.core.node.util.CheckUtils
Checks the given predicate to be true.
checkTableSize(BufferedDataTable) - Static method in class org.knime.core.node.util.ConvenienceMethods
Checks if the number of rows is greater than Integer.MAX_VALUE and throws an exception in this case.
checkTableSize(long) - Static method in class org.knime.core.node.util.ConvenienceMethods
Checks if the number of rows is greater than Integer.MAX_VALUE and throws an exception in this case.
checkUpdateMetaNodeLink(NodeID, WorkflowLoadHelper) - Method in class org.knime.core.node.workflow.WorkflowManager
Query the template to the linked metanode with the given ID and check whether a newer version is available.
CheckUtils - Class in org.knime.core.node.util
Static check functions used during settings loading etc.
checkValid() - Method in class org.knime.base.node.io.database.DBSorterNodeDialogPanel
Tests if user selections are valid and throws an Exception if not.
checkValid() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
Tests if user selections are valid and throws an Exception if not.
children() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
children() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
children() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
 
children() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
 
children() - Method in class org.knime.core.node.config.base.ConfigBase
An enumeration of a values.
chmod(File, Boolean, Boolean, Boolean, boolean) - Static method in class org.knime.core.util.FileUtil
Sets the permissions on a given file or directory.
chmodRecursively(Path, Set<PosixFilePermission>) - Static method in class org.knime.core.util.PathUtils
Recursively sets the permission of the given path.
CHUNK_SIZE - Static variable in class org.knime.core.node.tableview.TableContentModel
Number of rows being read at a time (50).
cipherOutput(OutputStream) - Method in interface org.knime.core.node.workflow.NodeContainerParent
 
cipherOutput(OutputStream) - Method in class org.knime.core.node.workflow.SubNodeContainer
cipherOutput(WorkflowManager, OutputStream) - Method in class org.knime.core.node.workflow.WorkflowCipher
Cipher output.
cipherOutput(OutputStream) - Method in class org.knime.core.node.workflow.WorkflowManager
CIRCLE - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the circle.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.BooleanCellEntry
BooleanCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.ComplexNumberCellEntry
ComplexNumberCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.DateAndTimeCellEntry
DateAndTimeCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.DoubleCellEntry
DoubleCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.FuzzyIntervalCellEntry
FuzzyIntervalCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.FuzzyNumberCellEntry
FuzzyNumberCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.IntCellEntry
IntCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.LongCellEntry
LongCell.class.
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.MissingCellEntry
DataType.getMissingCell().getClass().
CLASS - Static variable in class org.knime.core.node.config.Config.DataCellEntry.StringCellEntry
StringCell.class.
CLASS_COLUMN - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Name of the basisfunction class column.
CLASS_COLUMN_NAMES - Static variable in class org.knime.core.data.DataTableSpec
Columns used to guess class column in the order they are specified.
ClassAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
Deprecated.
ClassAttributeModel(String, boolean, int) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
Constructor for class ClassRowValue.
ClassAttributeModel(String, int, boolean, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
Constructor for class ClassModel.
ClassAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel2
This AttributeModel implementation holds the class attribute information like the number of rows per class value.
ClassAttributeModel(String, boolean, int) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
Constructor for class ClassRowValue.
ClassAttributeModel(String, int, boolean, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
Constructor for class ClassModel.
CLASSCOL_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Key to store the class column.
classColumn() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Returns the class column's name for stratified sampling.
classColumn(String) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Sets the class column's name for stratified sampling.
classColumn() - Method in class org.knime.base.node.mine.knn.KnnSettings
Returns the name of the column with the class labels.
classColumn(String) - Method in class org.knime.base.node.mine.knn.KnnSettings
sets the name of the column with the class labels.
classColumn(String) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Sets the class column whose distribution should be retained when using stratified sampling.
classColumn() - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Returns the class column whose distribution should be retained when using stratified sampling.
CLASSIFICATION_MODE - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Indicates whether the MLP does classification with multiple output neurons, one neuron for each class.
ClassPieChart() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.ClassPieChart
 
ClassUtil - Class in org.knime.core.data.convert.util
Various utility methods for finding classes.
CLASSVALUE_KEY - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Key to store the class value of a neuron in the ModelContent.
ClassValueDataRow - Class in org.knime.base.node.mine.decisiontree2.learner2
A data row represented as a double array.
ClassValueDataRow(double[], int) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.ClassValueDataRow
Constructs a data row.
cleanDirectoryIfExists(Path) - Static method in class org.knime.core.util.PathUtils
Removes all entried in the given directory recursively.
cleanOutPorts() - Method in class org.knime.core.node.Node
Deprecated.
Framework code should call Node.cleanOutPorts(boolean)
cleanOutPorts(boolean) - Method in class org.knime.core.node.Node
Sets output objects to null.
cleanOutPorts(boolean) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Cleans outports, i.e.
cleanOutPorts(boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Cleans outports, i.e.
cleanOutPorts(boolean) - Method in class org.knime.core.node.workflow.SubNodeContainer
Cleans outports, i.e.
cleanOutputPortsInWFMConnectedToInPorts(Set<Integer>) - Method in class org.knime.core.node.workflow.WorkflowManager
Clean outports of nodes connected to set of input ports.
cleanup(JComponent, boolean) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.ListTransferHandler
 
cleanup(JComponent, boolean) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
If a move operation took place, the source item has to be removed from the source list.
cleanup() - Method in class org.knime.core.node.Node
Deletes any temporary resources associated with this node.
cleanup() - Method in class org.knime.core.node.workflow.ConnectionContainer
Removes all registered listeners in order to release references on this object.
cleanup() - Method in class org.knime.core.node.workflow.NativeNodeContainer
Method that's called when the node is discarded.
cleanup() - Method in class org.knime.core.node.workflow.NodeContainer
Method that's called when the node is discarded.
cleanup() - Method in class org.knime.core.node.workflow.SubNodeContainer
Method that's called when the node is discarded.
cleanup() - Method in class org.knime.core.node.workflow.WorkflowManager
Method that's called when the node is discarded.
cleanup() - Method in class org.knime.core.util.DiskBasedByteQueue
Cleans up any temporary data after the queue has been closed.
cleanupChunks() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
Clean up chunks (and containing WFM).
clear() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
clear() - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
Clear input list and panel list.
clear() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
Clears all bars and rows from this bin.
clear() - Method in class org.knime.core.data.container.Buffer
Clears the temp file.
clear() - Method in class org.knime.core.data.container.BufferTracker
Clears the tracker.
clear() - Method in class org.knime.core.data.container.ConcatenateTable
Internal use.
clear() - Method in class org.knime.core.data.container.ContainerTable
Do not call this method! It's used internally to delete temp files.
clear() - Method in class org.knime.core.data.container.JoinedTable
Does nothing.
clear() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Do not call this method! It's used internally to delete temp files.
clear() - Method in class org.knime.core.data.container.TableSpecReplacerTable
Do not call this method! It's used internally.
clear() - Method in class org.knime.core.data.container.VoidTable
Does nothing.
clear() - Method in class org.knime.core.data.container.WrappedTable
Clears any allocated temporary files.
clear(long) - Method in interface org.knime.core.data.vector.bitvector.BitVector
Sets the bit at the specified index to one.
clear(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Sets the bit at the specified index to one.
clear(long, long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Clears all bits in the specified range.
clear(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Clears the bit with the specified index in the vector.
clear(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Sets the bit at the specified index to one.
clear(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Clears the bit with the specified index in the vector.
clear(int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Sets the count at the specified index to zero.
clear(int, int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Resets the count at all positions from startIdx (inclusive) to endIdx (exclusive).
clear(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Resets the count at the specified index (sets it to zero).
clear(Node) - Method in class org.knime.core.node.BufferedDataTable
Clears any associated storage, for instance temp files.
clear() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Clears any allocated temporary files.
clear() - Method in interface org.knime.core.node.util.ConfigTableModel
Clear all values, \i.e.
clear() - Method in class org.knime.core.node.util.DefaultConfigTableModel
Clear all values, \i.e.
clear() - Method in class org.knime.core.node.util.FilterableListModel
clear() - Method in class org.knime.core.util.DuplicateChecker
Clears the checker, i.e.
CLEAR_HILITE - Static variable in class org.knime.core.node.property.hilite.HiLiteHandler
Constant for the menu entry 'Clear HiLite'.
clearAndDispose() - Method in class org.knime.core.data.filestore.internal.EmptyFileStoreHandler
clearAndDispose() - Method in interface org.knime.core.data.filestore.internal.IFileStoreHandler
 
clearAndDispose() - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
clearAndDispose() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
clearAndDispose() - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
clearAndDispose() - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
clearAndDispose() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
clearBuffers() - Method in class org.knime.base.node.util.exttool.CommandExecution
Clears the std err and out buffers.
clearCache() - Method in class org.knime.core.node.tableview.TableContentModel
Clears cache, instantiates new Iterator.
clearClient(NodeContainer) - Method in class org.knime.core.node.workflow.CredentialsStore
Clear any access history of the given client on any of the credentials.
clearClientHistory() - Method in class org.knime.core.node.workflow.CredentialsProvider
Remove history of get invocations associated with this client.
clearDesiredValues() - Method in class org.knime.base.util.coordinate.Coordinate
Clears the desired values.
clearError(JTextField) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
Sets the foreground and background colors of the specified component back to the normal default colors.
clearError(JComboBox<?>) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Deprecated.
This method does nothing any more
clearFileStoreHandler() - Method in class org.knime.core.node.workflow.NativeNodeContainer
Disposes file store handler (if set) and sets it to null.
clearFocusedCell() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
reset the focused cell.
clearFocusedCell() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
Resets focused row and focused column
clearHilite() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Unhilite all nodes.
clearHilite() - Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
Clears the current hilited objects.
clearHilite() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Clears all hilite information.
clearHilite() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
Clears the hilite counter.
clearHilite() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
Clears the hilite information.
clearHistory() - Method in class org.knime.core.node.util.StringHistory
Removes all entries from the history.
clearIteratorInstance(Buffer.FromFileIterator, boolean) - Method in class org.knime.core.data.container.Buffer
Clear the argument iterator (free the allocated resources.
clearLoopContext() - Method in class org.knime.core.node.Node
Clear loop context member of NodeModel.
clearLoopContext() - Method in class org.knime.core.node.NodeModel
 
clearNestedLoopPath(byte) - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
 
clearNestedLoopPath(byte) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
clearNestedLoopPath(byte) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
clearPlot() - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
Removes all drawing elements.
clearRules() - Method in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
Removes all rules.
clearSelection() - Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
Clears the current selection.
clearSelection() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
clearSelection() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Clears all selections.
clearSelection() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
Clear all selections.
clearSelection() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Clears current selection.
clearSelection() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
clears current selection.
clearSingle(Node) - Method in class org.knime.core.node.BufferedDataTable
Clears any associated storage, for instance temp files.
clearTable(DataTable) - Method in class org.knime.core.data.sort.AbstractTableSorter
Clears the temporary table that was used during the execution but is no longer needed.
clearTable(DataTable) - Method in class org.knime.core.data.sort.BufferedDataTableSorter
Clears the temporary table that was used during the execution but is no longer needed.
clearTable(DataTable) - Method in class org.knime.core.data.sort.DataTableSorter
Clears the temporary table that was used during the execution but is no longer needed.
clearTable(BufferedDataTable) - Method in class org.knime.core.node.ExecutionContext
Allows node implementations to clear temporary tables.
clearText() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
removes all output from the view.
clearThousandsSeparator() - Method in class org.knime.base.node.io.filereader.DataCellFactory
After a call to this method no grouping of thousands in floating point numbers is supported.
clearWaitingLoopList() - Method in class org.knime.core.node.workflow.NodeContainer
clears the list of waiting loops.
CLibrary - Class in org.knime.core.util
Wrapper around native C library functions.
CLibrary() - Constructor for class org.knime.core.util.CLibrary
 
CLibrary.UnixCLibrary - Class in org.knime.core.util
 
CLibrary.WindowsCLibrary - Class in org.knime.core.util
 
clone() - Method in class org.knime.base.data.aggregation.ColumnAggregator
clone() - Method in class org.knime.base.node.io.filereader.ColProperty
Returns a new ColProperty object containing a deep copy of this one.
clone() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityMeasure
clone() - Method in interface org.knime.base.node.mine.sota.logic.SotaCell
Clones the SotaCell instance and returns the clone.
clone() - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
Clones the SotaCell instance and returns the clone.
clone() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
Clones the SotaCell instance and returns the clone.
clone() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
clone() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
clone() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AbstractRowFilter
clone() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
clone() - Method in interface org.knime.base.node.preproc.filter.row.rowfilter.IRowFilter
clone() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
clone() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
clone() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
Deprecated.
clone() - Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
clone() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
clone() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
clone() - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
clone() - Method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
clone() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
clone() - Method in class org.knime.core.data.AdapterCell
clone() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
clone() - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
clone() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
clone() - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
clone() - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterConfiguration
clone() - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
clone() - Method in class org.knime.core.node.workflow.Annotation
UIInformation objects are cloneable without further restriction.
clone() - Method in class org.knime.core.node.workflow.AnnotationData
clone() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
clone() - Method in class org.knime.core.node.workflow.ConnectionUIInformation
UIInformation objects are cloneable without further restriction.
clone() - Method in class org.knime.core.node.workflow.Credentials
clone() - Method in class org.knime.core.node.workflow.EditorUIInformation
UIInformation objects are cloneable without further restriction.
clone() - Method in class org.knime.core.node.workflow.FlowObject
clone() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
clone() - Method in class org.knime.core.node.workflow.NodeAnnotationData
clone() - Method in class org.knime.core.node.workflow.NodeUIInformation
UIInformation objects are cloneable without further restriction.
clone() - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
clone() - Method in interface org.knime.core.node.workflow.UIInformation
UIInformation objects are cloneable without further restriction.
clone() - Method in class org.knime.core.node.workflow.WorkflowAnnotation
UIInformation objects are cloneable without further restriction.
clone() - Method in class org.knime.core.node.workflow.WorkflowCipher
cloneAndAddAdapter(DataCell, Class<? extends DataValue>...) - Method in class org.knime.core.data.AdapterCell
Clones this adapter cell and adds a new value to the adapter collection.
cloneAndAddAdapter(DataCell, Class<? extends DataValue>...) - Method in interface org.knime.core.data.RWAdapterValue
Clones this adapter cell and adds a new value to the adapter collection.
cloneAndOverwrite(Map<String, String>) - Method in class org.knime.core.data.DataColumnProperties
Creates a new instance which carries all properties from this object and adds the newProperties.
cloneAndUnsetOwner() - Method in class org.knime.core.node.workflow.FlowLoopContext
cloneAndUnsetOwner() - Method in class org.knime.core.node.workflow.FlowObject
 
cloneChangePreferredValue(DataType, Class<? extends DataValue>) - Static method in class org.knime.core.data.DataType
Clones the given DataType but changes its preferred value class to the passed preferred value.
cloneModel() - Method in interface org.knime.core.node.util.ConfigTableModel
Copy the model.
cloneModel() - Method in class org.knime.core.node.util.DefaultConfigTableModel
Copy the model.
close() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
Deprecated.
Closes this iterator.
close() - Method in class org.knime.base.data.append.row.AppendedRowsRowInput
Deprecated.
Indicates that no more input is needed.
close() - Method in class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
Closes this iterator.
close() - Method in class org.knime.base.data.filter.column.FilterColumnRowInput
Indicates that no more input is needed.
close() - Method in class org.knime.base.node.io.filereader.FileRowIterator
Closes this iterator.
close() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRTable
Call this before releasing the last reference to this table and all its iterators.
close() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthRowIterator
Call this before releasing the last reference to this iterator.
close() - Method in class org.knime.base.node.mine.smote.Smoter
Closes this controller.
close() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryRuleSet
Called after all rules are added.
close() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer
Close container.
close() - Method in class org.knime.base.node.preproc.joiner.JoinContainer
Close this container.
close() - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
close() - Method in class org.knime.base.node.util.BufferedFileReader
close() - Method in class org.knime.base.util.NullPrintStream
close() - Method in class org.knime.base.util.NullWriter
close() - Method in class org.knime.core.data.append.AppendedRowsIterator
Closes this iterator.
close() - Method in class org.knime.core.data.append.AppendedRowsRowInput
Indicates that no more input is needed.
close() - Method in class org.knime.core.data.AutoconvertRowIterator
Closes this iterator.
close() - Method in class org.knime.core.data.container.BlockableInputStream
close() - Method in class org.knime.core.data.container.BlockableOutputStream
Delegates to output stream.
close(DataTableSpec) - Method in class org.knime.core.data.container.Buffer
Flushes and closes the stream.
close() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
Closes this iterator.
close() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
Closes this iterator.
close() - Method in class org.knime.core.data.container.CloseableRowIterator
Closes this iterator.
close() - Method in class org.knime.core.data.container.DataContainer
Closes container and creates table that can be accessed by getTable().
close() - Method in class org.knime.core.data.container.DCObjectInputStream
close() - Method in class org.knime.core.data.container.DCObjectInputVersion2
Closes the underlying streams.
close() - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Closes the underlying streams.
close() - Method in class org.knime.core.data.container.JoinTableIterator
Closes this iterator.
close() - Method in class org.knime.core.data.container.LongUTFDataInputStream
close() - Method in class org.knime.core.data.container.LongUTFDataOutputStream
close() - Method in class org.knime.core.data.filestore.FileStoreFactory
Can be called by the client to disallow further creation of file stores.
close() - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
 
close() - Method in class org.knime.core.data.filestore.internal.InternalDuplicateChecker
 
close() - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
 
close() - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
close() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
close() - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
close() - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
close() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
 
close() - Method in class org.knime.core.data.util.NonClosableInputStream
Does NOT delegate to wrapped input stream, ignores call.
close() - Method in class org.knime.core.data.util.NonClosableInputStream.Zip
Closes the currently open zip entry.
close() - Method in class org.knime.core.data.util.NonClosableOutputStream
close() - Method in class org.knime.core.data.util.NonClosableOutputStream.Zip
Closes the currently open zip entry.
close() - Method in interface org.knime.core.data.xml.io.XMLCellReader
Closes any resources need for the read process.
close() - Method in interface org.knime.core.data.xml.io.XMLCellWriter
Close resources used for writing the xml cell.
close() - Method in class org.knime.core.data.xml.io.XMLDOMCellReader
Closes any resources need for the read process.
close() - Method in class org.knime.core.data.xml.io.XMLMultiCellWriter
Close resources used for writing the xml cell.
close() - Method in class org.knime.core.data.xml.io.XMLXpathCellReader
Closes any resources need for the read process.
close() - Method in class org.knime.core.node.exec.SandboxedNodeCreator.SandboxedNode
close() - Method in class org.knime.core.node.port.database.DatabaseReaderConnection.RowIteratorConnection
Deprecated.
Closes the database connection.
close() - Method in interface org.knime.core.node.port.database.reader.DBRowIterator
close() - Method in class org.knime.core.node.port.database.reader.RowIteratorConnection
Closes the database connection.
close() - Method in class org.knime.core.node.streamable.BufferedDataTableRowOutput
To be called by the client to signal the end of the data stream.
close() - Method in class org.knime.core.node.streamable.DataTableRowInput
Indicates that no more input is needed.
close() - Method in class org.knime.core.node.streamable.RowInput
Indicates that no more input is needed.
close() - Method in class org.knime.core.node.streamable.RowOutput
To be called by the client to signal the end of the data stream.
close() - Method in class org.knime.core.node.workflow.WorkflowLock
Unlocks the lock.
close() - Method in class org.knime.core.util.DiskBasedByteQueue
close() - Method in interface org.knime.core.util.ThreadLocalHTTPAuthenticator.AuthenticationCloseable
CloseableFilterColumnRowIterator - Class in org.knime.base.data.filter.column
Filter column row iterator needed to wrap the filter column's original row iterator.
CloseableFilterColumnRowIterator(CloseableRowIterator, int[]) - Constructor for class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
Creates a new filter iterator using the original row iterator and an array of column indices.
CloseableRowIterator - Class in org.knime.core.data.container
A row iterator that can be closed in order to save resources.
CloseableRowIterator() - Constructor for class org.knime.core.data.container.CloseableRowIterator
 
closeAllJobManagerViews() - Method in class org.knime.core.node.workflow.NodeContainer
 
closeAllViews() - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Close all open views.
closeAllViews() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Close all open views.
closeChunk() - Method in class org.knime.core.data.sort.AbstractTableSorter
Closes the chunk.
closeCurrentGroup() - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Closes the current group.
closeDialog() - Method in class org.knime.core.node.NodeDialog
Closes the dialog: visible false and dispose.
closedViaOk() - Method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
After the dialog closes this will return true if the user okayed the dialog and settings should be taken over.
closedViaReadXML() - Method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
After the dialog closes this will return true if the user closed the dialog with the (confirmed) "read from XML file" button).
closeFileStoreHandlerAfterExecute(boolean) - Method in class org.knime.core.node.workflow.NativeNodeContainer
...
closeInternal() - Method in class org.knime.core.data.container.Buffer
Closes by creating shortcut array for file access.
closeOnESC() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeDialog
Controls the behavior of the dialog when the ESC key is pressed.
closeOnESC() - Method in class org.knime.core.node.NodeDialogPane
Controls the behavior of the dialog when the ESC key is pressed.
closeSourceStream() - Method in class org.knime.core.util.tokenizer.Tokenizer
Closes the stream the tokenizer reads from.
closeView() - Method in class org.knime.core.node.AbstractNodeView
Closes the view and disposes all allocated resources.
closeView() - Method in class org.knime.core.node.ExternalApplicationNodeView
To be called by client code when the external view is closed.
closeView() - Method in class org.knime.core.node.NodeView
Deprecated.
Will be removed without replacement in future versions of KNIME. Sub-classes should not be required to programmatically close views.
closeView() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
Called on view close.
CLUSTER - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Constant for the RowKey generation and identification in the view.
CLUSTER_COUNT - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
For each "universe" a number of clusters.
CLUSTER_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key for the Cluster Columns in the output DataTable.
CLUSTER_NAME_PREFIX - Static variable in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
The prefix for cluster names.
ClusterAssignerNodeFactory - Class in org.knime.base.node.mine.cluster.assign
 
ClusterAssignerNodeFactory() - Constructor for class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
 
ClusterAssignerNodeModel - Class in org.knime.base.node.mine.cluster.assign
 
ClusterAssignerNodeModel() - Constructor for class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
 
clusterCoverage() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
Returns an array with the number of patterns per clusters.
ClusterMembershipFactory - Class in org.knime.base.node.mine.cluster.fuzzycmeans
This CellFactory produces appended cells: for each DataRow the memberships to the cluster prototypes and the winner cluster in the last column.
ClusterMembershipFactory(FCMAlgorithm) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.ClusterMembershipFactory
Constructor.
ClusterNode - Class in org.knime.base.node.mine.cluster.hierarchical
Represents a Node in the hierarchy tree (Dendrogram) of a hierarchical clustering.
ClusterNode(DataRow, int) - Constructor for class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Constructs a new leaf node from a data row.
ClusterNode(ClusterNode, ClusterNode, double) - Constructor for class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Constructs a new parent node from two child nodes.
ClusterNodeDialog - Class in org.knime.base.node.mine.cluster.kmeans
Dialog for ClusterNodeModel - allows to adjust number of clusters and other properties.
ClusterNodeDialog() - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeDialog
Constructor - set name of k-means cluster node.
ClusterNodeFactory - Class in org.knime.base.node.mine.cluster.kmeans
Create classes for k-means Clustering NodeModel, NodeView and NodeDialogPane.
ClusterNodeFactory() - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
 
ClusterNodeFactory2 - Class in org.knime.base.node.mine.cluster.kmeans
Create classes for k-means Clustering NodeModel, NodeView and NodeDialogPane.
ClusterNodeFactory2() - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory2
 
ClusterNodeModel - Class in org.knime.base.node.mine.cluster.kmeans
Generate a clustering using a fixed number of cluster centers and the k-means algorithm.
ClusterNodeModel() - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Constructor, remember parent and initialize status.
ClusterNodeModel(boolean, boolean) - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Constructor, remember parent and initialize status.
ClusterNodeView - Class in org.knime.base.node.mine.cluster.kmeans
 
ClusterNodeView(ClusterNodeModel) - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Constructor - set name of view and NodeModel.
clusters() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
Returns an 2-dimensional array with all clusters and their coordinates.
ClusterViewData - Class in org.knime.base.node.mine.cluster.kmeans
This class holds the data that is displayed in the view.
ClusterViewData(double[][], int[], int, String[]) - Constructor for class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
 
CNFG_AGGR_METHODS - Static variable in class org.knime.base.data.aggregation.AggregationMethodDecorator
Config key for the aggregation method.
CNFG_INCL_MISSING_VALS - Static variable in class org.knime.base.data.aggregation.AggregationMethodDecorator
Config key for the include missing value flag.
CNFG_RESULT_COL_NAMES - Static variable in class org.knime.base.data.aggregation.NamedAggregationOperator
Config key for the name the result column should have.
coding(Object) - Method in class org.knime.core.node.NodeLogger
Writes CODING PROBLEM plus this message into this logger as error.
coding(Object, Throwable) - Method in class org.knime.core.node.NodeLogger
Writes CODING PROBLEM plus this message, as well as the the message of the throwable into this logger as error and debug.
codingWithFormat(String, Object...) - Method in class org.knime.core.node.NodeLogger
Write coding message, created by String.format(String, Object...) into this logger.
CoefficientTable - Class in org.knime.base.node.mine.regression.polynomial.learner
Deprecated.
CoefficientTable(PolyRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner.CoefficientTable
Deprecated.
Creates a new coefficient table.
CoefficientTable - Class in org.knime.base.node.mine.regression.polynomial.learner2
This is the view that shows the coefficients in a table and the squared error per row in a line below the table.
CoefficientTable(PolyRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.CoefficientTable
Creates a new coefficient table.
COL_NAME_COUNT - Static variable in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
This name is used for the y axis if the aggregation method is count.
ColCombine2NodeDialog - Class in org.knime.base.node.preproc.colcombine2
NodeDialog for the "ColCombine" Node.
ColCombine2NodeDialog() - Constructor for class org.knime.base.node.preproc.colcombine2.ColCombine2NodeDialog
Inits GUI.
ColCombine2NodeFactory - Class in org.knime.base.node.preproc.colcombine2
NodeFactory for the "ColCombine" Node.
ColCombine2NodeFactory() - Constructor for class org.knime.base.node.preproc.colcombine2.ColCombine2NodeFactory
 
ColCombine2NodeModel - Class in org.knime.base.node.preproc.colcombine2
This is the model implementation of ColCombine.
ColCombine2NodeModel() - Constructor for class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
 
ColCombineNodeDialog - Class in org.knime.base.node.preproc.colcombine
Deprecated.
ColCombineNodeDialog() - Constructor for class org.knime.base.node.preproc.colcombine.ColCombineNodeDialog
Deprecated.
Inits GUI.
ColCombineNodeFactory - Class in org.knime.base.node.preproc.colcombine
Deprecated.
ColCombineNodeFactory() - Constructor for class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
Deprecated.
 
ColCombineNodeModel - Class in org.knime.base.node.preproc.colcombine
Deprecated.
ColCombineNodeModel() - Constructor for class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Constructor for the node model.
ColConvertNodeDialog - Class in org.knime.base.node.preproc.colconvert
Dialog for the ColConvertNodeModel.
ColConvertNodeDialog() - Constructor for class org.knime.base.node.preproc.colconvert.ColConvertNodeDialog
Constructor, Dialog initialization.
ColConvertNodeFactory - Class in org.knime.base.node.preproc.colconvert
NodeFactory for the ColConverter Node.
ColConvertNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
 
ColConvertNodeModel - Class in org.knime.base.node.preproc.colconvert
NodeModel for the ColConverter Node.
ColConvertNodeModel() - Constructor for class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Constructor with one inport and one outport.
colHeaderSettingsChanged() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
save new column header checkbox settings into nodeSettings object and update dialog.
colHeadersSettingsChanged() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Reads the settings of the 'fileHasColHeaders' checkbox and transfers them into the internal settings object.
colHeadersSettingsChanged() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
Reads the settings of the 'fileHasColHeaders' checkbox and transfers them into the internal settings object.
COLIDX_ROWKEY - Static variable in class org.knime.core.node.tableview.TableSortOrder
Indicates that the sorting is on the rowID column.
CollapseBranchAction<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
An action to collapse the branch starting from the selected node in a HierarchicalGraphView.
CollapseBranchAction(HierarchicalGraphView<K>) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.CollapseBranchAction
 
collapseIntoMetaNode(NodeID[], WorkflowAnnotation[], String) - Method in class org.knime.core.node.workflow.WorkflowManager
Collapse selected set of nodes into a metanode.
CollapseIntoMetaNodeResult - Class in org.knime.core.node.workflow.action
Represents the result of an collapse into metanode.
CollapseIntoMetaNodeResult(WorkflowManager, NodeID, WorkflowPersistor) - Constructor for class org.knime.core.node.workflow.action.CollapseIntoMetaNodeResult
Used by workflow manager to fill content.
CollapsiblePanel - Class in org.knime.base.node.mine.decisiontree2.view
A JPanel which is a container for a single component.
CollapsiblePanel(String, JPanel, float) - Constructor for class org.knime.base.node.mine.decisiontree2.view.CollapsiblePanel
 
Collection2BitVectorCellFactory - Class in org.knime.base.data.bitvector
Creates a bit vector for a given CollectionDataValue.
Collection2BitVectorCellFactory(BitVectorType, DataColumnSpec, int, Map<String, Integer>) - Constructor for class org.knime.base.data.bitvector.Collection2BitVectorCellFactory
 
collectionCell2SortedArray(CollectionDataValue, Comparator<DataCell>) - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
 
CollectionCellFactory - Class in org.knime.core.data.collection
Factory class used to create DataCells that contain a collection of DataCells.
CollectionConverterFactory<D,SE extends DataValue,DE> - Class in org.knime.core.data.convert.java
A DataCellToJavaConverterFactory which creates converters for converting CollectionDataValue subtypes to Array subtypes.
CollectionConverterFactory(DataCellToJavaConverterFactory<SE, DE>) - Constructor for class org.knime.core.data.convert.java.CollectionConverterFactory
Constructor.
CollectionCreate2NodeDialogPane - Class in org.knime.base.collection.list.create2
 
CollectionCreate2NodeDialogPane() - Constructor for class org.knime.base.collection.list.create2.CollectionCreate2NodeDialogPane
 
CollectionCreate2NodeFactory - Class in org.knime.base.collection.list.create2
 
CollectionCreate2NodeFactory() - Constructor for class org.knime.base.collection.list.create2.CollectionCreate2NodeFactory
 
CollectionCreate2NodeModel - Class in org.knime.base.collection.list.create2
 
CollectionCreate2NodeModel() - Constructor for class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
 
CollectionDataValue - Interface in org.knime.core.data.collection
Special interface that is implemented by DataCells that represent collection of cells.
CollectionDataValue.CollectionUtilityFactory - Class in org.knime.core.data.collection
Implementations of the meta information of this value class.
CollectionSplitNodeDialogPane - Class in org.knime.base.collection.list.split
 
CollectionSplitNodeDialogPane() - Constructor for class org.knime.base.collection.list.split.CollectionSplitNodeDialogPane
 
CollectionSplitNodeFactory - Class in org.knime.base.collection.list.split
 
CollectionSplitNodeFactory() - Constructor for class org.knime.base.collection.list.split.CollectionSplitNodeFactory
 
CollectionSplitNodeModel - Class in org.knime.base.collection.list.split
NodeModel for the collection split node.
CollectionSplitNodeModel() - Constructor for class org.knime.base.collection.list.split.CollectionSplitNodeModel
One input, one output.
CollectionSplitSettings - Class in org.knime.base.collection.list.split
Settings object to keep paramaters for split operation.
CollectionSplitSettings() - Constructor for class org.knime.base.collection.list.split.CollectionSplitSettings
 
CollectionSplitSettings.CountElementsPolicy - Enum in org.knime.base.collection.list.split
Different ways of identifying how many elements there are in a column.
CollectionUtilityFactory(Class<? extends DataValue>) - Constructor for class org.knime.core.data.collection.CollectionDataValue.CollectionUtilityFactory
Only subclasses are allowed to instantiate this class.
CollectionValueRenderer - Class in org.knime.core.data.collection
Generic renderer for CollectionDataValue which prints the string representation of each object in the collection.
CollectionValueRenderer(int, String) - Constructor for class org.knime.core.data.collection.CollectionValueRenderer
Instantiate renderer.
CollectionValueRenderer.FullRendererFactory - Class in org.knime.core.data.collection
Factory for a CollectionValueRenderer that shows all elements of the collection.
CollectionValueRenderer.ShortRendererFactory - Class in org.knime.core.data.collection
Factory for a CollectionValueRenderer that shows at most the first three elements of the collection.
collectTableAndReferencesOwnedBy(Node, Collection<BufferedDataTable>) - Method in class org.knime.core.node.BufferedDataTable
Finds all tables owned by the argument node, which are directly reachable (including this table).
COLOR_BACKGROUND - Static variable in class org.knime.core.node.NodeView
Default background color.
ColorAppender2NodeDialogPane - Class in org.knime.base.node.viz.property.color
Dialog to select column to apply colors to.
ColorAppender2NodeDialogPane() - Constructor for class org.knime.base.node.viz.property.color.ColorAppender2NodeDialogPane
Create new color appender dialog.
ColorAppender2NodeFactory - Class in org.knime.base.node.viz.property.color
Factory to create Color Appender node.
ColorAppender2NodeFactory() - Constructor for class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
 
ColorAppender2NodeModel - Class in org.knime.base.node.viz.property.color
Node model to append color settings to a column selected in the dialog.
ColorAppender2NodeModel() - Constructor for class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Create a new color appender model.
ColorAttr - Class in org.knime.core.data.property
This class holds a Color value as property for view objects and supports colors for selection, hilite, selection-hilite, border, and background.
ColorColumn - Class in org.knime.base.node.viz.histogram.util
Holds the color for a given column name.
ColorColumn(Color, String) - Constructor for class org.knime.base.node.viz.histogram.util.ColorColumn
Constructor for class ColorColumn.
ColorExtractNodeFactory - Class in org.knime.base.node.viz.property.color.extract
A node that reads a color port object (output of "Color Manager" node) and converts the content into a table with RGB information.
ColorExtractNodeFactory() - Constructor for class org.knime.base.node.viz.property.color.extract.ColorExtractNodeFactory
 
ColorExtractNodeModel - Class in org.knime.base.node.viz.property.color.extract
NodeModel to Color Extractor.
ColorExtractNodeModel() - Constructor for class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
Color Port Object in, Data Table out.
ColorHandler - Class in org.knime.core.data.property
Final ColorHandler implementation as container which forwards color requests for a DataCell to its underlying ColorHandler.ColorModel.
ColorHandler(ColorHandler.ColorModel) - Constructor for class org.knime.core.data.property.ColorHandler
Create new color handler with the given ColorModel.
ColorHandler.ColorModel - Interface in org.knime.core.data.property
Interface allowing requests for ColorAttr by DataCell.
ColorHandlerPortObject - Class in org.knime.core.node.port.viewproperty
PortObject implementation for ColorHandlerPortObject which are part of a DataTableSpec.
ColorHandlerPortObject() - Constructor for class org.knime.core.node.port.viewproperty.ColorHandlerPortObject
Public no arg constructor required by super class.
ColorHandlerPortObject(DataTableSpec, String) - Constructor for class org.knime.core.node.port.viewproperty.ColorHandlerPortObject
Constructor used to instantiate this object during a node's execute method.
ColorHandlerPortObject.Serializer - Class in org.knime.core.node.port.viewproperty
 
ColorIcon - Class in org.knime.core.node.defaultnodesettings
Icon that shows a rectangle with the given color and size.
ColorIcon(Color) - Constructor for class org.knime.core.node.defaultnodesettings.ColorIcon
Creates new squared color icon.
ColorIcon(Color, int) - Constructor for class org.knime.core.node.defaultnodesettings.ColorIcon
Creates new squared color icon.
ColorIcon(Color, int, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.ColorIcon
Creates new squared color icon.
ColorLegendTab - Class in org.knime.base.node.viz.plotter.props
Implements a color legend with a "change" button for each entry which opens a color chooser dialog.
ColorLegendTab() - Constructor for class org.knime.base.node.viz.plotter.props.ColorLegendTab
 
ColorManager2DialogNominal - Class in org.knime.base.node.viz.property.color
A dialog panel used to set color for nominal values.
ColorManager2DialogNominal() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
Creates an empty nominal dialog.
ColorManager2DialogRange - Class in org.knime.base.node.viz.property.color
Dialog pane used to specify colors by minimum and maximum bounds.
ColorManager2DialogRange() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2DialogRange
Creates a new empty dialog pane.
ColorManager2Icon - Class in org.knime.base.node.viz.property.color
Constructs a new icon with its specific Color and size.
ColorManager2Icon(DataCell, Color) - Constructor for class org.knime.base.node.viz.property.color.ColorManager2Icon
Creates new squared color icon.
ColorManager2Icon(DataCell, String, Color) - Constructor for class org.knime.base.node.viz.property.color.ColorManager2Icon
Creates new squared color icon.
ColorManager2IconRenderer - Class in org.knime.base.node.viz.property.color
Constructs a new column values renderer with is specific Color.
ColorManager2IconRenderer() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2IconRenderer
 
ColorManager2NodeDialogPane - Class in org.knime.base.node.viz.property.color
Color manager dialog which shows all columns of the input data and its corresponding values inside two combo boxes divided by range and nominal ones.
ColorManager2NodeDialogPane() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2NodeDialogPane
Creates a new color manager dialog; all color settings are empty.
ColorManager2NodeFactory - Class in org.knime.base.node.viz.property.color
The color manager factory which creates a ColorManager2NodeDialogPane.
ColorManager2NodeFactory() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
 
ColorManager2NodeModel - Class in org.knime.base.node.viz.property.color
Model used to set colors either based on the nominal values or ranges (bounds) retrieved from the DataColumnSpec.
ColorManager2NodeModel() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Creates a new model for mapping colors.
ColorManager2RangeIcon - Class in org.knime.base.node.viz.property.color
An icon which background is painted in colors which are linear interpolated between the two borders.
ColorManager2RangeIcon() - Constructor for class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
Creates a new icon with default colors.
ColorManager2RangeIcon(Color, Color) - Constructor for class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
Creates a new icon with the given colors.
ColorModelNominal - Class in org.knime.core.data.property
Color model which maps a set of DataCell objects to Color.
ColorModelNominal(Map<DataCell, ColorAttr>) - Constructor for class org.knime.core.data.property.ColorModelNominal
Creates new ColorHandler based on a mapping.
ColorModelRange - Class in org.knime.core.data.property
Computes colors based on a range of minimum and maximum values assigned to certain colors which are interpolated between a min and maximum color.
ColorModelRange(double, Color, double, Color) - Constructor for class org.knime.core.data.property.ColorModelRange
Creates new ColorHandler based on a mapping.
ColProperty - Class in org.knime.base.node.io.filereader
Stores the properties for one column.
ColProperty() - Constructor for class org.knime.base.node.io.filereader.ColProperty
Creates an empty column properties object.
ColProperty(NodeSettingsRO) - Constructor for class org.knime.base.node.io.filereader.ColProperty
Creates a new column properties object initializing its settings from the passed configuration object.
ColPropertyDialog - Class in org.knime.base.node.io.filereader
 
COLUMN_CLASSES - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
The column classes
COLUMN_CLASSES - Static variable in class org.knime.base.node.io.database.tablecreator.util.KeyElement
The column classes
COLUMN_CLASSES - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
The column classes
COLUMN_CLASSES - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
The column classes
COLUMN_CLASSES - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
The column classes
COLUMN_FILTER_IDX - Static variable in class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
The index for the column filter tab.
COLUMN_NAME - Static variable in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
The column name place holder.
COLUMN_NAME_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
The column index of the column name in the table
COLUMN_NAMES - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
The column names
COLUMN_NAMES - Static variable in class org.knime.base.node.io.database.tablecreator.util.KeyElement
The column names
COLUMN_NAMES - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
The column names
COLUMN_NAMES - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
The column names
COLUMN_NAMES - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
The column names
COLUMN_NAMES - Static variable in class org.knime.base.node.meta.looper.group.GroupLoopStartConfigKeys
The configuration key for the selected column names.
COLUMN_NAMES - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
The configuration key for the selected column names.
COLUMN_ORDER - Static variable in class org.knime.base.node.preproc.columnresorter.ColumnResorterConfigKeys
The configuration key for the order of columns.
COLUMN_SUFFIX - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
The configuration key for the specified column suffix.
COLUMN_TYPE_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
The column index of the column type in the table
ColumnAggregationPanel - Class in org.knime.base.data.aggregation.dialogutil
This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method.
ColumnAggregationPanel(String) - Constructor for class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
Constructor for class AggregationColumnPanel.
ColumnAggregationTableModel - Class in org.knime.base.data.aggregation.dialogutil
This DefaultTableModel holds all aggregation columns and their aggregation method.
ColumnAggregationTableModel() - Constructor for class org.knime.base.data.aggregation.dialogutil.ColumnAggregationTableModel
Constructor for class ColumnAggregatorTableModel.
ColumnAggregator - Class in org.knime.base.data.aggregation
Class that defines the AggregationMethod for a column.
ColumnAggregator(DataColumnSpec, AggregationMethod) - Constructor for class org.knime.base.data.aggregation.ColumnAggregator
Constructor for class ColumnAggregator.
ColumnAggregator(DataColumnSpec, AggregationMethod, boolean) - Constructor for class org.knime.base.data.aggregation.ColumnAggregator
Constructor for class ColumnAggregator.
ColumnAggregatorNodeDialog - Class in org.knime.base.node.preproc.columnaggregator
NodeDialogPane of the column aggregator node.
ColumnAggregatorNodeDialog() - Constructor for class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
Constructor for class ColumnAggregatorNodeDialog.
ColumnAggregatorNodeFactory - Class in org.knime.base.node.preproc.columnaggregator
NodeFactory implementation of the column aggregator.
ColumnAggregatorNodeFactory() - Constructor for class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeFactory
 
ColumnAggregatorNodeModel - Class in org.knime.base.node.preproc.columnaggregator
NodeModel implementation of the column aggregator node.
ColumnAggregatorNodeModel() - Constructor for class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
Constructor for class ColumnAggregatorNodeModel.
ColumnAggregatorTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil.column
Extends the AbstractAggregationFunctionTableCellEditor class to provide the aggregation function selection box for the ColumnAggregator.
ColumnAggregatorTableCellEditor() - Constructor for class org.knime.base.data.aggregation.dialogutil.column.ColumnAggregatorTableCellEditor
Constructor.
ColumnAggregatorTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil
Deprecated. 
ColumnAggregatorTableCellEditor() - Constructor for class org.knime.base.data.aggregation.dialogutil.ColumnAggregatorTableCellEditor
Deprecated.
 
ColumnAppenderNodeDialog - Class in org.knime.base.node.preproc.columnappend
NodeDialog for the "ColumnAppender" Node.
ColumnAppenderNodeDialog() - Constructor for class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeDialog
 
ColumnAppenderNodeFactory - Class in org.knime.base.node.preproc.columnappend
NodeFactory for the "ColumnAppender" Node.
ColumnAppenderNodeFactory() - Constructor for class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeFactory
 
ColumnAppenderNodeModel - Class in org.knime.base.node.preproc.columnappend
This is the model implementation of ColumnAppender.
ColumnAppenderNodeModel() - Constructor for class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
Constructor for the node model.
ColumnAppenderNodeModel.CustomRowIterator - Interface in org.knime.base.node.preproc.columnappend
 
ColumnAutoTypeCasterNodeDialogPane - Class in org.knime.base.node.preproc.colautotypecast
This is the dialog for the column type changer.
ColumnAutoTypeCasterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeDialogPane
Creates a new NodeDialogPane for the column filter in order to set the desired columns.
ColumnAutoTypeCasterNodeFactory - Class in org.knime.base.node.preproc.colautotypecast
Factory for the Column Type Changer node.
ColumnAutoTypeCasterNodeFactory() - Constructor for class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeFactory
 
ColumnAutoTypeCasterNodeModel - Class in org.knime.base.node.preproc.colautotypecast
The column type changer node model which converts a string column to a numeric or date-type column iff all column-entries could be converted.
ColumnAutoTypeCasterNodeModel() - Constructor for class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
Creates a new node model with one in- and outport.
ColumnBufferedDataTableSorter - Class in org.knime.core.data.sort
Column-wise table sorter which uses the BufferedDataTableSorter internally.
ColumnBufferedDataTableSorter(DataTableSpec, int) - Constructor for class org.knime.core.data.sort.ColumnBufferedDataTableSorter
ColumnBufferedDataTableSorter(DataTableSpec, int, String...) - Constructor for class org.knime.core.data.sort.ColumnBufferedDataTableSorter
ColumnBufferedDataTableSorter(DataTableSpec, int, SortingDescription...) - Constructor for class org.knime.core.data.sort.ColumnBufferedDataTableSorter
ColumnBufferedDataTableSorter(DataTableSpec, long) - Constructor for class org.knime.core.data.sort.ColumnBufferedDataTableSorter
ColumnBufferedDataTableSorter(DataTableSpec, long, String...) - Constructor for class org.knime.core.data.sort.ColumnBufferedDataTableSorter
 
ColumnBufferedDataTableSorter(DataTableSpec, long, SortingDescription...) - Constructor for class org.knime.core.data.sort.ColumnBufferedDataTableSorter
 
ColumnComboBoxRenderer - Class in org.knime.core.node.util
A DataColumnSpecListCellRenderer intended to be used for JComboBox.
ColumnComboBoxRenderer() - Constructor for class org.knime.core.node.util.ColumnComboBoxRenderer
Create a ListCellRenderer intended to be used for a JComboBox.
ColumnComparatorNodeDialogPane - Class in org.knime.base.node.preproc.colcompare
Comparator node dialog pane to select two columns for comparison, replacement value or missing, and a new column name to append.
ColumnComparatorNodeDialogPane() - Constructor for class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
Create new dialog pane with default components.
ColumnComparatorNodeDialogPane.ComparatorMethod - Enum in org.knime.base.node.preproc.colcompare
Comparator methods.
ColumnComparatorNodeFactory - Class in org.knime.base.node.preproc.colcompare
Factory for the Column Comparator node.
ColumnComparatorNodeFactory() - Constructor for class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
 
ColumnComparatorNodeModel - Class in org.knime.base.node.preproc.colcompare
The comparator node model which compares two columns by it values within one row, and appends a new column with the value of the first column if both are equals, or a replacement value if not.
ColumnComparatorNodeModel() - Constructor for class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
 
ColumnDataTableSorter - Class in org.knime.core.data.sort
Column-wise table sorter which uses the DataTableSorter internally.
ColumnDataTableSorter(DataTableSpec, int) - Constructor for class org.knime.core.data.sort.ColumnDataTableSorter
ColumnDataTableSorter(DataTableSpec, int, String...) - Constructor for class org.knime.core.data.sort.ColumnDataTableSorter
 
ColumnDataTableSorter(DataTableSpec, int, SortingDescription...) - Constructor for class org.knime.core.data.sort.ColumnDataTableSorter
A SortingDescription defines a set of columns which should be packaged and sorted together and also the comparison function.
ColumnDestination - Class in org.knime.base.node.parallel.appender
 
ColumnDestination() - Constructor for class org.knime.base.node.parallel.appender.ColumnDestination
Avoid that classes outside this package can subclass this class.
ColumnElement - Class in org.knime.base.node.io.database.tablecreator.util
Column row element of the ColumnsPanel
ColumnElement(String, String, boolean) - Constructor for class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Creates a new instance of ColumnElement
ColumnElement(NodeSettingsRO) - Constructor for class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Create a new instance of ColumnElement from the given NodeSettingsRO instance
ColumnField - Class in org.knime.core.node.util.dialog.field
Settings for dialog column list field.
ColumnField() - Constructor for class org.knime.core.node.util.dialog.field.ColumnField
 
ColumnField.InColumnField - Class in org.knime.core.node.util.dialog.field
A marker class for a field in the java snippet that represents an input column.
ColumnFilter - Interface in org.knime.core.node.util
ColumnFilterPanel - Class in org.knime.core.node.util
Deprecated.
A new column filter panel with more options is available in DataColumnSpecFilterPanel
ColumnFilterPanel() - Constructor for class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
ColumnFilterPanel(boolean) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
ColumnFilterPanel(boolean, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
ColumnFilterPanel(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
ColumnFilterPanel(ColumnFilter) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
ColumnFilterPanel(boolean, ColumnFilter) - Constructor for class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
ColumnFilterPanel.ValueClassFilter - Class in org.knime.core.node.util
Deprecated.
Class that filters all columns based on a given set of compatible DataValue classes.
ColumnFilterRefNodeDialogPane - Class in org.knime.base.node.preproc.filter.columnref
The dialog pane to filter column which offers options to include or exclude column and two check column type compatibility.
ColumnFilterRefNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeDialogPane
Creates a new dialog pane with the option to include or exclude column and to optionally check to column compatibility.
ColumnFilterRefNodeFactory - Class in org.knime.base.node.preproc.filter.columnref
Factory to create a Reference Column Filter node.
ColumnFilterRefNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
 
ColumnFilterRefNodeModel - Class in org.knime.base.node.preproc.filter.columnref
 
ColumnFilterRefNodeModel() - Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
Creates a new node model of the Reference Column Filter node with two inputs and one output.
ColumnFuntionSettings - Class in org.knime.core.node.port.database.aggregation.function.column
Class that save the settings of the ColumnFuntionSettingsPanel.
ColumnFuntionSettings(String) - Constructor for class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
 
ColumnFuntionSettingsPanel - Class in org.knime.core.node.port.database.aggregation.function.column
JPanel that allows the user to specify layout mapping settings.
ColumnFuntionSettingsPanel(ColumnFuntionSettings, String, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettingsPanel
 
ColumnHandlingFactorySelectionPanel - Class in org.knime.base.node.preproc.pmml.missingval.compute
Panel that allows setting the missing cell handler for an arbitrary group of columns.
ColumnHandlingFactorySelectionPanel(List<DataColumnSpec>, PortObjectSpec[], int) - Constructor for class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
Constructor for ColumnHandlingFactorySelectionPanel.
ColumnHandlingFactorySelectionPanel(MVColumnSettings, PortObjectSpec[], int) - Constructor for class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
Constructor for the MissingValueHandlerFactorySelectionPanel.
ColumnHeaderExtractorNodeDialog - Class in org.knime.base.node.preproc.columnheaderextract
NodeDialog for the "ColumnHeaderExtractor" Node.
ColumnHeaderExtractorNodeDialog() - Constructor for class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeDialog
New pane for configuring the ColumnHeaderExtractor node.
ColumnHeaderExtractorNodeFactory - Class in org.knime.base.node.preproc.columnheaderextract
NodeFactory for the "ColumnHeaderExtractor" Node.
ColumnHeaderExtractorNodeFactory() - Constructor for class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
 
ColumnHeaderExtractorNodeModel - Class in org.knime.base.node.preproc.columnheaderextract
This is the model implementation of ColumnHeaderExtractor.
ColumnHeaderExtractorNodeModel() - Constructor for class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
Constructor for the node model.
ColumnHeaderExtractorNodeModel.ColType - Enum in org.knime.base.node.preproc.columnheaderextract
Selected column type.
ColumnHeaderInsertConfig - Class in org.knime.base.node.preproc.columnheaderinsert
 
ColumnHeaderInsertConfig() - Constructor for class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
ColumnHeaderInsertNodeDialogPane - Class in org.knime.base.node.preproc.columnheaderinsert
 
ColumnHeaderInsertNodeDialogPane() - Constructor for class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeDialogPane
 
ColumnHeaderInsertNodeFactory - Class in org.knime.base.node.preproc.columnheaderinsert
 
ColumnHeaderInsertNodeFactory() - Constructor for class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
 
ColumnHeaderInsertNodeModel - Class in org.knime.base.node.preproc.columnheaderinsert
 
ColumnHeaderInsertNodeModel() - Constructor for class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
Two ins, one out.
ColumnHeaderRenderer - Class in org.knime.core.node.tableview
Renderer to be used to display the column header of a table.
ColumnHeaderRenderer() - Constructor for class org.knime.core.node.tableview.ColumnHeaderRenderer
 
ColumnListLoopStartNodeDialog - Class in org.knime.base.node.meta.looper.columnlist
This is the dialog for the column list loop start node where the user can select the column over which the loop should iterate.
ColumnListLoopStartNodeDialog() - Constructor for class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeDialog
Creates a new dialog.
ColumnListLoopStartNodeDialog - Class in org.knime.base.node.meta.looper.columnlist2
This is the dialog for the column list loop start node where the user can select the column over which the loop should iterate.
ColumnListLoopStartNodeDialog() - Constructor for class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeDialog
Creates a new dialog.
ColumnListLoopStartNodeFactory - Class in org.knime.base.node.meta.looper.columnlist
This is the factory for the column list loop start node that creates all necessary objects.
ColumnListLoopStartNodeFactory() - Constructor for class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
 
ColumnListLoopStartNodeFactory - Class in org.knime.base.node.meta.looper.columnlist2
This is the factory for the column list loop start node that creates all necessary objects.
ColumnListLoopStartNodeFactory() - Constructor for class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeFactory
 
ColumnListLoopStartNodeModel - Class in org.knime.base.node.meta.looper.columnlist
This is the model for the column list loop start node that does the real work.
ColumnListLoopStartNodeModel() - Constructor for class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
Creates a new model with one data out- and inport, respectively.
ColumnListLoopStartNodeModel - Class in org.knime.base.node.meta.looper.columnlist2
This is the model for the column list loop start node that does the real work.
ColumnListLoopStartNodeModel() - Constructor for class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
Creates a new model with one data out- and inport, respectively.
ColumnListLoopStartSettings - Class in org.knime.base.node.meta.looper.columnlist
This class holds the settings for the column list loop start node.
ColumnListLoopStartSettings() - Constructor for class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
 
ColumnMergerConfiguration - Class in org.knime.base.node.preproc.columnmerge
Configuration to column merger node.
ColumnMergerConfiguration() - Constructor for class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
ColumnMergerConfiguration.OutputPlacement - Enum in org.knime.base.node.preproc.columnmerge
Policy how to place output.
ColumnMergerNodeDialogPane - Class in org.knime.base.node.preproc.columnmerge
Dialog to node.
ColumnMergerNodeDialogPane() - Constructor for class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeDialogPane
Creates controls, does layout.
ColumnMergerNodeFactory - Class in org.knime.base.node.preproc.columnmerge
Factory to column merger node.
ColumnMergerNodeFactory() - Constructor for class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
 
ColumnMergerNodeModel - Class in org.knime.base.node.preproc.columnmerge
Model to column merger.
ColumnMergerNodeModel() - Constructor for class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
 
columnName() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns the name of the column that should be processed.
columnName(String) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets the name of the column that should be processed.
columnName() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
Returns the choosen column name.
columnName(String) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
Sets the choosen column name.
columnName(String) - Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
Sets the column name.
columnName() - Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
Returns the column name.
ColumnNamePolicy - Enum in org.knime.base.node.preproc.groupby
This enum defines the different aggregation column name versions.
columnNames - Variable in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegViewData
Deprecated.
 
columnNames - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
ColumnPairsSelectionPanel - Class in org.knime.core.node.util
A Component used to define a list of column pairs.
ColumnPairsSelectionPanel() - Constructor for class org.knime.core.node.util.ColumnPairsSelectionPanel
Creates a new instance.
ColumnPairsSelectionPanel(boolean) - Constructor for class org.knime.core.node.util.ColumnPairsSelectionPanel
Creates a new instance.
ColumnRearranger - Class in org.knime.core.data.container
Meta object to describe in which way a table shall be modified (column-based) to create a new table.
ColumnRearranger(DataTableSpec) - Constructor for class org.knime.core.data.container.ColumnRearranger
Creates new object based on the spec of the table underlying the newly created table.
ColumnRearranger.DataCellTypeConverterCellFactory - Class in org.knime.core.data.container
 
ColumnRearranger.SpecAndFactoryObject - Class in org.knime.core.data.container
Utility class that helps us with internal data structures.
ColumnRearrangerFunction - Class in org.knime.core.data.container
 
ColumnRearrangerFunction(ColumnRearranger) - Constructor for class org.knime.core.data.container.ColumnRearrangerFunction
 
ColumnRearrangerFunction(ColumnRearranger, StreamableOperatorInternals, int, int) - Constructor for class org.knime.core.data.container.ColumnRearrangerFunction
 
ColumnReference(DataColumnSpec, int) - Constructor for class org.knime.base.node.rules.Rule.ColumnReference
Deprecated.
 
ColumnRenameRegexConfiguration - Class in org.knime.base.node.preproc.columnrenameregex
Settings proxy for the node.
ColumnRenameRegexConfiguration() - Constructor for class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
ColumnRenameRegexNodeDialogPane - Class in org.knime.base.node.preproc.columnrenameregex
Dialog to node.
ColumnRenameRegexNodeDialogPane() - Constructor for class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeDialogPane
Create new dialog.
ColumnRenameRegexNodeFactory - Class in org.knime.base.node.preproc.columnrenameregex
Factory to node.
ColumnRenameRegexNodeFactory() - Constructor for class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
 
ColumnRenameRegexNodeModel - Class in org.knime.base.node.preproc.columnrenameregex
Model to node.
ColumnRenameRegexNodeModel() - Constructor for class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
One in, one out.
ColumnResorterConfigKeys - Class in org.knime.base.node.preproc.columnresorter
 
ColumnResorterNodeDialog - Class in org.knime.base.node.preproc.columnresorter
The dialog of the column resorter node.
ColumnResorterNodeDialog() - Constructor for class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeDialog
Creates new instance of ColumnResorterNodeDialog.
ColumnResorterNodeFactory - Class in org.knime.base.node.preproc.columnresorter
The factory of the column resorter node.
ColumnResorterNodeFactory() - Constructor for class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeFactory
 
ColumnResorterNodeModel - Class in org.knime.base.node.preproc.columnresorter
The node model of the column resorter node, re sorting columns based on dialog settings.
ColumnResorterNodeModel() - Constructor for class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
 
ColumnRowFilterPanel - Class in org.knime.base.node.preproc.filter.row
 
ColumnRowFilterPanel(RowFilterNodeDialogPane, DataTableSpec) - Constructor for class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
Craetes a new panel for column content filter settings.
COLUMNS_KEY - Static variable in class org.knime.base.node.io.database.DBSorterNodeModel
Settings key for sort columns.
COLUMNS_KEY - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Key to store the columns to use.
COLUMNS_KEY - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Key to store the columns to use.
columnsChanged() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
Synchronizes the available aggregation column list and the selected group columns.
columnsChanged() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Synchronizes the available aggregation column list and the selected group columns.
ColumnSelectionComboxBox - Class in org.knime.core.node.util
Class extends a JComboxBox to choose a column of a certain type retrieved from the DataTableSpec.
ColumnSelectionComboxBox(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionComboxBox(String) - Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
Creates a new column selection panel with the given border title; all column are included in the combox box.
ColumnSelectionComboxBox(String, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionComboxBox(Border, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionComboxBox(Border, ColumnFilter) - Constructor for class org.knime.core.node.util.ColumnSelectionComboxBox
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionList - Class in org.knime.core.node.util
This class show columns from a DataTableSpec inside a JList.
ColumnSelectionList() - Constructor for class org.knime.core.node.util.ColumnSelectionList
Creates a new column selection list.
ColumnSelectionPanel - Class in org.knime.core.node.util
Class implements a panel to choose a column of a certain type retrieved from the DataTableSpec.
ColumnSelectionPanel(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionPanel(String) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates a new column selection panel with the given border title; all column are included in the combox box.
ColumnSelectionPanel(String, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionPanel(Border, ColumnFilter) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates new Panel that will filter columns using the given ColumnFilter.
ColumnSelectionPanel(Border, ColumnFilter, boolean) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates new Panel that will filter columns using the given ColumnFilter.
ColumnSelectionPanel(Border, ColumnFilter, boolean, boolean) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates new Panel that will filter columns using the given ColumnFilter.
ColumnSelectionPanel(Border, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates new Panel that will filter columns for particular value classes.
ColumnSelectionPanel(JLabel, ColumnFilter) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates a column selection panel with a label instead of a border which preserves the minimum size to either the label width or the combo box width.
ColumnSelectionPanel(JLabel, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnSelectionPanel
Creates a column selection panel with a label instead of a border which preserves the minimum size to either the label width or the combo box width.
ColumnSelectionSearchableListPanel - Class in org.knime.core.node.util
A panel comprising a column list, search field and some search customizers for the user.
ColumnSelectionSearchableListPanel(ColumnSelectionSearchableListPanel.SearchedItemsSelectionMode, ColumnSelectionSearchableListPanel.ConfiguredColumnDeterminer) - Constructor for class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
ColumnSelectionSearchableListPanel(ColumnSelectionSearchableListPanel.SearchedItemsSelectionMode, ColumnSelectionSearchableListPanel.ConfiguredColumnDeterminer, int, boolean) - Constructor for class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
ColumnSelectionSearchableListPanel.ConfigurationRequestEvent - Class in org.knime.core.node.util
Comprises if the user either want to delete, to create a configuration for the selected items.
ColumnSelectionSearchableListPanel.ConfigurationRequestEvent.Type - Enum in org.knime.core.node.util
ColumnSelectionSearchableListPanel.ConfigurationRequestListener - Interface in org.knime.core.node.util
Listener called if the user presses 'Enter' or 'Del' while the list has the focus.
ColumnSelectionSearchableListPanel.ConfiguredColumnDeterminer - Interface in org.knime.core.node.util
Determines if there is already a configuration for a given DataColumnSpec.
ColumnSelectionSearchableListPanel.ListModifier - Interface in org.knime.core.node.util
The ListModifier is returned by calling ColumnSelectionSearchableListPanel.update(DataTableSpec) or ColumnSelectionSearchableListPanel.update(DataTableSpec, ColumnFilter) and provides the functions to add/remove additional DataColumnSpecs.
ColumnSelectionSearchableListPanel.SearchedItemsSelectionMode - Enum in org.knime.core.node.util
The selection type which appears if the user press enter while the search field has the focus.
ColumnSelectionSearchableListPanel.SearchEvent - Class in org.knime.core.node.util
Comprises the search results after the user performed a search.
ColumnSelectionSearchableListPanel.SearchListener - Interface in org.knime.core.node.util
Listener called if the user presses 'Enter' in the searchfield.
ColumnSelectorOperator - Class in org.knime.base.data.aggregation.general
Selects an additional column from a given Data Table
ColumnSelectorOperator(OperatorData, GlobalSettings, OperatorColumnSettings, String, String, Class<? extends DataValue>...) - Constructor for class org.knime.base.data.aggregation.general.ColumnSelectorOperator
Constructor for class ColumnSelectorOperator.
ColumnsPanel - Class in org.knime.base.node.io.database.tablecreator.util
Panel used to define column settings for table creator
ColumnsPanel(String, DBTableCreatorConfiguration) - Constructor for class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Creates a new instance of ColumnsPanel
ColumnsPanel(String, DBTableCreatorConfiguration, String, String, String) - Constructor for class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Creates a new instance of ColumnsPanel
ColumnSpecListRenderer - Class in org.knime.base.node.preproc.joiner
ColumnSpecListRenderer() - Constructor for class org.knime.base.node.preproc.joiner.ColumnSpecListRenderer
Deprecated.
 
ColumnSplitRefNodeDialogPane - Class in org.knime.base.node.preproc.filter.columnref
The dialog pane to split columns which offers the option to check column type compatibility.
ColumnSplitRefNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeDialogPane
Creates a new dialog pane with the option to include or exclude column and to optionally check to column compatibility.
ColumnSplitRefNodeFactory - Class in org.knime.base.node.preproc.filter.columnref
Factory to create a Reference Column Splitter node.
ColumnSplitRefNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeFactory
 
ColumnSplitRefNodeModel - Class in org.knime.base.node.preproc.filter.columnref
NodeModel for the Reference Column Splitter node
ColumnSplitRefNodeModel() - Constructor for class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeModel
Creates a new node model of the Reference Column Filter node with two inputs and one output.
ColumnToGrid2Configuration - Class in org.knime.base.node.preproc.columntogrid2
Configuration to the node, contains grid count column number and included columns.
ColumnToGrid2Configuration(DataTableSpec) - Constructor for class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
Creates new config, auto-guessing defaults if possible (prefers unknown type columns over string columns).
ColumnToGrid2Configuration() - Constructor for class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
Default constructor, inits field empty.
ColumnToGrid2NodeDialogPane - Class in org.knime.base.node.preproc.columntogrid2
Dialog to Column-to-Grid node.
ColumnToGrid2NodeDialogPane() - Constructor for class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeDialogPane
Sets up dialog.
ColumnToGrid2NodeFactory - Class in org.knime.base.node.preproc.columntogrid2
Factory for Grid-to-Grid node.
ColumnToGrid2NodeFactory() - Constructor for class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeFactory
 
ColumnToGrid2NodeModel - Class in org.knime.base.node.preproc.columntogrid2
Model for Column-to-Grid node.
ColumnToGrid2NodeModel() - Constructor for class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
Constructor, one in, one out.
ColumnToGridConfiguration - Class in org.knime.base.node.preproc.columntogrid
Configuration to the node, contains grid count column number and included columns.
ColumnToGridConfiguration(DataTableSpec) - Constructor for class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
Creates new config, auto-guessing defaults if possible (prefers unknown type columns over string columns).
ColumnToGridConfiguration() - Constructor for class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
Default constructor, inits field empty.
ColumnToGridNodeDialogPane - Class in org.knime.base.node.preproc.columntogrid
Dialog to Column-to-Grid node.
ColumnToGridNodeDialogPane() - Constructor for class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeDialogPane
Sets up dialog.
ColumnToGridNodeFactory - Class in org.knime.base.node.preproc.columntogrid
Factory for Grid-to-Grid node.
ColumnToGridNodeFactory() - Constructor for class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
 
ColumnToGridNodeModel - Class in org.knime.base.node.preproc.columntogrid
Model for Column-to-Grid node.
ColumnToGridNodeModel() - Constructor for class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
Constructor, one in, one out.
ColValFilterOldObsolete - Class in org.knime.base.node.preproc.filter.row.rowfilter
Deprecated.
This filter contains too much functionality (which can be used only one at a time anyway). We have split it into three filter classes: MissingValueRowFilter, StringCompareRowFilter, RangeRowFilter.
This filter is used by the previous row filter node implementation. If you want to remove it, you must move the old code in the deprecated package.
ColValFilterOldObsolete(String, String, boolean, boolean, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
Creates a new filter which matches the string representation of the specified column against a given regular expression.
ColValFilterOldObsolete(DataValueComparator, DataCell, DataCell, String, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
Creates a new filter that tests the value of the specified cell against the specified range.
ColValFilterOldObsolete(String, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
Creates a new filter that filters missing values of the specified column.
ColValFilterOldObsolete() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
Default constructor.
Combinations - Class in org.knime.base.util.math
This class comes in handy if you want to compute combinations and process them in some way.
Combinations(int, int) - Constructor for class org.knime.base.util.math.Combinations
Create a combination object.
Combinations.Callback - Interface in org.knime.base.util.math
Callback interface used by the various visit methods.
combineConsecutiveDelims() - Method in class org.knime.core.util.tokenizer.Delimiter
 
CombinedColumnFilter - Class in org.knime.core.node.util
This ColumnFilter implementation filters all columns which are filter by at least one of the given filters.
CombinedColumnFilter(ColumnFilter...) - Constructor for class org.knime.core.node.util.CombinedColumnFilter
Constructor for class CombinedColumnFilter.
CombinedTable - Class in org.knime.base.node.parallel.appender
Simples helper table whose iterator just concatenates all the tables passed in the constructor.
CombinedTable(DataTable...) - Constructor for class org.knime.base.node.parallel.appender.CombinedTable
Creates a new combined table.
combinesMultipleRowDelimiters(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Returns true if the file reader combines multiple consecutive row delimiters with this pattern (i.e.
CommandExecution - Class in org.knime.base.node.util.exttool
Wraps a Java runtime process.
CommandExecution(String...) - Constructor for class org.knime.base.node.util.exttool.CommandExecution
Creates new instance with the given command to execute.
CommandExecution(String) - Constructor for class org.knime.base.node.util.exttool.CommandExecution
Creates new instance with the given command to execute.
CommandExecution.CheckCanceledRunnable - Class in org.knime.base.node.util.exttool
 
CommandExecution.StdErrCatchRunnable - Class in org.knime.base.node.util.exttool
 
CommandExecution.StdOutCatchRunnable - Class in org.knime.base.node.util.exttool
 
Comment - Class in org.knime.core.util.tokenizer
Created for each comment pattern of the FileTokenizer keeping its specifics.
Comment(String, String, boolean, boolean) - Constructor for class org.knime.core.util.tokenizer.Comment
Creates a new Comment object.
Comment(NodeSettingsRO) - Constructor for class org.knime.core.util.tokenizer.Comment
Creates a new Comment object and sets its parameters from the config object.
CommentPanel - Class in org.knime.base.node.io.csvwriter
 
CommentPanel() - Constructor for class org.knime.base.node.io.csvwriter.CommentPanel
 
commentSettingsChanged() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Called whenever the Java-Style comment box is clickered.
commentSettingsChanged() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
Called whenever the Java-Style comment box is clickered.
commit(RowKey, DataCell, DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Returns a new row initialised by a DataRow as its initial center vector and a class label.
commit(RowKey, DataCell, DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
Creates and returns a new row initialised with a class label and a center vector.
commit(RowKey, DataCell, DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
Creates and returns a new RadialBasisFunctionLearnerRow initialized with a center vector and a class label.
commit() - Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
Write the currently edited values to the underlying model.
commitOpenEditor() - Method in class org.knime.core.node.util.ConfigTablePanel
Commits pending edits.
commitSelectedToHistory() - Method in class org.knime.core.node.util.StringHistoryPanel
Adds the currently selected element to the string history.
compare(DataType, DataType) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeNameSorter
compare(DataCell, DataCell) - Method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
Compares both cell values using the comparator method.
compare(DataCell) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
compare(DataRow, DataRow) - Method in class org.knime.base.node.preproc.setoperator.SingleColRowComparator
compare(DataCell, DataCell, Comparator<DataCell>) - Static method in class org.knime.base.node.preproc.setoperator.SingleColRowComparator
 
compare(AggregationValModel, AggregationValModel) - Method in class org.knime.base.node.viz.aggregation.util.AggrValModelComparator
compare(String, String) - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties.PropertyComparator
compare(BinDataModel, BinDataModel) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModelComparator
compare(Color, Color) - Method in class org.knime.base.node.viz.histogram.datamodel.HSBColorComparator
compare(DataRow, DataRow) - Method in class org.knime.base.node.viz.histogram.impl.interactive.RowByColumnComparator
 
compare(DataCell, DataCell) - Method in class org.knime.core.data.DataValueComparator
This final implementation checks and handles DataCells representing missing values, before it delegates the actual comparison to the derived class, by calling DataValueComparator.compareDataValues(DataValue, DataValue).
compare(double) - Method in class org.knime.core.data.def.IntervalCell
Determines if the given double value is contained in this interval, to the left or to the right.
compare(DoubleValue) - Method in class org.knime.core.data.def.IntervalCell
Determines if the given double value is contained in this interval, to the left or to the right.
compare(double) - Method in interface org.knime.core.data.IntervalValue
Determines if the given double value is contained in this interval, to the left or to the right.
compare(DoubleValue) - Method in interface org.knime.core.data.IntervalValue
Determines if the given double value is contained in this interval, to the left or to the right.
compare(DBAggregationFunction, DBAggregationFunction) - Method in class org.knime.core.node.port.database.aggregation.DBAggregationFunctionLabelComparator
COMPARE_BOUNDARIES - Static variable in class org.knime.base.node.viz.histogram.datamodel.BinDataModelComparator
This method compares the boundaries of a bin and orders from lowest upper bound to highest upper bound.
COMPARE_CAPTION - Static variable in class org.knime.base.node.viz.histogram.datamodel.BinDataModelComparator
This method compares the caption of two bins and orders them in natural order.
compareCoverage(BasisFunctionLearnerRow, DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Compares coverage of this and another row.
compareCoverage(BasisFunctionLearnerRow, DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Compares this basisfunction with the another one by the fuzzy rule's number of covered pattern.
compareCoverage(BasisFunctionLearnerRow, DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Compares this basis function with the other one by its standard deviation if the number of covered pattern is equal otherwise use this identification.
compareDataValues(DataValue, DataValue) - Method in class org.knime.base.node.preproc.setoperator.GeneralDataValueComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.base.util.StringValueComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.ComplexNumberValueComparator
Compares to ComplexNumberValue based on their real part.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.DataValueComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.date.DateAndTimeComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.DoubleValueComparator
Compares two DoubleValues based on their generic double.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.FuzzyIntervalValueComparator
The compare function called by the abstract DataValueComparator class.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.FuzzyNumberValueComparator
Compares two FuzzyNumberValues based in their core value, min support value, or their max support value (in this order if the comparison returns 0).
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.image.png.PNGImageValueComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.IntervalValueComparator
The compare function called by the abstract DataValueComparator class.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.IntValueComparator
Compares two IntValues based on their int.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.LongValueComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.model.PortObjectValueComparator
Do not call this function, rather call the DataValueComparator.compare(DataCell, DataCell) method, which handles missing cells.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.StringValueComparator
Compares two StringValues based on their lexicographical order.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.TimestampValue.TimestampValueComparator
Deprecated.
Compares two TimestampValues based on their Date value.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.vector.doublevector.DoubleVectorValueComparator
Compares two DoubleVectorValues.
compareDataValues(DataValue, DataValue) - Method in class org.knime.core.data.vector.stringvector.StringVectorValueComparator
Compares two StringVectorValues.
compareLeftBoundToLeft(Interval) - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
Compares the left bound of this interval to the left bound of the given interval.
compareLeftBoundToRight(Interval) - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
Compares the left bound of this interval to the right bound of the given interval.
compareNodes(Node, Node) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
Checks if two nodes are equal.
compareNodes(Node, Node, XmlDomComparerCustomizer) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
Checks if two nodes are equal and uses a XmlDomComparerCustomizer to determine which nodes to check and which to ignore and to determine if the ordering of child elements impacts the comparison.
compareRightBoundToLeft(Interval) - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
Compares the right bound of this interval to the left bound of the given interval.
compareRightBoundToRight(Interval) - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
Compares the right bound of this interval to the right bound of the given interval.
compareTo(AggregationMethod) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
compareTo(AggregationMethod) - Method in class org.knime.base.data.aggregation.AggregationOperator
compareTo(SpreadsheetTableModel.IntPair) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
compareTo(AttributeModel) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
compareTo(AttributeModel) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
compareTo(EigenValue) - Method in class org.knime.base.node.mine.pca.EigenValue
compareTo(TIDItem) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
 
compareTo(DropPaneConfig) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
compareTo(InputRow) - Method in class org.knime.base.node.preproc.joiner.InputRow
compareTo(SubsetMatcher) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
Compares two SubsetMatcher objects based on the item they match using their comparator.
compareTo(NearestNeighbour<T>) - Method in class org.knime.base.util.kdtree.NearestNeighbour
compareTo(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.FileStoreKey
compareTo(NodeGraphAnnotation) - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
compareTo(NodeID) - Method in class org.knime.core.node.workflow.NodeID
 
compareTo(Workflow.NodeAndInports) - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
compareTo(Version) - Method in class org.knime.core.util.Version
compareValue(DataCell, DataCell) - Method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
Compares both cell values using the most common's super type comparator.
COMPAT_GENERIC_PARSE - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
For compatibility reasons accept type suffices.
COMPATIBLE_DATA_VALUE_CLASSES - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
The compatible DataValue classes.
compGetColumnMethods(DataTableSpec, List<String>, ConfigRO) - Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Compatibility method used for compatibility to versions prior Knime 2.0.
compGetColumnNamePolicy(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Compatibility method used for compatibility to versions prior Knime 2.0.
compile(String, boolean, int) - Static method in class org.knime.base.node.io.database.tablecreator.util.PatternUtil
 
compile(String, boolean) - Static method in class org.knime.base.node.io.database.tablecreator.util.PatternUtil
 
compile() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
Compiles the pattern with the current settings.
compilePattern(String, PatternFilterConfigurationImpl.PatternFilterType, boolean) - Static method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
Creates a regex pattern from the given pattern string and with the given settings.
ComplexNumberCell - Class in org.knime.core.data.def
A data cell implementation holding a complex number value by storing this value in two double member variables.
ComplexNumberCell(double, double) - Constructor for class org.knime.core.data.def.ComplexNumberCell
Creates a new cell for a complex number.
ComplexNumberCell.ComplexNumberSerializer - Class in org.knime.core.data.def
Factory for (de-)serializing a ComplexNumberCell.
ComplexNumberCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.ComplexNumberCellEntry
 
ComplexNumberSerializer() - Constructor for class org.knime.core.data.def.ComplexNumberCell.ComplexNumberSerializer
 
ComplexNumberUtilityFactory() - Constructor for class org.knime.core.data.ComplexNumberValue.ComplexNumberUtilityFactory
Only subclasses are allowed to instantiate this class.
ComplexNumberValue - Interface in org.knime.core.data
Interface supporting generic complex number values.
ComplexNumberValue.ComplexNumberUtilityFactory - Class in org.knime.core.data
Meta information to the complex number value.
ComplexNumberValueComparator - Class in org.knime.core.data
Comparator returned by the ComplexNumberValue.
ComplexNumberValueComparator() - Constructor for class org.knime.core.data.ComplexNumberValueComparator
 
ComplexNumberValueRenderer - Class in org.knime.core.data.renderer
Render to display a complex number value using a given NumberFormat.
ComplexNumberValueRenderer(NumberFormat, String) - Constructor for class org.knime.core.data.renderer.ComplexNumberValueRenderer
Instantiates a new object using a given format.
ComplexNumberValueRenderer.Factory - Class in org.knime.core.data.renderer
Factory for ComplexNumberValue.
COMPONENT_WIDTH - Static variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
Layout constant (combobox width, etc).
COMPONENT_WIDTH - Static variable in class org.knime.base.node.viz.plotter.props.PropertiesTab
Layout constant (combobox width, etc).
ComponentBorder - Class in org.knime.core.node.util
A border which includes a arbitrary component.
ComponentBorder(JComponent, JComponent, Border) - Constructor for class org.knime.core.node.util.ComponentBorder
Creates a new border titled with the given component.
componentHidden(ComponentEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
componentHidden(ComponentEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
componentMoved(ComponentEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
componentMoved(ComponentEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
ComponentNodeWidget<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
A NodeWidget consisting of single JComponent.
ComponentNodeWidget(HierarchicalGraphView<K>, K) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
Creates a new instance.
componentResized(ComponentEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
componentResized(ComponentEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Resizes the axes and calls AbstractPlotter.updateSize(), the drawing pane is adapted to the new space only if the size is increased.
componentShown(ComponentEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
componentShown(ComponentEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
compose(DataRow, double) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Composes the activation of the given array and of the calculated one based on the given row.
compose(DataRow, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Composes the degree of membership by using the disjunction of the tco-norm operator.
compose(DataRow, double) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Sum of the given activation plus the newly calculated one for the given row.
CompositeIcon - Class in org.knime.core.node.util
Deprecated.
CompositeIcon(Icon, Icon) - Constructor for class org.knime.core.node.util.CompositeIcon
Deprecated.
Create a CompositeIcon from the specified Icons, using the default relative position (icon1 above icon2) and orientations (centered horizontally and vertically)
CompositeIcon(Icon, Icon, int) - Constructor for class org.knime.core.node.util.CompositeIcon
Deprecated.
Create a CompositeIcon from the specified Icons, using the specified relative position and default orientations (centered horizontally and vertically)
CompositeIcon(Icon, Icon, int, int, int) - Constructor for class org.knime.core.node.util.CompositeIcon
Deprecated.
Create a CompositeIcon from the specified Icons, using the specified relative position and orientations
compute(DataCell) - Method in class org.knime.base.data.aggregation.AggregationOperator
Deprecated.
compute(DataRow, int...) - Method in class org.knime.base.data.aggregation.AggregationOperator
 
compute(double[], double[]) - Method in enum org.knime.base.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
 
compute(double[], double[]) - Method in interface org.knime.base.data.aggregation.numerical.CorrelationOperator.Method
 
compute(DataRow, DataRow) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between two normalized rows.
compute(DoubleValue[], DataRow) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between two normalized vectors.
compute(double[], DataRow) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between two normalized vectors.
compute(double[], double[]) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between two normalized vectors.
compute(double[], DoubleValue[]) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between two normalized vectors.
compute(DoubleValue[], DoubleValue[]) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between the two normalized arrays.
compute(DataCell, DataCell, DataCell, DataCell, boolean) - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
compute(ExecutionContext) - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
 
compute(RowInput, RowOutput, ExecutionContext, long) - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
Performs the ungroup operation on the given row input and pushes the result to the row output.
compute(DataRow) - Method in class org.knime.core.data.container.ColumnRearrangerFunction
Single row computation.
compute(DataRow) - Method in class org.knime.core.node.streamable.StreamableFunction
Single row computation.
compute(In, long) - Method in class org.knime.core.util.MultiThreadWorker
Performs the computation for a given input.
computeActivation(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Computes activation for a given row using this basis function.
computeActivation(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Computes the activation based on the given row for this basisfunction.
computeActivation(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Computes activation for a given row using this basis function.
computeActivation(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Returns the compute activation of this input vector.
computeActivation(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Computes activation for a given row using this basis function.
computeActivation(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Calculates the current activation of this basis function given a input row which is always between 0.0 and 1.0 using the the hereinafter called distance function.
computeCovarianceMatrix(ExecutionMonitor, BufferedDataTable, DataContainer) - Method in class org.knime.base.data.statistics.CovarianceMatrixCalculator
Computes the covariance matrix and puts the result in the given (optional) data container and additionally returns a in memory representation.
computeCoverage(BasisFunctionLearnerRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Computes the intersection of instances covered by this and the other basisfunction - its fraction to the total number of instances is returned.
computeCramersV(int[][]) - Static method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputer
Calculates G formula, for details see http://en.wikipedia.org/wiki/Chi-square_test and http://en.wikipedia.org/wiki/Cram%C3%A9r%27s_V_%28statistics%29.
computeDistance(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
 
computeDistance(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
computeDistance(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Computes the distance between this prototype's center vector and the given row.
computeFinalOutputSpecs(StreamableOperatorInternals, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Streaming API (pending): Finally determines the specification of the output (tables).
computeFinalOutputSpecs(StreamableOperatorInternals, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Streaming API (pending): Finally determines the specification of the output (tables).
computeFinalOutputSpecs(StreamableOperatorInternals, PortObjectSpec[]) - Method in class org.knime.core.node.NodeModel
Streaming API (pending): Finally determines the specification of the output (tables).
computeFuzzyCovarianceMatrix(int) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
Computes the fuzzy cobariance matrix of a cluster.
computeInternal(DataRow, DataCell) - Method in class org.knime.base.data.aggregation.AggregationOperator
Override this method if your AggregationOperator also requires the DataRow and/or ExecutionContext during computation.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.AggregationOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.booleancell.FalseCountOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.booleancell.TrueCountOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.collection.ElementCountOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.date.DateMeanOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.date.MedianDateOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.deprecated.AndElementOperator
Deprecated.
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated.
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.deprecated.SumOperator
Deprecated.
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated.
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated.
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.ConcatenateOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.CountOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.FirstOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.LastOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.ListCellOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.MaxOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.MinOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.MissingValueCountOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.ModeOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.SetCellOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataRow, DataCell) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
Override this method if your AggregationOperator also requires the DataRow and/or ExecutionContext during computation.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataRow, DataCell) - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
Override this method if your AggregationOperator also requires the DataRow and/or ExecutionContext during computation.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.GeometricStdDeviationOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.ProductOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.StorelessUnivariantStatisticOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.StoreResizableDoubleArrayOperator
 
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.SumOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeInternal(DataCell) - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
If the AggregationOperator implementation also requires the DataRow during computation override the AggregationOperator.computeInternal(DataRow, DataCell) method.
computeJoinTable(BufferedDataTable, BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.Joiner
Joins the leftTable and the rightTable.
computeNewState() - Method in class org.knime.core.node.workflow.WorkflowManager
Derives state of this WFM by inspecting all nodes and computing the corresponding state.
computePredictionColumnName(String, boolean, String) - Method in class org.knime.base.node.mine.util.PredictorHelper
 
computePredictionDefault(String) - Method in class org.knime.base.node.mine.util.PredictorHelper
 
computeSpread() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Returns a value for the spread of this rule.
computeSpread() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Returns the aggregated spread of the core.
computeSpread() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Returns the aggregated spread of the core.
computeSpread() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Returns the standard deviation of this radial basisfunction.
computeSquaredEuclidean(double[], double[]) - Method in class org.knime.base.node.mine.bfn.Distance
Computes the Euclidean distance between two normalized vectors.
computeTCoNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.LukaNorm
Computes the TCo-Norm as min(a+b,1).
computeTCoNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.MinMaxNorm
Computes the TCo-Norm as max(a,b).
computeTCoNorm(double, double) - Method in interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm
Computes fuzzy conjunction.
computeTCoNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.ProdNorm
Computes the TCo-Norm as a+b-a*b.
computeTCoNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
 
computeTNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.LukaNorm
Computes the T-Norm as max(0,a+b-1).
computeTNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.MinMaxNorm
Computes the T-Norm as min(a,b).
computeTNorm(double, double) - Method in interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm
Computes the fuzzy disjunction.
computeTNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.ProdNorm
Computes the T-Norm as a*b.
computeTNorm(double, double) - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
 
computeValues(BufferedDataTable, ExecutionMonitor) - Static method in class org.knime.base.data.nominal.NominalTable
Wraps the given table into a new table by computing all possible values for all columns.
computeValues(BufferedDataTable, ExecutionMonitor, String...) - Static method in class org.knime.base.data.nominal.NominalTable
Computes all possible values based in the given table and column name.
computeValues(BufferedDataTable, ExecutionMonitor, int...) - Static method in class org.knime.base.data.nominal.NominalTable
Finds all possible values based on a table and a number of given column indices by iterating through the table.
ConcatDBAggregationFuntionSettings - Class in org.knime.core.node.port.database.aggregation.function.concatenate
Class that save the settings of the ConcatDBAggregationFuntionSettingsPanel.
ConcatDBAggregationFuntionSettings(String) - Constructor for class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
 
ConcatDBAggregationFuntionSettingsPanel - Class in org.knime.core.node.port.database.aggregation.function.concatenate
JPanel that allows the user to specify layout mapping settings.
ConcatDBAggregationFuntionSettingsPanel(ConcatDBAggregationFuntionSettings) - Constructor for class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettingsPanel
 
concatenate(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Creates and returns a new bit vector that contains copies of both (this and the argument vector).
concatenate(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Creates and returns a new bit vector that contains copies of both (this and the argument vector).
concatenate(DenseByteVector) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Appends the argument at the end of this vector.
concatenate(DenseByteVectorCell) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Appends the argument at the end of the vector currently stored in the factory.
concatenate(SparseByteVector) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Creates and returns a new byte vector that contains copies of both (this and the argument vector).
concatenate(SparseByteVectorCell) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Appends the argument at the end of the vector currently stored in the factory.
ConcatenateJoinedRowKeyFactory - Class in org.knime.base.node.preproc.joiner
This implementation composes the joined row key by concatenating the left and the right row key with the given separator in the middle.
ConcatenateJoinedRowKeyFactory(String) - Constructor for class org.knime.base.node.preproc.joiner.ConcatenateJoinedRowKeyFactory
 
ConcatenateOperator - Class in org.knime.base.data.aggregation.deprecated
Deprecated.
changed in version 2.4 to return missing cell if group contains only missing cells
ConcatenateOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated.
Constructor for class Concatenate.
ConcatenateOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated.
Constructor for class ConcatenateOperator.
ConcatenateOperator - Class in org.knime.base.data.aggregation.general
Returns the all values concatenated per group.
ConcatenateOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.ConcatenateOperator
Constructor for class Concatenate.
ConcatenateOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.ConcatenateOperator
Constructor for class ConcatenateOperator.
ConcatenateTable - Class in org.knime.core.data.container
 
ConcatenateTableFactory - Class in org.knime.base.node.meta.looper
Helper class that collects the rows of different tables.
ConcatenateTableFactory(boolean, boolean, boolean, boolean, Optional<Function<RowKey, RowKey>>) - Constructor for class org.knime.base.node.meta.looper.ConcatenateTableFactory
Creates a new factory that allows to create a ConcatenateTable.
CONDENSED_COL_NAME - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
The name of the settings tag which holds the new name of the condensed column the user has entered in the dialog as String.
CONDENSED_COL_NAME - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
The name of the settings tag which holds the new name of the condensed column the user has entered in the dialog as String.
ConditionalBoxPlotNodeDialog - Class in org.knime.base.node.viz.condbox
This class provides the configuration dialog for the conditional box plot node.
ConditionalBoxPlotNodeDialog() - Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeDialog
Creates the configuration dialog.
ConditionalBoxPlotNodeFactory - Class in org.knime.base.node.viz.condbox
This class creates a ConditionalBoxPlotNode.
ConditionalBoxPlotNodeFactory() - Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
 
ConditionalBoxPlotNodeModel - Class in org.knime.base.node.viz.condbox
Class for the model of a conditional box plot.
ConditionalBoxPlotNodeModel() - Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Creates a conditional box plot node model.
ConditionalBoxPlotNodeView - Class in org.knime.base.node.viz.condbox
Class for a view of the conditional box plot.
ConditionalBoxPlotNodeView(ConditionalBoxPlotNodeModel) - Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeView
Creates a view for the conditional box plot.
ConditionalBoxPlotSettings - Class in org.knime.base.node.viz.condbox
Settings for conditional box plot.
ConditionalBoxPlotSettings() - Constructor for class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
 
ConditionalBoxPlotter - Class in org.knime.base.node.viz.plotter.box
 
ConditionalBoxPlotter() - Constructor for class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter
 
Config - Class in org.knime.core.node.config
Supports a mechanism to save settings by their type and a key.
Config(String) - Constructor for class org.knime.core.node.config.Config
Creates a new, empty config object with the given key.
Config.DataCellEntry - Interface in org.knime.core.node.config
Interface for all registered DataCell objects.
Config.DataCellEntry.BooleanCellEntry - Class in org.knime.core.node.config
BooleanCell entry.
Config.DataCellEntry.ComplexNumberCellEntry - Class in org.knime.core.node.config
ComplexNumberCell entry.
Config.DataCellEntry.DateAndTimeCellEntry - Class in org.knime.core.node.config
DateAndTimeCell entry.
Config.DataCellEntry.DoubleCellEntry - Class in org.knime.core.node.config
DoubleCell entry.
Config.DataCellEntry.FuzzyIntervalCellEntry - Class in org.knime.core.node.config
FuzzyIntervalCell entry.
Config.DataCellEntry.FuzzyNumberCellEntry - Class in org.knime.core.node.config
FuzzyNumberCell entry.
Config.DataCellEntry.IntCellEntry - Class in org.knime.core.node.config
IntCell entry.
Config.DataCellEntry.LongCellEntry - Class in org.knime.core.node.config
LongCell entry.
Config.DataCellEntry.MissingCellEntry - Class in org.knime.core.node.config
Entry for missing DataCell.
Config.DataCellEntry.StringCellEntry - Class in org.knime.core.node.config
StringCell entry.
ConfigBase - Class in org.knime.core.node.config.base
Supports a mechanism to save settings by their type and a key.
ConfigBase(String) - Constructor for class org.knime.core.node.config.base.ConfigBase
Creates a new, empty config object with the given key.
ConfigBaseRO - Interface in org.knime.core.node.config.base
Interface implements only read access functions for ConfigBase objects providing methods for base data types only..
ConfigBaseWO - Interface in org.knime.core.node.config.base
Write-only interface for ConfigBase objects providing only only write access functions for base data types..
ConfigBooleanEntry - Class in org.knime.core.node.config.base
Config entry for boolean objects.
ConfigBooleanEntry(String, boolean) - Constructor for class org.knime.core.node.config.base.ConfigBooleanEntry
Creates a new entry for boolean objects.
ConfigBooleanEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigBooleanEntry
Creates a new entry for boolean objects.
ConfigByteEntry - Class in org.knime.core.node.config.base
Config entry for byte objects.
ConfigByteEntry(String, byte) - Constructor for class org.knime.core.node.config.base.ConfigByteEntry
Creates a new config entry for bytes.
ConfigByteEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigByteEntry
Creates a new config entry for bytes.
ConfigCharEntry - Class in org.knime.core.node.config.base
Config entry for char objects.
ConfigCharEntry(String, char) - Constructor for class org.knime.core.node.config.base.ConfigCharEntry
Creates a new char entry.
ConfigCharEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigCharEntry
Creates a new char entry.
ConfigDoubleEntry - Class in org.knime.core.node.config.base
Config entry for double values.
ConfigDoubleEntry(String, double) - Constructor for class org.knime.core.node.config.base.ConfigDoubleEntry
Creates a new Config entry for type double.
ConfigDoubleEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigDoubleEntry
Creates a new Config entry for type double.
ConfigEditJTree - Class in org.knime.core.node.config
A tree implementation that allows one to overwrite certain node settings using flow variables.
ConfigEditJTree() - Constructor for class org.knime.core.node.config.ConfigEditJTree
Constructor for empty tree.
ConfigEditJTree(ConfigEditTreeModel) - Constructor for class org.knime.core.node.config.ConfigEditJTree
Shows given tree model.
configEditTreeChanged(ConfigEditTreeEvent) - Method in interface org.knime.core.node.config.ConfigEditTreeEventListener
Called when a node in a ConfigEditTreeModel has changed its state.
ConfigEditTreeEditor - Class in org.knime.core.node.config
Editor component for ConfigEditJTree implementation.
ConfigEditTreeEditor(ConfigEditJTree, ConfigEditTreeRenderer) - Constructor for class org.knime.core.node.config.ConfigEditTreeEditor
Constructs new tree editor.
ConfigEditTreeEvent - Class in org.knime.core.node.config
Event that is fired when the settings associated with the nodes in a ConfigEditTreeModel change.
ConfigEditTreeEvent(Object, String[], String, String) - Constructor for class org.knime.core.node.config.ConfigEditTreeEvent
Creates new event.
ConfigEditTreeEventListener - Interface in org.knime.core.node.config
Listener interface for ConfigEditTreeEvent.
ConfigEditTreeModel - Class in org.knime.core.node.config
Config editor that keeps a mask of variables to overwrite existing settings.
ConfigEditTreeModel.ConfigEditTreeNode - Class in org.knime.core.node.config
Single Tree node implementation.
ConfigEditTreeNode(AbstractConfigEntry) - Constructor for class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
Constructs new tree node based on a representative config entry.
ConfigEditTreeNodePanel - Class in org.knime.core.node.config
Panel that displays a single line/element of a ConfigEditJTree.
ConfigEditTreeNodePanel(boolean) - Constructor for class org.knime.core.node.config.ConfigEditTreeNodePanel
Constructs new panel.
ConfigEditTreeRenderer - Class in org.knime.core.node.config
Renderer implementation of a ConfigEditJTree.
ConfigEditTreeRenderer() - Constructor for class org.knime.core.node.config.ConfigEditTreeRenderer
Only creates fields.
ConfigElementAbstractSimple<T> - Class in org.knime.core.util.node.config
Package scope super class for all config elements representing (boxed) primitive types and arrays of them.
ConfigElementAbstractSimple(String, T, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementAbstractSimple
Created new configuration element.
ConfigElementBoolean - Class in org.knime.core.util.node.config
Simple config element for a boolean.
ConfigElementBoolean(String, boolean, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementBoolean
Creates a new config element with the given properties.
ConfigElementBooleanArray - Class in org.knime.core.util.node.config
Simple config element for a boolean array.
ConfigElementBooleanArray(String, boolean[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementBooleanArray
Creates a new config element with the given properties.
ConfigElementByte - Class in org.knime.core.util.node.config
Simple config element for a byte.
ConfigElementByte(String, byte, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementByte
Creates a new config element with the given properties.
ConfigElementByteArray - Class in org.knime.core.util.node.config
Simple config element for a byte array.
ConfigElementByteArray(String, byte[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementByteArray
Creates a new config element with the given properties.
ConfigElementDouble - Class in org.knime.core.util.node.config
Simple config element for a double.
ConfigElementDouble(String, double, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementDouble
Creates a new config element with the given properties.
ConfigElementDoubleArray - Class in org.knime.core.util.node.config
Simple config element for a double array.
ConfigElementDoubleArray(String, double[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementDoubleArray
Creates a new config element with the given properties.
ConfigElementFloat - Class in org.knime.core.util.node.config
Simple config element for a float.
ConfigElementFloat(String, float, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementFloat
Creates a new config element with the given properties.
ConfigElementFloatArray - Class in org.knime.core.util.node.config
Simple config element for a float array.
ConfigElementFloatArray(String, float[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementFloatArray
Creates a new config element with the given properties.
ConfigElementInt - Class in org.knime.core.util.node.config
Simple config element for an integer.
ConfigElementInt(String, int, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementInt
Creates a new config element with the given properties.
ConfigElementIntArray - Class in org.knime.core.util.node.config
Simple config element for an int array.
ConfigElementIntArray(String, int[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementIntArray
Creates a new config element with the given properties.
ConfigElementLong - Class in org.knime.core.util.node.config
Simple config element for a long.
ConfigElementLong(String, long, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementLong
Creates a new config element with the given properties.
ConfigElementLongArray - Class in org.knime.core.util.node.config
Simple config element for a long array.
ConfigElementLongArray(String, long[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementLongArray
Creates a new config element with the given properties.
ConfigElementShort - Class in org.knime.core.util.node.config
Simple config element for a short.
ConfigElementShort(String, short, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementShort
Creates a new config element with the given properties.
ConfigElementShortArray - Class in org.knime.core.util.node.config
Simple config element for a short array.
ConfigElementShortArray(String, short[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementShortArray
Creates a new config element with the given properties.
ConfigElementString - Class in org.knime.core.util.node.config
Simple config element for a string.
ConfigElementString(String, String, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementString
Creates a new config element with the given properties.
ConfigElementStringArray - Class in org.knime.core.util.node.config
Simple config element for a string array.
ConfigElementStringArray(String, String[], AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.ConfigElementStringArray
Creates a new config element with the given properties.
ConfigEntries - Enum in org.knime.core.node.config.base
An enumeration holding all possible types that can be written to and read from a Config.
ConfigFloatEntry - Class in org.knime.core.node.config.base
Config entry for float values.
ConfigFloatEntry(String, float) - Constructor for class org.knime.core.node.config.base.ConfigFloatEntry
Creates a new Config entry for type float.
ConfigFloatEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigFloatEntry
Creates a new Config entry for type float.
ConfigIntEntry - Class in org.knime.core.node.config.base
Config entry for integer values.
ConfigIntEntry(String, int) - Constructor for class org.knime.core.node.config.base.ConfigIntEntry
Creates a new Config entry for an int value.
ConfigIntEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigIntEntry
Creates a new Config entry for an int value.
ConfigLongEntry - Class in org.knime.core.node.config.base
Config entry for long values.
ConfigLongEntry(String, long) - Constructor for class org.knime.core.node.config.base.ConfigLongEntry
Creates a new Config entry for an long value.
ConfigLongEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigLongEntry
Creates a new Config entry for a long value.
ConfigPasswordEntry - Class in org.knime.core.node.config.base
Config entry for password values.
ConfigPasswordEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigPasswordEntry
Creates a new password entry.
ConfigRegistry - Class in org.knime.core.util.node.config
Registry for configuration parameters.
ConfigRegistry(String) - Constructor for class org.knime.core.util.node.config.ConfigRegistry
 
ConfigRO - Interface in org.knime.core.node.config
Interface implements only access functions for Config objects.
ConfigSerializationUtils - Class in org.knime.base.node.preproc.datavalidator
Deprecated.
To be replaced by corresponding core implementation in 2.11.
ConfigSerializationUtils - Class in org.knime.core.node.config
Collection of convenience methods that help to save or load Enum [and other Objects] to ConfigWO or ConfigRO objects, this also includes NodeSettingsRO and NodeSettingsWO.
ConfigShortEntry - Class in org.knime.core.node.config.base
Config entry for short values.
ConfigShortEntry(String, short) - Constructor for class org.knime.core.node.config.base.ConfigShortEntry
Creates a new short entry.
ConfigShortEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigShortEntry
Creates a new short entry.
ConfigStringEntry - Class in org.knime.core.node.config.base
Config entry for String values.
ConfigStringEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigStringEntry
Creates a new String entry.
ConfigTableModel - Interface in org.knime.core.node.util
Extends the TableModel by convenient methods for the ConfigTableModel.
ConfigTablePanel - Class in org.knime.core.node.util
A Panel with a table in the center and buttons at the right to add and remove rows.
ConfigTablePanel(ConfigTableModel) - Constructor for class org.knime.core.node.util.ConfigTablePanel
Create a new component.
ConfigTransientStringEntry - Class in org.knime.core.node.config.base
Config entry for transient strings values.
ConfigTransientStringEntry(String, String) - Constructor for class org.knime.core.node.config.base.ConfigTransientStringEntry
Creates a new password entry.
ConfigurableDataCellFactory - Interface in org.knime.core.data
Additional interface for DataCellFactorys that can be configured, e.g.
CONFIGURATION_CHANGED - Static variable in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
Name of the property changed if configuration have been added.
ConfigurationDialogFactory - Class in org.knime.base.node.preproc.draganddroppanel
 
ConfigurationDialogFactory() - Constructor for class org.knime.base.node.preproc.draganddroppanel.ConfigurationDialogFactory
 
configurationRequested(ColumnSelectionSearchableListPanel.ConfigurationRequestEvent) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ConfigurationRequestListener
Called if the user presses 'Enter' or 'Del' while the list has the focus.
configure(DataTableSpec[]) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
This method is called from NodeModel in the configure() in order to let the operator configure and to check that the aggregation operator can work with the available input table.
configure(DataTableSpec) - Method in class org.knime.base.data.aggregation.AggregationOperator
Override this method if the operator requires additional settings.
configure(DataTableSpec, List<ColumnAggregator>) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
 
configure(DataTableSpec) - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
Override this method if the operator requires additional settings.
configure(DataTableSpec, List<NamedAggregationOperator>) - Static method in class org.knime.base.data.aggregation.NamedAggregationOperator
 
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.image.ImageToTableNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
Deprecated.
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBGroupByNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBJoinerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBQueryNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBSorterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
The standard table can always provide a table spec, that's why it is also executable: returns true (so to say).
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Deprecated.
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Number of columns in the output table is not deterministic.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Returns true always and passes the current input spec to the output spec which is identical to the input specification - after all, we are building cluster centers in the original feature space.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The number of the class column must be > 0 and < number of input columns.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
Deprecated.
The additional columns are created based on the model which is loaded in the execute-method.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
The additional columns are created based on the model which is loaded in the execute-method.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
returns null.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.pca.PCANodeModel
All IntCell columns are converted to DoubleCell columns.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Assume to get numeric data only.
configure(DataTableSpec[]) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
Assume to get numeric data only.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
The number of the class columns must be > 0 and < number of input columns.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
 
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
 
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Excludes a number of columns from the input spec and generates a new output spec.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AbstractRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
The column value filter grabs the comparator from the table spec (if available) and checks settings against the latest spec.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in interface org.knime.base.node.preproc.filter.row.rowfilter.IRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
Deprecated.
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
Deprecated.
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
Deprecated.
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
All IntCell columns are converted to DoubleCell columns.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
All IntCell columns are converted to DoubleCell columns.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
All IntCell columns are converted to DoubleCell columns.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.partition.PartitionNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Passes the input spec to the output.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeModel
Excludes a number of columns from the input spec and generates a new output spec.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Deprecated.
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
Configure method for general port types.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
Adds do nothing handlers for all types that have no setting yet.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataColumnSpec) - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Called by configure in NodeModel to compute the new column spec.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
Throws exception, not supported.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.RandomNumberRowFilter
Throws exception, not supported.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.sample.SamplingNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec) - Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Called when a new DataTableSpec is available.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
Check if the values of the include list also exist in the DataTableSpec at the inport.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
Deprecated.
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.util.cache.CacheNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Deprecated.
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
All nominal columns without possible values or with more than 60 possible values are ignored.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
 
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
 
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
Output table is like the input table.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
Output table is like the input table.
configure(DataTableSpec[]) - Method in class org.knime.base.node.viz.table.TableNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[]) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
Configure method for general port types.
configure(String) - Method in interface org.knime.core.data.ConfigurableDataCellFactory
Configures this reader with the given format parameters.
configure(String) - Method in class org.knime.core.data.date.DateAndTimeCellFactory
Configures this reader with the given format parameters.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.missing.MissingNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.Node
Sets all (new) incoming DataTableSpec elements in the model, calls the model to create output table specs and propagates these new specs to the connected successors.
configure(PortObjectSpec[], NodeConfigureHelper) - Method in class org.knime.core.node.Node
Allows passing an object that may modify the specs created by the NodeModel, for example in case the node is wrapped and the output is modified.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.NodeModel
Configure method for general port types.
configure(DataTableSpec[]) - Method in class org.knime.core.node.NodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(DataTableSpec) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
This method is called from NodeModel in the configure() in order to let the operator configure and to check that the aggregation operator can work with the available input table.
configure(DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
This method is called from NodeModel in the configure() in order to let the operator configure and to check that the aggregation operator can work with the available input table.
configure(DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
This method is called from NodeModel in the configure() in order to let the operator configure and to check that the aggregation operator can work with the available input table.
configure(DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
This method is called from NodeModel in the configure() in order to let the operator configure and to check that the aggregation operator can work with the available input table.
configure(DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
This method is called from NodeModel in the configure() in order to let the operator configure and to check that the aggregation operator can work with the available input table.
configure(DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
 
configure(DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
This method is called from NodeModel in the configure() in order to let the operator configure and to check that the aggregation operator can work with the available input table.
configure(DataTableSpec[]) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
This function is called whenever the derived model should re-configure and generate the expected output specs.
configure(PortObjectSpec[], PortObjectSpec[]) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
In case the executor modifies the result of the underlying node it can create the appropriate output specs.
configure(PortObjectSpec[], PortObjectSpec[]) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
In case the executor modifies the result of the underlying node it can create the appropriate output specs.
configure(PortObjectSpec[], boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Configure underlying node and update state accordingly.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
Configure method for general port types.
configure(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Configure method for general port types.
ConfigureCallback - Class in org.knime.core.node.interactive
 
ConfigureCallback() - Constructor for class org.knime.core.node.interactive.ConfigureCallback
 
configureModel(PortObjectSpec[]) - Method in class org.knime.core.node.NodeModel
This function is called when something changes that could affect the output DataTableSpec elements.
configureNodeAndSuccessors(NodeID, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Configure node and, if this node's output specs have changed also configure its successors.
configureQualitySlider(JSpinner) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
ConfigWO - Interface in org.knime.core.node.config
Write-only interface for Config objects providing only access functions.
confirmResetDownstreamNodes(String) - Method in class org.knime.core.node.interactive.ConfigureCallback
Called from the framework when downstream nodes need to be reset and the user should confirm this.
confirmResetDownstreamNodes(String) - Method in class org.knime.core.node.interactive.DefaultConfigureCallback
Called from the framework when downstream nodes need to be reset and the user should confirm this.
confirmResetDownstreamNodes(String) - Method in class org.knime.core.node.interactive.DefaultReexecutionCallback
Called from the framework when downstream nodes need to be reset and the user should confirm this.
CONFLICTS_SPEC - Static variable in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
The table spec for the optional data output.
ConfusionTableModel - Class in org.knime.base.node.mine.scorer.accuracy
A table model representing a confusion matrix.
ConfusionTableModel(int[][], String[], String, String) - Constructor for class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
Constructs confusion table model from the score count and the headers.
connect(String, Properties) - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
connect() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
connectedInPorts(int) - Method in class org.knime.core.node.workflow.Workflow
Determine inports which are connected (directly or indirectly) to the given outport in this workflow.
connectedInPortsOLD(int) - Method in class org.knime.core.node.workflow.Workflow
Determine inports which are connected (directly or indirectly) to the given outport in this workflow.
connectedOutPorts(int) - Method in class org.knime.core.node.workflow.Workflow
Determine outports which are connected (directly or indirectly) to the given inport in this workflow.
connectedOutPortsOLD(int) - Method in class org.knime.core.node.workflow.Workflow
Determine outports which are connected (directly or indirectly) to the given inport in this workflow.
ConnectionContainer - Class in org.knime.core.node.workflow
Holds all information related to one connection between specific ports of two nodes.
ConnectionContainer(NodeID, int, NodeID, int, ConnectionContainer.ConnectionType) - Constructor for class org.knime.core.node.workflow.ConnectionContainer
Creates new connection.
ConnectionContainer.ConnectionType - Enum in org.knime.core.node.workflow
Typ of the connection: metanode input, output, through or "standard" connection.
ConnectionContainerTemplate(int, int, int, int, boolean, ConnectionUIInformation) - Constructor for class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
Creates new template connection.
ConnectionContainerTemplate(ConnectionContainer, boolean) - Constructor for class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
Copies an existing connection (used for copy&paste).
ConnectionID - Class in org.knime.core.node.workflow
 
ConnectionID(NodeID, int) - Constructor for class org.knime.core.node.workflow.ConnectionID
A connection is identified by its destination node and port index.
ConnectionProgress - Class in org.knime.core.node.workflow
Contained in a ConnectionProgressEvent which is fired when the progress information has changed.
ConnectionProgress(boolean, String) - Constructor for class org.knime.core.node.workflow.ConnectionProgress
Create a progress event based on progress value and message.
ConnectionProgress(boolean, Supplier<String>) - Constructor for class org.knime.core.node.workflow.ConnectionProgress
Create a progress event based on progress value and message supplier.
ConnectionProgressEvent - Class in org.knime.core.node.workflow
This event is fired in order to update the UI with connection statistics and provide animation.
ConnectionProgressEvent(ConnectionContainer, ConnectionProgress) - Constructor for class org.knime.core.node.workflow.ConnectionProgressEvent
 
ConnectionProgressListener - Interface in org.knime.core.node.workflow
Listener for ConnectionProgressEvent fired when the progress information has changed.
ConnectionUIInformation - Class in org.knime.core.node.workflow
Default implementation of a connection extra info.
ConnectionUIInformation() - Constructor for class org.knime.core.node.workflow.ConnectionUIInformation
Constructs a ConnectionUIInformation.
connectionUIInformationChanged(ConnectionUIInformationEvent) - Method in interface org.knime.core.node.workflow.ConnectionUIInformationListener
Invoked when the ui information has changed.
ConnectionUIInformationEvent - Class in org.knime.core.node.workflow
Event that's fired by a ConnectionContainer when its UI information changes.
ConnectionUIInformationEvent(ConnectionContainer, ConnectionUIInformation) - Constructor for class org.knime.core.node.workflow.ConnectionUIInformationEvent
 
ConnectionUIInformationListener - Interface in org.knime.core.node.workflow
Listener for ui information changes on ConnectionContainer.
considerAttribute(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns true if the given attribute should be considered during learning, false if not.
ConstantValueColumnConfig - Class in org.knime.base.node.preproc.constantvalue
Configuration object to the Constant Value Column.
ConstantValueColumnConfig() - Constructor for class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
 
ConstantValueColumnNodeDialogPane - Class in org.knime.base.node.preproc.constantvalue
Dialog for the Constant Value Column.
ConstantValueColumnNodeDialogPane() - Constructor for class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeDialogPane
Create new dialog.
ConstantValueColumnNodeFactory - Class in org.knime.base.node.preproc.constantvalue
Factory for Constant Value Column node.
ConstantValueColumnNodeFactory() - Constructor for class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeFactory
 
ConstantValueColumnNodeModel - Class in org.knime.base.node.preproc.constantvalue
Model for the Constant Value Column.
ConstantValueColumnNodeModel() - Constructor for class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
 
constraints(JComponent) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
 
constructPossibleTypes(DataType) - Static method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Construct a set with all types a given type can be cast to.
consume(DataRow) - Method in interface org.knime.core.data.sort.SortingConsumer
 
consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.ApacheMathStatistic
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.DoubleMinMax
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.Median
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.MinMax
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.MissingValue
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.NominalValue
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.data.statistics.calculation.SpecialDoubleCells
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.data.statistics.CellMean
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.data.statistics.Statistic
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueStatistic
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationStatisticMB
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationStatisticTB
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationStatisticMB
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationStatisticTB
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticMB
Called for each row in the data table.
consumeRow(DataRow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticTB
Called for each row in the data table.
ContainerTable - Class in org.knime.core.data.container
Class implementing the DataTable interface and using a buffer from a DataContainer as data source.
ContainerTable(Buffer) - Constructor for class org.knime.core.data.container.ContainerTable
Create new Table based on a Buffer.
ContainerTable(CopyOnAccessTask, DataTableSpec) - Constructor for class org.knime.core.data.container.ContainerTable
Constructor when table is read from file.
contains(double) - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
Checks if the given value is located within this interval or not.
contains(Object) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
contains(DataCell) - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
Returns true if the set contains the specified cell.
contains(DataCell) - Method in class org.knime.core.data.collection.SetCell
Returns true if the collection contains the specified cell.
contains(DataCell) - Method in interface org.knime.core.data.collection.SetDataValue
Returns true if the collection contains the specified cell.
contains(String) - Method in class org.knime.core.node.workflow.CredentialsStore
Checks, if a CredentialsStore is contained in this store or the parent store under the given name.
containsAll(Collection<?>) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
containsBlobCells() - Method in class org.knime.core.data.container.Buffer
True if any row containing blob cells is contained in this buffer.
containsBlobWrapperCells() - Method in class org.knime.core.data.AdapterCell
Get whether the collection contains special BlobWrapperDataCell (framework use).
containsBlobWrapperCells() - Method in class org.knime.core.data.collection.BlobSupportDataCellList
 
containsBlobWrapperCells() - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
 
containsBlobWrapperCells() - Method in interface org.knime.core.data.collection.CellCollection
Get whether the collection contains special BlobWrapperDataCell (framework use).
containsBlobWrapperCells() - Method in class org.knime.core.data.collection.ListCell
Get whether the collection contains special BlobWrapperDataCell (framework use).
containsBlobWrapperCells() - Method in class org.knime.core.data.collection.SetCell
Get whether the collection contains special BlobWrapperDataCell (framework use).
containsBlobWrapperCells() - Method in class org.knime.core.data.collection.SparseListCell
Get whether the collection contains special BlobWrapperDataCell (framework use).
containsBlobWrapperCells() - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
Get whether the collection contains special BlobWrapperDataCell (framework use).
containsBlobWrapperCells() - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
Get whether the collection contains special BlobWrapperDataCell (framework use).
containsColumn(String) - Method in class org.knime.base.data.statistics.Statistic
 
containsCompatibleType(Class<? extends DataValue>) - Method in class org.knime.core.data.DataTableSpec
Checks if this spec contains a column with a type compatible to the given DataValue class.
containsConfusionMatrixKeys(int, int, Set<RowKey>) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Checks if the specified confusion matrix cell contains at least one of the given keys.
containsEmptyBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
containsExecutedNode() - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
 
containsExecutedNode() - Method in class org.knime.core.node.workflow.SubNodeContainer
containsExecutedNode() - Method in class org.knime.core.node.workflow.WorkflowManager
containsInactiveObjects(PortObject[]) - Static method in class org.knime.core.node.Node
Iterates the argument array and returns true if any element is instance of InactiveBranchPortObject.
containsInactiveSpecs(PortObjectSpec[]) - Static method in class org.knime.core.node.Node
Iterates the argument array and returns true if any element is instance of InactiveBranchPortObjectSpec.
containsInvalidValueBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
containsKey(String) - Method in class org.knime.core.node.config.base.ConfigBase
Checks if this key for a particular type is in this Config.
containsKey(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Checks if this key for a particular type is in this Config.
containsMissingValue(String, RowKey) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
 
containsMissingValueBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
containsName(String) - Method in class org.knime.core.data.DataTableSpec
Checks if the given column name occurs in this spec.
containsNodeContainer(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Does the workflow contain a node with the argument id?
containsNodeKey(NodeID) - Method in class org.knime.core.node.workflow.Workflow
 
containsNotPresentableBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
containsProperty(String) - Method in class org.knime.core.data.DataColumnProperties
Tests if this properties object contains a given key.
containsRowWithSettings() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
containsRowWithSettings() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
 
containsRowWithSettings() - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
 
containsSettingsOperator() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
Deprecated.
containsSettingsOperator() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
Deprecated. 
containsSkippedAttributes() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
containsSkippedAttributes() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
containsValsChanged() - Method in class org.knime.base.node.io.filereader.DomainDialog
Called when the state of the "contains nominal values" box changes.
contentsChanged(ListDataEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionComboBox
 
CONTEXT_AUTHOR - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Context variable name for workflow author's name.
CONTEXT_CREATION_DATE - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Context variable name for the creation date of the workflow.
CONTEXT_EDITOR - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Context variable name for workflow last editor's name.
CONTEXT_LAST_MODIFIED - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Context variable name for last modified time of workflow.
CONTEXT_SERVER_USER - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Context variable name for workflow user.
CONTEXT_TEMP_LOCATION - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Context variable name for workflow temporary location.
CONTEXT_WORKFLOW_ABSOLUTE_PATH - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Context variable name for absolute workflow path.
CONTEXT_WORKFLOW_NAME - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Context variable name for workflow name.
CONTEXT_WORKFLOW_PATH - Static variable in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Context variable name for mount-point-relative workflow path.
ContextAwareNodeFactory<T extends NodeModel> - Class in org.knime.core.node
This extension of NodeFactory is used in order to create a new node in a certain context.
ContextAwareNodeFactory() - Constructor for class org.knime.core.node.ContextAwareNodeFactory
 
continueExecutionOnLoad(PortObject[], NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainer
Called upon load when the node has been saved as remotely executing.
continueExecutionOnLoad(NodeContainer, NodeContainerPersistor) - Method in class org.knime.core.node.workflow.WorkflowManager
 
continueLoop() - Method in class org.knime.core.node.NodeModel
Informs WorkflowManager after execute to continue the loop.
ConvenienceMethods - Class in org.knime.core.node.util
Collection of methods that are useful in different contexts.
ConvenientComboBoxRenderer - Class in org.knime.core.node.util
 
ConvenientComboBoxRenderer() - Constructor for class org.knime.core.node.util.ConvenientComboBoxRenderer
 
ConversionKey - Class in org.knime.core.data.convert
Class which contains information to reference a DataCellToJavaConverterFactory or JavaToDataCellConverterFactory by source and destination types.
ConversionKey(Class<?>, Object) - Constructor for class org.knime.core.data.convert.ConversionKey
Create from source and destination type.
ConversionKey(DataCellToJavaConverterFactory<?, ?>) - Constructor for class org.knime.core.data.convert.ConversionKey
Create from an existing factory.
ConversionKey(JavaToDataCellConverterFactory<?>) - Constructor for class org.knime.core.data.convert.ConversionKey
Create from an existing factory.
convert(S) - Method in interface org.knime.core.data.convert.datacell.JavaToDataCellConverter
Convert the given source object into a DataCell.
convert(S) - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverter
Convert source into an instance of type .
convert(DataCell) - Method in class org.knime.core.data.DataCellTypeConverter
Converts one data cell into another data cell.
convert(LoggingEvent) - Method in class org.knime.core.node.NodeLoggerPatternLayout.NodeIDLogPatternConverter
convert(LoggingEvent) - Method in class org.knime.core.node.NodeLoggerPatternLayout.NodeNameLogPatternConverter
convert(LoggingEvent) - Method in class org.knime.core.node.NodeLoggerPatternLayout.QualifierPatternConverter
convert(LoggingEvent) - Method in class org.knime.core.node.NodeLoggerPatternLayout.WorkflowDirLogPatternConverter
convert2Array(List<Integer>) - Static method in class org.knime.base.data.bitvector.BitVectorCellFactory
 
convertCell(DataCell) - Method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ConvertionType
 
convertInputRow(Matrix, DataRow, double[], int[], int, boolean) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
reduce a single input row to the principal components.
convertInputRow(Matrix, DataRow, double[], int[], int) - Static method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
reduce a single input row to the principal components.
convertionCellDecorator(DataValidatorCellDecorator, DataValidatorColConfiguration.DataTypeHandling, DataValidatorColConfiguration.ConvertionType, DataColumnSpec, DataValidatorColConflicts) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
Tries to convert the given cell to the given type.
convertionFailed(String, RowKey, DataType) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
 
convertMetaNodeToSubNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Convert the selected metanode into a subnode.
convertSubNodeToMetaNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Unwrap a selected subnode into a metanode.
convertToMap(List<ExtensionDocument.Extension>) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
convertToUrl(String) - Static method in class org.knime.core.node.util.MultipleURLList
Creates an URL from the "file"name entered in the dialog.
convertUnsafe(DataCell) - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverter
Casts the argument to S and calls DataCellToJavaConverter.convert(DataValue).
Coordinate - Class in org.knime.base.util.coordinate
The abstract class for all coordinate classes.
Coordinate(DataColumnSpec) - Constructor for class org.knime.base.util.coordinate.Coordinate
Creates a coordinate from a data column spec.
CoordinateFactory - Interface in org.knime.base.util.coordinate
Interface for a coordinate factory.
CoordinateMapping - Class in org.knime.base.util.coordinate
Abstract class describing a coordinate mapping.
CoordinateMapping(String, double) - Constructor for class org.knime.base.util.coordinate.CoordinateMapping
Constructs a coordinate mapping from a string representation of the domain value and its mapping value.
copy() - Method in class org.knime.base.node.preproc.matcher.MismatchCounter
 
copy(PortObject, ExecutionContext, ExecutionMonitor) - Static method in class org.knime.core.node.exec.dataexchange.PortObjectRepository
Copies the argument object by means of the associated serializer.
copy(WorkflowCopyContent) - Method in class org.knime.core.node.workflow.WorkflowManager
Copy the given content.
copy(boolean, WorkflowCopyContent) - Method in class org.knime.core.node.workflow.WorkflowManager
Copy the nodes with the given ids.
copy(File, File, ExecutionMonitor) - Static method in class org.knime.core.util.FileUtil
Copies a file.
copy(InputStream, OutputStream) - Static method in class org.knime.core.util.FileUtil
Copies the bytes as read from input to the output stream destination.
copy(Reader, Writer) - Static method in class org.knime.core.util.FileUtil
Copies the chars as read from source to the writer destination.
copy(File, File) - Static method in class org.knime.core.util.FileUtil
Copies a file.
CopyAction - Class in org.knime.base.node.io.tablecreator.table
The swing action for copying the selected cells to the system clipboard.
CopyAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.CopyAction
Creates a new instance.
CopyAction(ConfigTablePanel) - Constructor for class org.knime.core.node.util.KeyValuePanel.CopyAction
Creates a new instance.
CopyContentIntoTempFlowNodeExecutionJob - Class in org.knime.core.node.exec
Execution job that applies a given execution result to a node container.
CopyContentIntoTempFlowNodeExecutionJob(NodeContainer, PortObject[], NodeContainerExecutionResult) - Constructor for class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJob
Delegates to super constructor.
CopyContentIntoTempFlowNodeExecutionJobManager - Class in org.knime.core.node.exec
Job manager that applies a given execution result to a node container.
CopyContentIntoTempFlowNodeExecutionJobManager(NodeContainerExecutionResult) - Constructor for class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJobManager
Create new instance given an execution result.
copyDir(File, File) - Static method in class org.knime.core.util.FileUtil
Copies the given source (either a file or a directory) into the given target.
copyDirectory(Path, Path) - Static method in class org.knime.core.util.PathUtils
Recursively copied the source directory to the destination directory.
copyDirectory(Path, Path, PathFilter) - Static method in class org.knime.core.util.PathUtils
Recursively copied the source directory to the destination directory.
copyExistingTablesIntoSandboxContainer(NodeContainerExecutionResult, NodeContainer, NodeContainer, ExecutionMonitor, boolean) - Static method in class org.knime.core.node.exec.SandboxedNodeCreator
Copies the tables (port and internal) into the context of the corresponding node in the targetWFM.
copyFrom(AnnotationData, boolean) - Method in class org.knime.core.node.workflow.Annotation
Copy content, styles, position from the argument and notify listeners.
copyFrom(AnnotationData, boolean) - Method in class org.knime.core.node.workflow.AnnotationData
Copy content, styles, position from the argument.
copyFrom(AnnotationData, boolean) - Method in class org.knime.core.node.workflow.NodeAnnotationData
Copy content, styles, position from the argument.
copyFromAndPasteHere(WorkflowManager, WorkflowCopyContent) - Method in class org.knime.core.node.workflow.WorkflowManager
Copies the nodes with the given ids from the argument workflow manager into this wfm instance.
CopyNativeNodeContainerPersistor - Class in org.knime.core.node.workflow
 
CopyNativeNodeContainerPersistor(NativeNodeContainer, boolean, boolean) - Constructor for class org.knime.core.node.workflow.CopyNativeNodeContainerPersistor
 
CopyNodeContainerMetaPersistor - Class in org.knime.core.node.workflow
 
CopyNodeContainerMetaPersistor(NodeContainer, boolean, boolean) - Constructor for class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
Create copy persistor.
CopyNodePersistor - Class in org.knime.core.node
A persistor cloning a node's settings.
CopyNodePersistor() - Constructor for class org.knime.core.node.CopyNodePersistor
 
CopyOnAccessTask - Class in org.knime.core.data.container
Opens (on demand) a zip file from the workspace location and copies the binary data content to temp for further reading.
CopyOnAccessTask(ReferencedFile, DataTableSpec, int, Map<Integer, ContainerTable>, FileStoreHandlerRepository, DataContainer.BufferCreator) - Constructor for class org.knime.core.data.container.CopyOnAccessTask
Keeps reference, nothing else.
copyPortObject(PortObject, ExecutionContext) - Static method in class org.knime.core.node.Node
Copies the PortObject so that the copy can be given to the node model implementation (and potentially modified).
CopySingleNodeContainerPersistor - Class in org.knime.core.node.workflow
Used when a node (or a set of nodes) is copied via the clipboard (Ctrl-C, Ctrl-V).
CopySingleNodeContainerPersistor(SingleNodeContainer, boolean, boolean) - Constructor for class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
Create copy persistor.
CopySubNodeContainerPersistor - Class in org.knime.core.node.workflow
 
CopySubNodeContainerPersistor(SubNodeContainer, HashMap<Integer, ContainerTable>, FileStoreHandlerRepository, boolean, boolean) - Constructor for class org.knime.core.node.workflow.CopySubNodeContainerPersistor
 
copyTo(ConfigBaseWO) - Method in class org.knime.core.node.config.base.ConfigBase
Makes a deep copy of this ConfigBase and all sub ConfigBase objects.
copyTo(ConfigBaseWO) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Copies this Config into a write-only one.
copyTo(ConfigWO) - Method in class org.knime.core.node.NodeSettings
Makes a deep copy of this Config and all sub-configs.
copyTo(ConfigWO) - Method in interface org.knime.core.node.NodeSettingsRO
Copies this NodeSettings instance into a write-only ConfigWO.
copyValueConfigurationFrom(V) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
CopyWorkflowPersistor - Class in org.knime.core.node.workflow
 
CopyWorkflowPersistor(WorkflowManager, HashMap<Integer, ContainerTable>, FileStoreHandlerRepository, boolean, boolean) - Constructor for class org.knime.core.node.workflow.CopyWorkflowPersistor
Create copy persistor.
CorePlugin - Class in org.knime.core.internal
Plugin class that is initialized when the plugin project is started.
CorePlugin() - Constructor for class org.knime.core.internal.CorePlugin
 
CorrDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
CorrDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
CorrelationComputeNodeDialogPane - Class in org.knime.base.node.preproc.correlation.compute
Dialog for correlation node.
CorrelationComputeNodeDialogPane() - Constructor for class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeDialogPane
Inits dialog, adds only a column filter.
CorrelationComputeNodeFactory - Class in org.knime.base.node.preproc.correlation.compute
 
CorrelationComputeNodeFactory() - Constructor for class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeFactory
 
CorrelationComputeNodeModel - Class in org.knime.base.node.preproc.correlation.compute
 
CorrelationComputeNodeModel() - Constructor for class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
One input, one output.
CorrelationComputeNodeView - Class in org.knime.base.node.preproc.correlation.compute
This implements the AbstractCorrelationComputeNodeView for the CorrelationComputeNodeModel
CorrelationComputeNodeView(CorrelationComputeNodeModel) - Constructor for class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeView
Creates a new view.
CorrelationComputer - Class in org.knime.base.node.preproc.correlation.compute
Calculates pairwise correlation values for a table.
CorrelationComputer(DataTableSpec, int) - Constructor for class org.knime.base.node.preproc.correlation.compute.CorrelationComputer
Inits fields.
CorrelationFilterNodeDialogPane - Class in org.knime.base.node.preproc.correlation.filter
 
CorrelationFilterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeDialogPane
Creates GUI.
CorrelationFilterNodeFactory - Class in org.knime.base.node.preproc.correlation.filter
 
CorrelationFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeFactory
 
CorrelationFilterNodeModel - Class in org.knime.base.node.preproc.correlation.filter
 
CorrelationFilterNodeModel() - Constructor for class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
Empty constructor, 2 ins, 1 out.
CorrelationOperator - Class in org.knime.base.data.aggregation.numerical
Calculates correlation coefficients
CorrelationOperator(GlobalSettings, OperatorColumnSettings, String, String) - Constructor for class org.knime.base.data.aggregation.numerical.CorrelationOperator
Constructor for class CorrelationOperator.
CorrelationOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.CorrelationOperator
Constructor for class CorrelationOperator.
CorrelationOperator.CorrelationMethods - Enum in org.knime.base.data.aggregation.numerical
 
CorrelationOperator.Method - Interface in org.knime.base.data.aggregation.numerical
 
COS_DIST - Static variable in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Flag for cosinus distance.
COS_DIST - Static variable in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
Flag for cosinus distance.
CosinusDistanceManager - Class in org.knime.base.node.mine.mds.distances
 
CosinusDistanceManager(double, boolean) - Constructor for class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
Creates new instance of CosinusDistanceManager with given offset and fuzzy flag.
CosinusDistanceManager - Class in org.knime.base.node.mine.sota.distances
 
CosinusDistanceManager(double, boolean) - Constructor for class org.knime.base.node.mine.sota.distances.CosinusDistanceManager
Creates new instance of CosinusDistanceManager with given offset and fuzzy flag.
couldBeUsefulPartitioned() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Partitioner
Whether a useful partition could be created.
count() - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Returns the absolute number of rows in the output table.
count(int) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Sets the absolute number of rows in the output table.
countData(BufferedDataTable, int, int) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.QuantaMatrix2D
Counts the distribution of the given column of the input table and stores it into the quanta matrix.
CountDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
CountDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
CountDistinctDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
CountDistinctDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction
Constructor.
CountDistinctDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
countFiles(Path, PathFilter) - Static method in class org.knime.core.util.PathUtils
Recursively counts the files (not directories!) in the given directory.
countMethod() - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Returns the method use for sampling the rows.
countMethod(SamplingNodeSettings.CountMethods) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Sets the method use for sampling the rows.
CountOperator - Class in org.knime.base.data.aggregation.general
Returns the count per group.
CountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.CountOperator
Constructor for class CountOperator.
CountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.CountOperator
Constructor for class CountOperator.
countRowsInBackground() - Method in class org.knime.core.node.tableview.TableContentModel
Starts a new internal thread that will iterate over the table and count the rows in it.
countRowsInBackground() - Method in class org.knime.core.node.tableview.TableContentView
Delegate method to start row counting.
countRowsInBackground() - Method in class org.knime.core.node.tableview.TableView
Delegate method to start row counting.
covariance(double[][]) - Static method in class org.knime.base.util.math.StatisticUtils
Calculates the covariance matrix for the given input matrix.
CovarianceMatrixCalculator - Class in org.knime.base.data.statistics
Utility class which computes the covariance matrix for a given BufferedDataTable considering missing values.
CovarianceMatrixCalculator(DataTableSpec, String...) - Constructor for class org.knime.base.data.statistics.CovarianceMatrixCalculator
 
CovarianceOperator - Class in org.knime.base.data.aggregation.numerical
Calculates the covariance between two columns per group.
CovarianceOperator(GlobalSettings, OperatorColumnSettings, String) - Constructor for class org.knime.base.data.aggregation.numerical.CovarianceOperator
Constructor for class CovarianceOperator.
CovarianceOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.CovarianceOperator
Constructor for class CovarianceOperator.
CovarPopDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
COmputes the co variance of two columns.
CovarPopDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction
Constructor.
CovarPopDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
CovarSampDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
COmputes the co variance of two columns.
CovarSampDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction
Constructor.
CovarSampDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
cover(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Called if a row covers a new DataRow.
cover(DataRow, DataCell) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
If the same class as this basisfunction is assigned to, the number of correctly covered pattern is increased, otherwise the number of wrong covered ones.
cover(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
This basis function covers the given row.
cover(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Method is empty.
coveredColors() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
 
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
coveredPattern() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
coverIntern(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Covers a new row and decrease covered counter.
covers(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns true if the input row is covered by this row, otherwise false.
covers(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Returns true if the given row is covered by this prototype, that is, if FuzzyBasisFunctionLearnerRow.computeActivation(DataRow) returns a degree greater than MINACT.
covers(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Checks if the given row is covered by this basis function.
covers(DataCell) - Method in class org.knime.base.node.preproc.autobinner.apply.NumericBin
 
covers(DataCell) - Method in interface org.knime.base.node.preproc.binner.BinnerColumnFactory.Bin
Deprecated.
 
covers(DataCell) - Method in class org.knime.base.node.preproc.binner.NumericBin
Deprecated.
 
covers(DataCell) - Method in interface org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory.Bin
 
covers(DataCell) - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
 
create(RowInput[], AppendedRowsTable.DuplicatePolicy, String, ExecutionMonitor, long) - Static method in class org.knime.base.data.append.row.AppendedRowsRowInput
Deprecated.
Concatenates a set of Inputs.
create(String) - Static method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
create(RowInput[], AppendedRowsTable.DuplicatePolicy, String, ExecutionMonitor, long) - Static method in class org.knime.core.data.append.AppendedRowsRowInput
Concatenates a set of Inputs.
create(byte[]) - Method in class org.knime.core.data.blob.BinaryObjectCellFactory
Creates a new cell given a byte array.
create(InputStream) - Method in class org.knime.core.data.blob.BinaryObjectCellFactory
Creates cell given by reading from an input stream.
create(Collection<? extends DataCell>) - Static method in class org.knime.core.data.collection.BlobSupportDataCellList
Factory method to create a list based on a collection.
create(DataRow, int[]) - Static method in class org.knime.core.data.collection.BlobSupportDataCellList
Create new list based on selected cell from a DataRow.
create(Collection<? extends DataCell>) - Static method in class org.knime.core.data.collection.BlobSupportDataCellSet
Factory method to create a set of data cells based on a collection.
create(DataRow, int[]) - Static method in class org.knime.core.data.collection.BlobSupportDataCellSet
Create new set containing selected cells from a DataRow.
create(ExecutionMonitor, Optional<String>, boolean, BufferedDataTable...) - Static method in class org.knime.core.data.container.ConcatenateTable
Creates a new table from argument tables.
create(ExecutionMonitor, BufferedDataTable...) - Static method in class org.knime.core.data.container.ConcatenateTable
Creates a new table from argument tables.
create(BufferedDataTable, BufferedDataTable, ExecutionMonitor) - Static method in class org.knime.core.data.container.JoinedTable
Creates new join table, does the sanity checks.
create(ColumnRearranger, BufferedDataTable, ExecutionMonitor, ExecutionContext) - Static method in class org.knime.core.data.container.RearrangeColumnsTable
This factory method is intended to be used immediately before the BufferedDataTable is created.
create(DataTableSpec) - Static method in class org.knime.core.data.container.VoidTable
Creates new "void" table based on a table spec.
create(ExecutionContext) - Method in class org.knime.core.data.convert.datacell.ArrayToCollectionConverterFactory
 
create(ExecutionContext) - Method in class org.knime.core.data.convert.datacell.FactoryMethodToDataCellConverterFactory
 
create(ExecutionContext) - Method in interface org.knime.core.data.convert.datacell.JavaToDataCellConverterFactory
Create an instance of a JavaToDataCellConverter which is able to convert instances of S into DataCells with the DataType returned by JavaToDataCellConverterFactory.getDestinationType().
create(ExecutionContext) - Method in class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
 
create() - Method in class org.knime.core.data.convert.java.CollectionConverterFactory
 
create() - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverterFactory
Create an instance of a DataCellToJavaConverter which is able to convert S into D.
create() - Method in class org.knime.core.data.convert.java.MissingToNullConverterFactory
 
create() - Method in class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
 
create(String) - Static method in class org.knime.core.data.date.DateAndTimeCellFactory
Creates a new DateAndTimeCell from the given string.
create(String, DateFormat) - Static method in class org.knime.core.data.date.DateAndTimeCellFactory
Creates a new data cell from the given string.
create(String) - Static method in class org.knime.core.data.def.BooleanCell.BooleanCellFactory
Creates a new boolean cell by parsing the string with Boolean.parseBoolean(String).
create(boolean) - Static method in class org.knime.core.data.def.BooleanCell.BooleanCellFactory
Creates a new boolean cell with the given value.
create(String) - Static method in class org.knime.core.data.def.DoubleCell.DoubleCellFactory
Creates a new double cell by parsing the given string with Double.parseDouble(String).
create(double) - Static method in class org.knime.core.data.def.DoubleCell.DoubleCellFactory
Creates a new double cell with the given value.
create(String) - Static method in class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervallCellFactory
 
create(double, double, double, double) - Static method in class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervallCellFactory
Creates a new fuzzy interval cell based on the min/max of support and of core.
create(String) - Static method in class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberCellFactory
 
create(double, double, double) - Static method in class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberCellFactory
Creates a new fuzzy number cell based on min, max support, and core.
create(String) - Static method in class org.knime.core.data.def.IntCell.IntCellFactory
Creates a new int cell by parsing the given string with Integer.parseInt(String).
create(int) - Static method in class org.knime.core.data.def.IntCell.IntCellFactory
Creates a new int cell with the given value.
create(String) - Static method in class org.knime.core.data.def.IntervalCell.IntervallCellFactory
Creates a new interval cell by parsing the given string.
create(double, double, boolean, boolean) - Static method in class org.knime.core.data.def.IntervalCell.IntervallCellFactory
Creates a new interval cell based on the minimum and maximum value.
create(double, double) - Static method in class org.knime.core.data.def.IntervalCell.IntervallCellFactory
Creates a new interval cell based on the minimum and maximum value while both bounds are included.
create(String) - Static method in class org.knime.core.data.def.LongCell.LongCellFactory
Creates a new long cell by parsing the given string with Long.parseLong(String).
create(int) - Static method in class org.knime.core.data.def.LongCell.LongCellFactory
Creates a new long cell with the given value.
create(long) - Static method in class org.knime.core.data.def.LongCell.LongCellFactory
Creates a new long cell with the given value.
create(String) - Static method in class org.knime.core.data.def.StringCell.StringCellFactory
Creates a new string cell with the given value.
create() - Static method in class org.knime.core.data.filestore.internal.NotInWorkflowWriteFileStoreHandler
 
create(InputStream) - Static method in class org.knime.core.data.image.png.PNGImageCellFactory
Creates a new data call containing a PNG image from the given stream.
create(byte[]) - Static method in class org.knime.core.data.image.png.PNGImageCellFactory
Creates a new data call containing a PNG image from the byte array.
create(String) - Static method in class org.knime.core.data.xml.PMMLCellFactory
Factory method to create DataCell representing Document.
create(Document) - Static method in class org.knime.core.data.xml.PMMLCellFactory
Factory method to create DataCell representing Document.
create(InputStream) - Static method in class org.knime.core.data.xml.PMMLCellFactory
Factory method to create DataCell representing Document.
create(String) - Static method in class org.knime.core.data.xml.XMLCellFactory
Factory method to create DataCell representing Document.
create(Document) - Static method in class org.knime.core.data.xml.XMLCellFactory
Factory method to create DataCell representing Document.
create(InputStream) - Static method in class org.knime.core.data.xml.XMLCellFactory
Factory method to create DataCell representing Document.
create(XMLValue) - Static method in class org.knime.core.data.xml.XMLCellFactory
Factory method to create DataCell representing Document.
create(ConfigBase, ConfigBaseRO) - Static method in class org.knime.core.node.config.ConfigEditTreeModel
Factory method that parses the settings tree and constructs a new object of this class.
create(ConfigBase) - Static method in class org.knime.core.node.config.ConfigEditTreeModel
Parses a settings tree and creates an empty mask (for later modification).
create(ExecutionContext) - Method in class org.knime.core.node.ExtensionTable
Create the actual buffered data table.
create(NodeID, NodeID) - Static method in class org.knime.core.node.workflow.NodeID.NodeIDSuffix
Createa a node ID suffix by removing the parent ID from the node ID.
create(T, M) - Static method in class org.knime.core.util.Pair
Factory method that infers the generic arguments, equivalent to constructor.
createAbsoluteModel() - Static method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
 
createAbstractNodeView(int, T) - Method in class org.knime.core.node.NodeFactory
Generalization of NodeFactory.createNodeView(int, NodeModel) to allow for creation of a more flexible AbstractNodeView.
createActivateAllOutputsDuringConfigureModel() - Static method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
 
createActivateAllOutputsDuringConfigureModel() - Static method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
 
createActivateAllOutputsDuringConfigureModel() - Static method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
 
createAddButtonListener() - Method in class org.knime.core.node.util.ConfigTablePanel
Create action listener reaction on the Add-Button.
createAddButtonListener() - Method in class org.knime.core.node.util.dialog.OutFieldsTable
Create action listener reaction on the Add-Button.
createAddIterationColumn() - Static method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeDialog
 
createAddProbabilities() - Static method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
 
createAddTableSpec(DataTableSpec, int) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
create part of table spec to be added to the input table.
createAddTableSpec(DataTableSpec, String[]) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
create part of table spec to be added to the input table.
createAggregateModel() - Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
 
createAggregationColsModel() - Static method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
 
createAlgorithmModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createAndAddNode(NodeFactory<?>) - Method in class org.knime.core.node.workflow.WorkflowManager
Uses given Factory to create a new node and then adds new node to the workflow manager.
createAndAddProject(String, WorkflowCreationHelper) - Method in class org.knime.core.node.workflow.WorkflowManager
Create new project - which is the same as creating a new subworkflow at this level with no in- or outports.
createAndAddSubWorkflow(PortType[], PortType[], String) - Method in class org.knime.core.node.workflow.WorkflowManager
Creates new metanode.
createAndSetFlowObjectStackFor(SingleNodeContainer, FlowObjectStack[]) - Method in class org.knime.core.node.workflow.WorkflowManager
Merges the incoming flow object stacks and sets it into the argument node.
createAppendColumnModel() - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
createAppendColumnNameModel(SettingsModelBoolean) - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
createAppendedColumnNameSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Creates a Settings Model for storing the name of the appended column.
createAppendedColumnNameSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Creates a Settings Model for storing the name of the appended column.
createAppendInputColsModel() - Static method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
 
createAppendProbabilities() - Static method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
 
createAppendProbs() - Static method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
 
createAppendSetListColModel() - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
 
createAssociationRuleFlagModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createBackwardsBreadthFirstSortedList(Set<Integer>) - Method in class org.knime.core.node.workflow.Workflow
Return map of node ids to set of port indices based on list of output ports.
createBar(String, Color) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
Creates a new BarDataModel with the given color.
createBar(String, Color) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
Creates a new BarDataModel with the given color.
createBarName(boolean, double, double) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Creates the name of the bin depending on the given boundaries.
createBinInterval(double, double, int, boolean) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
 
createBins(DataColumnSpec, int) - Method in class org.knime.base.node.viz.histogram.util.IntervalBinCreator
 
createBinStart(double, double, boolean) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Called to calculate the left start value of the binning.
createBitVectorColumnModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
CreateBitVectorNodeDialog - Class in org.knime.base.node.preproc.bitvector.create
The dialog for the Create Bit Vector node.
CreateBitVectorNodeDialog() - Constructor for class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeDialog
Creates an instance of the BitVectorGeneratorNodeDialog, containing an adjustable threshold.
CreateBitVectorNodeFactory - Class in org.knime.base.node.preproc.bitvector.create
The factory for the Create Bit Vector Node.
CreateBitVectorNodeFactory() - Constructor for class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeFactory
 
CreateBitVectorNodeModel - Class in org.knime.base.node.preproc.bitvector.create
The BitvectorGenerator translates all values above or equal to a given threshold to a set bit, values below that threshold to bits set to zero.
CreateBitVectorNodeModel() - Constructor for class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
Creates an instance of the BitVectorGeneratorNodeModel with one inport and one outport.
CreateBitVectorNodeModel.ColumnType - Enum in org.knime.base.node.preproc.bitvector.create
Enum with the different supported column types to choose from.
CreateBitVectorNodeModel.SetMatching - Enum in org.knime.base.node.preproc.bitvector.create
Enum with the matching options.
CreateBitVectorNodeModel.StringType - Enum in org.knime.base.node.preproc.bitvector.create
Represents the string types that can be parsed.
CreateBitVectorView - Class in org.knime.base.node.preproc.bitvector.create
The BitvectorGeneratorView provides information about the generation of the bitsets out of the data.
CreateBitVectorView(CreateBitVectorNodeModel) - Constructor for class org.knime.base.node.preproc.bitvector.create.CreateBitVectorView
Creates the view instance or the BitVectorGeneratorNode with the BitVectorGeneratorNodeModel as the underlying model.
createBlobDirNameForTemp(File) - Static method in class org.knime.core.data.container.Buffer
Guesses a "good" blob directory for a given binary temp file.
createBreadthFirstSortedList(Set<NodeID>, boolean) - Method in class org.knime.core.node.workflow.Workflow
Return map of node ids to set of port indices based on argument list of node ids.
createBuffer() - Method in class org.knime.core.data.container.CopyOnAccessTask
Called to start the copy process.
createBuffer(InputStream) - Method in class org.knime.core.data.container.CopyOnAccessTask
Called to start the copy process.
createBuffer(File, File, File, DataTableSpec, InputStream, int, Map<Integer, ContainerTable>, FileStoreHandlerRepository) - Method in class org.knime.core.data.container.DataContainer.BufferCreator
Creates buffer for reading.
createBuffer(int, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>, IWriteFileStoreHandler) - Method in class org.knime.core.data.container.DataContainer.BufferCreator
Creates buffer for writing (adding of rows).
createBufferedDataTable(DataTable, ExecutionMonitor) - Method in class org.knime.core.node.ExecutionContext
Caches the table argument and returns a reference to a BufferedDataTable wrapping the content.
createBufferedDataTables(DataTable[], ExecutionMonitor) - Method in class org.knime.core.node.ExecutionContext
Performs the creation of buffered datatables for an array of DataTables.
createButtonComponent() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
createButtonComponent() - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
createButtonComponent() - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
createButtonGroup(ButtonGroupEnumInterface[], ActionListener) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createButtonGroup(ButtonGroupEnumInterface[], ButtonGroupEnumInterface, ActionListener) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createButtonGroupBox(ButtonGroup, boolean, String, boolean) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createButtonToFilterPanel(String, String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Creates a JRadioButton to the given FilterTypePanel.
CreateByteVectorNodeDialog - Class in org.knime.base.node.preproc.bytevector.create
NodeDialog for the "CreateByteVector" Node.
CreateByteVectorNodeDialog() - Constructor for class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeDialog
New pane for configuring the CreateByteVector node.
CreateByteVectorNodeFactory - Class in org.knime.base.node.preproc.bytevector.create
NodeFactory for the "CreateByteVector" Node.
CreateByteVectorNodeFactory() - Constructor for class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeFactory
 
CreateByteVectorNodeModel - Class in org.knime.base.node.preproc.bytevector.create
This is the model implementation of CreateByteVector.
CreateByteVectorNodeModel() - Constructor for class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
Constructor for the node model.
createCacheSizeSettingsModel() - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
 
createCascadeModel() - Static method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
 
createCell() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with the factorys dimension and returns it.
createCell(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with the factorys dimension and the given level and returns it.
createCell(SotaCell[], int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with given data and level and returns it.
createCell(double[], int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with given data and level and returns it.
createCell(FuzzyIntervalValue[], int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new insatnce of Cell with given FuzzyIntervalValue data and level and returns it.
createCell(double[], double[], double[], double[], int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new insatnce of Cell with given min, max Core and Support data and level and returns it.
createCell(String, String) - Method in enum org.knime.base.node.preproc.constantvalue.TypeCellFactory
Creates a cell from the given String and the additional argument, which is sometimes necessary (e.g.for creating a DataAndTimeCell).
createCell(BigDecimal) - Method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
 
createCell(InputStream) - Method in class org.knime.core.data.blob.BinaryObjectCellFactory
Creates a new data cell from an input stream.
createCell(InputStream) - Method in interface org.knime.core.data.DataCellFactory.FromInputStream
Creates a new data cell from an input stream.
createCell(Reader) - Method in interface org.knime.core.data.DataCellFactory.FromReader
Creates a new data cell from a reader.
createCell(String) - Method in interface org.knime.core.data.DataCellFactory.FromString
Creates a new data cell from a string.ata
createCell(String) - Method in class org.knime.core.data.date.DateAndTimeCellFactory
Creates a new data cell from a string.ata
createCell(String) - Method in class org.knime.core.data.def.BooleanCell.BooleanCellFactory
Creates a new data cell from a string.ata
createCell(String) - Method in class org.knime.core.data.def.DoubleCell.DoubleCellFactory
Creates a new data cell from a string.ata
createCell(String) - Method in class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervallCellFactory
Creates a new data cell from a string.ata
createCell(String) - Method in class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberCellFactory
Creates a new data cell from a string.ata
createCell(String) - Method in class org.knime.core.data.def.IntCell.IntCellFactory
Creates a new data cell from a string.ata
createCell(String) - Method in class org.knime.core.data.def.IntervalCell.IntervallCellFactory
Creates a new data cell from a string.ata
createCell(String) - Method in class org.knime.core.data.def.LongCell.LongCellFactory
Creates a new data cell from a string.ata
createCell(String) - Method in class org.knime.core.data.def.StringCell.StringCellFactory
Creates a new data cell from a string.ata
createCell(InputStream) - Method in class org.knime.core.data.def.StringCell.StringCellFactory
Creates a new data cell from an input stream.
createCell(Reader) - Method in class org.knime.core.data.def.StringCell.StringCellFactory
Creates a new data cell from a reader.
createCell(InputStream) - Method in class org.knime.core.data.image.png.PNGImageCellFactory
Creates a new data cell from an input stream.
createCell(String) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell.Factory
Creates a new data cell from a string.ata
createCell(String) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell.Factory
Creates a new data cell from a string.ata
createCell(String) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell.Factory
Creates a new data cell from a string.ata
createCell(double[]) - Static method in class org.knime.core.data.vector.doublevector.DoubleVectorCellFactory
Create cell wrapping argument array - array reference is used (so do not modify aftwards!)
createCell(String[]) - Static method in class org.knime.core.data.vector.stringvector.StringVectorCellFactory
Create cell wrapping argument array - array reference is used (so do not modify afterwards!)
createCell(String) - Method in class org.knime.core.data.xml.PMMLCellFactory
Creates a new data cell from a string.ata
createCell(InputStream) - Method in class org.knime.core.data.xml.PMMLCellFactory
Creates a new data cell from an input stream.
createCell(String) - Method in class org.knime.core.data.xml.XMLCellFactory
Creates a new data cell from a string.ata
createCell(InputStream) - Method in class org.knime.core.data.xml.XMLCellFactory
Creates a new data cell from an input stream.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.BooleanCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.ComplexNumberCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in interface org.knime.core.node.config.Config.DataCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.DateAndTimeCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.DoubleCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.FuzzyIntervalCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.FuzzyNumberCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.IntCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.LongCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.MissingCellEntry
Create DataCell on given Config.
createCell(ConfigRO) - Method in class org.knime.core.node.config.Config.DataCellEntry.StringCellEntry
Create DataCell on given Config.
createCellFactory(String[], DataColumnSpec[], int) - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeModel
createCellFactory(String[], DataColumnSpec[], int) - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeModel
createCellFactory(String[], DataColumnSpec[], int) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
 
createCellValidator(DataColumnSpec, DataColumnSpec, DataValidatorColConflicts) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
Creates a cell validation decorator for the given parameters and this configuration.
createChangePrediction() - Method in class org.knime.base.node.mine.util.PredictorHelper
 
createChild(int) - Method in class org.knime.core.node.workflow.NodeID
Create a new nodeID with this as prefix and the argument as index.
createChild(int) - Method in class org.knime.core.node.workflow.NodeID.NodeIDSuffix
Create a new nodeID with this as prefix and the argument as index.
createChild(String) - Method in class org.knime.core.util.node.config.ConfigRegistry
Create child entry.
createChildAt(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Creates an empty child for the item specified by pos.
createChildren(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Creates emtpy children for all items, whose support is greater or equal to minSupport.
createChoiceModel() - Static method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
 
createChoiceModel() - Static method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
 
createChoiceModel() - Static method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
 
createChunkSizeModel() - Static method in class org.knime.base.node.preproc.transpose.TransposeTableNodeDialogPane
 
createClass(String) - Static method in class org.knime.core.eclipseUtil.GlobalClassCreator
Deprecated.
return Class specified name - using either normal classloader or special one if it was given before.
createClassColModel() - Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
 
createClassifyColumnModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
 
createClone() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
createClone() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
createClone() - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
createClone() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
 
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOddIntegerBounded
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
createClone() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
createClone() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
 
createClone() - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
 
createClone() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
 
createClone() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
 
createCloneWithValidatedValue(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Creates a new settings model with identical values for everything except the stored value (also except the list of listeners).
createColCountModel() - Static method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
 
createColFilterConf() - Static method in class org.knime.base.node.preproc.split2.SplitNodeModel2
 
createColFilterModel() - Static method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
 
createColFilterModel() - Static method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
 
createCollectionColsModel() - Static method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
 
createColNameSettingsModel() - Static method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
 
createColorMapping(Set<DataCell>) - Static method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
Create default color mapping for the given set of possible DataCell values.
createColPrefixModel() - Static method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
 
createColSelectModel() - Static method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
 
createColSelectSettingsModel() - Static method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
 
createColTypeFilter() - Static method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
 
createColTypeModel() - Static method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
 
createColumName(ColumnAggregator) - Method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
 
createColumnElement(DBColumn) - Static method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Creates a new instance of ColumnElement from the given DBColumn instance
createColumnFilterModel() - Static method in class org.knime.base.node.io.database.DBColumnFilterNodeDialogPane
 
createColumnFilterModel() - Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
 
createColumnFilterModel() - Static method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
 
createColumnFilterModel() - Static method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
Factory method to instantiate a default settings object, used in constructor and in dialog.
createColumnFilterModel() - Static method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
 
createColumnFilterRetainedColumns() - Static method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeDialogPane
Return settings model for retained output columns.
createColumnFilterValueColumns() - Static method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeDialogPane
Return settings model for value columns.
createColumnList() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPane
 
createColumnList() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.TypePane
 
createColumnModel() - Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
 
createColumnModel() - Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
 
createColumnModel() - Static method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
 
createColumnModel() - Static method in class org.knime.base.node.viz.property.color.ColorAppender2NodeDialogPane
 
createColumnModel() - Static method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeDialogPane
 
createColumnModel() - Static method in class org.knime.base.node.viz.property.size.SizeAppenderNodeDialogPane
 
createColumnModel() - Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeDialogPane
 
createColumnName(String, DBAggregationFunction, List<Object>) - Method in interface org.knime.core.node.port.database.pivoting.PivotColumnNameGenerator
 
createColumnNameModel() - Static method in class org.knime.base.node.image.ImageToTableNodeDialog
 
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
 
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
 
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
Creates a column rearranger that describes the changes to the input table.
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
Creates the ColumnRearranger for the rearranger table.
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Creates a column rearranger that describes the changes to the input table.
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
Creates a column rearranger that describes the changes to the input table.
createColumnRearranger(DataTableSpec, SimpleStreamableOperatorInternals) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Extends the behavior of SimpleStreamableFunctionNodeModel.createColumnRearranger(DataTableSpec) by an empty internals object that is filled while processing the data.
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
Creates column rearranger doing all the work.
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
Creates and returns an instance of the column rearranger which re sorts the input columns in a user specified way.
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
Creates a column rearranger that describes the changes to the input table.
createColumnRearranger(DataTableSpec, SimpleStreamableOperatorInternals) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Extends the behavior of SimpleStreamableFunctionNodeModel.createColumnRearranger(DataTableSpec) by an empty internals object that is filled while processing the data.
createColumnRearranger(DataTableSpec, SimpleStreamableOperatorInternals) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Extends the behavior of SimpleStreamableFunctionNodeModel.createColumnRearranger(DataTableSpec) by an empty internals object that is filled while processing the data.
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Creates the output data table spec according to the current settings.
createColumnRearranger(DataTableSpec, SimpleStreamableOperatorInternals) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
 
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
Creates a column rearranger that describes the changes to the input table.
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Creates a column rearranger that describes the changes to the input table.
createColumnRearranger(DataTableSpec, String, DataType) - Static method in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
Creates the ColumnRearranger that appends a new column with the values of the row id to a data table.
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
 
createColumnRearranger(DataTableSpec) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
Creates the column rearranger that computes the new cells.
createColumnRearranger(DataTableSpec) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
Creates a column rearranger that describes the changes to the input table.
createColumnRearranger(DataTableSpec) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
Creates a column rearranger that describes the changes to the input table.
createColumnRearranger(DataTableSpec, T) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
Extends the behavior of SimpleStreamableFunctionNodeModel.createColumnRearranger(DataTableSpec) by an empty internals object that is filled while processing the data.
createColumnRearrangeTable(BufferedDataTable, ColumnRearranger, ExecutionMonitor) - Method in class org.knime.core.node.ExecutionContext
Creates a new BufferedDataTable based on a given input table (in) whereby only some of the columns of in have changed.
createColumnSelectionModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createColumnSettings() - Static method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
 
createColumnSpec(String, DataColumnSpec) - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
createColumnSpec(String, DataColumnSpec) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
createColumnSpec(String, DataColumnSpec) - Method in class org.knime.base.data.aggregation.AggregationOperator
createColumnSpec(PMMLPortObjectSpec, DataTableSpec, RegressionPredictorSettings) - Static method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorCellFactory
Creates the spec of the output if possible.
createColumnSpecs(String[], DataType[]) - Static method in class org.knime.core.data.DataTableSpec
Static helper method to create a DataColumnSpec array from the given names and types.
createColumnTypeModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createComparatorMethod() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createComponent() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
Creates the component.
createComponent() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
Creates the component.
createConcatenateTable(ExecutionMonitor, BufferedDataTable...) - Method in class org.knime.core.node.ExecutionContext
Creates a new BufferedDataTable, which is row-wise concatenation of the argument tables.
createConcatenateTable(ExecutionMonitor, Optional<String>, boolean, BufferedDataTable...) - Method in class org.knime.core.node.ExecutionContext
Creates a new BufferedDataTable, which is row-wise concatenation of the argument tables.
createConfidenceModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createConfig() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
 
createConfig() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeModel
createConfigurationPanel(List<DataColumnSpec>) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
Called if the user dropped DataColumnSpecs onto the add button.
createConnection(String, String, String, boolean, Driver) - Method in class org.knime.core.node.port.database.connection.CachedConnectionFactory
 
createConnection() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
createConnection(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Create a database connection based on this settings.
createConnectionFactory(DBDriverFactory) - Method in class org.knime.core.node.port.database.DatabaseUtility
 
createConnectionFactory(DBDriverFactory) - Method in class org.knime.core.node.port.database.OracleUtility
createConnectionModel() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Create connection model with all settings used to create a database connection.
createConnectionModel() - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Create connection model with all settings used to create a database connection.
createConnectionProperties(String, String) - Method in class org.knime.core.node.port.database.connection.CachedConnectionFactory
 
createConnectionProperties(String, String) - Method in class org.knime.core.node.port.database.OracleCachedConnectionFactory
createContext() - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
Creates a new workflow context with the information set in this factory.
createController() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
Create and return a controller that shows the label and description together with the actual value represented by this quickform configuration.
createCoordinate(DataColumnSpec) - Static method in class org.knime.base.util.coordinate.Coordinate
Factory method to create a coordinate for a given column spec.
createCoordinate(DataColumnSpec) - Method in interface org.knime.base.util.coordinate.CoordinateFactory
Factory method for creating a Coordinate according to a DataColumnSpec.
createCoordinate(DataColumnSpec) - Method in class org.knime.base.util.coordinate.DoubleCoordinateFactory
Factory method for creating a Coordinate according to a DataColumnSpec.
createCoordinate(DataColumnSpec) - Method in class org.knime.base.util.coordinate.IntegerCoordinateFactory
Factory method for creating a Coordinate according to a DataColumnSpec.
createCoordinate(DataColumnSpec) - Method in class org.knime.base.util.coordinate.NominalCoordinateFactory
Factory method for creating a Coordinate according to a DataColumnSpec.
createCopyPersistor() - Method in class org.knime.core.node.Node
Create a persistor that is used to paste a copy of this node into the same or a different workflow.
createCorrelationMatrix(ExecutionContext) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Creates the correlation table, used in the view and as output table.
createCountModel() - Static method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
 
createCountStarColNameModel() - Static method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
 
createCovarianceMatrix(RegressionResults) - Method in class org.knime.base.node.mine.regression.RegressionStatisticsLearner
Creates the covariance matrix from the RegressionResults.
createCovarianceMatrixSpec(String[]) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
 
createCovarianceTable(ExecutionContext, double[][], String[]) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
create data table from covariance matrix.
createCovariateListAndFillFactors(DataTable, RegressionTrainingData, List<String>) - Method in class org.knime.base.node.mine.regression.RegressionStatisticsLearner
Collect the factors (nominal columns) and the covariate (numeric columns) column names.
createDataCell(Object) - Method in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated.
Factory method to get DataCells from basic types.
createDataCell(double) - Method in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated.
Creates new DoubleCell for a double.
createDataCell(float) - Method in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated.
Creates new DoubleCell for a float.
createDataCell(int) - Method in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated.
Creates new IntCell for an int.
createDataCell(byte) - Method in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated.
Creates new IntCell for a byte.
createDataCell(boolean) - Method in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated.
Creates new IntCell for a boolean having value 1 if b==true or 0 if b==false.
createDataCell() - Method in interface org.knime.core.data.vector.bitvector.BitVectorCellFactory
Creates a DataCell from the currently stored bit vector.
createDataCell() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Creates a DataCell from the currently stored bit vector.
createDataCell() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Creates a DataCell from the currently stored bit vector.
createDataCell() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Creates a DataCell from the currently stored byte vector.
createDataCell() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Creates a DataCell from the currently stored byte vector.
createDataCellOfType(DataType, String) - Method in class org.knime.base.node.io.filereader.DataCellFactory
Creates a DataCell of the specified type from the data passed.
createDataContainer(DataTableSpec, boolean) - Method in class org.knime.core.data.sort.AbstractTableSorter
Creates data container, either a buffered data container or a plain one.
createDataContainer(DataTableSpec, boolean) - Method in class org.knime.core.data.sort.BufferedDataTableSorter
Creates data container, either a buffered data container or a plain one.
createDataContainer(DataTableSpec, boolean) - Method in class org.knime.core.data.sort.DataTableSorter
Creates data container, either a buffered data container or a plain one.
createDataContainer(DataTableSpec) - Method in class org.knime.core.node.ExecutionContext
Creates a container to which rows can be added.
createDataContainer(DataTableSpec, boolean) - Method in class org.knime.core.node.ExecutionContext
Creates a container to which rows can be added.
createDataContainer(DataTableSpec, boolean, int) - Method in class org.knime.core.node.ExecutionContext
Creates a container to which rows can be added, overwriting the node's memory policy.
createDataFileDirName(int) - Static method in class org.knime.core.node.FileNodePersistor
 
createDataRow(long, long, long, DataRow, OutputRow.Settings) - Static method in class org.knime.base.node.preproc.joiner.OutputRow
Create a DataRow that stores information of a inner or outer joins.
createDataRow(long, long, long, OutputRow.Settings) - Static method in class org.knime.base.node.preproc.joiner.OutputRow
Create a DataRow that stores information of a right outer join.
createDataRows(ExecutionMonitor, BufferedDataContainer, boolean, AtomicInteger) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
createDataRows(ExecutionMonitor, BufferedDataContainer, boolean, AtomicInteger) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
createDataRows(ExecutionMonitor, BufferedDataContainer, boolean, AtomicInteger) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
createDataRows(ExecutionMonitor, BufferedDataContainer, boolean, AtomicInteger) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
createDataRows(ExecutionMonitor, BufferedDataContainer, boolean, AtomicInteger) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
createDataTableColModel() - Static method in class org.knime.base.node.preproc.filter.rowref.RowRefNodeDialogPane
 
createDataTableSpec() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Derives a DataTableSpec from the current settings.
createDataTableSpec(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
createDataTableSpec() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
createDataTableSpec(DataTableSpec, int) - Static method in class org.knime.base.node.mine.mds.MDSNodeModel
Deprecated.
should not be used anymore, since column rearranger creates the output spec.
createDataTableSpec(DataTableSpec, int) - Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Deprecated.
should not be used anymore, since column rearranger creates the output spec.
createDataTableSpec(DataTableSpec) - Static method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Deprecated.
Try the private #createOutputTableSpec(DataTableSpec) instead.
createDataTableSpec(DataTableSpec) - Method in class org.knime.core.data.sort.SortingDescription
 
createDataTableSpecFromARFFfile(URL, ExecutionMonitor) - Static method in class org.knime.base.node.io.arffreader.ARFFTable
Reads in the header of the specified ARFF file and returns a corresponding table spec object.
createDateCell(Date, boolean, boolean, boolean) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
createDBQueryConnection(DatabasePortObjectSpec, String) - Method in class org.knime.base.node.io.database.DBNodeModel
Creates a new query connection based on the connection settings, that is, either create a new table or wrap the SQL statement.
createDBRowIterator(DataTableSpec, DatabaseQueryConnectionSettings, BinaryObjectCellFactory, boolean, ResultSet) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
 
createDBRowIterator(DataTableSpec, DatabaseConnectionSettings, BinaryObjectCellFactory, boolean, ResultSet, long) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
 
createDCSFilterConfiguration() - Static method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
A new configuration to store the settings.
createDCSFilterConfiguration() - Static method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
A new configuration to store the settings.
createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
A new configuration to store the settings.
createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
A new configuration to store the settings.
createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
A new configuration to store the settings.
createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
A new configuration to store the settings.
createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
A new configuration to store the settings.
createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
A new configuration to store the settings.
createDCSFilterConfiguration() - Static method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
A new configuration to store the settings.
createDCSFilterConfigurationMinMax() - Static method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
A new configuration to store the settings.
createDCSFilterConfigurationPossVals() - Static method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
A new configuration to store the settings.
createDecompositionOutputTable(ExecutionContext, EigenvalueDecomposition, String[]) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
create a table containing the given spectral decomposition.
createDecompositionTableSpec(String[]) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
create table spec for output of spectral decomposition.
createDefaultColumnProperty(SortedMap<Integer, ColProperty>) - Static method in class org.knime.base.node.io.tablecreator.table.PropertyColumnsAction
Generates a ColProperty object with default settings.
createDefaultLayout(Map<NodeID.NodeIDSuffix, WizardNode>) - Method in interface org.knime.core.node.wizard.util.DefaultLayoutCreator
Creates a default layout structure as a serialized JSON string.
createDefaultLayout(Map<NodeID.NodeIDSuffix, WizardNode>) - Static method in class org.knime.core.node.wizard.util.LayoutUtil
Creates a default layout structure as a serialized JSON string.
createDefaultMissingSection(boolean) - Static method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
Creates the default missing section.
createDefaultTableHeader() - Method in class org.knime.core.node.tableview.TableContentView
createDerivedFieldName(String) - Method in class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
Creates a new unique derived field name and stores the mapping.
createDescriptionPane() - Static method in class org.knime.base.data.aggregation.AggregationMethods
Creates a JScrollPane that lists all available aggregation methods and a short description of each method.
createDialogPanel() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeDialog
createDialogPanel() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
 
createDialogPanel() - Method in interface org.knime.core.node.dialog.DialogNodeRepresentation
 
createDictInputColModel() - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
createDictOutputColModel() - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
createDisretizeOp(Map<String, double[]>) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner
 
createDistanceManager(String, boolean, double, boolean) - Static method in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDistanceManager(String) - Static method in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDistanceManager(String, boolean) - Static method in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDistanceManager(String, boolean, boolean) - Static method in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDistanceManager(String, boolean, double) - Static method in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDistanceManager(String) - Static method in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDistanceManager(String, boolean) - Static method in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
Creates a new instance extending the DistanceManager interface.
createDomain() - Method in class org.knime.core.data.DataColumnDomainCreator
Creates a read-only DataColumnDomain based on the internal values.
createDomain(DataColumnSpec) - Method in interface org.knime.core.data.DomainCreatorColumnSelection
Whether to create or recreate the domain for the specific column.
createDoubleValueSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
 
createDuplicateColumnHandlingUIConstrols() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
 
createElement(Color) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
createElement(Color) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
createElement(Color) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBarDataModel
createElement(Color) - Method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
createEmptyDialogValue() - Method in interface org.knime.core.node.dialog.DialogNode
Used by the framework to create an empty and uninitialized dialog value instance.
createEmptyDocument(DataDictionaryDocument.DataDictionary) - Static method in class org.knime.core.node.port.pmml.PMMLModelWrapper
creates an empty document.
createEmptyTIDItemSet(String, int) - Static method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
Creates an empty TIDItemSet with no items but, since it is an empty set, present in all transactions.
createEmptyViewRepresentation() - Method in interface org.knime.core.node.wizard.WizardNode
 
createEmptyViewValue() - Method in interface org.knime.core.node.wizard.WizardNode
 
createEnableHiliteModel() - Static method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
 
createEnableModel() - Static method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
 
createEndLoop() - Static method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeDialog
 
createEntry(String, String) - Method in enum org.knime.core.node.config.base.ConfigEntries
Creates a new Config entry from String.
createErrorMessageAndNotify(String, Throwable) - Method in class org.knime.core.node.Node
Creates a new NodeMessage object of type error and notifies registered NodeMessageListeners.
createExecutionContext() - Method in class org.knime.core.node.workflow.NativeNodeContainer
createExecutionContext() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
createExecutionContext() - Method in class org.knime.core.node.workflow.SubNodeContainer
createExecutionResult(ExecutionMonitor) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Saves all internals that are necessary to mimic the computed result into a new execution result object.
createExecutionResult(ExecutionMonitor) - Method in class org.knime.core.node.workflow.NodeContainer
Saves all internals that are necessary to mimic the computed result into a new execution result object.
createExecutionResult(ExecutionMonitor) - Method in class org.knime.core.node.workflow.SubNodeContainer
Saves all internals that are necessary to mimic the computed result into a new execution result object.
createExecutionResult(ExecutionMonitor) - Method in class org.knime.core.node.workflow.WorkflowManager
Saves all internals that are necessary to mimic the computed result into a new execution result object.
createExtensionDerivedField(DATATYPE.Enum, String) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Creates a derived field that contains an extension which contains the name of the factory to use for the replacement.
createFactorModel() - Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeDialogPane
 
createFailIfExceptionModel() - Static method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
 
createFailIfNotExistsModel() - Static method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
 
createFailOnErrorModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createFailOnInvalidSettingsMode() - Static method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Creates a new SettingsModelString for the fail-on-invalid setting.
createFailOnMissing() - Static method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
 
createFailOnOutOfInterval() - Static method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
 
createFakeSettings(String, String[], String[], boolean) - Static method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
Creates a fake configuration to help migrating the old configuration.
createFieldSettings() - Method in class org.knime.core.node.util.dialog.field.FieldList.FieldSettingsFactory
Create empty JavaField object.
createFieldTypeCellEditor() - Method in class org.knime.core.node.util.dialog.OutFieldsTable
Create cell editor for for the input columns / flow variables.
createFileChooserModel() - Static method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeDialog
 
createFileModel() - Static method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeDialog
 
CreateFilenameConfigKeys - Class in org.knime.base.node.flowvariable.createfilename
 
CreateFilenameNodeDialog - Class in org.knime.base.node.flowvariable.createfilename
 
CreateFilenameNodeDialog() - Constructor for class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
Creates s dialog for the FilenameCreator node.
CreateFilenameNodeFactory - Class in org.knime.base.node.flowvariable.createfilename
 
CreateFilenameNodeFactory() - Constructor for class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeFactory
 
CreateFilenameNodeModel - Class in org.knime.base.node.flowvariable.createfilename
 
CreateFilenameNodeModel() - Constructor for class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
Creates a new instance of the FilenameCreator model.
createFileOutSettings() - Static method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
Create settings for file output path.
createFileStore(String) - Method in class org.knime.core.data.filestore.FileStoreFactory
Creates the file store object.
createFileStore(WriteFileStoreHandler, FileStoreKey) - Static method in class org.knime.core.data.filestore.FileStoreUtil
 
createFileStore(String) - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
 
createFileStore(String) - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
createFileStore(String) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
createFileStore(String) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
createFileStore(String) - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
createFileStore(String) - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
createFileStore(String) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
 
createFileStore(String) - Method in class org.knime.core.node.ExecutionContext
Creates a FileStore handle during execution that can be used to instantiate a FileStoreCell and fill a table.
createFileStoreInLoopBody(String) - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
 
createFileStoreInLoopBody(String) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
createFileStoreInLoopBody(String) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
createFileStoreInNestedLoop(String, byte[], int) - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
 
createFileStoreInNestedLoop(String, byte[], int) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
createFileStoreInNestedLoop(String, byte[], int) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
createFileStoreInternal(String, byte[], int) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
createFileStoreInternal(String, byte[], int) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
 
createFileTable(ExecutionContext) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
 
createFilter(boolean) - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
createFilter(boolean) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
 
createFilter(boolean) - Method in class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
createFilter(boolean) - Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
createFilterConfiguration() - Static method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
createFilterConfiguration() - Static method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
 
createFilterTableSpec(DataTableSpec, String...) - Static method in class org.knime.base.data.filter.column.FilterColumnTable
Calls FilterColumnTable.createFilterTableSpec(DataTableSpec, int[]) arguments with the correct values in the int[] argument, i.e.
createFilterTableSpec(DataTableSpec, boolean, int...) - Static method in class org.knime.base.data.filter.column.FilterColumnTable
This function constructs a spec for this filter table.
createFilterTableSpec(DataTableSpec, int...) - Static method in class org.knime.base.data.filter.column.FilterColumnTable
This function constructs a spec for this filter table.
createFinalSpec(DataTableSpec) - Static method in class org.knime.base.node.mine.smote.Smoter
Creates the out spec when smoting the table with inSpec.
createFirstColumnModel() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createFirstRowIdsNameSettingsModel(SettingsModelBoolean) - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
 
createFlowPrefixModel(SettingsModelBoolean) - Static method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeDialogPane
 
createFlowVariableModel(String, FlowVariable.Type) - Method in class org.knime.core.node.NodeDialogPane
Create model and register a new variable for a specific settings entry (in a non-hierarchical settings object).
createFlowVariableModel(String[], FlowVariable.Type) - Method in class org.knime.core.node.NodeDialogPane
Create model and register a new variable for a specific settings entry for a hierarchical settings object.
createFlowVariableModel(SettingsModelFlowVariableCompatible) - Method in class org.knime.core.node.NodeDialogPane
Create model and register a new variable for a specific settings object.
createFlowVariableNameSettingsModel() - Static method in class org.knime.base.node.io.database.SQLExtractNodeModel
Creates a settings model for the flow variable which contains the SQL.
createFlowVariableNameSettingsModel() - Static method in class org.knime.base.node.io.database.SQLInjectNodeModel
Creates a settings model for the flow variable which contains the SQL.
createFrame(String) - Method in class org.knime.core.node.NodeView
Deprecated.
This method will be removed without replacement in future versions of KNIME as client code should not be required to open views.
createFrame(String, Rectangle) - Method in class org.knime.core.node.NodeView
Deprecated.
This method will be removed without replacement in future versions of KNIME as client code should not be required to open views.
createFrom(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Factory method used in NodeModel#validate and #loadSettingsFrom.
createFromObsoleteCustomName(String) - Static method in class org.knime.core.node.workflow.NodeAnnotationData
 
createFuzzyIntervalCell() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Returns a DataCell, either missing if undefined, or a FuzzyIntervalCell using the membership function properties.
createGeneralRegressionContent() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Creates a new PMML General Regression Content from this logistic regression model.
createGeneralRegressionContent() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Creates a new PMML General Regression Content from this logistic regression model.
createGeneralRegressionContent() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
Creates a new PMML General Regression Content from this polynomial regression model.
createGeneralRegressionContent() - Method in class org.knime.base.node.mine.regression.RegressionContent
Creates a new PMML General Regression Content from this linear regression model.
createGlobalSettings(ExecutionContext, BufferedDataTable, List<String>, int) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Creates the GlobalSettings object that is passed to all AggregationMethods.
createGraphNode(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageGraphView.DecTreeToImageNodeWidgetFactory
Create a NodeWidget which is a visual representation of the given object.
createGraphNode(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidgetFactory
Create a NodeWidget which is a visual representation of the given object.
createGraphNode(K) - Method in interface org.knime.base.node.mine.decisiontree2.view.graph.NodeWidgetFactory
Create a NodeWidget which is a visual representation of the given object.
createGridColCountModel() - Static method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
 
createGridColCountModel() - Static method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
 
createGridColumnModel() - Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
 
createGroupByModel() - Static method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
 
createGroupBySpec(DataTableSpec, List<String>) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Generate table spec based on the input spec and the selected columns for grouping.
createGroupByTable(ExecutionContext, BufferedDataTable, DataTableSpec, int[]) - Method in class org.knime.base.node.preproc.groupby.BigGroupByTable
createGroupByTable(ExecutionContext, BufferedDataTable, List<String>) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Create group-by table.
createGroupByTable(ExecutionContext, BufferedDataTable, List<String>, boolean, boolean, List<ColumnAggregator>) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Create group-by table.
createGroupByTable(ExecutionContext, BufferedDataTable, List<String>, boolean, boolean, boolean, List<ColumnAggregator>) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Deprecated.
sortInMemory is no longer required
createGroupByTable(ExecutionContext, BufferedDataTable, DataTableSpec, int[]) - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
createGroupByTable(ExecutionContext, BufferedDataTable, DataTableSpec, int[]) - Method in class org.knime.base.node.preproc.groupby.MemoryGroupByTable
createGroupByTableSpec(DataTableSpec, List<String>, ColumnAggregator[], ColumnNamePolicy) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
 
createGroupColumnsModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
 
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHandler(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
Creates a new instance of a missing cell handler managed by this factory.
createHeaderView(JTable) - Static method in class org.knime.core.node.tableview.TableRowHeaderView
Factory method that creates a row header view for a given table.
createHiLiteMenu() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
createHiLiteMenu() - Method in class org.knime.core.node.tableview.TableView
Get a new menu to control hiliting for this view.
createHiLiteMenuItems() - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Helper function to create new JMenuItems that are in the hilite menu.
createHiLiteMenuItems() - Method in class org.knime.core.node.tableview.TableView
Helper function to create new JMenuItems that are in the hilite menu.
createHiLiteModel() - Static method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeDialogPane
Create model to enable/disable hiliting.
createHistogramModel(ExecutionContext, int, BufferedDataTable) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
This method should use the given information to create the internal histogram data model.
createHistogramModel(ExecutionContext, int, BufferedDataTable) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
This method should use the given information to create the internal histogram data model.
createHistogramModel(ExecutionContext, int, BufferedDataTable) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
This method should use the given information to create the internal histogram data model.
createHTMLDetailData(List<? extends AggregationValModel>) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createHTMLDetailData(List<? extends AggregationValModel>, double[]) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createHTMLTable(String, String, String, int, Map<String, ? extends Object>, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
createHTMLTable(String, String, String, int, Map<String, ? extends Object>, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
createHTMLTotalData(double[]) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createIgnoreMissing() - Static method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
 
createIgnoreMissingValsModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
 
createIncludeColsModel() - Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
 
createIncludedColumnsSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Creates a Settings Model for storing the columns that are included in the many-to-one conversion.
createIncludedColumnsSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Creates a Settings Model for storing the columns that are included in the many-to-one conversion.
createIncludeEmptyResultsModel() - Static method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
 
createIncludeMethodSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Creates a Settings Model for storing the include method.
createIncludeMethodSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Creates a Settings Model for storing the include method.
createInExcludeModel() - Static method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
 
createInExcludeModel() - Static method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
 
createInitialStreamableOperatorInternals() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Streaming API (pending): Used to initialize an iterative streamable execution.
createInitialStreamableOperatorInternals() - Method in class org.knime.core.node.NodeModel
Streaming API (pending): Used to initialize an iterative streamable execution.
createInitJSViewMethodCall(REP, VAL) - Method in interface org.knime.core.node.wizard.WizardViewCreator
Creates the JavaScript code to initialize the view implementation with the respective view representation and value objects.
createInMemoryTable(ExecutionContext) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTableCreator
Creates the InMemoryTable.
createInnerStatement(StatementManipulator, String, List<String>, List<PivotData>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.CasePivotStatementGenerator
createInnerStatement(StatementManipulator, String, List<String>, List<PivotData>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
 
createInputColumn() - Static method in class org.knime.base.node.util.ExpandVectorNodeModel
 
createInputColumns() - Static method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
 
createInsertStatment(String, String, int[], boolean) - Method in class org.knime.core.node.port.database.DatabaseHelper
 
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.AggregationOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.booleancell.FalseCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.booleancell.TrueCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.AndElementCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.ElementCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.OrElementCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.XORElementCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.date.DateMeanOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.date.DayRangeOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.date.MedianDateOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.deprecated.AndElementCountOperator
Deprecated.
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.deprecated.AndElementOperator
Deprecated.
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated.
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.deprecated.SumOperator
Deprecated.
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated.
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated.
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.ConcatenateOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.CountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.FirstOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.LastOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.ListCellOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.MaxOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.MinOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.MissingValueCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.ModeOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.PercentOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.SetCellOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.SortedListCellOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.general.UniqueCountOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.GeometricStdDeviationOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.KurtosisOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.MeanAbsoluteDeviationOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.MedianAbsoluteDeviationOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.MedianOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.ProductOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.SecondMomentOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.SkewnessOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.StdDeviationOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.SumOfLogsOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.SumOfSquaresOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.SumOperator
Creates a new instance of this operator.
createInstance(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
Creates a new instance of this operator.
createInstance() - Method in interface org.knime.core.node.port.database.aggregation.DBAggregationFunctionFactory
 
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.BitAndDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.BitOrDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.BitXOrDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.CountDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.FirstDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.h2.BoolAndDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.h2.BoolOrDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.h2.SelectivtyDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.LastDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.MaxDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.MinDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.postgresql.ArrayAggDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.sqlite.TotalDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.StdDevPopDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.StdDevSampDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.SumDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.VariancePopDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.VarianceSampDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.VarPopDBAggregationFunction.Factory
createInstance() - Method in class org.knime.core.node.port.database.aggregation.function.VarSampDBAggregationFunction.Factory
createIntegerValueSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
 
createInteractiveIntervalBins(DataColumnSpec, int) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Creates the given number of interval bins for the given column specification.
createInteractiveNominalBins(DataColumnSpec) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Creates interactive nominal bins for the given column specification.
createInteractiveView(InteractiveHiLiteCollectorNodeModel) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeFactory
createInteractiveView(T) - Method in interface org.knime.core.node.interactive.InteractiveNodeFactoryExtension
 
createInternalBufferID() - Method in class org.knime.core.data.container.DataContainer
Get an internal id for the buffer being used.
createInternalBufferID() - Method in class org.knime.core.node.BufferedDataContainer
Get an internal id for the buffer being used.
createIntervalBins(DataColumnSpec, int) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Creates the given number of interval bins for the given column specification.
createIntervalWidthModel() - Static method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Creates the model for the interval width.
createInvalidRowsSelectionMenu() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
createInvalidSpec(String) - Static method in class org.knime.core.node.util.DataColumnSpecListCellRenderer
 
createInvalidSpec(String, DataType) - Static method in class org.knime.core.node.util.DataColumnSpecListCellRenderer
 
createInvalidSpec(DataColumnSpec) - Static method in class org.knime.core.node.util.DataColumnSpecListCellRenderer
 
createIsFilteredModel() - Static method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
 
createItemsetLengthModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createItemSetTypeModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createIterationsModel() - Static method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeDialog
 
createJoinedKey(RowKey, RowKey) - Method in class org.knime.base.node.preproc.joiner.ConcatenateJoinedRowKeyFactory
Creates a row key of the joined row.
createJoinedKey(RowKey, RowKey) - Method in interface org.knime.base.node.preproc.joiner.JoinedRowKeyFactory
Creates a row key of the joined row.
createJoinedKey(RowKey, RowKey) - Method in class org.knime.base.node.preproc.joiner.UseSingleRowKeyFactory
Creates a row key of the joined row.
createJoinedTable(BufferedDataTable, BufferedDataTable, ExecutionMonitor) - Method in class org.knime.core.node.ExecutionContext
Creates a new BufferedDataTable that is a column based join of the argument tables.
createJoinerSettingsTab() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
 
createJoinModeUIControls() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
 
createJoinPredicateUIControls(boolean, boolean) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
 
createKeepColumnsSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Creates a Settings Model for storing whether the merged columns should be kept additionally to the appended column.
createKeepColumnsSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Creates a Settings Model for storing whether the merged columns should be kept additionally to the appended column.
createKernelParams() - Static method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
creates the kernel parameter SettingsModels.
createLabel(double, int, AggregationMethod) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createLabel(double, int, AggregationMethod, ValueScale) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
 
createLabel(PieSectionDataModel) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
createLabel(PieSectionDataModel, PieSubSectionDataModel) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
createLabel() - Method in enum org.knime.core.node.util.FilesHistoryPanel.LocationValidation
Creates a label for this location validation type.
createLastDisplayedRowModel(int) - Static method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
 
createLearningColumnsSettingsModel() - Static method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Creates a SettingsModel for the selection of learning columns.
createLimitCheckerModel() - Static method in class org.knime.base.node.io.table.read.ReadTableNodeModel
 
createLimitRowsSettingsModel() - Static method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Creates a new SettingsModel for the boolean value indicating whether rows should be filtered.
createLimitSpinnerModel(SettingsModelBoolean) - Static method in class org.knime.base.node.io.table.read.ReadTableNodeModel
 
createLink(URI) - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
Create a new link template info based on this template, which is supposed to be accessible under the argument URI.
createLinkWithUpdatedSource(URI) - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
Create a new link template info based on this template (which must be a link already), which is supposed to be accessible under the argument URI.
createList(int) - Method in class org.knime.base.node.viz.histogram.util.FixedIntervalBinCreator
createList(int) - Method in class org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator
createList(int) - Method in class org.knime.base.node.viz.histogram.util.IntervalBinCreator
 
createListCell(Collection<? extends DataCell>) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Factory method to create a ListCell based on a collection.
createListCell(DataRow, int[]) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Creates a new ListCell based on selected cells from a DataRow.
createListComponent(String) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Creates the list component that contains the possible options to choose from (displayed on the left hand).
createListComponent(String) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
Creates the list component that contains the possible options to choose from (displayed on the left hand).
createListComponent(String) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
Creates the list component that contains the possible options to choose from (displayed on the left hand).
createLoadPersistor(File) - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
Create persistor for a workflow or template.
createLoadPersistor(File, WorkflowLoadHelper) - Static method in class org.knime.core.node.workflow.WorkflowManager
Create persistor for a workflow or template.
createLocalCloneForWriting() - Method in class org.knime.core.data.container.Buffer
Creates a clone of this buffer for writing the content to a stream that is of the current version.
createLocalCloneForWriting() - Method in class org.knime.core.data.container.NoKeyBuffer
Creates a clone of this buffer for writing the content to a stream that is of the current version.
createLongValueSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
 
createLookaheadSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
 
createLookbehindSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
 
createLowerBoundCheckBoxModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createLowerBoundModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createLowerBoundTextfieldModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createMappingModel() - Static method in class org.knime.base.node.viz.property.size.SizeManager2NodeDialogPane
 
createMatchOption() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createMatchValue() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createMaxMismatchesModel() - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
 
createMaxNewColumns() - Static method in class org.knime.base.node.util.ExpandVectorNodeModel
 
createMaxNominalValsModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
 
createMaxNominalValuesModel() - Static method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
 
createMaxNumPatternSettings() - Static method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
 
createMaxNumPatternSettings() - Static method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
 
createMaxNumRowsSettingsModel() - Static method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Creates a new SettingsModel for the maximum number of rows to add to the PMML.
createMaxUniqueValsModel() - Static method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
 
createMeanPercentageModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createMedianModel() - Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
Deprecated.
 
createMedianModel() - Static method in class org.knime.base.node.viz.statistics2.Statistics3NodeDialogPane
Deprecated.
 
createMergeOperator() - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Streaming API (pending): Factory method to create a merge operator that combines results created in different StreamableOperator objects.
createMergeOperator() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Streaming API (pending): Factory method to create a merge operator that combines results created in different StreamableOperator objects.
createMergeOperator() - Method in class org.knime.core.node.NodeModel
Streaming API (pending): Factory method to create a merge operator that combines results created in different StreamableOperator objects.
createMergeOperator() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
Streaming API (pending): Factory method to create a merge operator that combines results created in different StreamableOperator objects.
createMessageHTML(String) - Method in interface org.knime.core.node.wizard.WizardViewCreator
Creates a minimal HTML string to display a message.
createMinSupportModel() - Static method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
 
createMismatchOption() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createMismatchValue() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createMissingCells(DataTableSpec) - Static method in class org.knime.base.data.join.JoinedTable
Deprecated.
Fills an array with missing values according to the spec.
createMissingValueHandlingTable(DataTable, MissingValueHandling2ColSetting[], ExecutionContext, StringBuffer) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
Deprecated.
Does missing value handling to the argument table given the col settings in an array and also reports progress.
createMissingValueHandlingTable(BufferedDataTable, MissingValueHandling2ColSetting[], ExecutionContext, StringBuffer) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
createMissingValueHandlingTable(BufferedDataTable, MissingValueHandling2ColSetting[], ExecutionContext, StringBuilder) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
Does missing value handling to the argument table given the col settings in an array and also reports progress.
createMissingValueModel() - Static method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeDialogPane
Create model to ignore missing values.
createModel(ExecutionContext, DataColumnSpec, DataColumnSpec, BufferedDataTable, int, boolean) - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
Called prior #addDataRow(...) method to allow the implementing class the specific model creation.
createModel(ExecutionContext, DataColumnSpec, DataColumnSpec, BufferedDataTable, int, boolean) - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
Called prior #addDataRow(...) method to allow the implementing class the specific model creation.
createModel(ExecutionContext, DataColumnSpec, DataColumnSpec, BufferedDataTable, int, boolean) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Called prior #addDataRow(...) method to allow the implementing class the specific model creation.
createModelFileName(int) - Static method in class org.knime.core.node.FileNodePersistor
 
createModelSpec(DataTableSpec, String[], String[], DataType) - Static method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Creates a model spec based on the data input spec by extracting all DoubleCell columns and the specified target column.
createMSCCaseSensitiveModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createMSCHasWildcardsModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createMSCPattern() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createMSCRegexModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createMSCSetMatchingModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createMultiColumnConfig(CreateBitVectorNodeModel.ColumnType) - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createMultipleActiveHandlingSettingsModel() - Static method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
 
createNativeNodeContainerPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
createNativeNodeContainerPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
createNavigationMenu() - Method in class org.knime.core.node.tableview.TableView
Create the navigation menu for this table view.
createNestedLoopPath() - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
 
createNestedLoopPath() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
createNestedLoopPath() - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
createNewColumn() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns if a new column should be created instead of overriding the values in the target column.
createNewColumn(boolean) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets if a new column should be created instead of overriding the values in the target column.
createNewColumnName() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createNewColumnNameSettingsMode() - Static method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Creates a new SettingsModelString for the new column name setting.
createNewColumnsProducerMapping(Vector<ColumnRearranger.SpecAndFactoryObject>) - Static method in class org.knime.core.data.container.RearrangeColumnsTable
The list of SpecAndFactoryObject that produce new columns.
createNewColumnTypes(BufferedDataTable, CellSplitterUserSettings, ExecutionContext) - Static method in class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
Analyzes the values in the user selected column and tries to figure out how many columns are needed to hold the splitted values and of which type the new resulting column have to be.
createNewConfiguration() - Method in class org.knime.core.node.workflow.BatchExecutor
Creates a new workflow configuration object.
createNewDataTableSpec(DataTableSpec, Map<String, String>) - Static method in class org.knime.base.node.io.database.binning.DBAutoBinner
This method creates a new DataTableSpec holding columns which were appended
createNewGroup(String) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Creates a new dialog component group and closes the current one.
createNewInputReader() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
createNewInputReader() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
createNewMenu(Container) - Static method in class org.knime.core.node.NodeViewExport
Convenience method that create a menu entry containing all available export options.
createNewMenu(NodeView<?>) - Static method in class org.knime.core.node.NodeViewExport
Implementation of NodeViewExport.createNewMenu(NodeView), whereby the container is retrieved from NodeView.getExportComponent().
createNewNode(Node, DataCellStringMapper) - Static method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Create new node from XML-information.
createNewPossValueCounterModel() - Static method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
Factory method to create the bounded range model for the possible values count.
createNewReader(URL) - Static method in class org.knime.base.node.util.BufferedFileReader
Creates a new reader from the specified location with the default character set from the Java VM.
createNewReader(URL, String) - Static method in class org.knime.base.node.util.BufferedFileReader
Creates a new reader from the specified location with the default character set from the Java VM.
createNewReader(InputStream) - Static method in class org.knime.base.node.util.BufferedFileReader
Same as the method above (BufferedFileReader.createNewReader(URL)), but with an input stream as argument.
createNewRow(DataRow, RowKey) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
Creates a new row, with the cells as in row and the rowkey newkey.
createNewSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
Call the method ColumnRenameRegexConfiguration.hasChanged() or ColumnRenameRegexConfiguration.hasConflicts() after executing this method to get additional information.
createNewTab(String) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Creates a new tab in the dialog.
createNewTabAt(String, int) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Creates a new tab in the dialog.
createNewTemplate(Class<? extends NodeContainerTemplate>) - Static method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
 
createNewWithAdapter(Class<? extends DataValue>...) - Method in class org.knime.core.data.DataType
Creates a clone of this type that also contains all argument value classes in its adapter list.
createNewWithOffsetPosition(int[]) - Method in class org.knime.core.node.workflow.ConnectionUIInformation
Changes the position by setting the bend points according to the given moving distance.
createNewWithOffsetPosition(int[]) - Method in class org.knime.core.node.workflow.NodeUIInformation
Changes the position by setting the bounds left top corner according to the given moving distance.
createNoColumnsPolicySetings() - Static method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
Create a new SettingsModelBoolean to store the execution policy if no input columns are selected.
createNode() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with the factorys dimension and returns it.
createNode(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with the factorys dimension and given level and returns it.
createNode(SotaCell[], int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Creates new instance of Cell with given data and level and returns it.
createNodeDescription() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
Creates the description for this node.
createNodeDescription(NodeDescription) - Static method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingValueNodeDescriptionHelper
Adds an additional option tag with name "Missing Value Handler Selection" to the fullDescription of the given node description.
createNodeDescription() - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
Creates the description for this node.
createNodeDescription() - Method in class org.knime.core.node.DynamicNodeFactory
Creates the description for this node.
createNodeDescription() - Method in class org.knime.core.node.NodeFactory
Creates the description for this node.
createNodeDescription() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
Creates the description for this node.
createNodeDescription() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
Creates the description for this node.
createNodeDescription() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
Creates the description for this node.
createNodeDescription() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
Creates the description for this node.
createNodeDialogPane() - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DataPortCatchNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DBPortCatchNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericPortCatchNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.VariablePortCatchNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.DataPortTryNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.VariablePortTryNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.image.ImageToTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.image.writeimage.WriteImageNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBGroupByNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBJoinerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBSorterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBUpdateNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.DBWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.SQLExtractNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.SQLInjectNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.linereader.LineReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopEndJoin2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory3
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictor2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory3
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.mds.MDSNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.pca.PCANodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeFactory3
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.filter.rowref.RowSplitRefNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.normalize.NormalizerDeNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.rank.RankNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.split2.SplitNodeFactory2
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.rules.RuleEngineNodeFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.endcase.EndcaseNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.endif.EndifNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.manualif.ManualIfNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.switches.startcase.StartcaseNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.util.cache.CacheNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
Throws exception so far.
createNodeDialogPane() - Method in class org.knime.base.node.util.sendmail.SendMailNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
Deprecated.
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.hilite.AutoHiLiteNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.roc.ROCNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
Deprecated.
This node has no dialog.
createNodeDialogPane() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeFactory
Deprecated.
 
createNodeDialogPane() - Method in class org.knime.base.node.viz.table.TableNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.core.node.missing.MissingNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.core.node.NodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeDialogPane() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
Creates and returns a new node dialog pane, if NodeFactory.hasDialog() returns true.
createNodeExecutionResult(ExecutionMonitor) - Method in class org.knime.core.node.Node
Creates an execution result containing all calculated values in a execution.
createNodeFromPredictorParams(ModelContentRO, DecisionTreeNode) - Static method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Creates a new DecisionTreeNode (and all it's children!) based on an model content object.
createNodeModel() - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DataPortCatchNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DBPortCatchNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericPortCatchNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.VariablePortCatchNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.DataPortTryNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.VariablePortTryNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.image.ImageToTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.image.writeimage.WriteImageNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
Creates a new node model.
createNodeModel() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBGroupByNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBJoinerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBSorterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBUpdateNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.DBWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.SQLExtractNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.SQLInjectNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
Creates a new node model.
createNodeModel() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
Creates a new node model.
createNodeModel() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.linereader.LineReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
Creates a new node model.
createNodeModel() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory2
Creates a new node model.
createNodeModel() - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
Creates a new node model.
createNodeModel() - Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.LoopEndJoin2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory3
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictor2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory3
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.mds.MDSNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.pca.PCANodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeFactory3
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsWithOptionalInNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.filter.rowref.RowSplitRefNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.normalize.NormalizerDeNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.rank.RankNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.split2.SplitNodeFactory2
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.rules.RuleEngineNodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.endcase.EndcaseNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.endif.EndifNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.manualif.ManualIfNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.switches.startcase.StartcaseNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.util.cache.CacheNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.util.sendmail.SendMailNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.hilite.AutoHiLiteNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.roc.ROCNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeFactory
Deprecated.
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.viz.table.TableNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.core.node.ContextAwareNodeFactory
Creates a new node model.
createNodeModel() - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in interface org.knime.core.node.interactive.InteractiveNodeFactoryExtension
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.core.node.missing.MissingNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.core.node.NodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel(NodeCreationContext) - Method in class org.knime.core.node.NodeFactory
Creates a new node model using a specific context.
createNodeModel() - Method in interface org.knime.core.node.wizard.WizardNodeFactoryExtension
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodeModel() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
Creates and returns a new instance of the node's corresponding model.
createNodePersistor(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
 
createNodeSettingsForTemplate(NodeContainerTemplate) - Static method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
 
createNodeView(int, CollectionCreate2NodeModel) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CollectionSplitNodeModel) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BreakpointNodeModel) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SleepNodeModel) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, GenericCatchNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DataPortCatchNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, GenericCatchNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DBPortCatchNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, GenericCatchNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericPortCatchNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, GenericCatchNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.VariablePortCatchNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, GenericTryNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.DataPortTryNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, GenericTryNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.VariablePortTryNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ActiveBranchInverterNodeModel) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AppendVariableToTableNodeModel) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, AppendVariableToTable2NodeModel) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CreateFilenameNodeModel) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ExtractVariablesNodeModel) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, InjectVariablesNodeModel) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, TableColumnToVariableNodeModel) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, TableToVariableNodeModel) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopStartVariableNodeModel) - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, VariableToTableNodeModel) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, VariableToTable2NodeModel) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ImageColumnWriterNodeModel) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ImageToTableNodeModel) - Method in class org.knime.base.node.image.ImageToTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ReadPNGFromURLNodeModel) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, TableRowToImageNodeModel) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, WriteImageNodeModel) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CSVReaderNodeModel) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBApplyBinnerNodeModel) - Method in class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBAutoBinnerNodeModel) - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBNumericBinnerNodeModel) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBColumnRenameNodeModel) - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBTableSelectorNodeModel) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, JDBCConnectorNodeModel) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DatabaseLoopingNodeModel) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBColumnFilterNodeModel) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBConnectionNodeModel) - Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBConnectionWriterNodeModel) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBDeleteRowsNodeModel) - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBGroupByNodeModel) - Method in class org.knime.base.node.io.database.DBGroupByNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBJoinerNodeModel) - Method in class org.knime.base.node.io.database.DBJoinerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBQueryNodeModel) - Method in class org.knime.base.node.io.database.DBQueryNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, DBQueryNodeModel2) - Method in class org.knime.base.node.io.database.DBQueryNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, DBReaderConnectionNodeModel) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBReaderNodeModel) - Method in class org.knime.base.node.io.database.DBReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBRowFilterNodeModel) - Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBSorterNodeModel) - Method in class org.knime.base.node.io.database.DBSorterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBSQLExecutorNodeModel) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBUpdateNodeModel) - Method in class org.knime.base.node.io.database.DBUpdateNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBWriterNodeModel) - Method in class org.knime.base.node.io.database.DBWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBDropTableNodeModel) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBGroupByNodeModel2) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, ParameterizedDBQueryNodeModel) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBPivotNodeModel) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBSamplingNodeModel) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SQLExtractNodeModel) - Method in class org.knime.base.node.io.database.SQLExtractNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SQLInjectNodeModel) - Method in class org.knime.base.node.io.database.SQLInjectNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DBTableCreatorNodeModel) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ReadContextPropertyNodeModel) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ReadSysPropertyNodeModel) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FileReaderNodeModel) - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, VariableFileReaderNodeModel) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, FixedWidthFRNodeModel) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LineReaderNodeModel) - Method in class org.knime.base.node.io.linereader.LineReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ListFilesNodeModel) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ListFilesNodeModel) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PMMLReaderNodeModel) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PMMLReaderNodeModel) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, PMMLWriterNodeModel) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PortObjectReaderNodeModel) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PortObjectWriterNodeModel) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ReadTableNodeModel) - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, TableCreator2NodeModel) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BWElimFilterNodeModel) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BWElimLoopEndNodeModel) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BWElimLoopStartNodeModel) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BWElimLoopStartNodeModel) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopStartChunkNodeModel) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnListLoopStartNodeModel) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnListLoopStartNodeModel) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopEndConditionNodeModel) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopStartGenericNodeModel) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, GroupLoopStartNodeModel) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopEnd2NodeModel) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopEndJoinNodeModel) - Method in class org.knime.base.node.meta.looper.LoopEndJoin2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopEndJoinNodeModel) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopEndNodeModel) - Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopStartCountNodeModel) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LoopStartIntervalNodeModel) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RecursiveLoopEnd2NodeModel) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RecursiveLoopEndNodeModel) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RecursiveLoopStart2NodeModel) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RecursiveLoopStartNodeModel) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, VariableLoopEndNodeModel) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AggregateOutputNodeModel) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, XValidatePartitionModel) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
Creates and returns a new node view for the given index.
createNodeView(int, NaiveBayesLearnerNodeModel) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, NaiveBayesLearnerNodeModel2) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, NaiveBayesLearnerNodeModel2) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory3
Creates and returns a new node view for the given index.
createNodeView(int, NaiveBayesPredictorNodeModel) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, NaiveBayesPredictorNodeModel) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, NaiveBayesPredictorNodeModel2) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, FuzzyBasisFunctionLearnerNodeModel) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FuzzyBasisFunctionPredictor2NodeModel) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictor2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FuzzyBasisFunctionPredictorNodeModel) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, RadialBasisFunctionLearnerNodeModel) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RadialBasisFunctionPredictor2NodeModel) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RadialBasisFunctionPredictorNodeModel) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, ClusterAssignerNodeModel) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FuzzyClusterNodeModel) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, HierarchicalClusterNodeModel) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ClusterNodeModel) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ClusterNodeModel) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, DecTreeToImageNodeModel) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DecisionTreeLearnerNodeModel2) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, DecisionTreeLearnerNodeModel2) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory3
Creates and returns a new node view for the given index.
createNodeView(int, DecTreePredictorNodeModel) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, DecTreePredictorNodeModel) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, KnnNodeModel) - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PMMLKNNNodeModel) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MDSNodeModel) - Method in class org.knime.base.node.mine.mds.MDSNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MDSProjectionNodeModel) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MLPPredictorNodeModel) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, MLPPredictorNodeModel) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RPropNodeModel) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RPropNodeModel) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, PCAApplyNodeModel) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PCAComputeNodeModel) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PCANodeModel) - Method in class org.knime.base.node.mine.pca.PCANodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PCAReverseNodeModel) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LinRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, LinReg2LearnerNodeModel) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LinReg2LearnerNodeModel) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, LogRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LogRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, LogRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeFactory3
Creates and returns a new node view for the given index.
createNodeView(int, GeneralRegressionPredictorNodeModel) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, PolyRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, PolyRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PolyRegLearnerNodeModel) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, RegressionPredictorNodeModel) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, RegressionPredictorNodeModel) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AccuracyScorerNodeModel) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EntropyNodeModel) - Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NumericScorerNodeModel) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SotaPredictorNodeModel) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SotaNodeModel) - Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BitVectorGeneratorNodeModel) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, SubgroupMinerModel2) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
Creates and returns a new node view for the given index.
createNodeView(int, SVMLearnerNodeModel) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SVMLearnerNodeModel) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, SVMPredictorNodeModel) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, SVMPredictorNodeModel) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AddEmptyRowsNodeModel) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AppendedRowsNodeModel) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AutoBinnerApplyNodeModel) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AutoBinnerLearnNodeModel) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AutoBinnerLearnNodeModel) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, AutoBinnerLearnNodeModel) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BinByDictionaryNodeModel) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CreateBitVectorNodeModel) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ExpandBitVectorNodeModel) - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, BootstrapNodeModel) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CreateByteVectorNodeModel) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ExpandByteVectorNodeModel) - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CellReplacerNodeModel) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnAutoTypeCasterNodeModel) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColCombineNodeModel) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, ColCombine2NodeModel) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnComparatorNodeModel) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CategoryToNumberApplyNodeModel) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CategoryToNumberNodeModel) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CategoryToNumberNodeModel) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NumberToCategoryApplyNodeModel) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, StringToNumberNodeModel) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnAggregatorNodeModel) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnAppenderNodeModel) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnHeaderExtractorNodeModel) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnHeaderInsertNodeModel) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LagColumnNodeModel) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnMergerNodeModel) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnRenameRegexNodeModel) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnResorterNodeModel) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnToGridNodeModel) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnToGrid2NodeModel) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, Many2OneColNodeModel) - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, One2ManyColNodeModel) - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, Many2OneCol2NodeModel) - Method in class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, One2ManyCol2NodeModel) - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ConstantValueColumnNodeModel) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CorrelationComputeNodeModel) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CorrelationFilterNodeModel) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CreateTableStructureNodeModel) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CrossJoinerNodeModel) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DataValidatorNodeModel) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DataValidatorSpecNodeModel) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DiscretizationApplyNodeModel) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CAIMDiscretizationNodeModel) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EditNominalDomainDicNodeModel) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EditNominalDomainNodeModel) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EditNumericDomainNodeModel) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DoubleToIntNodeModel) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DoubleToIntNodeModel) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MVColumnFilterNodeModel) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EqualSizeSamplingNodeModel) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ExtractMissingValueCauseNodeModel) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DataColumnSpecFilterNodeModel) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnFilterRefNodeModel) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColumnSplitRefNodeModel) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FilterApplyNodeModel) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FilterApplyRowSplitterNodeModel) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FilterDefinitionMergerNodeModel) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, InteractiveHiLiteCollectorNodeModel) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, HiliteFilterNodeModel) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MissingValueColumnFilterNodeModel) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RowFilter2PortNodeModel) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RowFilterRefNodeModel) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RowSplitRefNodeModel) - Method in class org.knime.base.node.preproc.filter.rowref.RowSplitRefNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, GroupByNodeModel) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LowVarFilter2NodeModel) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SubsetMatcherNodeModel) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MissingValueHandling2NodeModel) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, MissingValueHandling3NodeModel) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, NormalizerApplyNodeModel) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NormalizerDeNodeModel) - Method in class org.knime.base.node.preproc.normalize.NormalizerDeNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NormalizerNodeModel) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, Normalizer2NodeModel) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, Normalizer3NodeModel) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, Pivot2NodeModel) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, DataColumnSpecFilterPMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, Many2OneColPMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, One2ManyColPMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, Many2OneCol2PMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, Many2OneCol2PMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, One2ManyCol2PMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, One2ManyCol2PMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, MissingValueApplyNodeModel) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MissingValueHandlerNodeModel) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NormalizerApplyNodeModel) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NormalizerPMMLDeNodeModel) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NormalizerPMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NormalizerPMMLNodeModelNoOptIn) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, StringToNumberNodeModel) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, StringToNumberNodeModel) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, XML2PMMLNodeModel) - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RankNodeModel) - Method in class org.knime.base.node.preproc.rank.RankNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ReferenceColumnResorterNodeModel) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RegexSplitNodeModel) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RenameNodeModel) - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RoundDoubleNodeModel) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RowKeyNodeModel2) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SamplingNodeModel) - Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SetOperatorNodeModel) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SplitNodeModel2) - Method in class org.knime.base.node.preproc.split2.SplitNodeFactory2
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, TargetShufflingNodeModel) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, TransposeTableNodeModel) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, UngroupNodeModel) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, Unpivot2NodeModel) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, RuleEngineNodeModel) - Method in class org.knime.base.node.rules.RuleEngineNodeFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, CaseEndNodeModel) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CaseStartNodeModel) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EmptyTableSwitchNodeModel) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EndcaseNodeModel) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EndifNodeModel) - Method in class org.knime.base.node.switches.endif.EndifNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ManualIfNodeModel) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, StartcaseNodeModel) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.util.cache.CacheNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CreateTempDirectoryNodeModel) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ExtractTableDimensionNodeModel) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ExtractTableSpecNodeModel) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, GlobalTimerinfoNodeModel) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MergeVariablesNodeModel) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
Throws exception as there is no view to create.
createNodeView(int, SendMailNodeModel) - Method in class org.knime.base.node.util.sendmail.SendMailNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, TimerinfoNodeModel) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, CrosstabNodeModel) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, EnrichmentPlotterModel) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
Deprecated.
Creates and returns a new node view for the given index.
createNodeView(int, EnrichmentPlotterModel) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.hilite.AutoHiLiteNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FixedColumnHistogramNodeModel) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, HistogramNodeModel) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, LiftChartNodeModel) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, FixedPieNodeModel) - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, InteractivePieNodeModel) - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, M) - Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DefaultVisualizationNodeModel) - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DefaultVisualizationNodeModel) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DefaultVisualizationNodeModel) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, DefaultVisualizationNodeModel) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColorAppender2NodeModel) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColorManager2NodeModel) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ColorExtractNodeModel) - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ShapeAppenderNodeModel) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, ShapeManagerNodeModel) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SizeAppenderNodeModel) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SizeManager2NodeModel) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.roc.ROCNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, Statistics2NodeModel) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
Deprecated.
The view offers statistical information on the input table.
createNodeView(int, Statistics3NodeModel) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeFactory
Deprecated.
The view offers statistical information on the input table.
createNodeView(int, NodeModel) - Method in class org.knime.base.node.viz.table.TableNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, SaveWorkflowNodeModel) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, PortObjectInNodeModel) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, MissingNodeModel) - Method in class org.knime.core.node.missing.MissingNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, T) - Method in class org.knime.core.node.NodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, VirtualParallelizedChunkPortObjectInNodeModel) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, VirtualParallelizedChunkPortObjectOutNodeModel) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, VirtualSubNodeInputNodeModel) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
Creates and returns a new node view for the given index.
createNodeView(int, VirtualSubNodeOutputNodeModel) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
Creates and returns a new node view for the given index.
createNoMatchPolicyModel() - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
createNominalBins(DataColumnSpec) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Creates interactive nominal bins for the given column specification.
createNominalFilterModel() - Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
Deprecated.
 
createNominalFilterModel() - Static method in class org.knime.base.node.viz.statistics2.Statistics3NodeDialogPane
Deprecated.
 
createNominalValuesModel() - Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
Deprecated.
 
createNominalValuesModel() - Static method in class org.knime.base.node.viz.statistics2.Statistics3NodeDialogPane
Deprecated.
 
createNominalValuesModelOutput() - Static method in class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
Deprecated.
 
createNominalValuesModelOutput() - Static method in class org.knime.base.node.viz.statistics2.Statistics3NodeDialogPane
Deprecated.
 
createNominalValueTable(List<String>) - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Create nominal value table containing all possible values together with their occurrences.
createNominalValueTable(List<String>) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Create nominal value table containing all possible values together with their occurrences.
createNominalXCoordinate(Set<DataCell>) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Creates a nominal x axis.
createNominalYCoordinate(Set<DataCell>) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Creates a nominal y axis.
createNormalizedCoordinates(Map<DataColumnSpec, double[]>) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
 
createNormalizedCoordinates(Map<DataColumnSpec, double[]>) - Method in class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter
createNormalizeModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
 
createNoRowAvailableMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Creates pop up menu item if no row is available
createNoRowAvailableMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Creates pop up menu item if no row is available
createNoRowAvailableMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
Creates pop up menu item if no row is available
createNoRowSelectedMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Creates menu items for the given pop up menu if no row is selected.
createNoRowSelectedMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Creates menu items for the given pop up menu if no row is selected.
createNoRowSelectedMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
Creates menu items for the given pop up menu if no row is selected.
createNoRowSelectedMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
Creates menu items for the given pop up menu if no row is selected.
createNoRowSelectedMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
Creates menu items for the given pop up menu if no row is selected.
createNoRowSelectedMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
Creates menu items for the given pop up menu if no row is selected.
createNotEditableMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Creates pop up menu item if not editable
createNotInWorkflowFileStoreFactory() - Static method in class org.knime.core.data.filestore.FileStoreFactory
Creates a factory whose generated file stores are not part of the workflow.
createNoValuesModel() - Static method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
 
createNumNeighborsSettingsModel() - Static method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Creates a SettingsModel for the number of neighbors to take into account.
createNumOfRowsModel() - Static method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeDialog
 
createOnlyLastModel() - Static method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeDialog
 
createOperator(GlobalSettings, OperatorColumnSettings) - Method in interface org.knime.base.data.aggregation.AggregationMethod
Creates a new instance of this operator and returns it.
createOperator(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
Creates a new instance of this operator and returns it.
createOperator(GlobalSettings, OperatorColumnSettings) - Method in class org.knime.base.data.aggregation.AggregationOperator
Creates a new instance of this operator and returns it.
createOperatorModel() - Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
 
createOptionArray(Collection<String>) - Static method in class org.knime.core.node.util.DefaultStringIconOption
Helper method to create a StringIconOption array from a String Collection.
createOuterGroupByStatement(StatementManipulator, String, List<String>, List<PivotData>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.CasePivotStatementGenerator
createOuterGroupByStatement(StatementManipulator, String, List<String>, List<PivotData>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
 
createOuterSelectStatement(StatementManipulator, String, List<String>, List<PivotData>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.CasePivotStatementGenerator
createOuterSelectStatement(StatementManipulator, String, List<String>, List<PivotData>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
 
createOutFlowObjectStack() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Creates a copy of the stack held by the Node and modifies the copy by pushing all outgoing flow variables onto it.
createOutlineView() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Creates an outline view, which is a birds eye view on the graph.
createOutputColumn() - Static method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
 
createOutputColumnModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createOutputPrefix() - Static method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeModel
 
createOutputPrefix() - Static method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeModel
 
createOutputRow(DataRow, DataRow, int[], boolean[]) - Static method in class org.knime.core.data.container.JoinTableIterator
Assembles the output row.
createOutputSpec(DataTableSpec, ExtendedCellFactory) - Static method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
Returns the output spec based on the input spec and the cell factory.
createOutSpec(String[]) - Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Creates output spec for correlation table.
createOutSpecNominal(DataTableSpec, List<String>) - Static method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Create spec containing only nominal columns in same order as the input spec.
createOutSpecNominal(DataTableSpec, List<String>) - Static method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Create spec containing only nominal columns in same order as the input spec.
createOutSpecNumeric(DataTableSpec) - Static method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Create spec containing only numeric columns in same order as the input spec.
createOutSpecNumeric(DataTableSpec) - Static method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Create spec containing only numeric columns in same order as the input spec.
createOutTableSpec(PortObjectSpec, PortObjectSpec, boolean, String, boolean, String) - Method in class org.knime.base.node.mine.util.PredictorHelper
Computes the output table's specifaction based on common node settings.
createOverwriteOKModel() - Static method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeDialog
 
createOverwriteOKSettings() - Static method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
Create settings for overwrite OK flag.
createParallelAxis(DataColumnSpec) - Static method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
Factory method to get an instance of a ParallelAxis.
createPatternParser(String) - Method in class org.knime.core.node.NodeLoggerPatternLayout
createPatternSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Creates a Settings Model for storing the pattern that is used .
createPatternSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Creates a Settings Model for storing the pattern that is used .
createPivotModel() - Static method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
 
createPMMLCompatibilityFlagModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
 
createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
Creates a pmml document with the model as content.
createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
Creates a pmml document with the model as content.
createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
Creates a pmml document with the model as content.
createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Creates a pmml document with the model as content.
createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
Creates a pmml document with the model as content.
createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
Creates a pmml document with the model as content.
createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
Creates a pmml document with the model as content.
createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
Creates a pmml document with the model as content.
createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
Creates a pmml document with the model as content.
createPMMLDocument(DataDictionaryDocument.DataDictionary) - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
Creates a pmml document with the model as content.
createPMMLPrepocDiscretize(Connection, String, StatementManipulator, DataTableSpec) - Method in class org.knime.base.node.io.database.binning.DBAutoBinner
This method creates a PMMLPreprocDiscretize object and is used in DBAutoBinnerNodeModel
createPolicyModel() - Static method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
 
createPortObject(BasisFunctionModelContent) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Creates a new basisfunction port object given the model content.
createPortObject(BasisFunctionModelContent) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Create a new basisfunction port object given the model content.
createPortObject(BasisFunctionModelContent) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Creates a new basisfunction port object given the model content.
createPortObject(BasisFunctionModelContent) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
Create a new basisfunction port object given the model content.
createPortObject(BasisFunctionModelContent) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
Creates a new basisfunction port object given the model content.
createPortObject(BasisFunctionModelContent) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject
Create a new basisfunction port object given the model content.
createPortObject(PMMLPortObject, DataTableSpec, DataTableSpec) - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
Creates a new PMML regression port object from this linear regression model.
createPortObjectSpec(PMMLPortObjectSpec, DataTableSpec, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
Creates a PMML port object spec based on all columns in the given data table spec.
createPredColumnNameSettingsModel() - Static method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Creates a new SettingsModel for the predicted column's name.
createPredefinedExtensions() - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
 
createPredictionColumn() - Method in class org.knime.base.node.mine.util.PredictorHelper
 
createPredictorRow(ModelContentRO) - Method in interface org.knime.base.node.mine.bfn.BasisFunctionPortObject.Creator
Return specific predictor row for the given ModelContent.
createPredictorRow(ModelContentRO) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject.FuzzyCreator
Return specific predictor row for the given ModelContent.
createPredictorRow(ModelContentRO) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject.RadialCreator
Return specific predictor row for the given ModelContent.
createProbabilityColumnModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
 
createProbabilityColumnModel() - Static method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Creates the model for selecting the column with predicted values.
createQueryModel() - Static method in class org.knime.base.node.io.database.DBQueryNodeDialogPane
Deprecated.
Create model to enter SQL statement on input database view.
createRangeFilter(DataTable, double, ExecutionMonitor) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates a filter that to filter the first 100 * fraction rows from a table.
createRangeFilter(long) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates a filter that passes only the first count rows.
createRankAsLongModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
 
createRankColumnsModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
 
createRankModeModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
 
createRankOrderModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
 
createRankOutColNameModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
 
createRearranger(DataTableSpec, String[], String) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Creates a column rearranger based on the data spec.
createRearranger(DataTableSpec, String[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
Creates a column rearranger based on the data spec.
createReferenceTableColModel() - Static method in class org.knime.base.node.preproc.filter.rowref.RowRefNodeDialogPane
 
createRelativeModel() - Static method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
 
createRemoveAggregationColsModel() - Static method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
 
createRemoveCollectionColModel() - Static method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
 
createRemoveColumnsModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createRemoveInput() - Static method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
 
createRemoveOriginal() - Static method in class org.knime.base.node.util.ExpandVectorNodeModel
 
createRemoveRetainedColsModel() - Static method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
 
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.blob.BinaryObjectDataValueMetaRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer.LongHexdumpFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer.ShortHexdumpFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.collection.CollectionValueRenderer.FullRendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.collection.CollectionValueRenderer.ShortRendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.date.DateAndTimeValueRenderer.DefaultRendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.date.DateAndTimeValueRenderer.Iso8061RendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.date.DateAndTimeValueRenderer.UsRendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.image.png.PNGImageValueRendererFactoryUtil.StandardRendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.model.PortObjectValueRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.BitVectorValuePixelRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer.BinRendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer.HexRendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer.SetBitsRendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.BooleanValueRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.ByteVectorValueStringRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.ComplexNumberValueRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in interface org.knime.core.data.renderer.DataValueRendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleBarRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleValueRenderer.FullPrecisionRendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleValueRenderer.PercentageRendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleValueRenderer.StandardRendererFactory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.DoubleVectorValueRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.ImageValueRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.IntValueRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.StringValueRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.renderer.StringVectorValueRenderer.Factory
Creates a new renderer instance.
createRenderer(DataColumnSpec) - Method in class org.knime.core.data.xml.XMLValueRenderer.Factory
Creates a new renderer instance.
createReplaceColHeader() - Static method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
 
createReplaceXMLColumnSettingsMode() - Static method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Creates a new SettingsModelString for the replace xml column setting.
createResponseColumnModel() - Static method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Creates the model for selecting the column with response values.
createResponseLabelModel() - Static method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Creates the model for the response label.
createResult() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Creates a result object for the current configuration.
createResult() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
Creates a result object for the current configuration.
createResultColSpec(DataColumnSpec, DataColumnSpec) - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
createResultColSpecs(NaiveBayesModel, DataTableSpec, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Deprecated.
Creates the column specification of the result columns and returns them in the order they should be appended to the original table specification.
createResultColSpecs(DataColumnSpec, DataTableSpec, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Deprecated.
Creates the column specification of the result columns and returns them in the order they should be appended to the original table specification.
createResultColSpecs(NaiveBayesModel, String, DataTableSpec, boolean, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
Deprecated.
Creates the column specification of the result columns and returns them in the order they should be appended to the original table specification.
createResultColSpecs(String, DataType, DataTableSpec, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
Deprecated.
Creates the column specification of the result columns and returns them in the order they should be appended to the original table specification.
createResultColSpecs(String, DataType, DataTableSpec, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesCellFactory
Creates the column specification of the result columns and returns them in the order they should be appended to the original table specification.
createResultTable(ExecutionContext, BufferedDataTable, DiscretizationModel) - Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Creates BufferedDataTable from a given input table and an appropriate DiscretizationScheme.
createResultTableSpec(SetOperation, DataColumnSpec, DataColumnSpec) - Static method in class org.knime.base.node.preproc.setoperator.SetOperationTable
 
createRetainAllColumnsModel() - Static method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
 
createRetainRowOrderModel() - Static method in class org.knime.base.node.preproc.rank.RankNodeModel
 
createRightColumnNameSuffixSettingsModel() - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
Creates a settings model for the suffix of duplicate column names in the right table.
createRow(L) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
createRow(DataColumnSpec) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
createRow(DataColumnSpec) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
createRow(AggregationMethod) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
createRow(Object) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
createRow(DataType) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
createRow(DataColumnSpec) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
createRow(String) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
createRow(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
createRowComparator() - Static method in class org.knime.base.node.preproc.joiner.OutputRow
Creates a comparator which can be used to order DataRows created by the factory methods of this class.
createRowElement() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Creates a new row element
createRowElement() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Creates a new row element
createRowElement() - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
Creates a new row element
createRowElement() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
Creates a new row element
createRowElement() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
Creates a new row element
createRowElement() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
Creates a new row element
createRowFilter(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilterFactory
 
createRowIDSpec(String) - Static method in class org.knime.base.node.preproc.setoperator.SetOperationTable
 
createRowIterator(FixedWidthFRSettings, DataTableSpec, ExecutionContext) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
 
createRowIterator(FixedWidthFRSettings, DataTableSpec, ExecutionContext) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRTable
 
createRowIteratorConnection(ExecutionContext, CredentialsProvider, boolean) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
Deprecated.
Read data from database using a RowIterator.
createRowKey(int) - Static method in class org.knime.core.data.RowKey
Deprecated.
use RowKey.createRowKey(long) instead, which supports more than Integer.MAX_VALUE rows
createRowKey(long) - Static method in class org.knime.core.data.RowKey
Factory method to create "default" row IDs based on the row index.
createRowKeySelectModel() - Static method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
 
createRowKeySeparatorSettingsModel() - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
 
createSampleFilter(double) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates row filter that randomly samples about 100 * fraction percent from a table.
createSampleFilter(DataTable, double, ExecutionMonitor) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates row filter that samples precisely a given fraction of rows.
createSampleFilter(DataTable, double, Random, ExecutionMonitor) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates row filter that samples precisely a given fraction of rows.
createSampleFilter(DataTable, long, ExecutionMonitor) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates row filter that samples arbitrary count rows from table.
createSampleFilter(DataTable, long, Random, ExecutionMonitor) - Static method in class org.knime.base.node.preproc.sample.Sampler
Creates row filter that samples arbitrary count rows from table.
createSampler(int, EqualSizeSamplingConfiguration.SamplingMethod, Random) - Method in class org.knime.base.node.preproc.equalsizesampling.OccurrenceCounter
 
createSamplingModel() - Static method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
 
createSamplingTable(DataTable, IRowFilter) - Static method in class org.knime.base.node.preproc.sample.Sampler
Convenience method that creates a new DataTable that samples rows according to a given row filter.
createSandbox(ExecutionMonitor) - Method in class org.knime.core.node.exec.SandboxedNodeCreator
Creates that temporary mini workflow that is executed remotely on the cluster/stream executor.
createSchemaTableName(String, String) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
createSecondColumnModel() - Static method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
 
createSecondRowIdsNameSettingsModel(SettingsModelBoolean) - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
 
createSecretKey(String) - Static method in class org.knime.core.util.KnimeEncryption
Generates a SecretKey based on the given key phrase.
createSelectedPortModel() - Static method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
 
createSetCell(Collection<? extends DataCell>) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Factory method to create a SetCell that contains a data cell set based on a collection.
createSetCell(DataRow, int[]) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Create new SetCell containing a set based on selected cell from a DataRow.
createSetColNameModel() - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
 
createSetIDColNameModel() - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
 
createSettingsBinaryMaxNominalValues() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsBinaryNominalSplit() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsCacheKeys() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
 
createSettingsClassColumn() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsColumns() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
 
createSettingsConfidenceValue() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsDistanceFunction() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
 
createSettingsFilterNominalValuesFromParent(SettingsModelBoolean) - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsFirstSplitColumn(SettingsModelBoolean) - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsFrom(Map<String, FlowVariable>) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
Deprecated.
Creates a clone from this object replacing the dataURL location by the value from stack.
createSettingsIgnoreDomain() - Static method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
 
createSettingsLinkageType() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
 
createSettingsMinNumRecords() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsMissingValues() - Static method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
 
createSettingsmissValueStrategyMethod() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsModel() - Static method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
Create settings model collection create node.
createSettingsModelColumnName() - Static method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
Creates settings model holding the name of the new column.
createSettingsModelIgnoreMissing() - Static method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
Creates settings model holding the "ignore missing values" flag.
createSettingsModelNumber() - Static method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
Configuration to save the percentage
createSettingsModelRemoveCols() - Static method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
Create settings model for flag to remove aggregated columns.
createSettingsModelRowID() - Static method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeDialogPane
 
createSettingsModelSetOrList() - Static method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
Create settings model for flag to create SetCell or ListCell.
createSettingsnoTrueChildMethod() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsNumberOfClusters() - Static method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
 
createSettingsNumberRecordsForView() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsNumProcessors() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsOrderColumn() - Static method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeDialog
 
createSettingsPruningMethod() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsQualityMeasure() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsReducedErrorPruning() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
Create a new settings model boolean to switch on/off the reduced error pruning option, default is true.
createSettingsSkipNominalColumnsWithoutDomain() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsSplitPoint() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createSettingsStrategy() - Static method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeDialog
 
createSettingsTotal() - Static method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
 
createSettingsUseFirstSplitColumn() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
 
createshowFirstRowIdsSettingsModel() - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
 
createshowSecondRowIdsSettingsModel() - Static method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
 
createSilentSubExecutionContext(double) - Method in class org.knime.core.node.ExecutionContext
Creates a new execution context with a different max progress value and swallowing any report messages.
createSilentSubProgress(double) - Method in class org.knime.core.node.ExecutionMonitor
Creates an execution monitor with a partial progress range, which ignores any message set.
createSilentSubProgressMonitor(double) - Method in class org.knime.core.node.ExecutionMonitor
Factory method to create a new silent sub progress monitor.
createSingleColumnModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createSingleStringColumnTypeModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createSkipMissingValModel() - Static method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
 
createSkippedGroupName(DataCell[]) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
 
createSortedList(double[][], double[]) - Static method in class org.knime.base.node.mine.pca.EigenValue
create list of EigenValues sorted by absolute value
createSortInMemModel() - Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
 
createSortPopupMenu(int, TableSortOrder.TableSortKey) - Method in class org.knime.core.node.tableview.TableContentView
Create a custom popup menu when the mouse was clicked in a column header.
createSortPopupMenu(TableContentModel, JComponent, int, TableSortOrder.TableSortKey) - Static method in class org.knime.core.node.tableview.TableContentView
Create a custom popup menu when the mouse was clicked in a column header.
createSotaCell(String) - Static method in class org.knime.base.node.mine.sota.logic.SotaCellFactory
Creates a new zeroed SotaCell.
createSparseListCell(DataRow, int[], DataCell) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Creates a new ListCell based on selected cells from a DataRow.
createSparseListCell(Collection<? extends DataCell>, DataCell) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Factory method to create a SparseListCell based on a collection.
createSpec(DataTableSpec, DataTableSpec) - Static method in class org.knime.base.data.join.JoinedTable
Deprecated.
Creates a new DataTableSpec as an result of merging a left and a right table.
createSpec(DataTableSpec, DataTableSpec, String, String) - Static method in class org.knime.base.data.join.JoinedTable
Deprecated.
Creates a new DataTableSpec as an result of merging a left and a right table.
createSpec(DataTableSpec, ModelContentRO) - Static method in class org.knime.base.data.normalize.AffineTransTable
Reads the meta information from the settings object and constructs the DataTableSpec, which would be the outcome when a table complying with spec were fet to the load method.
createSpec(DataTableSpec, boolean, boolean) - Static method in class org.knime.base.node.meta.looper.ConcatenateTableFactory
Extends the given table spec by either appending another iteration column or setting the super columns types (according to the flags given in the constructor).
createSpec(DataTableSpec, DataTableSpec, int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Creates the output model spec.
createSpec(DataTableSpec, DataTableSpec, int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
Creates the output model spec.
createSpec(DataTableSpec, String, String[]) - Static method in class org.knime.base.node.mine.regression.RegressionContent
 
createSpec() - Static method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Create the data table spec of the table return by getTable().
createSpec() - Method in class org.knime.core.data.container.ColumnRearranger
Creates the data table spec on the current set of columns.
createSpec(DataTableSpec...) - Static method in class org.knime.core.data.container.ConcatenateTable
Creates merged table spec.
createSpec() - Method in class org.knime.core.data.DataColumnSpecCreator
Creates and returns a new DataColumnSpec using the internal properties of this creator.
createSpec() - Method in class org.knime.core.data.DataTableDomainCreator
Creates an updated version of the input spec.
createSpec() - Method in class org.knime.core.data.DataTableSpecCreator
Takes all settings and creates the table spec.
createSpec() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Creates a new PMMLPortObjectSpec based on the internal attributes of this creator.
createSpecReplacerTable(BufferedDataTable, DataTableSpec) - Method in class org.knime.core.node.ExecutionContext
Creates a new BufferedDataTable based on a given input table (in) whereby only the table spec of it has changed.
createSplitPointSettingsModel() - Static method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
 
createStacktrace() - Static method in class org.knime.core.util.GUIDeadlockDetector
Creates a full stacktrace of all threads and returns it as a string.
createStartIndex() - Static method in class org.knime.base.node.util.ExpandVectorNodeModel
 
createStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandler
Returns the statistic filled by a StatisticCalculator or null if the statistic was not yet filled.
createStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
Returns the statistic filled by a StatisticCalculator or null if the statistic was not yet filled.
createStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandler
Returns the statistic filled by a StatisticCalculator or null if the statistic was not yet filled.
createStatisticMomentsTable() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Creates a table of statistic moments such as minimum, maximum, mean, standard deviation, variance, overall sum, no.
createStatisticMomentsTable() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Creates a table of statistic moments such as minimum, maximum, mean, standard deviation, variance, overall sum, no.
createStatisticsInColumnsTable(ExecutionContext) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Creates the statistics in transposed compared to the original.
createStatisticsTableSpec(DataType, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
createStratifiedModel() - Static method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
 
createStreamableFunction() - Method in class org.knime.core.data.container.ColumnRearranger
Creates and StreamableFunction that represents the row calculation.
createStreamableFunction(int, int) - Method in class org.knime.core.data.container.ColumnRearranger
Creates a StreamableFunction that represents the row calculation.
createStreamableFunction(StreamableOperatorInternals) - Method in class org.knime.core.data.container.ColumnRearranger
Creates and StreamableFunction that represents the row calculation.
createStreamableFunction(StreamableOperatorInternals, int, int) - Method in class org.knime.core.data.container.ColumnRearranger
Creates and StreamableFunction that represents the row calculation.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
 
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.core.node.NodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in interface org.knime.core.node.streamable.StreamableFunctionProducer
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
 
createStreamableOperator(PartitionInfo, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Streaming API (pending): Factory method for a streamable operator that is used to execute this node.
createStreamingOperatorInternals() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Creates new empty instance of the internals.
createStreamingOperatorInternals() - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Creates new empty instance of the internals.
createStreamingOperatorInternals() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
Creates new empty instance of the internals.
createStringColModel() - Static method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
 
createStringModel() - Static method in class org.knime.base.node.image.ImageToTableNodeDialog
 
createStringValueSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
 
createSubExecutionContext(double) - Method in class org.knime.core.node.ExecutionContext
Creates a new execution context with a different max progress value.
createSubNodeContainerPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
createSubPool() - Method in class org.knime.core.util.ThreadPool
Creates a sub pool that shares the threads with this (parent) pool.
createSubPool(int) - Method in class org.knime.core.util.ThreadPool
Creates a sub pool that shares the threads with this (parent) pool.
createSubProgress(double) - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
Creates an execution monitor with a partial progress range.
createSubProgress(double) - Method in class org.knime.core.node.ExecutionMonitor
Creates an execution monitor with a partial progress range.
createSubProgressMonitor(double) - Method in class org.knime.core.node.ExecutionMonitor
Factory method to create a new sub progress monitor.
createSubRow(DataRow) - Method in class org.knime.core.data.sort.SortingDescription
 
createSubsetColNameModel() - Static method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
 
createSubWorkflow(WorkflowPersistor, NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Creates new metanode from a persistor instance.
createSuffix() - Method in class org.knime.base.node.mine.util.PredictorHelper
 
createSuffixModel() - Static method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
 
createTable(ExecutionContext) - Method in class org.knime.base.node.meta.looper.ConcatenateTableFactory
Finally creates the ConcatenateTable.
createTable(ExecutionContext, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
Deprecated.
Read data from database.
createTable(ExecutionContext, CredentialsProvider, boolean) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
Deprecated.
Read data from database.
createTable(int, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
Deprecated.
Called from the database port to read the first n-number of rows.
createTable(ExecutionContext, CredentialsProvider) - Method in interface org.knime.core.node.port.database.reader.DBReader
Read data from database.
createTable(ExecutionContext, CredentialsProvider, boolean) - Method in interface org.knime.core.node.port.database.reader.DBReader
Read data from database.
createTable(ExecutionContext, CredentialsProvider, boolean, int) - Method in interface org.knime.core.node.port.database.reader.DBReader
Read data from database.
createTable(ExecutionContext, CredentialsProvider, boolean) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
Read data from database.
createTable(boolean, int, CredentialsProvider) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
Called from the database port to read the first n-number of rows.
createTable(DatabaseConnectionSettings, CredentialsProvider, boolean, DBColumn[], DBKey[], String) - Method in interface org.knime.core.node.port.database.tablecreator.DBTableCreator
Creates a new table in the database
createTable(DatabaseConnectionSettings, CredentialsProvider, boolean, DBColumn[], DBKey[], String) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
Creates a new table in the database
createTableAsSelect(String, String) - Method in class org.knime.core.node.port.database.StatementManipulator
 
createTableBackedExecutionSettingsModel() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.TimeseriesMissingCellHandlerHelper
 
createTableComponent(String) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Creates the table Component that contains all selected options (displayed on the right).
createTableHeader(String, List<String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
createTableHeader(String, List<String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
createTableNameModel() - Static method in class org.knime.base.node.io.database.DBConnectionWriterDialogPane
Create model for table name.
createTableNameModel() - Static method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
 
createTablePopupMenu() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
createTablePopupMenu() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
createTablePopupMenu() - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
createTablePopupMenu() - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
createTablePopupMenu() - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
createTablePopupMenu() - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
createTablePopupMenu() - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
createTablePopupMenu() - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
createTablePopupMenu() - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
createTablePopupMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Creates menu items for the given pop up menu
createTablePopupMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Creates menu items for the given pop up menu
createTablePopupMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
Creates menu items for the given pop up menu
createTablePopupMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
Creates menu items for the given pop up menu
createTablePopupMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
Creates menu items for the given pop up menu
createTablePopupMenu(JPopupMenu) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
Creates menu items for the given pop up menu
createTablePortObject(ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Creates a BufferedDataTable with the
createTablePortObject(ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Creates a BufferedDataTable with the
createTablePortObject(ExecutionContext) - Method in class org.knime.base.node.mine.regression.RegressionContent
Creates a BufferedDataTable with the estimated parameters and statistics.
createTableSorter(long, DataTableSpec, Comparator<DataRow>) - Method in class org.knime.core.data.sort.AbstractColumnTableSorter
 
createTableSorter(long, DataTableSpec, Comparator<DataRow>) - Method in class org.knime.core.data.sort.ColumnBufferedDataTableSorter
 
createTableSorter(long, DataTableSpec, Comparator<DataRow>) - Method in class org.knime.core.data.sort.ColumnDataTableSorter
createTableSpec(DataTableSpec, DataColumnSpec, int) - Static method in class org.knime.base.data.replace.ReplacedColumnsTable
Creates a new table spec with one replaced column.
createTableSpec(DataTableSpec, DataColumnSpec[], int[]) - Static method in class org.knime.base.data.replace.ReplacedColumnsTable
Creates a new table spec with several replaced columns.
createTableSpec(DataTableSpec, MissingValueHandling2ColSetting[]) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
Deprecated.
Get the DataTableSpec that is created when creating a MissingValueHandling with the settings sets.
createTableSpec(DataTableSpec, MissingValueHandling2ColSetting[], StringBuilder) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
Get the DataTableSpec that is created when creating a MissingValueHandling with the settings sets.
createTableSpec(DataTableSpec, String...) - Static method in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
 
createTableSpec(DataTableSpec, boolean, String...) - Static method in class org.knime.base.node.preproc.ungroup.UngroupOperation
 
createTableSpec(ResultSetMetaData) - Method in class org.knime.core.node.port.database.DatabaseHelper
Creates DataTableSpec from the given ResultSetMetaData
createTableStmt(DataTableSpec, Map<String, String>, StringBuilder) - Method in class org.knime.core.node.port.database.DatabaseHelper
 
CreateTableStructureNodeDialog - Class in org.knime.base.node.preproc.createtablestructure
NodeDialog for the "CreateTableStructure" Node.
CreateTableStructureNodeDialog() - Constructor for class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeDialog
New pane for configuring the CreateTableStructure node.
CreateTableStructureNodeFactory - Class in org.knime.base.node.preproc.createtablestructure
NodeFactory for the "CreateTableStructure" Node.
CreateTableStructureNodeFactory() - Constructor for class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
 
CreateTableStructureNodeModel - Class in org.knime.base.node.preproc.createtablestructure
This is the model implementation of CreateTableStructure.
CreateTableStructureNodeModel() - Constructor for class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
Constructor for the node model.
CreateTableStructureNodeModel.ColType - Enum in org.knime.base.node.preproc.createtablestructure
Output column type.
createTargetColModel() - Static method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
createTempDir(String) - Static method in class org.knime.core.util.FileUtil
Creates a temporary directory that is automatically deleted when the JVM shuts down.
createTempDir(String, File) - Static method in class org.knime.core.util.FileUtil
Creates a temporary directory that is automatically deleted when the JVM shuts down.
createTempDir(String, File, boolean) - Static method in class org.knime.core.util.FileUtil
Creates a temporary directory that is automatically deleted when the JVM shuts down.
createTempDir(String) - Static method in class org.knime.core.util.PathUtils
Creates a temporary directory that is automatically deleted when the JVM shuts down.
createTempDir(String, Path) - Static method in class org.knime.core.util.PathUtils
Creates a temporary directory that is automatically deleted when the JVM shuts down.
CreateTempDirectoryConfiguration - Class in org.knime.base.node.util.createtempdir
 
CreateTempDirectoryConfiguration() - Constructor for class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
CreateTempDirectoryConfiguration.VarNameFileNamePair - Class in org.knime.base.node.util.createtempdir
 
CreateTempDirectoryNodeDialogPane - Class in org.knime.base.node.util.createtempdir
 
CreateTempDirectoryNodeDialogPane() - Constructor for class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeDialogPane
 
CreateTempDirectoryNodeFactory - Class in org.knime.base.node.util.createtempdir
 
CreateTempDirectoryNodeFactory() - Constructor for class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
 
CreateTempDirectoryNodeModel - Class in org.knime.base.node.util.createtempdir
 
CreateTempDirectoryNodeModel() - Constructor for class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
 
createTempFile() - Static method in class org.knime.core.data.container.DataContainer
Creates a temp file called "knime_container_date_xxxx.zip" and marks it for deletion upon exit.
createTempFile(String, String, File, boolean) - Static method in class org.knime.core.util.FileUtil
Creates a temp file in the temp directory associated with the flow/node.
createTempFile(String, String, boolean) - Static method in class org.knime.core.util.FileUtil
Creates a temp file in the temp directory associated with the flow/node.
createTempFile(String, String) - Static method in class org.knime.core.util.FileUtil
Creates a temp file that is deleted when the JVM is shut down.
createTempFile(String, String) - Static method in class org.knime.core.util.PathUtils
Creates a temporary file that is automatically deleted when the JVM shuts down.
createTempFile(Path, String, String) - Static method in class org.knime.core.util.PathUtils
Creates a temporary file that is automatically deleted when the JVM shuts down.
createTemplateLoadPersistor(File, URI) - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
Create persistor for a workflow or template.
createTestCaseMemoryService(long) - Static method in class org.knime.core.data.sort.MemoryService
Deprecated.
Factory to create an instance of MemoryService for use in test cases.
createThresholdModel() - Static method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
 
createThresholdModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createToolTip() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
createTransferable(JComponent) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
createTransferable(JComponent) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
 
createTransformerHandlerForSave(OutputStream) - Static method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObjectSpec
 
createTransformerHandlerForSave(OutputStream) - Static method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
 
createTreeCellEditor() - Method in class org.knime.core.node.config.ConfigEditTreeEditor
createTypeModel() - Static method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
 
createUI(JComponent) - Static method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
Creates the UI component.
createUnifyHeaderPrefix(SettingsModelBoolean) - Static method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
 
createUniqueID() - Method in class org.knime.core.node.workflow.Workflow
Create a new, unique node ID.
createUpdateStatement(String, String[], String[]) - Method in class org.knime.core.node.port.database.DatabaseHelper
 
createUpperBoundCheckBoxModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createUpperBoundModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createUpperBoundTextfieldModel() - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
createUseMeanModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createUseNames() - Static method in class org.knime.base.node.util.ExpandVectorNodeModel
 
createUseRowIdModel() - Static method in class org.knime.base.node.io.database.DBConnectionNodeModel
 
createValidateModel() - Static method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeDialog
 
createValueConfiguration() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
createValueDelimiterModel() - Static method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
 
createValueModel() - Static method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
 
createValueReplacingDerivedField(DATATYPE.Enum, String) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Helper method for creating a derived field that replaces a field's value with a fixed value.
createVarNameModel() - Static method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
 
createVarValueModel() - Static method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
 
createVectorTypeModel() - Static method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
createVersionModel() - Static method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
 
createVersionModel() - Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
 
createViewMenu() - Method in class org.knime.core.node.tableview.TableView
Get a new menu with view controllers (row height, etc.) for this view.
createViewModel(DendrogramNode) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Converts the cluster node into a view model, where cluster nodes are points and leaf nodes are dots.
createVoidTable(DataTableSpec) - Method in class org.knime.core.node.ExecutionContext
Create new "void" table.
createWarningMessageAndNotify(String, Throwable) - Method in class org.knime.core.node.Node
Creates a new NodeMessage object of type warning and notifies registered NodeMessageListeners.
createWebResources(String, REP, VAL) - Method in interface org.knime.core.node.wizard.WizardViewCreator
Creates all web resources, returns path to the created HTML file which contains the JS view.
createWorkflowFileStoreFactory(ExecutionContext) - Static method in class org.knime.core.data.filestore.FileStoreFactory
Creates a factory whose file stores are part of the workflow.
createWorkflowPersistorLoad(ReferencedFile) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
createWorkflowVariable(String[]) - Static method in class org.knime.core.node.workflow.BatchExecutor
Creates a new flow variable from the sub-components of the -workflow.variables commandline argument.
createWrappedTable(BufferedDataTable) - Method in class org.knime.core.node.ExecutionContext
Creates a new BufferedDataTable that simply wraps the argument table.
createWrapTableModel() - Static method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
 
createXCoordinate(double, double) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Recalculates the domain of the x axis.
createXCoordinate(int, int) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Recalculates the domain of the x axis.
createXMLCellReader(InputStream) - Static method in class org.knime.core.data.xml.io.XMLCellReaderFactory
Creates a XMLCellReader to read a single cell from given InputStream
createXMLCellReader(Reader) - Static method in class org.knime.core.data.xml.io.XMLCellReaderFactory
Creates a XMLCellReader to read a single cell from given Reader
createXMLCellWriter(OutputStream) - Static method in class org.knime.core.data.xml.io.XMLCellWriterFactory
Create writer to write xml cells.
createXMLCellWriter(OutputStream, boolean) - Static method in class org.knime.core.data.xml.io.XMLCellWriterFactory
Create writer to write xml cells.
createXMLColumnNameSettingsMode() - Static method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Creates a new SettingsModelString for the xml column name setting.
createXMLMultiCellWriter(OutputStream, QName, Map<QName, String>) - Static method in class org.knime.core.data.xml.io.XMLCellWriterFactory
Create writer to write xml cells enclosed in the given root element.
createXPathXMLCellReader(InputStream, LimitedXPathMatcher) - Static method in class org.knime.core.data.xml.io.XMLCellReaderFactory
Creates a XMLCellReader to read nodes matching the given limited XPath.
createYCoordinate(double, double) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Recalculates the domain of the y axis.
createZoomMenu() - Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel
 
credentials - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
A map with credentials (name => credentials) .
Credentials - Class in org.knime.core.node.workflow
The credentials implementation.
Credentials(String) - Constructor for class org.knime.core.node.workflow.Credentials
Create new credentials for a given name.
Credentials(String, String, String) - Constructor for class org.knime.core.node.workflow.Credentials
Create new credentials for a given name, initializing defaults.
CredentialsFlowVariableValue(String, String, String) - Constructor for class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
 
CredentialsProvider - Class in org.knime.core.node.workflow
Provides available credential variables for a workflow.
CredentialsProvider(NodeContainer, CredentialsStore) - Constructor for class org.knime.core.node.workflow.CredentialsProvider
Creates new provider for a given node container and a store to read from.
CredentialsStore - Class in org.knime.core.node.workflow
Container for credentials defined on a workflow.
CredentialsStore(WorkflowManager) - Constructor for class org.knime.core.node.workflow.CredentialsStore
Create new credential store for a workflow.
CredentialsStore(WorkflowManager, List<Credentials>) - Constructor for class org.knime.core.node.workflow.CredentialsStore
Create new credential store for a workflow.
CredentialsStore.CredentialsFlowVariableValue - Class in org.knime.core.node.workflow
 
CredentialsStore.CredentialsNode - Interface in org.knime.core.node.workflow
Implemented by NodeModel classes that define credential variables.
criticalMemoryFootprint() - Static method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Returns whether the memory footprint is critical.
CROSS - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the cross.
CrossJoinerNodeDialog - Class in org.knime.base.node.preproc.crossjoin
NodeDialog for the "CrossJoiner" Node.
CrossJoinerNodeDialog() - Constructor for class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeDialog
New pane for configuring the CrossJoiner node.
CrossJoinerNodeFactory - Class in org.knime.base.node.preproc.crossjoin
NodeFactory for the "CrossJoiner" Node.
CrossJoinerNodeFactory() - Constructor for class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeFactory
 
CrossJoinerNodeModel - Class in org.knime.base.node.preproc.crossjoin
This is the model implementation of CrossJoiner.
CrossJoinerNodeModel() - Constructor for class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
Constructor for the node model.
CrosstabNodeDialog - Class in org.knime.base.node.viz.crosstable
This is the dialog for the Crosstab node.
CrosstabNodeDialog() - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeDialog
Creates a new dialog.
CrosstabNodeFactory - Class in org.knime.base.node.viz.crosstable
This is the factory for the Crosstab node.
CrosstabNodeFactory() - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
 
CrosstabNodeModel - Class in org.knime.base.node.viz.crosstable
This is the model for the Crosstab node.
CrosstabNodeModel() - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Creates a new model with no input port and one output port.
CrosstabNodeModel.CrosstabTotals - Class in org.knime.base.node.viz.crosstable
Container class holding the row count totals, the column count totals and the total count of the cross tabulation.
CrosstabNodeSettings - Class in org.knime.base.node.viz.crosstable
The settings object for the crosstab node.
CrosstabNodeSettings() - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
CrosstabNodeView - Class in org.knime.base.node.viz.crosstable
View for the cross tabulation node.
CrosstabNodeView(CrosstabNodeModel) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeView
New instance.
CrosstabProperties - Class in org.knime.base.node.viz.crosstable
This class defines names and position of the columns in the output table of crosstab node.
CrosstabProperties.PropertyComparator - Class in org.knime.base.node.viz.crosstable
Compare to properties by their weights or by the lexical order if the weights are equal.
CrosstabStatistics(double, int, double, double) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
 
CrosstabStatistics(BufferedDataTable) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Retrieve statistics from the given table.
CrosstabStatisticsCalculator - Class in org.knime.base.node.viz.crosstable
Compute statistics for the crosstab node.
CrosstabStatisticsCalculator(BufferedDataTable, int, int, int, CrosstabNodeModel.CrosstabTotals, CrosstabProperties) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
 
CrosstabStatisticsCalculator.CrosstabStatistics - Class in org.knime.base.node.viz.crosstable
Container for the test statistics.
CrosstabTotals(Map<DataCell, Double>, Map<DataCell, Double>, double) - Constructor for class org.knime.base.node.viz.crosstable.CrosstabNodeModel.CrosstabTotals
 
CSVFilesHistoryPanel - Class in org.knime.base.node.io.csvwriter
Panel that contains an editable Combo Box showing the file to write to and a button to trigger a file chooser.
CSVFilesHistoryPanel() - Constructor for class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
Creates new instance, sets properties, for instance renderer, accordingly.
CSVFilesHistoryPanel(FlowVariableModel) - Constructor for class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
Creates new instance, sets properties, for instance renderer, accordingly.
CSVReaderConfig - Class in org.knime.base.node.io.csvreader
Config for CSV reader.
CSVReaderConfig() - Constructor for class org.knime.base.node.io.csvreader.CSVReaderConfig
Creates a new CSVReaderConfig with default values for all settings except the url.
CSVReaderNodeDialog - Class in org.knime.base.node.io.csvreader
Dialog to CSV Reader node.
CSVReaderNodeDialog() - Constructor for class org.knime.base.node.io.csvreader.CSVReaderNodeDialog
Create new dialog, init layout.
CSVReaderNodeFactory - Class in org.knime.base.node.io.csvreader
Factory for CSV Reader node.
CSVReaderNodeFactory() - Constructor for class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
 
CSVReaderNodeModel - Class in org.knime.base.node.io.csvreader
Model for CSV Reader node.
CSVReaderNodeModel() - Constructor for class org.knime.base.node.io.csvreader.CSVReaderNodeModel
No input, one output.
CSVReaderNodeModel(NodeCreationContext) - Constructor for class org.knime.base.node.io.csvreader.CSVReaderNodeModel
 
CSVWriter - Class in org.knime.base.node.io.csvwriter
Class to write a DataTable to an output stream.
CSVWriter(Writer) - Constructor for class org.knime.base.node.io.csvwriter.CSVWriter
Creates a new writer with default settings.
CSVWriter(Writer, FileWriterSettings) - Constructor for class org.knime.base.node.io.csvwriter.CSVWriter
Creates new instance which writes tables to the given writer class.
CSVWriterNodeDialog - Class in org.knime.base.node.io.csvwriter
Dialog to choose a file for csv output.
CSVWriterNodeDialog() - Constructor for class org.knime.base.node.io.csvwriter.CSVWriterNodeDialog
Creates a new CSV writer dialog.
CSVWriterNodeFactory - Class in org.knime.base.node.io.csvwriter
Factory to create a CSV (comma separated) writer node.
CSVWriterNodeFactory() - Constructor for class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
Creates new factory proposing a default file in the user's home directory as target.
CSVWriterNodeModel - Class in org.knime.base.node.io.csvwriter
NodeModel to write a DataTable to a CSV (comma separated value) file.
CSVWriterNodeModel() - Constructor for class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Constructor, sets port count.
currentPool() - Static method in class org.knime.core.util.ThreadPool
If the current thread is taken out of a thread pool, this method will return the thread pool.
Curve(String, String, boolean) - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
Deprecated.
Creates a new Curve object.
Curve(String, String, boolean) - Constructor for class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.Curve
Creates a new Curve object.
CUSTOM_HANDLER_EXTENSION_NAME - Static variable in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Name of the pmml extension that holds the name of a custom missing value handler.
CustomDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.custom
Database aggregation function that allows the user to manually specify the aggregation function to use.
CustomDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
Constructor.
CustomDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function.custom
CustomDBAggregationFuntionSettings - Class in org.knime.core.node.port.database.aggregation.function.custom
Class that save the settings of the CustomDBAggregationFuntionSettingsPanel.
CustomDBAggregationFuntionSettings() - Constructor for class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
Constructor.
CustomDBAggregationFuntionSettingsPanel - Class in org.knime.core.node.port.database.aggregation.function.custom
JPanel that allows the user to specify layout mapping settings.
CustomDBAggregationFuntionSettingsPanel(CustomDBAggregationFuntionSettings) - Constructor for class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettingsPanel
 
CustomListCellRenderer(String) - Constructor for class org.knime.core.node.FlowVariableModelButton.CustomListCellRenderer
Create new render which disables given string.
CutAction - Class in org.knime.base.node.io.tablecreator.table
The swing action for the combination to copy selected cells to the system clipboard and delete those cells afterwards.
CutAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.CutAction
Creates a new instance.
cutLabel(String, int, FontMetrics) - Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
Cuts the passed label until it fits into the desired length by cutting out the middle of the label.

D

DATA_COLUMN_SPEC_FLAVOR - Static variable in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
The data flavor for DataColumnSpecs.
DATA_DICT - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for DataDictionary.
DATA_DICT - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
DATA_DICT - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
DATA_FIELD - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for DataField.
DATA_FILE_DIR - Static variable in interface org.knime.core.node.NodePersistor
Directory name to save and load the data.
DATA_FILE_PREFIX - Static variable in interface org.knime.core.node.NodePersistor
 
DATA_IN_PORT - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
The port were the model expects the in data.
DATA_IN_PORT - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
The port were the model expects the in data.
DATA_IN_PORT - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
The port were the model expects the in data.
DATA_INPORT - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Index of input data port.
DATA_INPORT - Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Index of input data port.
DATA_INPORT - Static variable in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Index of input data port.
DATA_INPORT - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
Index of input data port.
DATA_INPORT - Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Index of input data port.
DATA_INPORT - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
index of the port receiving data.
DATA_INPORT - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
index of the port receiving data.
DATA_INPORT - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Keeps index of the input port which is 0.
DATA_OUT_PORT - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
The port which the model uses to return the data.
DATA_OUT_PORT - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
The port which the model uses to return the data.
DATA_OUT_PORT - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
The port which the model uses to return the data.
DATA_OUTPORT - Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Index of input data port.
DATA_OUTPORT - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
Index of input data port.
DATA_OUTPORT - Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Index of input data port.
DATA_OUTPORT - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
index of the port providing output data.
DATA_OUTPORT - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
index of the port providing output data.
DataArray - Interface in org.knime.base.node.util
Can be used to locally store a certain number of rows.
DataAwareNodeDialogPane - Class in org.knime.core.node
Subclass of NodeDialogPane that requires the full input data to define a configuration.
DataAwareNodeDialogPane() - Constructor for class org.knime.core.node.DataAwareNodeDialogPane
 
DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.DB2Utility
The unique database identifier.
DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.MySQLUtility
Deprecated.
The unique database identifier.
DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.OracleUtility
The unique database identifier.
DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.PostgreSQLUtility
Deprecated.
The unique database identifier.
DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.SQLiteUtility
Deprecated.
The unique database identifier.
DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.SQLServerUtility
Deprecated.
The unique database identifier.
DATABASE_URLS - Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
Keeps the history of all database URLs.
DatabaseConnectionPortObject - Class in org.knime.core.node.port.database
Port object that holds a database connection (without any query).
DatabaseConnectionPortObject(DatabaseConnectionPortObjectSpec) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionPortObject
Creates a new database port object.
DatabaseConnectionPortObject.Serializer - Class in org.knime.core.node.port.database
Serializer used to save DatabaseConnectionPortObjects.
DatabaseConnectionPortObjectSpec - Class in org.knime.core.node.port.database
Specification for a database connection port.
DatabaseConnectionPortObjectSpec(ModelContentRO) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
Creates a new spec for a database connection port.
DatabaseConnectionPortObjectSpec(DatabaseConnectionSettings) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
Creates a new spec for a database connection port.
DatabaseConnectionPortObjectSpec.Serializer - Class in org.knime.core.node.port.database
DatabaseConnectionSettings - Class in org.knime.core.node.port.database
 
DatabaseConnectionSettings() - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
Create a default settings connection object.
DatabaseConnectionSettings(String, String, String, String, String) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
Deprecated.
DatabaseConnectionSettings(String, String, String, String, String, String) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
Deprecated.
DatabaseConnectionSettings(String, String, String, String, String, String, String) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
Create a default database connection object.
DatabaseConnectionSettings(ConfigRO, CredentialsProvider) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
Creates and inits a new database configuration.
DatabaseConnectionSettings(DatabaseConnectionSettings) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionSettings
Creates a new DBConnection based on the given connection object.
DatabaseConnectionView - Class in org.knime.core.node.port.database
The database connection port view.
DatabaseConnectionView(ModelContentRO) - Constructor for class org.knime.core.node.port.database.DatabaseConnectionView
 
DatabaseDriverLoader - Class in org.knime.core.node.port.database
Utility class to load additional drivers from jar and zip to the DriverManager.
DatabaseDriverLoaderTest - Class in org.knime.core.node.port.database
 
DatabaseHelper - Class in org.knime.core.node.port.database
 
DatabaseHelper(DatabaseConnectionSettings) - Constructor for class org.knime.core.node.port.database.DatabaseHelper
Creates a empty handle for a new connection.
DatabaseLoopingNodeDialogPane - Class in org.knime.base.node.io.database
 
DatabaseLoopingNodeDialogPane() - Constructor for class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
Creates a new dialog for the Database Looping node.
DatabaseLoopingNodeFactory - Class in org.knime.base.node.io.database
 
DatabaseLoopingNodeFactory() - Constructor for class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
 
DatabaseLoopingNodeModel - Class in org.knime.base.node.io.database
 
DatabaseLoopingNodeModel() - Constructor for class org.knime.base.node.io.database.DatabaseLoopingNodeModel
 
DatabaseOutPortPanel(LayoutManager) - Constructor for class org.knime.core.node.port.database.DatabasePortObject.DatabaseOutPortPanel
Create new database provider.
DatabasePortObject - Class in org.knime.core.node.port.database
Class used as database port object holding a BufferedDataTable and a ModelContentRO to create a database connection.
DatabasePortObject(DatabasePortObjectSpec) - Constructor for class org.knime.core.node.port.database.DatabasePortObject
Creates a new database port object.
DatabasePortObject.DatabaseOutPortPanel - Class in org.knime.core.node.port.database
Override this panel in order to set the CredentialsProvider into this class.
DatabasePortObject.Serializer - Class in org.knime.core.node.port.database
Serializer used to save DatabasePortObject.
DatabasePortObjectSpec - Class in org.knime.core.node.port.database
Class used as database port object holding a DataTableSpec and a ModelContentRO to create a database connection.
DatabasePortObjectSpec(DataTableSpec, ModelContentRO) - Constructor for class org.knime.core.node.port.database.DatabasePortObjectSpec
Creates a new database port object spec.
DatabasePortObjectSpec(DataTableSpec, DatabaseQueryConnectionSettings) - Constructor for class org.knime.core.node.port.database.DatabasePortObjectSpec
Creates a new database port object spec.
DatabasePortObjectSpec.Serializer - Class in org.knime.core.node.port.database
 
DatabaseQueryConnectionSettings - Class in org.knime.core.node.port.database
 
DatabaseQueryConnectionSettings() - Constructor for class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Creates a new empty settings object.
DatabaseQueryConnectionSettings(ConfigRO, CredentialsProvider) - Constructor for class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Create a new connection with an empty query object.
DatabaseQueryConnectionSettings(DatabaseConnectionSettings, String) - Constructor for class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Creates a new connection based in the given connection and the query string.
DatabaseReaderConnection - Class in org.knime.core.node.port.database
DatabaseReaderConnection(DatabaseQueryConnectionSettings) - Constructor for class org.knime.core.node.port.database.DatabaseReaderConnection
Deprecated.
Creates a empty handle for a new connection.
DatabaseReaderConnection.RowIteratorConnection - Class in org.knime.core.node.port.database
Deprecated.
A row iterator that holds an open database connection and allows to create an iterator that iterates through the database entries and return them as a data row.
DatabaseUtility - Class in org.knime.core.node.port.database
This class is the entry point for database specific routines and information.
DatabaseUtility() - Constructor for class org.knime.core.node.port.database.DatabaseUtility
Deprecated.
DatabaseUtility(String, StatementManipulator, DBAggregationFunctionFactory...) - Constructor for class org.knime.core.node.port.database.DatabaseUtility
 
DatabaseUtility(String, StatementManipulator, DBDriverFactory, DBAggregationFunctionFactory...) - Constructor for class org.knime.core.node.port.database.DatabaseUtility
 
DatabaseUtilityRegistry - Class in org.knime.core.node.port.database
Singleton that collects all DatabaseUtility extension points.
DatabaseWrappedDriver - Class in org.knime.core.node.port.database
Wraps an java.sql.Driver object.
DatabaseWrappedDriver(Driver) - Constructor for class org.knime.core.node.port.database.DatabaseWrappedDriver
Create wrapper.
DatabaseWriterConnection - Class in org.knime.core.node.port.database
DataCell - Class in org.knime.core.data
Abstract base class of all DataCells, which acts as a container for arbitrary values and defines the common abilities all cells must provide, that is: retrieve the cell type, a string representation of the value, find out if this cell is missing, and test whether it is equal to another one.
DataCell() - Constructor for class org.knime.core.data.DataCell
 
DataCellDataInput - Interface in org.knime.core.data
Extended DataInput, which enables de-serialization of DataCell objects.
DataCellDataOutput - Interface in org.knime.core.data
Extended DataOutput, which also allows the serialization of DataCell objects.
DataCellFactory - Class in org.knime.base.node.io.filereader
Helper class for the file reader node.
DataCellFactory() - Constructor for class org.knime.base.node.io.filereader.DataCellFactory
DataCellFactory(ExecutionContext) - Constructor for class org.knime.base.node.io.filereader.DataCellFactory
Creates a new factory that can be used to create DataCells from a string representation of data.
DataCellFactory - Interface in org.knime.core.data
Interface for a factory that can create data cells from certain input formats.
DataCellFactory.FromComplexString - Interface in org.knime.core.data
Factory that creates cells from complex, usually multi-line, string representations.
DataCellFactory.FromInputStream - Interface in org.knime.core.data
Factory that creates cells from an binary input stream.
DataCellFactory.FromReader - Interface in org.knime.core.data
Factory that creates cells from an character reader.
DataCellFactory.FromSimpleString - Interface in org.knime.core.data
Factory that creates cells from simple, usually single-line, strings.
DataCellFactory.FromString - Interface in org.knime.core.data
Factory that creates cells from strings.
This interface is not meant for direct implementation.
DataCellFactoryMethod - Annotation Type in org.knime.core.data.convert
Annotation to mark a method in a DataCellFactory derivative as able to create a DataCell from a Java object.
DataCellHeaderRenderer - Class in org.knime.core.node.tableview
Class to render a DataCell in a row header of a JTable.
DataCellPoint - Class in org.knime.base.node.viz.plotter.basic
A DataCellPoint consists of two DataCells, one for the x and one for the y axis.
DataCellPoint(DataCell, DataCell) - Constructor for class org.knime.base.node.viz.plotter.basic.DataCellPoint
A point represented by two data cells.
DataCellSerializer<T extends DataCell> - Interface in org.knime.core.data
Interface for classes that can read or write specific DataCell implementations.
DataCellStreamReader(Buffer) - Constructor for class org.knime.core.data.container.BufferFromFileIteratorVersion20.DataCellStreamReader
Only memorizes the buffer.
DataCellStringMapper - Class in org.knime.base.data.util
Allow a mapping of arbitrary DataCells to unique, well-behaved strings, for example for usage with external executables that may frown upon parsing arbitrary strings.
DataCellStringMapper() - Constructor for class org.knime.base.data.util.DataCellStringMapper
Public constructor.
DataCellToJavaConverter<S extends DataValue,D> - Interface in org.knime.core.data.convert.java
Interface for converters from DataCell to java types.
DataCellToJavaConverterFactory<S extends DataValue,D> - Interface in org.knime.core.data.convert.java
Interface for all factory classes which create DataCellToJavaConverters.
DataCellToJavaConverterRegistry - Class in org.knime.core.data.convert.java
Service which contains all registered DataCellToJavaConverterFactories, therefore DataCellToJavaConverterFactorys for KNIME types to Java type conversions.
dataCellToString(DataCell) - Method in class org.knime.base.data.util.DataCellStringMapper
 
DataCellTuple - Class in org.knime.base.node.preproc.rank
This class wraps an array of DataCells and provides equals and hashCode for the array
DataCellTuple(DataRow, int[]) - Constructor for class org.knime.base.node.preproc.rank.DataCellTuple
 
DataCellTuple(int[]) - Constructor for class org.knime.base.node.preproc.rank.DataCellTuple
 
DataCellTypeConverter - Class in org.knime.core.data
Interface for converters from one cell type to another.
DataCellTypeConverter() - Constructor for class org.knime.core.data.DataCellTypeConverter
 
DataCellTypeConverter(boolean) - Constructor for class org.knime.core.data.DataCellTypeConverter
 
DataCellTypeConverterCellFactory(DataColumnSpec, DataCellTypeConverter, int) - Constructor for class org.knime.core.data.container.ColumnRearranger.DataCellTypeConverterCellFactory
 
DataColumnDomain - Class in org.knime.core.data
Final DataColumnDomain object holding meta infos about one column, that are, possible values and/or upper and lower bounds - if available.
DataColumnDomain(DataCell, DataCell, Set<DataCell>) - Constructor for class org.knime.core.data.DataColumnDomain
Create new column domain with lower and upper bounds, and set of possible values.
DataColumnDomainCreator - Class in org.knime.core.data
A column domain creator is used to initialize possible values and lower and upper bounds using DataCell objects.
DataColumnDomainCreator(DataColumnDomain) - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator by copying the information from an other column domain.
DataColumnDomainCreator() - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator with no meta-info defined.
DataColumnDomainCreator(Set<? extends DataCell>) - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator with a Set of possible values.
DataColumnDomainCreator(DataCell[]) - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator with the given array of values.
DataColumnDomainCreator(DataCell, DataCell) - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator with the given lower and upper bound.
DataColumnDomainCreator(DataCell[], DataCell, DataCell) - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator with an array of possible values, and a lower and upper bound.
DataColumnDomainCreator(Set<? extends DataCell>, DataCell, DataCell) - Constructor for class org.knime.core.data.DataColumnDomainCreator
Creates a new domain creator with a Set of possible values, and a lower and upper bound.
DataColumnProperties - Class in org.knime.core.data
Property map that contains annotations assigned to a column.
DataColumnProperties() - Constructor for class org.knime.core.data.DataColumnProperties
Creates an empty DataColumnProperties object.
DataColumnProperties(Map<String, String>) - Constructor for class org.knime.core.data.DataColumnProperties
Creates a properties object containing the (key, value) pairs from the argument.
DataColumnPropertiesView - Class in org.knime.core.node.workflow
 
DataColumnPropertiesView(DataTableSpec) - Constructor for class org.knime.core.node.workflow.DataColumnPropertiesView
 
DataColumnSpec - Class in org.knime.core.data
A DataColumnSpec describes one column in a DataTable.
DataColumnSpec(String, String[], DataType, DataColumnDomain, DataColumnProperties, SizeHandler, ColorHandler, ShapeHandler, FilterHandler) - Constructor for class org.knime.core.data.DataColumnSpec
Constructor taking all properties of this column spec as arguments.
DataColumnSpecCreator - Class in org.knime.core.data
A factory class to create a DataColumnSpec (as the only way from outside this package).
DataColumnSpecCreator(String, DataType) - Constructor for class org.knime.core.data.DataColumnSpecCreator
Initializes the creator with the given column name and type.
DataColumnSpecCreator(DataColumnSpec) - Constructor for class org.knime.core.data.DataColumnSpecCreator
Initializes the creator with a given DataColumnSpec.
DataColumnSpecFilterConfiguration - Class in org.knime.core.node.util.filter.column
Represents a column filtering.
DataColumnSpecFilterConfiguration(String) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
New instance with hard coded root name.
DataColumnSpecFilterConfiguration(String, InputFilter<DataColumnSpec>) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
New instance with hard coded root name.
DataColumnSpecFilterConfiguration(String, InputFilter<DataColumnSpec>, int) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
New instance with hard coded root name.
DataColumnSpecFilterNodeDialogPane - Class in org.knime.base.node.preproc.filter.column
This is the dialog for the column filter.
DataColumnSpecFilterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeDialogPane
Creates a new NodeDialogPane for the column filter in order to set the desired columns.
DataColumnSpecFilterNodeFactory - Class in org.knime.base.node.preproc.filter.column
The factory for the column filter node.
DataColumnSpecFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeFactory
 
DataColumnSpecFilterNodeModel - Class in org.knime.base.node.preproc.filter.column
The model for the column filter which extracts certain columns from the input DataTable using a list of columns to exclude.
DataColumnSpecFilterNodeModel() - Constructor for class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Creates a new filter model with one and in- and output.
DataColumnSpecFilterNodeModel(PortType[], PortType[]) - Constructor for class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Constructor for in and out PortType objects.
DataColumnSpecFilterPanel - Class in org.knime.core.node.util.filter.column
A panel to filter DataColumnSpecs.
DataColumnSpecFilterPanel() - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
Create a new panel to filter DataColumnSpecs.
DataColumnSpecFilterPanel(boolean) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
Create a new panel to filter DataColumnSpecs.
DataColumnSpecFilterPanel(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
DataColumnSpecFilterPanel(boolean, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
DataColumnSpecFilterPanel(boolean, InputFilter<DataColumnSpec>) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
DataColumnSpecFilterPanel(InputFilter<DataColumnSpec>) - Constructor for class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
DataColumnSpecFilterPMMLNodeDialogPane - Class in org.knime.base.node.preproc.pmml.columnfilter
This is the dialog for the column filter.
DataColumnSpecFilterPMMLNodeDialogPane() - Constructor for class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeDialogPane
Creates a new NodeDialogPane for the column filter in order to set the desired columns.
DataColumnSpecFilterPMMLNodeFactory - Class in org.knime.base.node.preproc.pmml.columnfilter
Factory for the DataColumnSpecFilterPMMLNodeFactory node.
DataColumnSpecFilterPMMLNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeFactory
 
DataColumnSpecFilterPMMLNodeModel - Class in org.knime.base.node.preproc.pmml.columnfilter
The model for the column filter which extracts certain columns from the input DataTable using a list of columns to exclude.
DataColumnSpecFilterPMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeModel
The default constructor for the DataColumnSpecFilterPMMLNodeModel class.
DataColumnSpecListCellRenderer - Class in org.knime.core.node.util
Renderer that checks if the value being renderer is of type DataColumnSpec if so it will renderer the name of the column spec and also the type's icon.
DataColumnSpecListCellRenderer() - Constructor for class org.knime.core.node.util.DataColumnSpecListCellRenderer
 
DataColumnSpecListDummyCellRenderer - Class in org.knime.base.node.preproc.columnresorter
The cell renderer with place holder element to render.
DataColumnSpecListDummyCellRenderer() - Constructor for class org.knime.base.node.preproc.columnresorter.DataColumnSpecListDummyCellRenderer
 
DataColumnSpecTableCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
Renderer that checks if the value being renderer is of type DataColumnSpec if so it will renderer the name of the column spec and also the type's icon.
DataColumnSpecTableCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.DataColumnSpecTableCellRenderer
 
DataColumnSpecTableCellRenderer - Class in org.knime.core.node.util
Renderer that checks if the value being renderer is of type DataColumnSpec if so it will renderer the name of the column spec and also the type's icon.
DataColumnSpecTableCellRenderer() - Constructor for class org.knime.core.node.util.DataColumnSpecTableCellRenderer
 
DataColumnWindow - Class in org.knime.base.node.preproc.pmml.missingval
A window over a single column.
DataColumnWindow(int, int, int) - Constructor for class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
Constructor for a window over a data column.
DataContainer - Class in org.knime.core.data.container
Buffer that collects DataRow objects and creates a DataTable on request.
DataContainer(DataTableSpec) - Constructor for class org.knime.core.data.container.DataContainer
Opens the container so that rows can be added by addRowToTable(DataRow).
DataContainer(DataTableSpec, boolean) - Constructor for class org.knime.core.data.container.DataContainer
Opens the container so that rows can be added by addRowToTable(DataRow).
DataContainer(DataTableSpec, boolean, int) - Constructor for class org.knime.core.data.container.DataContainer
Opens the container so that rows can be added by addRowToTable(DataRow).
DataContainer(DataTableSpec, boolean, int, boolean) - Constructor for class org.knime.core.data.container.DataContainer
Opens the container so that rows can be added by addRowToTable(DataRow).
DataContainer.BufferCreator - Class in org.knime.core.data.container
Helper class to create a Buffer instance given a binary file and the data table spec.
DataContainerException - Exception in org.knime.core.data.container
Exception that may be thrown by a DataContainer if the data is invalid.
DataContainerException(String) - Constructor for exception org.knime.core.data.container.DataContainerException
Creates new exception without specific cause.
DataContainerException(String, Throwable) - Constructor for exception org.knime.core.data.container.DataContainerException
Creates new exception with a given cause.
DataHiliteOutputContainer - Class in org.knime.base.node.preproc.joiner
This is a facade for a DataContainer which is used to create the final joined table.
DataHiliteOutputContainer(DataTableSpec, boolean, BufferedDataTable, int[], int[], JoinedRowKeyFactory) - Constructor for class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer
 
DataHiliteOutputContainer.Missing - Class in org.knime.base.node.preproc.joiner
An InputRow with solely missing data cells, needed for left and right outer join.
DataPoint - Class in org.knime.base.node.mine.mds
Represents a data point consisting of a values for each dimension.
DataPoint(int) - Constructor for class org.knime.base.node.mine.mds.DataPoint
Creates a new instance of DataPoint with given dimension.
DataPortCatchNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.genericcatch
 
DataPortCatchNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.DataPortCatchNodeFactory
Create factory, that instantiates nodes.
DataPortTryNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.generictry
 
DataPortTryNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.generictry.DataPortTryNodeFactory
Create factory, that instantiates nodes.
DataProvider - Interface in org.knime.base.node.viz.plotter
The plotters rely on a DataProvider to get the data to visualize.
DataRow - Interface in org.knime.core.data
Container interface for a vector of DataCells and a row key for unique identification.
DataRowWeighted - Class in org.knime.base.node.mine.decisiontree2.learner2
A data row represented as a double array.
DataRowWeighted(ClassValueDataRow, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DataRowWeighted
Constructs a weighted data row.
DataRowWeighted(DataRowWeighted, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DataRowWeighted
Constructs a weighted data row from another one and sets the weight to the given value.
DataTable - Interface in org.knime.core.data
Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableDomainCreator - Class in org.knime.core.data
Create or recreate domain of a data table.
DataTableDomainCreator(DataTableSpec, DomainCreatorColumnSelection, DomainCreatorColumnSelection) - Constructor for class org.knime.core.data.DataTableDomainCreator
A new instance that recreates the domain of certains columns.
DataTableDomainCreator(DataTableSpec, boolean) - Constructor for class org.knime.core.data.DataTableDomainCreator
A new instance that recreates the domain of all columns.
DataTableRowInput - Class in org.knime.core.node.streamable
Default implementation of a RowInput.
DataTableRowInput(DataTable) - Constructor for class org.knime.core.node.streamable.DataTableRowInput
Initialize with table.
DataTableSorter - Class in org.knime.core.data.sort
Table sorter for sorting plain DataTable objects (use the class BufferedDataTableSorter if you want to sort buffered data table objects.
DataTableSorter(DataTable, int, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.DataTableSorter
Deprecated.
DataTableSorter(DataTable, int, Collection<String>, boolean[]) - Constructor for class org.knime.core.data.sort.DataTableSorter
DataTableSorter(DataTable, int, Collection<String>, boolean[], boolean) - Constructor for class org.knime.core.data.sort.DataTableSorter
DataTableSorter(DataTable, long, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.DataTableSorter
Inits sorter on argument table with given row comparator.
DataTableSorter(DataTable, long, Collection<String>, boolean[]) - Constructor for class org.knime.core.data.sort.DataTableSorter
Inits table sorter using the sorting according to AbstractTableSorter.setSortColumns(Collection, boolean[]).
DataTableSorter(DataTable, long, Collection<String>, boolean[], boolean) - Constructor for class org.knime.core.data.sort.DataTableSorter
Inits table sorter using the sorting according to AbstractTableSorter.setSortColumns(Collection, boolean[], boolean).
DataTableSorter(long, DataTableSpec, Comparator<DataRow>) - Constructor for class org.knime.core.data.sort.DataTableSorter
Package default constructor for the AbstractColumnTableSorter.
DataTableSpec - Class in org.knime.core.data
DataTableSpecs specify the structure of a DataTable.
DataTableSpec() - Constructor for class org.knime.core.data.DataTableSpec
Creates an empty DataTableSpec with no columns defined and default as name.
DataTableSpec(DataColumnSpec...) - Constructor for class org.knime.core.data.DataTableSpec
Creates a new DataTableSpec, which is built from an array of DataColumnSpec elements.
DataTableSpec(DataTableSpec, DataTableSpec) - Constructor for class org.knime.core.data.DataTableSpec
Constructor for a new DataTableSpec based on two existing specifications that are to be concatenated.
DataTableSpec(String) - Constructor for class org.knime.core.data.DataTableSpec
Creates an empty DataTableSpec with no columns defined.
DataTableSpec(String, DataColumnSpec...) - Constructor for class org.knime.core.data.DataTableSpec
Creates a new DataTableSpec, which is built from an array of DataColumnSpec elements.
DataTableSpec(String, DataColumnSpec[], Map<String, String>) - Constructor for class org.knime.core.data.DataTableSpec
Constructor used eventually also by other constructors and the creator.
DataTableSpec(String, DataTableSpec, DataTableSpec) - Constructor for class org.knime.core.data.DataTableSpec
Constructor for a new DataTableSpec based on two existing specifications that are to be concatenated.
DataTableSpec(String, String[], DataType[]) - Constructor for class org.knime.core.data.DataTableSpec
Creates a new DataTableSpec based on a list of names and types.
DataTableSpec(String[], DataType[]) - Constructor for class org.knime.core.data.DataTableSpec
Creates a new DataTableSpec based on a list of names and types.
DataTableSpec.Serializer - Class in org.knime.core.data
Serializer for DataTableSpecs.
DataTableSpecCreator - Class in org.knime.core.data
Creator for DataTableSpec.
DataTableSpecCreator() - Constructor for class org.knime.core.data.DataTableSpecCreator
Start with empty spec.
DataTableSpecCreator(DataTableSpec) - Constructor for class org.knime.core.data.DataTableSpecCreator
Start with an existing spec.
DataTableSpecExtractor - Class in org.knime.base.data.util
Deprecated.
DataTableSpecExtractor() - Constructor for class org.knime.base.data.util.DataTableSpecExtractor
Deprecated.
 
DataTableSpecExtractor - Class in org.knime.core.data.util
This utility class provides means to extract meta information from a specific data table spec and to return the extracted data as data table.
DataTableSpecExtractor() - Constructor for class org.knime.core.data.util.DataTableSpecExtractor
 
DataTableSpecExtractor.PossibleValueOutputFormat - Enum in org.knime.core.data.util
Defines how possible values will be represented.
DataTableSpecExtractor.PropertyHandlerOutputFormat - Enum in org.knime.core.data.util
How the color, shape, size handler are shown in the table.
DataTableSpecView - Class in org.knime.core.node.workflow
 
DataTableSpecView(DataTableSpec) - Constructor for class org.knime.core.node.workflow.DataTableSpecView
 
DataType - Class in org.knime.core.data
Type description associated with a certain implementation of a DataCell.
DATATYPE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
DATATYPE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
DataType.MissingCell - Class in org.knime.core.data
Deprecated.
Missing cell in package is used instead: MissingCell
DataTypeAggregationPanel - Class in org.knime.base.data.aggregation.dialogutil.type
 
DataTypeAggregationPanel(String) - Constructor for class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
Constructor.
DataTypeAggregationTableModel - Class in org.knime.base.data.aggregation.dialogutil.type
DataTypeAggregationTableModel() - Constructor for class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationTableModel
Constructor.
DataTypeAggregator - Class in org.knime.base.data.aggregation.dialogutil.type
AggregationMethodDecorator that stores a DataType in addition to the AggregationMethod information.
DataTypeAggregator(DataType, AggregationMethod, boolean) - Constructor for class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
 
DataTypeAggregator(DataType, AggregationMethod) - Constructor for class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
 
DataTypeAggregatorTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil.type
DataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator.
DataTypeAggregatorTableCellEditor() - Constructor for class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregatorTableCellEditor
Constructor.
DataTypeColumnFilter - Class in org.knime.core.node.util.filter.column
Class that filters all columns based on a given set of compatible DataValue classes.
DataTypeColumnFilter(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.filter.column.DataTypeColumnFilter
Creates a new value class filter.
DataTypeListCellRenderer - Class in org.knime.core.node.util
Renderer that checks if the value being renderer is a DataType to render the name of the type and its icon.
DataTypeListCellRenderer() - Constructor for class org.knime.core.node.util.DataTypeListCellRenderer
 
DataTypeNameRenderer - Class in org.knime.base.node.preproc.rename
Renderer used in the combo box where the user can pick different DataValue class.
DataTypeNameRenderer() - Constructor for class org.knime.base.node.preproc.rename.DataTypeNameRenderer
 
DataTypeNameSorter - Class in org.knime.base.data.aggregation.dialogutil.type
Compares to DataTypes based on their string representation.
DataTypeRegistry - Class in org.knime.core.data
A registry for all DataTypes that are registered via the extension point org.knime.core.DataType.
DataTypeTableCellEditor(OutFieldsTable, DataTableSpec, Map<String, FlowVariable>) - Constructor for class org.knime.core.node.util.dialog.OutFieldsTable.DataTypeTableCellEditor
Create a new instance.
DataValidatorCellDecorator - Class in org.knime.base.node.preproc.datavalidator
Uses the decorator pattern for data cell validation.
DataValidatorColConfiguration - Class in org.knime.base.node.preproc.datavalidator
Configuration object for a couple of columns.
DataValidatorColConfiguration() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
Creates a new configuration with default settings.
DataValidatorColConfiguration(List<DataColumnSpec>) - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
Constructor for a list of columns.
DataValidatorColConfiguration(String[]) - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
Constructor for list of names.
DataValidatorColConfiguration.ColumnExistenceHandling - Enum in org.knime.base.node.preproc.datavalidator
Defines the data type handling.
DataValidatorColConfiguration.ConvertionType - Enum in org.knime.base.node.preproc.datavalidator
Defines the convertion possibilities of this node.
DataValidatorColConfiguration.DataTypeHandling - Enum in org.knime.base.node.preproc.datavalidator
Defines the data type handling.
DataValidatorColConfiguration.DomainHandling - Enum in org.knime.base.node.preproc.datavalidator
Defines the domain check handling.
DataValidatorColConflicts - Class in org.knime.base.node.preproc.datavalidator
Buffer for all column conflicts during one execution.
DataValidatorColConflicts() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
 
DataValidatorColConflicts.DataValidatorColConflict - Class in org.knime.base.node.preproc.datavalidator
A single conflict, comprising the column name; an ID for the conflict and a human readable description.
DataValidatorColPanel - Class in org.knime.base.node.preproc.datavalidator
Panel on a ColSetting object.
DataValidatorColPanel() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
Default constructor.
DataValidatorColPanel(DataValidatorNodeDialogPane, List<DataColumnSpec>) - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
Constructor for one individual column, invoked when Add in dialog was pressed.
DataValidatorColPanel(DataValidatorNodeDialogPane, boolean, DataValidatorColConfiguration, List<DataColumnSpec>) - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
Constructor that uses settings from setting given a column spec or null if the ColSetting is a meta-config.
DataValidatorConfiguration - Class in org.knime.base.node.preproc.datavalidator
The configuration object for the DataValidatorNodeModel.
DataValidatorConfiguration(boolean) - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
Constructor.
DataValidatorConfiguration() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
Default Constructor, reference spec enforced.
DataValidatorConfiguration.ConfigurationContainer - Class in org.knime.base.node.preproc.datavalidator
A mapping from a reference column to an input column which also contains the configuration.
DataValidatorConfiguration.RejectBehavior - Enum in org.knime.base.node.preproc.datavalidator
The general failing behavior.
DataValidatorConfiguration.UnknownColumnHandling - Enum in org.knime.base.node.preproc.datavalidator
Handling of unkown columns.
DataValidatorNodeDialogPane - Class in org.knime.base.node.preproc.datavalidator
Main dialog panel for the DataValidator node.
DataValidatorNodeDialogPane() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorNodeDialogPane
Constructs new dialog with an appropriate dialog title.
DataValidatorNodeFactory - Class in org.knime.base.node.preproc.datavalidator
Factory to create all node classes for a node that handles missing values in a table and replaces it by some meaningful values.
DataValidatorNodeFactory() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorNodeFactory
 
DataValidatorNodeModel - Class in org.knime.base.node.preproc.datavalidator
NodeModel for the data validation node.
DataValidatorNodeModel() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
One input, two optional output.
DataValidatorNodeModel(int, int) - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
One input, two optional output.
DataValidatorSpecNodeDialogPane - Class in org.knime.base.node.preproc.datavalidator
Main dialog panel for the DataValidator node.
DataValidatorSpecNodeDialogPane() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeDialogPane
Constructs new dialog with an appropriate dialog title.
DataValidatorSpecNodeFactory - Class in org.knime.base.node.preproc.datavalidator
Factory to create all node classes for a node that handles missing values in a table and replaces it by some meaningful values.
DataValidatorSpecNodeFactory() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeFactory
 
DataValidatorSpecNodeModel - Class in org.knime.base.node.preproc.datavalidator
 
DataValidatorSpecNodeModel() - Constructor for class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeModel
Default Constructor.
DataValue - Interface in org.knime.core.data
The interface all value interfaces of DataCells are derived from.
DataValue.UtilityFactory - Class in org.knime.core.data
Implementation of the meta information to a DataValue.
DataValueAccessMethod - Annotation Type in org.knime.core.data.convert
Annotation to mark a method in a DataValue derivative as able to get the value of the DataValue as a certain Java type.
DataValueColumnFilter - Class in org.knime.core.node.util
This ColumnFilter implementation filters all value which are not compatible to the provided DataValue classes.
DataValueColumnFilter(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.DataValueColumnFilter
Constructor for class DataValueColumnFilter.
DataValueComparator - Class in org.knime.core.data
The comparator used to compare two DataValue objects.
DataValueComparator() - Constructor for class org.knime.core.data.DataValueComparator
Create a new DataValue comparator.
DataValueRenderer - Interface in org.knime.core.data.renderer
General interface for classes that are able to render special derivatives of DataValue.
DataValueRendererFactory - Interface in org.knime.core.data.renderer
Factory for creating data value renderers.
DataValueRendererFamily - Interface in org.knime.core.data.renderer
Container for different DataValueRenderers which can be used to render one particular kind of DataValue.
DATE_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
dd.MMM.yyyy.
DATE_FORMAT - Static variable in class org.knime.core.node.workflow.FileWorkflowPersistor
Format used to save author/edit infos.
DATE_TIME_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
dd.MMM.yyyy HH:mm:ss.
DATE_TIME_MILLIS_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
dd.MMM.yyyy HH:mm:ss.SSS.
DateAndTimeCell - Class in org.knime.core.data.date
Cell storing a time and/or date.
DateAndTimeCell(int, int, int) - Constructor for class org.knime.core.data.date.DateAndTimeCell
A date timestamp without time.
DateAndTimeCell(int, int, int, int) - Constructor for class org.knime.core.data.date.DateAndTimeCell
A timestamp without date.
DateAndTimeCell(int, int, int, int, int, int) - Constructor for class org.knime.core.data.date.DateAndTimeCell
 
DateAndTimeCell(int, int, int, int, int, int, int) - Constructor for class org.knime.core.data.date.DateAndTimeCell
 
DateAndTimeCell(long, boolean, boolean, boolean) - Constructor for class org.knime.core.data.date.DateAndTimeCell
For internal use only!
DateAndTimeCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.DateAndTimeCellEntry
 
DateAndTimeCellFactory - Class in org.knime.core.data.date
Factory for creating DateAndTimeCells from various input types.
DateAndTimeCellFactory() - Constructor for class org.knime.core.data.date.DateAndTimeCellFactory
 
DateAndTimeCellSerializer - Class in org.knime.core.data.date
Serializes a DateAndTimeCell by writing the long representing the UTC time and the booleans whether date, time, or milliseconds are available.
DateAndTimeCellSerializer() - Constructor for class org.knime.core.data.date.DateAndTimeCellSerializer
 
DateAndTimeComparator - Class in org.knime.core.data.date
Compares to DateAndTimeValues by comparing their UTC time.
DateAndTimeComparator() - Constructor for class org.knime.core.data.date.DateAndTimeComparator
 
DateAndTimeRenderUtil - Class in org.knime.core.data.date
Utility class for rendering times and dates.
DateAndTimeUtility - Class in org.knime.core.data.date
The DataValue.UtilityFactory for the DateAndTimeValue providing access to the icon, the renderer and the comparator.
DateAndTimeUtility() - Constructor for class org.knime.core.data.date.DateAndTimeUtility
Default constructor.
DateAndTimeValue - Interface in org.knime.core.data.date
Interface supporting the representation of time and date independent of the user's time zone and location.
DateAndTimeValueRenderer - Class in org.knime.core.data.date
Renders a DateAndTimeValue.
DateAndTimeValueRenderer(SimpleDateFormat, SimpleDateFormat, SimpleDateFormat, SimpleDateFormat, SimpleDateFormat) - Constructor for class org.knime.core.data.date.DateAndTimeValueRenderer
 
DateAndTimeValueRenderer.DefaultRendererFactory - Class in org.knime.core.data.date
Factory for renderers in german format.
DateAndTimeValueRenderer.Iso8061RendererFactory - Class in org.knime.core.data.date
Factory for renderers in ISO 8061 format.
DateAndTimeValueRenderer.UsRendererFactory - Class in org.knime.core.data.date
Factory for renderers in US format.
DateInputDialog - Class in org.knime.core.node.util
This class supplies a GUI-Component (JPanel) which allows the input of an Date.
DateInputDialog(DateInputDialog.Mode) - Constructor for class org.knime.core.node.util.DateInputDialog
Constructs a new optional DateInputDialog, displaying the fields according to the mode.
DateInputDialog(DateInputDialog.Mode, boolean) - Constructor for class org.knime.core.node.util.DateInputDialog
Constructs a new DateInputDialog, displaying the fields according to the mode.
DateInputDialog(DateInputDialog.Mode, boolean, boolean) - Constructor for class org.knime.core.node.util.DateInputDialog
 
DateInputDialog() - Constructor for class org.knime.core.node.util.DateInputDialog
Creates a new DateInputDialog, displaying all Fields (date, hour, minute, second) and the date is optional.
DateInputDialog.Mode - Enum in org.knime.core.node.util
 
DateMeanOperator - Class in org.knime.base.data.aggregation.date
Date operator that calculates the mean date per group.
DateMeanOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.DateMeanOperator
Constructor for class DateMeanOperator.
DateMeanOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.DateMeanOperator
Constructor for class DateMeanOperator.
DateStringInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
Creates a date input control and delivers the input as string.
DateStringInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.DateStringInputQuickFormInElement
Create date input control with the given description.
DayRangeOperator - Class in org.knime.base.data.aggregation.date
Date operator that returns the range between the last and first date per group in days.
DayRangeOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.DayRangeOperator
Constructor for class DayRangeOperator.
DB2TableCreator - Class in org.knime.core.node.port.database
 
DB2TableCreator(StatementManipulator, String, String, boolean) - Constructor for class org.knime.core.node.port.database.DB2TableCreator
 
DB2Utility - Class in org.knime.core.node.port.database
Database utility for IBM DB2.
DB2Utility() - Constructor for class org.knime.core.node.port.database.DB2Utility
Constructor.
DBAdvancedPanel<T extends DatabaseConnectionSettings> - Class in org.knime.base.node.io.database.connection.util
A panel for settings advanced connection information, such as the database type.
DBAdvancedPanel(T) - Constructor for class org.knime.base.node.io.database.connection.util.DBAdvancedPanel
Creates a new panel.
DBAggregationFunction - Interface in org.knime.core.node.port.database.aggregation
This interface defines a database specific aggregation function such as count.
DBAggregationFunctionFactory - Interface in org.knime.core.node.port.database.aggregation
Factory for creating DBAggregationFunction.
DBAggregationFunctionLabelComparator - Class in org.knime.core.node.port.database.aggregation
Compares two DBAggregationFunctions based on their name.
DBAggregationFunctionProvider - Class in org.knime.base.node.io.database.groupby.dialog
 
DBAggregationFunctionProvider(DatabaseUtility) - Constructor for class org.knime.base.node.io.database.groupby.dialog.DBAggregationFunctionProvider
 
DBAggregationFunctionUtil - Class in org.knime.core.node.port.database.aggregation
 
DBApplyBinnerNodeFactory - Class in org.knime.base.node.io.database.binning.apply
The node factory of the database apply-binner
DBApplyBinnerNodeFactory() - Constructor for class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeFactory
 
DBApplyBinnerNodeModel - Class in org.knime.base.node.io.database.binning.apply
Node model to apply PMML Models of Database Auto-Binner and Database Numeric-Binner
DBApplyBinnerNodeModel() - Constructor for class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeModel
Creates a new binner.
DBAuthenticationPanel<T extends DatabaseConnectionSettings> - Class in org.knime.base.node.io.database.connection.util
A panel for database authentication settings.
DBAuthenticationPanel(T) - Constructor for class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
Creates a new authentication panel.
DBAuthenticationPanel(T, boolean) - Constructor for class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
Creates a new authentication panel.
DBAutoBinner - Class in org.knime.base.node.io.database.binning
This class is an extension of class AutoBinner.
DBAutoBinner(AutoBinnerLearnSettings, DataTableSpec) - Constructor for class org.knime.base.node.io.database.binning.DBAutoBinner
 
DBAutoBinnerNodeDialog - Class in org.knime.base.node.io.database.binning.auto
 
DBAutoBinnerNodeDialog() - Constructor for class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeDialog
 
DBAutoBinnerNodeFactory - Class in org.knime.base.node.io.database.binning.auto
The node factory of the Database Auto-Binner node.
DBAutoBinnerNodeFactory() - Constructor for class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeFactory
 
DBAutoBinnerNodeModel - Class in org.knime.base.node.io.database.binning.auto
Node Model of Database Auto-Binner
DBAutoBinnerNodeModel() - Constructor for class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
Creates a new binner.
DBBinnerMaps - Class in org.knime.base.node.io.database.binning
This class is to collect required Maps containing parameters for binning operation in StatementManipulator.
DBBinnerMaps(Map<String, List<Pair<Double, Double>>>, Map<String, List<Pair<Boolean, Boolean>>>, Map<String, List<String>>, Map<String, String>) - Constructor for class org.knime.base.node.io.database.binning.DBBinnerMaps
 
DBColumn - Class in org.knime.core.node.port.database.tablecreator
Class to represent a column in database
DBColumn(String, String, boolean) - Constructor for class org.knime.core.node.port.database.tablecreator.DBColumn
Creates a new instance of DBColumn
DBColumnAggregationFunctionPanel - Class in org.knime.base.node.io.database.groupby.dialog.column
This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method.
DBColumnAggregationFunctionPanel(String) - Constructor for class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
Constructor for class AggregationColumnPanel.
DBColumnAggregationFunctionPanel(String, String) - Constructor for class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
 
DBColumnAggregationFunctionRow - Class in org.knime.base.node.io.database.groupby.dialog.column
 
DBColumnAggregationFunctionRow(DataColumnSpec, DBAggregationFunction) - Constructor for class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRow
 
DBColumnAggregationFunctionRowTableCellEditor - Class in org.knime.base.node.io.database.groupby.dialog.column
Extends the DefaultCellEditor class to provide the cell editor.
DBColumnAggregationFunctionRowTableCellEditor(AggregationFunctionProvider<DBAggregationFunction>) - Constructor for class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRowTableCellEditor
 
DBColumnAggregationFunctionTableModel - Class in org.knime.base.node.io.database.groupby.dialog.column
This DefaultTableModel holds all aggregation columns and their aggregation method.
DBColumnAggregationFunctionTableModel() - Constructor for class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
Constructor.
DBColumnAggregationFunctionTableModel(AggregationFunctionProvider<DBAggregationFunction>) - Constructor for class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
Constructor for class AggregationColumnTableModel.
DBColumnFilterNodeDialogPane - Class in org.knime.base.node.io.database
 
DBColumnFilterNodeDialogPane() - Constructor for class org.knime.base.node.io.database.DBColumnFilterNodeDialogPane
Create query dialog with text box to enter table name.
DBColumnFilterNodeFactory - Class in org.knime.base.node.io.database
 
DBColumnFilterNodeFactory() - Constructor for class org.knime.base.node.io.database.DBColumnFilterNodeFactory
 
DBColumnFilterNodeModel - Class in org.knime.base.node.io.database
 
DBColumnFilterNodeModel() - Constructor for class org.knime.base.node.io.database.DBColumnFilterNodeModel
Creates a new database reader.
DBColumnRenameNodeFactory - Class in org.knime.base.node.io.database.columnrename
NodeFactory for the "DBColumnRename" Node.
DBColumnRenameNodeFactory() - Constructor for class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeFactory
 
DBColumnRenameNodeModel - Class in org.knime.base.node.io.database.columnrename
 
DBColumnRenameNodeModel() - Constructor for class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
Constructor for the node model.
DBConnectionFactory - Interface in org.knime.core.node.port.database.connection
 
DBConnectionNodeDialog - Class in org.knime.base.node.io.database
Dialog of the database connection reader node.
DBConnectionNodeDialog() - Constructor for class org.knime.base.node.io.database.DBConnectionNodeDialog
Constructor.
DBConnectionNodeFactory - Class in org.knime.base.node.io.database
 
DBConnectionNodeFactory() - Constructor for class org.knime.base.node.io.database.DBConnectionNodeFactory
 
DBConnectionNodeModel - Class in org.knime.base.node.io.database
 
DBConnectionNodeModel() - Constructor for class org.knime.base.node.io.database.DBConnectionNodeModel
Creates a new database connection reader.
DBConnectionPanel<T extends DefaultDatabaseConnectionSettings> - Class in org.knime.base.node.io.database.connection.util
A panel for selecting a hostname, port, and a database.
DBConnectionPanel(T, String) - Constructor for class org.knime.base.node.io.database.connection.util.DBConnectionPanel
Creates a new connection panel.
DBConnectionWriterDialogPane - Class in org.knime.base.node.io.database
Dialog pane of the database connection writer.
DBConnectionWriterDialogPane() - Constructor for class org.knime.base.node.io.database.DBConnectionWriterDialogPane
Creates new dialog.
DBConnectionWriterNodeFactory - Class in org.knime.base.node.io.database
 
DBConnectionWriterNodeFactory() - Constructor for class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
 
DBConnectionWriterNodeModel - Class in org.knime.base.node.io.database
 
DBConnectionWriterNodeModel() - Constructor for class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Creates a new database connection reader.
DBDataTypeAggregationFunctionPanel - Class in org.knime.base.node.io.database.groupby.dialog.type
This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method.
DBDataTypeAggregationFunctionPanel(String) - Constructor for class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
Constructor for class AggregationColumnPanel.
DBDataTypeAggregationFunctionPanel(String, String) - Constructor for class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
 
DBDataTypeAggregationFunctionRow - Class in org.knime.base.node.io.database.groupby.dialog.type
 
DBDataTypeAggregationFunctionRow(DataType, DBAggregationFunction) - Constructor for class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRow
 
DBDataTypeAggregationFunctionRowTableCellEditor - Class in org.knime.base.node.io.database.groupby.dialog.type
Extends the DefaultCellEditor class to provide the cell editor.
DBDataTypeAggregationFunctionRowTableCellEditor(AggregationFunctionProvider<DBAggregationFunction>) - Constructor for class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRowTableCellEditor
 
DBDataTypeAggregationFunctionTableModel - Class in org.knime.base.node.io.database.groupby.dialog.type
This DefaultTableModel holds all aggregation columns and their aggregation method.
DBDataTypeAggregationFunctionTableModel() - Constructor for class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
Constructor.
DBDataTypeAggregationFunctionTableModel(AggregationFunctionProvider<DBAggregationFunction>) - Constructor for class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
Constructor for class AggregationColumnTableModel.
DBDeleteRowsDialogPane - Class in org.knime.base.node.io.database
Dialog pane of the Database Delete node.
DBDeleteRowsDialogPane() - Constructor for class org.knime.base.node.io.database.DBDeleteRowsDialogPane
Creates new dialog.
DBDeleteRowsNodeFactory - Class in org.knime.base.node.io.database
Factory class for the Database Delete node.
DBDeleteRowsNodeFactory() - Constructor for class org.knime.base.node.io.database.DBDeleteRowsNodeFactory
 
DBDeleteRowsNodeModel - Class in org.knime.base.node.io.database
NodeModel of the Database Delete node.
DBDeleteRowsNodeModel() - Constructor for class org.knime.base.node.io.database.DBDeleteRowsNodeModel
Create a new database UPDATE node model.
DBDialogPane - Class in org.knime.base.node.io.database.util
Creates a panel to select database driver, enter database URL, user and password - optionally from credentials.
DBDialogPane(boolean) - Constructor for class org.knime.base.node.io.database.util.DBDialogPane
Creates a new dialog.
DBDriverFactory - Interface in org.knime.core.node.port.database.connection
 
DBDropTableNodeDialog - Class in org.knime.base.node.io.database.drop
Drop table dialog.
DBDropTableNodeDialog() - Constructor for class org.knime.base.node.io.database.drop.DBDropTableNodeDialog
Constructor.
DBDropTableNodeFactory - Class in org.knime.base.node.io.database.drop
Factory class.
DBDropTableNodeFactory() - Constructor for class org.knime.base.node.io.database.drop.DBDropTableNodeFactory
 
DBDropTableNodeModel - Class in org.knime.base.node.io.database.drop
Drops the given table in the given db.
DBDropTableNodeModel() - Constructor for class org.knime.base.node.io.database.drop.DBDropTableNodeModel
Constructor.
DBGenericConnectionPanel<T extends DatabaseConnectionSettings> - Class in org.knime.base.node.io.database.connection.util
A panel for selecting a JDBC driver and a full JDBC URL to the database.
DBGenericConnectionPanel(T) - Constructor for class org.knime.base.node.io.database.connection.util.DBGenericConnectionPanel
 
DBGroupByAggregationPanel - Class in org.knime.base.node.io.database
 
DBGroupByAggregationPanel() - Constructor for class org.knime.base.node.io.database.DBGroupByAggregationPanel
Creates the group by aggregation panel.
DBGroupByNodeDialog - Class in org.knime.base.node.io.database
The node dialog of the group by node.
DBGroupByNodeDialog() - Constructor for class org.knime.base.node.io.database.DBGroupByNodeDialog
Constructor for class GroupByNodeDialog.
DBGroupByNodeDialog2 - Class in org.knime.base.node.io.database.groupby
The node dialog of the group by node.
DBGroupByNodeDialog2() - Constructor for class org.knime.base.node.io.database.groupby.DBGroupByNodeDialog2
Constructor for class GroupByNodeDialog.
DBGroupByNodeFactory - Class in org.knime.base.node.io.database
 
DBGroupByNodeFactory() - Constructor for class org.knime.base.node.io.database.DBGroupByNodeFactory
 
DBGroupByNodeFactory2 - Class in org.knime.base.node.io.database.groupby
 
DBGroupByNodeFactory2() - Constructor for class org.knime.base.node.io.database.groupby.DBGroupByNodeFactory2
 
DBGroupByNodeModel - Class in org.knime.base.node.io.database
 
DBGroupByNodeModel() - Constructor for class org.knime.base.node.io.database.DBGroupByNodeModel
Creates a new database group by.
DBGroupByNodeModel2 - Class in org.knime.base.node.io.database.groupby
 
DBGroupByNodeModel2() - Constructor for class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
Creates a new database group by.
DBJoinerNodeDialog - Class in org.knime.base.node.io.database
This is the dialog for the database joiner node.
DBJoinerNodeDialog() - Constructor for class org.knime.base.node.io.database.DBJoinerNodeDialog
Creates a new dialog for the database joiner node.
DBJoinerNodeFactory - Class in org.knime.base.node.io.database
 
DBJoinerNodeFactory() - Constructor for class org.knime.base.node.io.database.DBJoinerNodeFactory
 
DBJoinerNodeModel - Class in org.knime.base.node.io.database
 
DBJoinerNodeModel() - Constructor for class org.knime.base.node.io.database.DBJoinerNodeModel
Creates a new database joiner.
DBJoinerSettings - Class in org.knime.base.node.io.database
 
DBJoinerSettings() - Constructor for class org.knime.base.node.io.database.DBJoinerSettings
 
DBJoinerSettings.DuplicateHandling - Enum in org.knime.base.node.io.database
This enum holds all ways of handling duplicate column names in the two input tables.
DBJoinerSettings.JoinMode - Enum in org.knime.base.node.io.database
This enum holds all ways of joining the two tables.
DBKey - Class in org.knime.core.node.port.database.tablecreator
Class to represent a key in database
DBKey(String, Set<DBColumn>, boolean) - Constructor for class org.knime.core.node.port.database.tablecreator.DBKey
Creates a new instance of DBKey
DBMiscPanel<T extends DatabaseConnectionSettings> - Class in org.knime.base.node.io.database.connection.util
A panel for settings misc connection information, such as if columns with spaces are allowed or if the connection should be validated before the dialog closes.
DBMiscPanel(T, boolean) - Constructor for class org.knime.base.node.io.database.connection.util.DBMiscPanel
Creates a new panel.
DBNodeModel - Class in org.knime.base.node.io.database
Abstract class derives the general NodeModel for all database node implementations.
DBNodeModel(PortType[], PortType[]) - Constructor for class org.knime.base.node.io.database.DBNodeModel
Creates a new database reader.
DBNumericBinnerNodeDialog - Class in org.knime.base.node.io.database.binning.numeric
 
DBNumericBinnerNodeDialog() - Constructor for class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeDialog
 
DBNumericBinnerNodeFactory - Class in org.knime.base.node.io.database.binning.numeric
The node factory of the Databse Numeric-Binner node.
DBNumericBinnerNodeFactory() - Constructor for class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeFactory
 
DBNumericBinnerNodeModel - Class in org.knime.base.node.io.database.binning.numeric
Node Model of Database Numeric-Binner
DBNumericBinnerNodeModel() - Constructor for class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
Creates a new binner.
DBPatternAggregationFunctionPanel - Class in org.knime.base.node.io.database.groupby.dialog.pattern
This class creates the aggregation column panel that allows the user to define the aggregation columns and their aggregation method.
DBPatternAggregationFunctionPanel(String) - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
Constructor for class AggregationColumnPanel.
DBPatternAggregationFunctionPanel(String, String) - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
 
DBPatternAggregationFunctionRow - Class in org.knime.base.node.io.database.groupby.dialog.pattern
 
DBPatternAggregationFunctionRow(String, boolean, DBAggregationFunction) - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRow
 
DBPatternAggregationFunctionRowTableCellEditor - Class in org.knime.base.node.io.database.groupby.dialog.pattern
Extends the DefaultCellEditor class to provide the cell editor.
DBPatternAggregationFunctionRowTableCellEditor(AggregationFunctionProvider<DBAggregationFunction>) - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRowTableCellEditor
 
DBPatternAggregationFunctionTableModel - Class in org.knime.base.node.io.database.groupby.dialog.pattern
This DefaultTableModel holds all aggregation columns and their aggregation method.
DBPatternAggregationFunctionTableModel() - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
Constructor.
DBPatternAggregationFunctionTableModel(AggregationFunctionProvider<DBAggregationFunction>) - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
Constructor for class AggregationColumnTableModel.
DBPatternTableCellEditor - Class in org.knime.base.node.io.database.groupby.dialog.pattern
DataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator.
DBPatternTableCellEditor() - Constructor for class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternTableCellEditor
Constructor for class AggregationMethodTableCellEditor.
DBPivotNodeDialog - Class in org.knime.base.node.io.database.pivot
The node dialog of the database pivot node.
DBPivotNodeDialog() - Constructor for class org.knime.base.node.io.database.pivot.DBPivotNodeDialog
Constructor for class DBPivotNodeDialog.
DBPivotNodeFactory - Class in org.knime.base.node.io.database.pivot
The node factory of the database pivot node
DBPivotNodeFactory() - Constructor for class org.knime.base.node.io.database.pivot.DBPivotNodeFactory
 
DBPivotNodeModel - Class in org.knime.base.node.io.database.pivot
The node model of the database pivot node
DBPivotNodeModel() - Constructor for class org.knime.base.node.io.database.pivot.DBPivotNodeModel
Creates a new database group by.
DBPortCatchNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.genericcatch
 
DBPortCatchNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.DBPortCatchNodeFactory
Create factory, that instantiates nodes.
DBQueryNodeDialogPane - Class in org.knime.base.node.io.database
Deprecated.
DBQueryNodeDialogPane() - Constructor for class org.knime.base.node.io.database.DBQueryNodeDialogPane
Deprecated.
Create query dialog with text box to enter table name.
DBQueryNodeFactory - Class in org.knime.base.node.io.database
Deprecated.
DBQueryNodeFactory() - Constructor for class org.knime.base.node.io.database.DBQueryNodeFactory
Deprecated.
 
DBQueryNodeFactory2 - Class in org.knime.base.node.io.database
 
DBQueryNodeFactory2() - Constructor for class org.knime.base.node.io.database.DBQueryNodeFactory2
 
DBQueryNodeModel - Class in org.knime.base.node.io.database
Deprecated.
DBQueryNodeModel() - Constructor for class org.knime.base.node.io.database.DBQueryNodeModel
Deprecated.
Creates a new database reader.
DBQueryNodeModel2 - Class in org.knime.base.node.io.database
 
DBQueryNodeModel2() - Constructor for class org.knime.base.node.io.database.DBQueryNodeModel2
Creates a new database reader.
DBReader - Interface in org.knime.core.node.port.database.reader
 
DBReaderConnectionNodeFactory - Class in org.knime.base.node.io.database
 
DBReaderConnectionNodeFactory() - Constructor for class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
 
DBReaderConnectionNodeModel - Class in org.knime.base.node.io.database
 
DBReaderConnectionNodeModel() - Constructor for class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Creates a new database reader.
DBReaderDialogPane - Class in org.knime.base.node.io.database.util
 
DBReaderDialogPane(boolean, boolean) - Constructor for class org.knime.base.node.io.database.util.DBReaderDialogPane
Creates a new dialog.
DBReaderImpl - Class in org.knime.core.node.port.database.reader
Creates a connection to read from database.
DBReaderImpl(DatabaseQueryConnectionSettings) - Constructor for class org.knime.core.node.port.database.reader.DBReaderImpl
Creates a empty handle for a new connection.
DBReaderNodeFactory - Class in org.knime.base.node.io.database
 
DBReaderNodeFactory() - Constructor for class org.knime.base.node.io.database.DBReaderNodeFactory
 
DBReaderNodeModel - Class in org.knime.base.node.io.database
 
DBReaderNodeModel(PortType[], PortType[]) - Constructor for class org.knime.base.node.io.database.DBReaderNodeModel
Creates a new model with the given number (and types!) of input and output types.
DBReaderNodeModel(int, int) - Constructor for class org.knime.base.node.io.database.DBReaderNodeModel
Creates a new database reader with one data out-port.
DBRenameNodeDialogPane - Class in org.knime.base.node.io.database.columnrename
 
DBRenameNodeDialogPane() - Constructor for class org.knime.base.node.io.database.columnrename.DBRenameNodeDialogPane
Constructor.
DBRowFilterNodeDialogPane - Class in org.knime.base.node.io.database
 
DBRowFilterNodeDialogPane() - Constructor for class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
Create query dialog with text box to enter table name.
DBRowFilterNodeFactory - Class in org.knime.base.node.io.database
 
DBRowFilterNodeFactory() - Constructor for class org.knime.base.node.io.database.DBRowFilterNodeFactory
 
DBRowFilterNodeModel - Class in org.knime.base.node.io.database
 
DBRowFilterNodeModel() - Constructor for class org.knime.base.node.io.database.DBRowFilterNodeModel
Creates a new database reader.
DBRowIterator - Interface in org.knime.core.node.port.database.reader
 
DBRowIteratorImpl - Class in org.knime.core.node.port.database.reader
RowIterator via a database ResultSet.
DBRowIteratorImpl(DataTableSpec, DatabaseConnectionSettings, BinaryObjectCellFactory, ResultSet, boolean) - Constructor for class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
DBRowIteratorImpl(DataTableSpec, DatabaseConnectionSettings, BinaryObjectCellFactory, ResultSet, boolean, long) - Constructor for class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
DBSamplingNodeDialog - Class in org.knime.base.node.io.database.sampling
The node dialog of the database sampling node.
DBSamplingNodeDialog() - Constructor for class org.knime.base.node.io.database.sampling.DBSamplingNodeDialog
Create query dialog.
DBSamplingNodeFactory - Class in org.knime.base.node.io.database.sampling
The node factory of the database sampling node.
DBSamplingNodeFactory() - Constructor for class org.knime.base.node.io.database.sampling.DBSamplingNodeFactory
 
DBSamplingNodeModel - Class in org.knime.base.node.io.database.sampling
The node model of the database sampling node.
DBSamplingNodeModel() - Constructor for class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
Creates a new database reader.
DBSamplingNodeModel.CountMethod - Enum in org.knime.base.node.io.database.sampling
 
DBSamplingNodeModel.SamplingMethod - Enum in org.knime.base.node.io.database.sampling
 
DBSorterNodeDialog - Class in org.knime.base.node.io.database
Dialog for choosing the columns that will be sorted.
DBSorterNodeDialog() - Constructor for class org.knime.base.node.io.database.DBSorterNodeDialog
Creates a new NodeDialogPane for the Sorter Node in order to choose the desired columns and the sorting order (ascending/ descending).
DBSorterNodeDialogPanel - Class in org.knime.base.node.io.database
This Panel holds subpanels consisting of SortItems.
DBSorterNodeDialogPanel() - Constructor for class org.knime.base.node.io.database.DBSorterNodeDialogPanel
Constructs a new empty JPanel used for displaying the three first selected columns in the according order and the sorting order for each.
DBSorterNodeFactory - Class in org.knime.base.node.io.database
 
DBSorterNodeFactory() - Constructor for class org.knime.base.node.io.database.DBSorterNodeFactory
 
DBSorterNodeModel - Class in org.knime.base.node.io.database
 
DBSorterNodeModel() - Constructor for class org.knime.base.node.io.database.DBSorterNodeModel
Creates a new database reader.
DBSortItem - Class in org.knime.base.node.io.database
The SortItem is a JPanel with a JComboBox and two JRadioButtons.
DBSortItem(int, Vector<DataColumnSpec>, String, boolean) - Constructor for class org.knime.base.node.io.database.DBSortItem
Constructs a new JPanel that consists of a JComboBox which lets the user choose the columns to sort and two JRadioButtons to choose the sort order (ascending/descending).
DBSortItem(int, Vector<DataColumnSpec>, DataColumnSpec, boolean) - Constructor for class org.knime.base.node.io.database.DBSortItem
Constructs a new JPanel that consists of a JComboBox which lets the user choose the columns to sort and two JRadioButtons to choose the sort order (ascending/descending).
DBSQLExecutorNodeDialog - Class in org.knime.base.node.io.database
Dialog for choosing the columns that will be sorted.
DBSQLExecutorNodeDialog() - Constructor for class org.knime.base.node.io.database.DBSQLExecutorNodeDialog
 
DBSQLExecutorNodeFactory - Class in org.knime.base.node.io.database
 
DBSQLExecutorNodeFactory() - Constructor for class org.knime.base.node.io.database.DBSQLExecutorNodeFactory
 
DBSQLExecutorNodeModel - Class in org.knime.base.node.io.database
 
DBSQLExecutorNodeModel() - Constructor for class org.knime.base.node.io.database.DBSQLExecutorNodeModel
Creates a new database reader.
DBSQLTypesPanel - Class in org.knime.base.node.io.database
Panel which allows to specify an SQL type for each column.
DBSQLTypesPanel() - Constructor for class org.knime.base.node.io.database.DBSQLTypesPanel
Creates new empty panel.
DBTableCreator - Interface in org.knime.core.node.port.database.tablecreator
Interface that creates a new table in a database.
DBTableCreatorConfiguration - Class in org.knime.base.node.io.database.tablecreator.util
A configuration class to store the settings of DBTable
DBTableCreatorConfiguration() - Constructor for class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Creates a new instance of DBTableCreatorConfiguration
DBTableCreatorIfNotExistsImpl - Class in org.knime.core.node.port.database.tablecreator
DBTableCreator implementation that extends the DBTableCreatorImpl class and adds "IF NOT EXISTS" functionality to it and thus does not need to execute a check table query.
DBTableCreatorIfNotExistsImpl(StatementManipulator, String, String, boolean) - Constructor for class org.knime.core.node.port.database.tablecreator.DBTableCreatorIfNotExistsImpl
 
DBTableCreatorImpl - Class in org.knime.core.node.port.database.tablecreator
Default DBTableCreator implementation.
DBTableCreatorImpl(StatementManipulator, String, String, boolean) - Constructor for class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
Constructor of DefaultDBTableCreatorStatementGenerator
DBTableCreatorNodeDialog - Class in org.knime.base.node.io.database.tablecreator
NodeDialog for the "DBTableCreator" Node.
DBTableCreatorNodeDialog() - Constructor for class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeDialog
New pane for configuring the DBTableCreator node.
DBTableCreatorNodeFactory - Class in org.knime.base.node.io.database.tablecreator
NodeFactory for the "DBTableCreator" Node.
DBTableCreatorNodeFactory() - Constructor for class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeFactory
 
DBTableCreatorNodeModel - Class in org.knime.base.node.io.database.tablecreator
This is the model implementation of DBTableCreator.
DBTableCreatorNodeModel() - Constructor for class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
Constructor for the node model.
DBTableSelectorNodeFactory - Class in org.knime.base.node.io.database.connection
 
DBTableSelectorNodeFactory() - Constructor for class org.knime.base.node.io.database.connection.DBTableSelectorNodeFactory
 
DBTableSelectorNodeModel - Class in org.knime.base.node.io.database.connection
 
DBTableSelectorNodeModel() - Constructor for class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
Creates a new Database Table Selector node model.
DBTimezonePanel<T extends DatabaseConnectionSettings> - Class in org.knime.base.node.io.database.connection.util
A panel for setting the timzeone correction for time and date fields.
DBTimezonePanel(T) - Constructor for class org.knime.base.node.io.database.connection.util.DBTimezonePanel
Creates a new panel.
DBTreeBrowser - Class in org.knime.base.node.io.database
Class implements a tree that shows all available tables grouped by table types together with their table names and column names (requested on demand).
DBTreeBrowser(JEditorPane) - Constructor for class org.knime.base.node.io.database.DBTreeBrowser
Create a new database browser.
DBUpdateDialogPane - Class in org.knime.base.node.io.database
Dialog pane of the Database Update node.
DBUpdateDialogPane() - Constructor for class org.knime.base.node.io.database.DBUpdateDialogPane
Creates new dialog.
DBUpdateNodeFactory - Class in org.knime.base.node.io.database
Factory class for the Database Update node.
DBUpdateNodeFactory() - Constructor for class org.knime.base.node.io.database.DBUpdateNodeFactory
 
DBUpdateNodeModel - Class in org.knime.base.node.io.database
NodeModel of the Database Update node.
DBUpdateNodeModel() - Constructor for class org.knime.base.node.io.database.DBUpdateNodeModel
Create a new database UPDATE node model.
DBUtil - Class in org.knime.base.node.io.database.tablecreator.util
 
DBUtil() - Constructor for class org.knime.base.node.io.database.tablecreator.util.DBUtil
 
DBWriter - Interface in org.knime.core.node.port.database.writer
 
DBWriterDialogPane - Class in org.knime.base.node.io.database
Dialog pane of the database writer.
DBWriterDialogPane() - Constructor for class org.knime.base.node.io.database.DBWriterDialogPane
Creates new dialog.
DBWriterImpl - Class in org.knime.core.node.port.database.writer
Creates a connection to write to database.
DBWriterImpl(DatabaseConnectionSettings) - Constructor for class org.knime.core.node.port.database.writer.DBWriterImpl
 
DBWriterNodeFactory - Class in org.knime.base.node.io.database
 
DBWriterNodeFactory() - Constructor for class org.knime.base.node.io.database.DBWriterNodeFactory
 
DBWriterNodeModel - Class in org.knime.base.node.io.database
Database writer model which creates a new table and adds the entire table to it.
DBWriterNodeModel() - Constructor for class org.knime.base.node.io.database.DBWriterNodeModel
Creates a new model with one data input.
DCObjectInputStream - Class in org.knime.core.data.container
Obsolete input stream to read Files written with Buffer objects in KNIME 1.x (and 2.0TechPreview).
DCObjectInputStream(InputStream) - Constructor for class org.knime.core.data.container.DCObjectInputStream
Creates new input stream that reads from in.
DCObjectInputVersion2 - Class in org.knime.core.data.container
Class interpreting the file format as written by the Buffer class.
DCObjectInputVersion2(InputStream, BufferFromFileIteratorVersion20.DataCellStreamReader) - Constructor for class org.knime.core.data.container.DCObjectInputVersion2
Creates new input stream that reads from in.
DCObjectOutputVersion2 - Class in org.knime.core.data.container
Object writing the binary stream of a Buffer.
DCObjectOutputVersion2(OutputStream, Buffer) - Constructor for class org.knime.core.data.container.DCObjectOutputVersion2
Setups a new output stream.
debug(Object) - Method in class org.knime.core.node.NodeLogger
Write debugging message into this logger.
debug(Object, Throwable) - Method in class org.knime.core.node.NodeLogger
Write debugging message and throwable into this logger.
debugWithFormat(String, Object...) - Method in class org.knime.core.node.NodeLogger
Write debug message, created by String.format(String, Object...) into this logger.
debugWithoutContext(Object) - Method in class org.knime.core.node.NodeLogger
Write debugging message into this logger.
dec() - Method in class org.knime.core.util.MutableDouble
Decrements this double by one.
dec() - Method in class org.knime.core.util.MutableInteger
Decrements this integer by one.
DECIMALSCALING_MODE - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
DECIMAL SCALING mode.
DECIMALSCALING_MODE - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
DECIMAL SCALING mode.
DecimalSeparatorPanel - Class in org.knime.base.node.io.csvwriter
Panel of the CSV writer dialog for specifying the decimal separator.
DecimalSeparatorPanel() - Constructor for class org.knime.base.node.io.csvwriter.DecimalSeparatorPanel
 
decimalSeparatorUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Tells whether the decimal separator is set by the user or guessed by the analyzer (or still at its default).
decipherInput(InputStream) - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Open decryption stream for locked metanodes.
decipherInput(InputStream) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Open decryption stream for locked metanodes.
decipherInput(InputStream) - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Open decryption stream for locked metanodes.
decipherInput(InputStream) - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Open decryption stream for locked metanodes.
decipherInput(InputStream) - Method in class org.knime.core.node.workflow.WorkflowCipher
Used to open an input stream using this cipher.
decipherInput(InputStream) - Method in interface org.knime.core.node.workflow.WorkflowPersistor
Open decryption stream for locked metanodes.
DecisionTree - Class in org.knime.base.node.mine.decisiontree2.model
A Wrapper for a decision tree, allowing for save/load to ModelContent objects.
DecisionTree(DecisionTreeNode, String, PMMLMissingValueStrategy, PMMLNoTrueChildStrategy) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Create DecisionTree based on a root node to which the remainder of the tree is already attached.
DecisionTree(DecisionTreeNode, String, PMMLMissingValueStrategy) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Create DecisionTree based on a root node to which the remainder of the tree is already attached.
DecisionTree(DecisionTreeNode, String) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Create DecisionTree based on a root node to which the remainder of the tree is already attached.
DecisionTree(ModelContentRO) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Create Decision Tree based on an ModelContent object.
DecisionTreeLearnerNodeDialog2 - Class in org.knime.base.node.mine.decisiontree2.learner2
Dialog for a decision tree learner node.
DecisionTreeLearnerNodeDialog2() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeDialog2
Constructor: create NodeDialog with one column selectors and two other properties.
DecisionTreeLearnerNodeFactory2 - Class in org.knime.base.node.mine.decisiontree2.learner2
The Factory for the DecisionTreeLearnerNodeModel2 algorithm.
DecisionTreeLearnerNodeFactory2() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory2
 
DecisionTreeLearnerNodeFactory3 - Class in org.knime.base.node.mine.decisiontree2.learner2
The Factory for the DecisionTreeLearnerNodeModel2 algorithm.
DecisionTreeLearnerNodeFactory3() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory3
 
DecisionTreeLearnerNodeModel2 - Class in org.knime.base.node.mine.decisiontree2.learner2
Implements a decision tree induction algorithm based on C4.5 and SPRINT.
DecisionTreeLearnerNodeModel2() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Inits a new Decision Tree model with one data in- and one model output port.
DecisionTreeLearnerNodeModel2(boolean) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Inits a new Decision Tree model with one data in- and one model output port.
DecisionTreeNode - Class in org.knime.base.node.mine.decisiontree2.model
The base abstract implementations of a node of a decision tree.
DecisionTreeNode() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Empty Constructor visible only within package.
DecisionTreeNode(Node, DataCellStringMapper) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Constructor of base class.
DecisionTreeNode(int, DataCell, LinkedHashMap<DataCell, Double>) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Constructor of base class.
DecisionTreeNodeLeaf - Class in org.knime.base.node.mine.decisiontree2.model
The Leaf of a decision tree.
DecisionTreeNodeLeaf() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Empty Constructor visible only within package.
DecisionTreeNodeLeaf(Node, DataCellStringMapper) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Constructor of derived class.
DecisionTreeNodeLeaf(int, DataCell, LinkedHashMap<DataCell, Double>) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Constructor of base class.
DecisionTreeNodeRenderer - Class in org.knime.base.node.mine.decisiontree2.model
Renderer for a DecisionTreeNode within a JTree.
DecisionTreeNodeRenderer() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeRenderer
 
DecisionTreeNodeSplit - Class in org.knime.base.node.mine.decisiontree2.model
An abstract implementation of an inner node of a decision tree, i.e.
DecisionTreeNodeSplit() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Empty Constructor visible only within package.
DecisionTreeNodeSplit(Node, DataCellStringMapper) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Constructor of derived class.
DecisionTreeNodeSplit(int, DataCell, LinkedHashMap<DataCell, Double>, String) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Constructor of base class.
DecisionTreeNodeSplitContinuous - Class in org.knime.base.node.mine.decisiontree2.model
Deprecated.
DecisionTreeNodeSplitContinuous() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
Empty Constructor visible only within package.
DecisionTreeNodeSplitContinuous(Node, DataCellStringMapper) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
Constructor of derived class.
DecisionTreeNodeSplitContinuous(int, DataCell, LinkedHashMap<DataCell, Double>, String, DecisionTreeNode[], double) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
Constructor of base class.
DecisionTreeNodeSplitNominal - Class in org.knime.base.node.mine.decisiontree2.model
Deprecated.
DecisionTreeNodeSplitNominal() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
Empty Constructor visible only within package.
DecisionTreeNodeSplitNominal(Node, DataCellStringMapper) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
Constructor of derived class.
DecisionTreeNodeSplitNominal(int, DataCell, LinkedHashMap<DataCell, Double>, String, DataCell[], DecisionTreeNode[]) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
Constructor of base class.
DecisionTreeNodeSplitNominalBinary - Class in org.knime.base.node.mine.decisiontree2.model
Deprecated.
DecisionTreeNodeSplitNominalBinary() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
Empty Constructor visible only within package.
DecisionTreeNodeSplitNominalBinary(Node, DataCellStringMapper) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
Constructor of derived class.
DecisionTreeNodeSplitNominalBinary(int, DataCell, LinkedHashMap<DataCell, Double>, String, DataCell[], int[], int[], DecisionTreeNode[]) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
Constructor for a nominal split in binary format.
DecisionTreeNodeSplitPMML - Class in org.knime.base.node.mine.decisiontree2.model
Decision tree split node that supports PMML predicates to partition the data.
DecisionTreeNodeSplitPMML() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
 
DecisionTreeNodeSplitPMML(int, DataCell, LinkedHashMap<DataCell, Double>, String, PMMLPredicate[], DecisionTreeNode[]) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Constructor of base class.
DecisionTreeNodeSplitPMML(int, DataCell, LinkedHashMap<DataCell, Double>, String, PMMLPredicate[], DecisionTreeNode[], int) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Constructor of base class.
DecisionTreeNodeView - Class in org.knime.base.node.mine.decisiontree2.model
Provides view on internals of a DecisionTreeNode.
DecisionTreeNodeView(DecisionTreeNode) - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView
Constructor.
DecisionTreeNodeView.ClassPieChart - Class in org.knime.base.node.mine.decisiontree2.model
Paints pie chart showing class distribution in this node.
DecisionTreeNodeView.HistoChart - Class in org.knime.base.node.mine.decisiontree2.model
Paints "histogram" showing how many patterns of the parent node this node covers.
decrementNumThreads() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
Decrements the current number of threads in use by 1.
decrypt(String) - Static method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Decrypts password.
decrypt(String) - Method in class org.knime.core.util.crypto.Encrypter
Decrypts strings.
decrypt(String) - Method in interface org.knime.core.util.crypto.IEncrypter
Decrypts strings.
decrypt(String) - Method in class org.knime.core.util.crypto.NoEncrypter
Decrypts strings.
decrypt(String) - Static method in class org.knime.core.util.KnimeEncryption
Decrypts password.
decrypt(SecretKey, String) - Static method in class org.knime.core.util.KnimeEncryption
Decrypts password with the given SecrectKey.
DecSepPanel - Class in org.knime.base.node.io.filereader
Implements the tab panel for the decimal separator settings (in the advaced settings dialog).
DecSepPanel(FileReaderSettings) - Constructor for class org.knime.base.node.io.filereader.DecSepPanel
Creates a panel to set the decimal separator and initializes it from the passed object.
DecTreeGraphView - Class in org.knime.base.node.mine.decisiontree2.view
A hierarchical graph for decision trees.
DecTreeGraphView(DecisionTreeNode, String) - Constructor for class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
 
DecTreeLearnerGraphView2 - Class in org.knime.base.node.mine.decisiontree2.learner2
The graph view displayed the view of the Decision Tree to Image node.
DecTreeLearnerGraphView2(DecisionTreeLearnerNodeModel2) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
Default constructor, taking the model as argument.
DecTreeNodeView2 - Class in org.knime.base.node.mine.decisiontree2.learner2
This node view is exactly the same as the one for the c4.5 encapsulating view.
DecTreeNodeView2(DecisionTreeLearnerNodeModel2) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.DecTreeNodeView2
Default constructor, taking the model as argument.
DecTreeNodeWidget - Class in org.knime.base.node.mine.decisiontree2.view
A view for a DecisionTreeNode.
DecTreeNodeWidget(HierarchicalGraphView<DecisionTreeNode>, DecisionTreeNode, String, boolean, boolean) - Constructor for class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
 
DecTreeNodeWidget(HierarchicalGraphView<DecisionTreeNode>, DecisionTreeNode, String, boolean, boolean, boolean, boolean) - Constructor for class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
 
DecTreeNodeWidgetFactory - Class in org.knime.base.node.mine.decisiontree2.view
 
DecTreeNodeWidgetFactory(DecTreeGraphView) - Constructor for class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidgetFactory
Creates a new instance.
DecTreePredictorGraphView - Class in org.knime.base.node.mine.decisiontree2.predictor
Deprecated.
DecTreePredictorGraphView(DecTreePredictorNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
Deprecated.
Default constructor, taking the model as argument.
DecTreePredictorGraphView - Class in org.knime.base.node.mine.decisiontree2.predictor2
 
DecTreePredictorGraphView(DecTreePredictorNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorGraphView
Default constructor, taking the model as argument.
DecTreePredictorNodeFactory - Class in org.knime.base.node.mine.decisiontree2.predictor
Deprecated.
DecTreePredictorNodeFactory() - Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
Deprecated.
 
DecTreePredictorNodeFactory - Class in org.knime.base.node.mine.decisiontree2.predictor2
 
DecTreePredictorNodeFactory() - Constructor for class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeFactory
 
DecTreePredictorNodeModel - Class in org.knime.base.node.mine.decisiontree2.predictor
Deprecated.
DecTreePredictorNodeModel() - Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
Creates a new predictor for PMMLDecisionTreePortObject models as input and one additional data input, and the scored data as output.
DecTreePredictorNodeModel - Class in org.knime.base.node.mine.decisiontree2.predictor2
Despite being public no official API.
DecTreePredictorNodeModel() - Constructor for class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
Creates a new predictor for PMMLDecisionTreePortObject models as input and one additional data input, and the scored data as output.
DecTreePredictorNodeView - Class in org.knime.base.node.mine.decisiontree2.predictor
Deprecated.
DecTreePredictorNodeView(DecTreePredictorNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
Deprecated.
Default constructor, taking the model as argument.
DecTreePredictorNodeView - Class in org.knime.base.node.mine.decisiontree2.predictor2
 
DecTreePredictorNodeView(DecTreePredictorNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeView
Default constructor, taking the model as argument.
DecTreeToImageGraphView - Class in org.knime.base.node.mine.decisiontree2.image
The graph view of the Decision Tree to Image node.
DecTreeToImageGraphView(DecisionTreeNode, String, DecTreeToImageNodeSettings) - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageGraphView
 
DecTreeToImageGraphView.DecTreeToImageNodeWidgetFactory - Class in org.knime.base.node.mine.decisiontree2.image
Graph node factory for the Decision Tree To Image node.
DecTreeToImageNodeDialog - Class in org.knime.base.node.mine.decisiontree2.image
The node dialog of the Decision Tree to Image node.
DecTreeToImageNodeDialog() - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeDialog
Create a new instance.
DecTreeToImageNodeFactory - Class in org.knime.base.node.mine.decisiontree2.image
The NodeFactory of the Decision Tree to Image node.
DecTreeToImageNodeFactory() - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeFactory
 
DecTreeToImageNodeModel - Class in org.knime.base.node.mine.decisiontree2.image
The NodeModel of the Decision Tree to Image node.
DecTreeToImageNodeModel() - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
Create a new instance.
DecTreeToImageNodeSettings - Class in org.knime.base.node.mine.decisiontree2.image
The settings of the Decision Tree To Image node.
DecTreeToImageNodeSettings() - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
DecTreeToImageNodeSettings.Scaling - Enum in org.knime.base.node.mine.decisiontree2.image
Scaling method.
DecTreeToImageNodeSettings.UnfoldMethod - Enum in org.knime.base.node.mine.decisiontree2.image
Defines which method is used to determine the tree nodes that should be displayed.
DecTreeToImageNodeWidgetFactory(DecTreeGraphView, DecTreeToImageNodeSettings) - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageGraphView.DecTreeToImageNodeWidgetFactory
Creates a new instance.
DecTreeToImageView - Class in org.knime.base.node.mine.decisiontree2.image
The view of the Decision Tree to Image node.
DecTreeToImageView(DecTreeToImageNodeModel) - Constructor for class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageView
Default constructor, taking the model as argument.
DEF_APPEND_COLUMNS - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Default append column setting.
DEF_APPEND_INPUT_COL - Static variable in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
 
DEF_ASYNC_CACHE_SIZE - Static variable in class org.knime.core.data.container.DataContainer
For asynchronous table writing (default) the cache size.
DEF_COL_NAME - Static variable in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
Default name of output column.
DEF_COLUMN_SUFFIX - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Default column suffix.
DEF_DISTANCE - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The default value of the distance to use.
DEF_EPOCHS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The default value of the epochs.
DEF_ERROR_COL_NAME - Static variable in interface org.knime.core.node.port.database.reader.DBReader
Default error column name used in the error table
DEF_EXTRACT_PROPERTY_HANDLERS - Static variable in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
Default value of the extract property handler settings.
DEF_FAIL_IF_EXCEPTION - Static variable in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
 
DEF_GZIP_COMPRESSION - Static variable in class org.knime.core.data.container.DataContainer
Whether compression is enabled by default.
DEF_IF_NOT_EXISTS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Default if not exists value
DEF_INCLUDE_EMPTY_RESULTS - Static variable in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
 
DEF_IS_TEMP_TABLE - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Default temporary table value
DEF_LEARNINGRATE - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The default value of the learning rate.
DEF_MAX_CELLS_IN_MEMORY - Static variable in class org.knime.core.data.container.DataContainer
The default number of cells to be held in memory.
DEF_MAX_OPENCONTAINER - Static variable in class org.knime.core.data.sort.AbstractColumnTableSorter
The maximum number of open containers.
DEF_MAX_OPENCONTAINER - Static variable in class org.knime.core.data.sort.AbstractTableSorter
The maximum number of open containers.
DEF_MAX_POSSIBLE_VALUES - Static variable in class org.knime.core.data.container.DataContainer
The default number of possible values being kept at most.
DEF_MEM_THRESHOLD - Static variable in class org.knime.core.data.sort.AbstractColumnTableSorter
Default memory threshold.
DEF_MIN_BLOB_SIZE_IN_BYTES - Static variable in class org.knime.core.data.xml.PMMLCellFactory
Minimum size for blobs in bytes.
DEF_MIN_BLOB_SIZE_IN_BYTES - Static variable in class org.knime.core.data.xml.XMLCellFactory
Minimum size for blobs in bytes.
DEF_MIN_FREE_DISC_SPACE_IN_TEMP_IN_MB - Static variable in class org.knime.core.data.container.DataContainer
Default minimum disc space requirement, see KNIMEConstants.PROPERTY_MIN_FREE_DISC_SPACE_IN_TEMP_IN_MB.
DEF_MINDIST_THRESHOLD - Static variable in class org.knime.base.node.mine.mds.MDSManager
The default value of the minimum distance threshold.
DEF_NO_ROWS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The default number of rows to use.
DEF_NOCOLS_VAR - Static variable in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
Default name of flow variable and row key for number of columns.
DEF_NOROWS_VAR - Static variable in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
Default name of flow variable and row key for number of rows.
DEF_NUMBER_MODE - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Default number mode.
DEF_OUTPUT_AS_STRING - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
The default value of the "output as string" setting.
DEF_OUTPUT_TYPE - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Default output type (double type, rounded).
DEF_OUTPUTDIMS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The default value of the output dimension.
DEF_POSSIBLE_VALUES_AS_COLLECTION - Static variable in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
Default value of the possible value as collection value.
DEF_PRECISION - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Default precision to round to.
DEF_PROJECT_ONLY - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
The default projection setting.
DEF_RETAIN_ALL_COLUMNS - Static variable in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
 
DEF_ROUNDING_MODE - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Default rounding mode.
DEF_ROWPREFIX - Static variable in class org.knime.base.node.io.filereader.FileReaderSettings
This will be used if the file has not row headers and no row prefix is set.
DEF_SCHEMA - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Default schema
DEF_SORTED_INPUT_TABLE - Static variable in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
The default "sorted input table" setting.
DEF_TABLE_NAME - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Default table name
DEF_USE_DYNAMIC_SETTINGS - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Default use dynamic settings value
DEF_USE_MAX_ROWS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The default settings of the usage of the number of max rows.
DEFAULT - Static variable in class org.knime.base.data.aggregation.GlobalSettings
Default global settings object that should be only used in operator templates!!!
DEFAULT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
DEFAULT - Static variable in class org.knime.core.data.property.ColorAttr
The default color attribute value, used when no color attribute set.
DEFAULT - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the default shape.
DEFAULT - Static variable in class org.knime.core.node.workflow.ExecutionEnvironment
 
DEFAULT_ABSOLUTE_TICK_DIST - Static variable in class org.knime.base.util.coordinate.Coordinate
The default tick distance in pixel.
DEFAULT_ADD_PROBABILITIES - Static variable in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Default value for add probabilities.
DEFAULT_APPEND_PROBABILITIES - Static variable in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
The default value for the append probabilities.
DEFAULT_BG - Static variable in class org.knime.core.node.defaultnodesettings.DialogComponent
default background color for editable components.
DEFAULT_BG - Static variable in class org.knime.core.node.util.FileSelectionPanel
default background color for editable components.
DEFAULT_BINARY_NOMINAL_SPLIT_MODE - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The default binary split mode (off).
DEFAULT_BUCKET_SIZE - Static variable in class org.knime.base.util.kdtree.KDTreeBuilder
The default number of patterns inside a terminal node.
DEFAULT_CHANGE_PREDICTION - Static variable in class org.knime.base.node.mine.util.PredictorHelper
The default value for the change prediction column name.
DEFAULT_CJK - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
DEFAULT_CLASS - Static variable in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Default cell class.
DEFAULT_COLOR - Static variable in class org.knime.core.node.port.PortType
The default color for ports: -6579301.
DEFAULT_COLUMN - Static variable in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
 
DEFAULT_CONFIDENCE - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Default value for the confidence.
DEFAULT_DATABASE_IDENTIFIER - Static variable in class org.knime.core.node.port.database.DatabaseUtility
Default database utility identifier.
DEFAULT_DECIMAL_SEPARATOR - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
The default decimal separator.
DEFAULT_DECIMAL_SEPARATOR - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
The default decimal separator.
DEFAULT_DOT_SIZE - Static variable in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
the default initial dot size.
DEFAULT_EXCL_MISSING - Static variable in class org.knime.base.data.aggregation.OperatorColumnSettings
Default exclude missing values OperatorColumnSettings object used in operator templates.
DEFAULT_EXPLODE_AREA_MARGIN - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The margin of the explode are in percent of the label are rectangle.
DEFAULT_FG - Static variable in class org.knime.core.node.defaultnodesettings.DialogComponent
default foreground color for editable components.
DEFAULT_FG - Static variable in class org.knime.core.node.util.FileSelectionPanel
default foreground color for editable components.
DEFAULT_FILE_EXT - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
The default value for the file extension.
DEFAULT_FUNCTION - Static variable in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
The default custom function.
DEFAULT_GENERIC_PARSE - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
By default do not accept type suffices.
DEFAULT_HEIGHT - Static variable in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
The height of the default component.
DEFAULT_HEIGHT - Static variable in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
The height of the default component.
DEFAULT_IGNORE_MISSING - Static variable in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
 
DEFAULT_IGNORE_MISSING_VALUES - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
By default ignore missing values (with a warning).
DEFAULT_INCL_MISSING - Static variable in class org.knime.base.data.aggregation.OperatorColumnSettings
Default include missing values OperatorColumnSettings object used in operator templates.
DEFAULT_INPORT_INDEX - Static variable in class org.knime.core.node.streamable.StreamableFunction
The default in port index the StreamableFunction operates on.
DEFAULT_INSTANCE - Static variable in class org.knime.base.util.flowvariable.FlowVariableResolver.FlowVariableEscaper
Default instance that does no escaping, just reads the value.
DEFAULT_IS_REGEX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Default isRegex value
DEFAULT_IS_REGEX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Default isRegex value
DEFAULT_KEY_NAME - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Default key name value
DEFAULT_KEY_SORTING_REVERSED - Static variable in class org.knime.base.util.SortingOptionPanel
The key to reverse order.
DEFAULT_KEY_SORTING_STRATEGY - Static variable in class org.knime.base.util.SortingOptionPanel
The key for sorting options.
DEFAULT_KNIME_TYPE - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Default KNIME type
DEFAULT_LABEL - Static variable in class org.knime.base.node.rules.RuleEngineNodeDialog
Deprecated.
Default default label.
DEFAULT_MAX_BIN_NOMINAL_SPLIT_COMPUTATION - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The default for the maximum number of nominal values for which all subsets are calculated (results in the optimal binary split); this parameter is only use if binaryNominalSplits is true; if the number of nominal values is higher, a heuristic is applied.
DEFAULT_MAX_ITEMSET_LENGTH - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Default value for the maximal itemset length.
DEFAULT_MAX_THREAD_COUNT - Static variable in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
The default maximum number of threads for each threaded node.
DEFAULT_MAX_THREAD_COUNT - Static variable in class org.knime.base.node.parallel.ThreadedNodeModel
Deprecated.
The default maximum number of threads for each threaded node.
DEFAULT_MEMORY_LIMIT - Static variable in class org.knime.core.data.blob.BinaryObjectCellFactory
Default memory limit for small cells (4096 bytes).
DEFAULT_MEMORY_OPTION - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The default build option (memory or on disk).
DEFAULT_MIN_NUM_RECORDS_PER_NODE - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The minimum number records expected per node.
DEFAULT_MIN_SUPPORT - Static variable in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Default value for the minimum support.
DEFAULT_MUST_ROTATE - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
DEFAULT_NAME_PATTERN - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Default name pattern
DEFAULT_NAME_PATTERN - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Default name pattern
DEFAULT_NO_OF_BINS - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The default number of bars which get created if the createBinnedBars method is called with a number smaller then 1.
DEFAULT_NO_OF_ROWS - Static variable in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Default number of rows to use.
DEFAULT_NO_OF_ROWS - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
Default number of rows to use.
DEFAULT_NOT_NULL - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Default not null value
DEFAULT_NOT_NULL - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Default not null value
DEFAULT_NOT_NULL_VALUE - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Default not null value
DEFAULT_NR_NOMINAL_VALUES - Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Per default columns with nominal values more than this value are ignored.
DEFAULT_NUM_PROCESSORS - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The default number of records stored for the view.
DEFAULT_NUMBER_RECORDS_FOR_VIEW - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The default number of records stored for the view.
DEFAULT_ORDER - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
 
DEFAULT_ORDERCOL - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
 
DEFAULT_OUTPORT_INDEX - Static variable in class org.knime.core.node.streamable.StreamableFunction
The default out port index the SreamableFunction operates on.
DEFAULT_OUTPUT - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
 
DEFAULT_OUTPUT_NAME - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
The default value for the output.
DEFAULT_OVERRIDE_OUTPUT - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
 
DEFAULT_PARAMC - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Default c parameter.
DEFAULT_PATH - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
The default path to the base directory.
DEFAULT_PIE_SIZE - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The percentage of the drawing space that should be used for drawing.
DEFAULT_PREDICTED - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
The default string for the predicted
DEFAULT_PREDICTION_COLUMN - Static variable in class org.knime.base.node.mine.util.PredictorHelper
The default value for the prediction column name.
DEFAULT_PREFIX - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Default prefix of this element
DEFAULT_PREFIX - Static variable in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Default prefix of this element
DEFAULT_PREFIX - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Default prefix of this element
DEFAULT_PREFIX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Default prefix of this element
DEFAULT_PREFIX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Default prefix of this element
DEFAULT_PRIMARY_KEY - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Default primary key value
DEFAULT_PRIMARY_KEY_VALUE - Static variable in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Default primary key value
DEFAULT_PRUNING_CONFIDENCE_THRESHOLD - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The default confidence threshold for pruning.
DEFAULT_PRUNING_METHOD - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The default pruning method.
DEFAULT_PUBLIC_KEY - Static variable in class org.knime.core.util.crypto.KNIMEDecryptionStream
KNIME's public key.
DEFAULT_RANKASLONG - Static variable in class org.knime.base.node.preproc.rank.RankNodeModel
 
DEFAULT_RANKMODE - Static variable in class org.knime.base.node.preproc.rank.RankNodeModel
initial default values.
DEFAULT_RANKOUTCOLNAME - Static variable in class org.knime.base.node.preproc.rank.RankNodeModel
 
DEFAULT_REDUCED_ERROR_PRUNING - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The default flag for reduced error pruning, is true.
DEFAULT_REFERENCE - Static variable in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
The default string for the reference
DEFAULT_RETAINROWORDER - Static variable in class org.knime.base.node.preproc.rank.RankNodeModel
 
DEFAULT_ROMAN - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
DEFAULT_ROWKEY - Static variable in class org.knime.base.node.image.ImageToTableNodeDialog
Default row key, if no key is entered.
DEFAULT_SEED - Static variable in class org.knime.base.node.mine.mds.MDSManager
The default random seed.
DEFAULT_SEED - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The default random seed.
DEFAULT_SIZE - Static variable in class org.knime.core.data.property.SizeHandler
Deprecated.
DEFAULT_SIZE_FACTOR - Static variable in class org.knime.core.data.property.SizeHandler
The default size factor in case no SizeHandler exist, which is one, that is no scaling is done.
DEFAULT_SPLIT_AVERAGE - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The default whether to use the average as the split point is true.
DEFAULT_SPLIT_QUALITY_MEASURE - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The default split quality measure.
DEFAULT_SQL_TYPE - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Default SQL type
DEFAULT_STRATEGY - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
 
DEFAULT_SUFFIX - Static variable in class org.knime.base.node.mine.util.PredictorHelper
Default value for the probability columns' suffices.
DEFAULT_THOUSANDS_SEPARATOR - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
The default thousands separator.
DEFAULT_THOUSANDS_SEPARATOR - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
The default thousands separator.
DEFAULT_THRESHOLD - Static variable in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Default value for the threshold.
DEFAULT_TITLE - Static variable in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
The default title of the panel to display in a dialog.
DEFAULT_TITLE - Static variable in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
The default title of the panel to display in a dialog.
DEFAULT_TITLE - Static variable in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
The default title of the panel to display in a dialog.
DEFAULT_TITLE - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Default title of this panel
DEFAULT_USAGE_THRESHOLD - Static variable in class org.knime.core.data.util.memory.MemoryAlertSystem
The threshold of medium memory usage that triggers a memory event.
DEFAULT_USE_OUTDATA - Static variable in class org.knime.base.node.mine.sota.SotaNodeModel
The default value for the usage of out data.
DEFAULT_WIDTH - Static variable in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
The width of the default component.
DEFAULT_ZOOM_FACTOR - Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
The default zoom factor.
DefaultAlphaColorPanel - Class in org.knime.base.node.viz.property.color
A default panel to adjust the alpha color value.
DefaultAlphaColorPanel() - Constructor for class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
 
DefaultAppendedCellFactory - Class in org.knime.base.data.append.column
A default factory that generates cells based on an underlying Map.
DefaultAppendedCellFactory(Map<RowKey, DataCell>) - Constructor for class org.knime.base.data.append.column.DefaultAppendedCellFactory
Creates new factory.
DefaultBinningStatementGenerator - Class in org.knime.core.node.port.database.binning
Class to create a SQL binning statement with basic SQL syntax.
DefaultBinningStatementGenerator() - Constructor for class org.knime.core.node.port.database.binning.DefaultBinningStatementGenerator
 
DefaultBlobSupportDataCellIterator - Class in org.knime.core.data.collection
Default implementation to BlobSupportDataCellIterator.
DefaultBlobSupportDataCellIterator(ListIterator<DataCell>) - Constructor for class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
Create new instance by wrapping an existing iterator.
DefaultBlobSupportDataCellIterator(Iterator<Map.Entry<?, DataCell>>) - Constructor for class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
Create new instance by wrapping an existing iterator.
DefaultBlobSupportDataCellIterator.InternalIterator - Class in org.knime.core.data.collection
An iterator that allows replacing the last returned element.
DefaultCellIterator - Class in org.knime.core.data.def
Default implementation of an iterator over the DataCells of a DataRow.
DefaultCellIterator(DataRow) - Constructor for class org.knime.core.data.def.DefaultCellIterator
Creates a new iterator over a given DataRow.
DefaultConfigTableModel - Class in org.knime.core.node.util
Default implementation of ConfigTableModel.
DefaultConfigTableModel(String[]) - Constructor for class org.knime.core.node.util.DefaultConfigTableModel
Create a model with the given column names.
DefaultConfigureCallback - Class in org.knime.core.node.interactive
 
DefaultConfigureCallback() - Constructor for class org.knime.core.node.interactive.DefaultConfigureCallback
 
DefaultDataArray - Class in org.knime.base.node.util
Can be used to locally store a certain number of rows.
DefaultDataArray(DataTable, int, int) - Constructor for class org.knime.base.node.util.DefaultDataArray
Constructs a random access container holding a certain number of rows from the data table passed in.
DefaultDataArray(DataTable, int, int, ExecutionMonitor) - Constructor for class org.knime.base.node.util.DefaultDataArray
Same, but allows for user cancellation from a progress monitor, while the container is filled.
DefaultDatabaseConnectionSettings - Class in org.knime.base.node.io.database.connection.util
Extension of DatabaseConnectionSettings the allows the user to specify the individual parts of the database URL (i.e.
DefaultDatabaseConnectionSettings() - Constructor for class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
 
DefaultDataValueRenderer - Class in org.knime.core.data.renderer
Default implementation for a renderer for DataValue objects.
DefaultDataValueRenderer() - Constructor for class org.knime.core.data.renderer.DefaultDataValueRenderer
Creates new instance given a null column spec.
DefaultDataValueRenderer(String) - Constructor for class org.knime.core.data.renderer.DefaultDataValueRenderer
Creates instance with null column spec and the given description.
DefaultDataValueRenderer(DataColumnSpec) - Constructor for class org.knime.core.data.renderer.DefaultDataValueRenderer
Creates new renderer and memorizes the column spec.
DefaultDataValueRenderer(DataColumnSpec, String) - Constructor for class org.knime.core.data.renderer.DefaultDataValueRenderer
Create new instance with given arguments.
DefaultDataValueRenderer.Factory - Class in org.knime.core.data.renderer
Factory for a default (fallback) renderer that uses the string representation of a cell.
DefaultDataValueRendererFamily - Class in org.knime.core.data.renderer
Default container for DataValueRenderer.
DefaultDataValueRendererFamily() - Constructor for class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Constructor that uses a single default renderer with a default description, i.e.
DefaultDataValueRendererFamily(DataValueRenderer...) - Constructor for class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Constructs a renderer family given a set of renders and their description.
DefaultDBDriverFactory - Class in org.knime.core.node.port.database.connection
Default DBDriverFactory implementation that uses the old Class.forName() method to create an instance of the db driver.
DefaultDBDriverFactory(String, Bundle) - Constructor for class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
 
DefaultDBDriverFactory(String, String...) - Constructor for class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
 
DefaultDBDriverFactory(String, File) - Constructor for class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
 
DefaultDBDriverFactory(String, Collection<File>) - Constructor for class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
 
DefaultFieldTableCellRenderer() - Constructor for class org.knime.core.node.util.dialog.OutFieldsTable.DefaultFieldTableCellRenderer
 
DEFAULTHIDDENLAYERS - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
The default number of iterations.
DefaultHiLiteHandler - Class in org.knime.core.node.property.hilite
Default implementation of a HiLiteHandler.
DefaultHiLiteHandler() - Constructor for class org.knime.core.node.property.hilite.DefaultHiLiteHandler
Creates an new default hilite handler.
DefaultHiLiteMapper - Class in org.knime.core.node.property.hilite
A default mapper for hilite translation which holds a map from RowKey to a set of RowKeys as value.
DefaultHiLiteMapper(Map<RowKey, Set<RowKey>>) - Constructor for class org.knime.core.node.property.hilite.DefaultHiLiteMapper
Creates a new default hilite mapper.
DEFAULTITERATIONS - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
The default number of iterations.
DefaultLayoutCreator - Interface in org.knime.core.node.wizard.util
A service interface to create a default view layout from a given set of WizardNode.
DefaultMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval
Abstract missing cell handler without moving window.
DefaultMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.DefaultMissingCellHandler
 
DefaultMissingValueHandlerPanel - Class in org.knime.base.node.preproc.pmml.missingval
Default panel for a missing value handler's settings to be used with DialogComponents.
DefaultMissingValueHandlerPanel() - Constructor for class org.knime.base.node.preproc.pmml.missingval.DefaultMissingValueHandlerPanel
Default constructor for DefaultMissingValueHandlerPanel.
DefaultNamespaceContext - Class in org.knime.core.data.xml.util
A default implementation of NamespaceContext.
DefaultNamespaceContext(String[], String[]) - Constructor for class org.knime.core.data.xml.util.DefaultNamespaceContext
The context with the mapping prefixes[i] matches namespaces[i].
DEFAULTNEURONSPERLAYER - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
The default number of iterations.
DefaultNodeProgressMonitor - Class in org.knime.core.node
The default node progress monitor which keep a progress value between 0 and 1, and a progress message.
DefaultNodeProgressMonitor() - Constructor for class org.knime.core.node.DefaultNodeProgressMonitor
Creates a new progress monitor with an empty set of listeners.
DefaultNodeProgressMonitor(NodeProgressListener) - Constructor for class org.knime.core.node.DefaultNodeProgressMonitor
Creates a new node progress monitor, with the cancel requested false, and no progress.
DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor - Class in org.knime.core.node
Silent progress monitor which does only forward changed of the progress value rather than progress message.
DefaultNodeProgressMonitor.SubNodeProgressMonitor - Class in org.knime.core.node
Progress monitor that is used by "sub-progresses", it doesn't have the range [0, 1] but only [0, b] where b is user-defined.
DefaultNodeSettingsPane - Class in org.knime.core.node.defaultnodesettings
Default implementation for a NodeDialogPane that allows to add standard DialogComponents which will be displayed in a standard way and automatically stored and retrieved in the node settings objects.
DefaultNodeSettingsPane() - Constructor for class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Constructor for DefaultNodeDialogPane.
DefaultOutFlowVariableField - Class in org.knime.core.node.util.dialog.field
Settings for dialog out flow variable list field with a default value.
DefaultOutFlowVariableField() - Constructor for class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
 
DefaultPivotStatementGenerator - Class in org.knime.core.node.port.database.pivoting
This class creates a SQL statement for pivoting using basic SQL.
DefaultPivotStatementGenerator() - Constructor for class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
// * Constructor of DefaultPivotStatementGenerator //
defaultReadObject() - Method in class org.knime.core.data.container.DCObjectInputStream
DefaultReexecutionCallback - Class in org.knime.core.node.interactive
 
DefaultReexecutionCallback() - Constructor for class org.knime.core.node.interactive.DefaultReexecutionCallback
 
DefaultRendererFactory() - Constructor for class org.knime.core.data.date.DateAndTimeValueRenderer.DefaultRendererFactory
 
DefaultRow - Class in org.knime.core.data.def
Default row for DataCells which keeps a row identifier and an array of DataCell objects.
DefaultRow(RowKey, DataCell...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row key and an array of DataCells.
DefaultRow(String, DataCell...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row id and an array of DataCells.
DefaultRow(String, List<DataCell>) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row id and an array of DataCells.
DefaultRow(RowKey, List<DataCell>) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row id and an array of DataCells.
DefaultRow(RowKey, double...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row key and an array of double values.
DefaultRow(String, double...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row ID and an array of double values.
DefaultRow(String, int...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row id and an array of int values.
DefaultRow(RowKey, int...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row key and an array of int values.
DefaultRow(String, String...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row id and an array of String values.
DefaultRow(RowKey, String...) - Constructor for class org.knime.core.data.def.DefaultRow
Inits a new DefaultRow object by row key and an array of String values.
DefaultRow(String, DataRow) - Constructor for class org.knime.core.data.def.DefaultRow
Creates an new row, using the data of the specified row, and overwrites the row key with the given new one.
DefaultRow(RowKey, DataRow) - Constructor for class org.knime.core.data.def.DefaultRow
Creates an new row, using the data of the specified row, and overwrites the row key with the given new one.
DefaultRowIterator - Class in org.knime.core.data.def
Specific implementation for a RowIterator that iterates over a generic DataTable.
DefaultRowIterator(Iterable<DataRow>) - Constructor for class org.knime.core.data.def.DefaultRowIterator
Constructs a new iterator based on an Iterable.
DefaultRowIterator(DataRow...) - Constructor for class org.knime.core.data.def.DefaultRowIterator
Constructs a new iterator that traverses an array of DataRow.
DefaultStringIconOption - Class in org.knime.core.node.util
Default implementation of the StringIconOption interface which is used in the default dialog components itself.
DefaultStringIconOption(String) - Constructor for class org.knime.core.node.util.DefaultStringIconOption
Constructor for class DialogComponentStringSelection.StringOption without icon.
DefaultStringIconOption(String, Icon) - Constructor for class org.knime.core.node.util.DefaultStringIconOption
Constructor for class DialogComponentStringSelection.StringOption.
DefaultTab - Class in org.knime.base.node.viz.plotter.props
This is the default tab added by the AbstractPlotterProperties that makes the current mouse mode selectable, provides a "fit to screen" button (which fits the drawing pane into the viewport) and a "change background color" button.
DefaultTab() - Constructor for class org.knime.base.node.viz.plotter.props.DefaultTab
Default Tab with mouse mode selection, fit to screen button and background color chooser.
DefaultTable - Class in org.knime.core.data.def
Deprecated.
DefaultTable will hold the entire data in main memory and should therefore not be used anymore. Instead, you should consider to use a DataContainer (or in a Node's execute method a BufferedDataTable to create DataTables).
DefaultTable(DataRow[], DataTableSpec) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated.
Creates a new table object from an array of DataRow objects, and an array of column names and types.
DefaultTable(DataRow[], String[], DataType[]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated.
Creates a new table object from an array of DataRow objects, and an array of column names and types.
DefaultTable(Object[][], String[], String[], ObjectToDataCellConverter) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated.
Generates a new instance from an Object[][].
DefaultTable(Object[][], String[], String[]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated.
Generates a new instance from an Object[][] using the default DataCell factory.
DefaultTable(Object[][]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated.
Calls this(data, (String[])null, (String[])null);.
DefaultTable(int[][], String[], String[]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated.
Generates a new instance from an int[][] using the default DataCell factory.
DefaultTable(int[][]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated.
Calls this(data, (String[])null, (String[])null);.
DefaultTable(double[][], String[], String[]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated.
Generates a new instance from an double[][] using the default DataCell factory.
DefaultTable(double[][]) - Constructor for class org.knime.core.data.def.DefaultTable
Deprecated.
Calls this(data, (String[])null, (String[])null);.
DefaultTableNodeFactory - Class in org.knime.base.node.io.def
Its the factory for a DefaultTableNodeModel.
DefaultTableNodeFactory(DataRow[], String[], DataType[]) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeFactory
We provide the same constructors as the DefaultTable.
DefaultTableNodeFactory(DataRow[], DataTableSpec) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeFactory
Also this constructor is available in DefaultTable.
DefaultTableNodeFactory(Object[][], String[], String[]) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeFactory
We provide the same constructors as the DefaultTable.
DefaultTableNodeModel - Class in org.knime.base.node.io.def
This is the model for the DefaultTable node.
DefaultTableNodeModel(DataRow[], String[], DataType[]) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeModel
 
DefaultTableNodeModel(DataRow[], DataTableSpec) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeModel
Also this constructor is available in DefaultTable.
DefaultTableNodeModel(Object[][], String[], String[]) - Constructor for class org.knime.base.node.io.def.DefaultTableNodeModel
 
DefaultVisualizationNodeDialog - Class in org.knime.base.node.viz.plotter.node
Lets the user define the maximum number of rows to be displayed.
DefaultVisualizationNodeDialog() - Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeDialog
Creates a new default visualization dialog with the maximum number of rows to display as defined in DataProvider.END.
DefaultVisualizationNodeDialog(int) - Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeDialog
Creates a new default visualization dialog with the maximum number of rows to display as defined by the passed parameter.
DefaultVisualizationNodeModel - Class in org.knime.base.node.viz.plotter.node
Implementation of a NodeModel which provides all functionality that is needed for a default plotter implementation.
DefaultVisualizationNodeModel() - Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Creates a NodeModel with one data inport and no outport.
DefaultVisualizationNodeModel(int, int) - Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Constructor for extending classes to define an arbitrary number of in- and outports.
DefaultVisualizationNodeView<T extends NodeModel> - Class in org.knime.base.node.viz.plotter.node
Convenient implementation of a NodeView that can display one or more plotter implementations.
DefaultVisualizationNodeView(T, AbstractPlotter) - Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
A generic NodeView which sets the model and calls the right methods of the plotters.
DefaultVisualizationNodeView(T, AbstractPlotter, String) - Constructor for class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
A generic NodeView which sets the model and calls the right methods of the plotters the title is the title of the according tab.
DefaultWebTemplate - Class in org.knime.core.node.web
Default WebTemplate implementation.
DefaultWebTemplate(WebResourceLocator[], String, String, String, String, String) - Constructor for class org.knime.core.node.web.DefaultWebTemplate
 
degree - Variable in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegViewData
Deprecated.
 
degree - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
DegreeOfAffinity - Interface in org.knime.base.node.mine.bfn
 
delegateAddHiLiteListener(HiLiteListener) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates the listener to the hilite handler.
delegateGetHiLitKeys() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegateHiLite(RowKey...) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegateHiLite(Set<RowKey>) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegateIsHiLit(RowKey...) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
delegates to the hilite handler.
delegateIsHiLit(Set<RowKey>) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
DelegateNodeDescription - Class in org.knime.core.node
An adapter on NodeDescription that allows selected methods to be overwritten.
DelegateNodeDescription(NodeDescription) - Constructor for class org.knime.core.node.DelegateNodeDescription
New instance with delegate.
delegatePeekFlowVariableDouble(String) - Method in interface org.knime.base.node.util.FlowVariableResolvable
Deprecated.
Delegate access to flow variable of type DOUBLE.
delegatePeekFlowVariableInt(String) - Method in interface org.knime.base.node.util.FlowVariableResolvable
Deprecated.
Delegate access to flow variable of type INTEGER.
delegatePeekFlowVariableString(String) - Method in interface org.knime.base.node.util.FlowVariableResolvable
Deprecated.
Delegate access to flow variable of type STRING.
delegateRemoveAllHiLiteListeners() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegateRemoveHiLiteListener(HiLiteListener) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
delegateUnHiLite(RowKey...) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegateUnHiLite(Set<RowKey>) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates to the hilite handler.
delegateUnHiLiteAll() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Delegates the unhilite all command to the hilite handler.
deletableUnusedFileStores(FileStoresInLoopCache, ILoopStartWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
 
DeleteAction - Class in org.knime.base.node.io.tablecreator.table
The swing action to delete the selected cells of the spreadsheet.
DeleteAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.DeleteAction
Creates a new instance.
deleteChild(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Deletes the child for the item specified by its position pos.
deleteColumns(int[]) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Deletes the columns.
DeleteColumnsAction - Class in org.knime.base.node.io.tablecreator.table
The swing action to delete the selected columns of the spreadsheet.
DeleteColumnsAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.DeleteColumnsAction
Creates a new instance.
deleteDirectoryIfExists(Path) - Static method in class org.knime.core.util.PathUtils
Deletes the given directory recursively.
deleteDirectoryIfExists(Path, PathFilter) - Static method in class org.knime.core.util.PathUtils
Deletes the given directory recursively using a path filter.
deleteObsoleteNodeDirs(List<ReferencedFile>) - Static method in class org.knime.core.node.workflow.WorkflowManager
Delete directories of removed nodes.
deleteRecursively(File) - Static method in class org.knime.core.util.FileUtil
Deletes a given directory recursively.
deleteRows(int[]) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Delete rows.
deleteRows(DatabaseConnectionSettings, String, BufferedDataTable, String[], int[], ExecutionMonitor, CredentialsProvider, int) - Static method in class org.knime.core.node.port.database.DatabaseWriterConnection
Deprecated.
Create connection to update table in database.
deleteRows(String, String, BufferedDataTable, String[], int[], ExecutionMonitor, CredentialsProvider, int) - Method in interface org.knime.core.node.port.database.writer.DBWriter
Delete rows from the given database table.
deleteRows(String, String, BufferedDataTable, String[], int[], ExecutionMonitor, CredentialsProvider, int) - Method in class org.knime.core.node.port.database.writer.DBWriterImpl
Create connection to update table in database.
DeleteRowsAction - Class in org.knime.base.node.io.tablecreator.table
The swing action to delete the selected rows of the spreadsheet.
DeleteRowsAction(SpreadsheetTable) - Constructor for class org.knime.base.node.io.tablecreator.table.DeleteRowsAction
Creates a new instance.
Delimiter - Class in org.knime.core.util.tokenizer
Created for each delimiter for the FileTokenizer keeping its specifics.
Delimiter(String, boolean, boolean, boolean) - Constructor for class org.knime.core.util.tokenizer.Delimiter
Creates a new delimiter object.
Delimiter(NodeSettingsRO) - Constructor for class org.knime.core.util.tokenizer.Delimiter
Creates a new Delimiter object and sets its parameters from the config object.
delimSettingsChanged() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Reads the settings of the column delimiter box and transfers them into the internal settings object.
delimSettingsChanged() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
Reads the settings of the column delimiter box and transfers them into the internal settings object.
DELTAVALUE_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store the delta value in the config.
DendrogramDrawingPane - Class in org.knime.base.node.viz.plotter.dendrogram
Interprets the BinaryTree of DendrogramPoints such that the leaf nodes (the data points) are painted and the cluster nodes are drawn with a horizontal line between the contained subnodes and vertical lines to that subnodes.
DendrogramDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
Inititalizes the tooltip.
DendrogramNode - Interface in org.knime.base.node.viz.plotter.dendrogram
This interface describes a node depicted in a dendrogram plot.
DendrogramPlotter - Class in org.knime.base.node.viz.plotter.dendrogram
Converts a DendrogramNode into a BinaryTree of DendrogramPoints, which is the visual representation of a hierachical clustering result stored in the DendrogramNode.
DendrogramPlotter() - Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Default constructor.
DendrogramPlotter(DendrogramDrawingPane, DendrogramPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Constructor for extending classes.
DendrogramPlotterProperties - Class in org.knime.base.node.viz.plotter.dendrogram
In addition to the AbstractPlotterProperties a LinePlotterAppearanceTab is added, to adjust the dot size and line thickness and to show or hide the dots.
DendrogramPlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotterProperties
Normal properties with an appearance tab to show/hide dots, dot size and line thickness.
DendrogramPoint - Class in org.knime.base.node.viz.plotter.dendrogram
Represents a point in the dendrogram with the contained rows, the distance of the cluster, the point in the drawing pane and the visual properties hilited, selected, relative size, color and shape.
DendrogramPoint(Point, double) - Constructor for class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
Creates a DendrogramPoint with a mapped point and the original distance.
deNormalizeConfiguration(AffineTransConfiguration) - Static method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeModel
This method takes the given configuration and transforms it into a denormalization configuration.
denormalizeMatrix(double[][], double[], double[]) - Static method in class org.knime.base.util.math.MathUtils
Denormalizes the matrix relative to the mean of the input data and to the standard deviation.
denormalizeMatrix(double[][], double[]) - Static method in class org.knime.base.util.math.MathUtils
Denormalizes the matrix relativ to the mean of the input data.
denormalizeVector(double[], double, double) - Static method in class org.knime.base.util.math.MathUtils
Denormalizes the vector relative to the mean of the input data and to the standard deviation.
denormalizeVector(double[], double) - Static method in class org.knime.base.util.math.MathUtils
Denormalizes the vector relative to the mean of the input data.
DenseBitVector - Class in org.knime.core.data.vector.bitvector
Stores Zeros and Ones in a vector, i.e.
DenseBitVector(long) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVector
Creates a new vector of the specified length, with no bits set.
DenseBitVector(long[], long) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVector
Creates a new instance taking over the initialization of the bits from the passed array.
DenseBitVector(String) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVector
Initializes the created bit vector from the hex representation in the passed string.
DenseBitVector(DenseBitVector) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVector
Creates a new instance as copy of the passed argument.
DenseBitVectorCell - Class in org.knime.core.data.vector.bitvector
Stores Zeros and Ones in a vector, i.e.
DenseBitVectorCell(DenseBitVector) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Use the DenseBitVectorCellFactory to create instances of this cell.
DenseBitVectorCell.DenseBitVectorSerializer - Class in org.knime.core.data.vector.bitvector
Factory for (de-)serializing a DenseBitVectorCell.
DenseBitVectorCell.Factory - Class in org.knime.core.data.vector.bitvector
Factory for DenseBitVectorCells.
DenseBitVectorCellFactory - Class in org.knime.core.data.vector.bitvector
Used to created DataCells holding a DenseBitVector.
DenseBitVectorCellFactory(long) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Initializes the factory to the specified length, all bits cleared.
DenseBitVectorCellFactory(long[], long) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Initializes the factory to the specified length, initializing the bits from the passed array.
DenseBitVectorCellFactory(DenseBitVector) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
A copy of the specified vector is stored in the created bit vector cell.
DenseBitVectorCellFactory(DenseBitVectorCell, long, long) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Initializes the vector from a subsequence of the specified cell.
DenseBitVectorCellFactory(String) - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Initializes the created bit vector from the hex representation in the passed string.
DenseBitVectorSerializer() - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCell.DenseBitVectorSerializer
 
DenseByteVector - Class in org.knime.core.data.vector.bytevector
A vector of fixed length holding byte counts at specific positions.
DenseByteVector(int) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVector
Creates a new instance with the specified length.
DenseByteVector(byte[]) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVector
Creates a new vector initialized by the passed counts.
DenseByteVector(DenseByteVector) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVector
Creates a new vector initialized by the passed vector.
DenseByteVectorCell - Class in org.knime.core.data.vector.bytevector
 
DenseByteVectorCell(DenseByteVector) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Use the DenseBitVectorCellFactory to create instances of this cell.
DenseByteVectorCell.DenseByteVectorSerializer - Class in org.knime.core.data.vector.bytevector
Serializer DenseByteVectorCells.
DenseByteVectorCell.Factory - Class in org.knime.core.data.vector.bytevector
Factory for DenseByteVectorCells.
DenseByteVectorCellFactory - Class in org.knime.core.data.vector.bytevector
Used to created DataCells holding a DenseByteVector.
DenseByteVectorCellFactory(int) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Initializes the factory to the specified length, all counts set to zero.
DenseByteVectorCellFactory(DenseByteVector) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
A copy of the specified vector is stored in the created byte vector cell.
DenseByteVectorCellFactory(DenseByteVectorCell, int, int) - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Initializes the vector from a subsequence of the specified cell.
DenseByteVectorSerializer() - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCell.DenseByteVectorSerializer
 
DenseDoubleVectorCell - Class in org.knime.core.data.vector.doublevector
DoubleVectorValue as dense representation, backed by a double[].
DenseDoubleVectorCell(double[]) - Constructor for class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
Use the DenseDoubleVectorCellFactory to create instances of this cell.
DenseDoubleVectorCell.DenseDoubleVectorSerializer - Class in org.knime.core.data.vector.doublevector
DenseDoubleVectorSerializer() - Constructor for class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell.DenseDoubleVectorSerializer
 
DenseRankAssigner - Class in org.knime.base.node.preproc.rank
Assigns ranks in dense mode, that rows with the same values receive the same rank, the next different row receives a rank increased by 1
DenseRankAssigner(int[]) - Constructor for class org.knime.base.node.preproc.rank.DenseRankAssigner
 
DenseStringVectorCell - Class in org.knime.core.data.vector.stringvector
StringVectorValue as dense representation, backed by a String[].
DenseStringVectorCell(String[]) - Constructor for class org.knime.core.data.vector.stringvector.DenseStringVectorCell
Use the DenseStringVectorCellFactory to create instances of this cell.
DenseStringVectorCell.DenseStringVectorSerializer - Class in org.knime.core.data.vector.stringvector
DenseStringVectorSerializer() - Constructor for class org.knime.core.data.vector.stringvector.DenseStringVectorCell.DenseStringVectorSerializer
 
DERIVED_FIELD - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
DERIVED_FIELD - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
DerivedFieldMapper - Class in org.knime.core.node.port.pmml.preproc
Creates a map of data column names to PMML derived field names for a PMML document and vice versa.
DerivedFieldMapper(PMMLDocument) - Constructor for class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
DerivedFieldMapper(PMMLPortObject) - Constructor for class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
DerivedFieldMapper(DerivedFieldDocument.DerivedField[]) - Constructor for class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
DESC - Static variable in class org.knime.core.node.port.database.aggregation.DBAggregationFunctionLabelComparator
Descending order comparator.
DescendingNumericTickPolicyStrategy - Class in org.knime.base.util.coordinate
 
DescendingNumericTickPolicyStrategy() - Constructor for class org.knime.base.util.coordinate.DescendingNumericTickPolicyStrategy
Creates a policy strategy for descending order.
DescendingNumericTickPolicyStrategy(String) - Constructor for class org.knime.base.util.coordinate.DescendingNumericTickPolicyStrategy
Creates a policy strategy for descending order.
description() - Method in enum org.knime.base.node.preproc.rounddouble.NumberMode
 
DESCRIPTION - Static variable in class org.knime.core.data.renderer.DoubleBarRenderer
Description that's returned in DoubleBarRenderer.getDescription().
DESCRIPTION - Static variable in class org.knime.core.data.renderer.DoubleGrayValueRenderer
Description that's returned in DoubleGrayValueRenderer.getDescription().
DESCRIPTION - Static variable in class org.knime.core.data.renderer.ImageValueRenderer
 
deselectSubtree() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Deselects cell and all its children and subchildren recursively.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.blob.BinaryObjectDataCell.BinaryObjectCellSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell.BinaryObjectFileStoreCellSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Static method in class org.knime.core.data.collection.BlobSupportDataCellList
Static deserializer for a list.
deserialize(DataCellDataInput) - Static method in class org.knime.core.data.collection.BlobSupportDataCellSet
Static deserializer for a datacell set.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.collection.ListCell.ListCellSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.collection.SetCell.SetCellSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.collection.SparseListCell.SparseListCellSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataInput) - Static method in class org.knime.core.data.container.BlobDataCell.BlobAddress
Reads blob address from stream.
deserialize(DataCellDataInput) - Method in interface org.knime.core.data.DataCellSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.date.DateAndTimeCellSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.def.BooleanCell.BooleanSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.def.ComplexNumberCell.ComplexNumberSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.def.DoubleCell.DoubleSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervalSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.def.IntCell.IntCellSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.def.IntervalCell.IntervalSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.def.LongCell.LongSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.def.StringCell.StringSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.def.TimestampCell.TimestampCellSerializer
Deprecated.
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataCell.FileStoreKeyCellSerializer
 
deserialize(DataCellDataInput) - Method in class org.knime.core.data.image.png.PNGImageBlobCell.PNGSerializer
 
deserialize(DataCellDataInput) - Method in class org.knime.core.data.image.png.PNGImageCell.PNGSerializer
 
deserialize(DataCellDataInput) - Static method in class org.knime.core.data.image.png.PNGImageContent
Deserialize method for DataCell implementation.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.MissingCell.MissingSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.model.PortObjectCell.PortObjectCellSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.NoSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell.DenseBitVectorSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell.SparseBitVectorSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell.DenseByteVectorSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell.SparseByteVectorSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell.DenseDoubleVectorSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell.DenseStringVectorSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.xml.PMMLBlobCell.PMMLSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.xml.PMMLCell.PMMLSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.xml.XMLBlobCell.XMLSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
deserialize(DataCellDataInput) - Method in class org.knime.core.data.xml.XMLCell.XMLSerializer
Loads a new instance of DataCell of type T from the input stream, which represents a former serialized DataCell content.
detailsAvailable() - Method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
 
detailsAvailable() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
detectOutliers(DataTable, double, double[], Map<Double, Set<RowKey>>, Map<Double, Set<RowKey>>, double[], int) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Detects mild (= < 3 * IQR) and extreme (= > 3 * IQR) outliers.
determineColValues(BufferedDataTable, int, int, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Called to determine all possible values in the respective columns.
determineCompareStrategy(Node) - Method in class org.knime.core.data.xml.util.XmlDomComparerCustomizer
Can be overridden by clients if a element depending XmlDomComparerCustomizer.ChildrenCompareStrategy is needed.
determineFactorValues(PMMLGeneralRegressionContent, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorCellFactory
 
determineHostIPs() - Static method in class org.knime.core.util.HostUtils
Returns all known IP addresses for this host.
determineHostMACs() - Static method in class org.knime.core.util.HostUtils
Returns all known MAC addresses for this host.
determineServerUsage() - Static method in class org.knime.core.util.EclipseUtil
Checks whether this KNIME instance runs as an RMI application on the server.
DialogComponent - Class in org.knime.core.node.defaultnodesettings
Abstract implementation of a component handling a standard type in a NodeDialog.
DialogComponent(SettingsModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponent
Abstract constructor expecting the model for this component.
DialogComponent.EmptySettingsModel - Class in org.knime.core.node.defaultnodesettings
------------------------------------------------------------------------- Components deriving from DialogComponent can use this model if they don't need or want to store any value (but are only displaying stuff).
DialogComponentAggregationMethod - Class in org.knime.base.data.aggregation.dialogutil
DialogComponent that allows the user to select an AggregationMethod and the corresponding parameters.
DialogComponentAggregationMethod(SettingsModelAggregationMethod, String, boolean, DataType) - Constructor for class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
 
DialogComponentAggregationMethod(SettingsModelAggregationMethod, String, boolean, AggregationMethod...) - Constructor for class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
 
DialogComponentAuthentication - Class in org.knime.core.node.defaultnodesettings
A component that allows a user to enter username/password or select credentials variable.
DialogComponentAuthentication(SettingsModelAuthentication) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
Constructor for this dialog component with default authentication types.
DialogComponentAuthentication(SettingsModelAuthentication, String, SettingsModelAuthentication.AuthenticationType...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
Constructor for this dialog component.
DialogComponentAuthentication(SettingsModelAuthentication, String, HashMap<SettingsModelAuthentication.AuthenticationType, Pair<String, String>>, SettingsModelAuthentication.AuthenticationType...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
Constructor for this dialog component
DialogComponentBoolean - Class in org.knime.core.node.defaultnodesettings
Provides a standard component for a dialog that allows to edit a boolean value.
DialogComponentBoolean(SettingsModelBoolean, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
Constructor puts a checkbox with the specified label into the panel.
DialogComponentButton - Class in org.knime.core.node.defaultnodesettings
Provides a component containing a button.
DialogComponentButton(String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButton
Creates new instance of DialogComponentButton with given text to set as button label.
DialogComponentButtonGroup - Class in org.knime.core.node.defaultnodesettings
A standard component to display radio buttons.
DialogComponentButtonGroup(SettingsModelString, String, boolean, ButtonGroupEnumInterface[]) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Constructor for class DialogComponentButtonGroup.
DialogComponentButtonGroup(SettingsModelString, String, boolean, String[], String[]) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Constructor for class DialogComponentButtonGroup.
DialogComponentButtonGroup(SettingsModelString, String, boolean, String[], String[], String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
DialogComponentButtonGroup(SettingsModelString, boolean, String, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Constructor for class DialogComponentButtonGroup.
DialogComponentButtonGroup(SettingsModelString, String, boolean, String, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
DialogComponentButtonLabel - Class in org.knime.core.node.defaultnodesettings
Provides a component containing a button and a label.
DialogComponentButtonLabel(String, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
Creates new instance of DialogComponentButtonLabel with given text to set as button text and label text.
DialogComponentChoiceConfig - Class in org.knime.base.node.mine.pca
Implementation of a dialog component for dimension selection in PCA configuration, used for SettingsModelPCADimensions.
DialogComponentChoiceConfig(SettingsModelPCADimensions, boolean) - Constructor for class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
 
DialogComponentColorChooser - Class in org.knime.core.node.defaultnodesettings
Provides a component for color choosing.
DialogComponentColorChooser(SettingsModelColor, String, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
Creates new instance of DialogComponentButton with given text to set as button label.
DialogComponentColorChooser(SettingsModelColor, String, boolean, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
Creates new instance of DialogComponentButton with given text to set as button label.
DialogComponentColumnFilter - Class in org.knime.core.node.defaultnodesettings
Provides a component for column filtering.
DialogComponentColumnFilter(SettingsModelFilterString, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
DialogComponentColumnFilter(SettingsModelFilterString, int, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Creates a new filter column panel with three components which are the include list, button panel to shift elements between the two lists, and the exclude list.
DialogComponentColumnFilter(SettingsModelFilterString, int, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
DialogComponentColumnFilter(SettingsModelFilterString, int, boolean, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
DialogComponentColumnFilter(SettingsModelFilterString, int, ColumnFilter) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
DialogComponentColumnFilter(SettingsModelFilterString, int, boolean, ColumnFilter) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
DialogComponentColumnFilter(SettingsModelFilterString, int, boolean, ColumnFilter, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
DialogComponentColumnFilter2 - Class in org.knime.core.node.defaultnodesettings
A column twin list with include & exclude list and optionally column name and type matcher.
DialogComponentColumnFilter2(SettingsModelColumnFilter2, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
 
DialogComponentColumnFilter2(SettingsModelColumnFilter2, int, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
 
DialogComponentColumnNameSelection - Class in org.knime.core.node.defaultnodesettings
Provides a standard component for a dialog that allows to select a column in a given DataTableSpec.
DialogComponentColumnNameSelection(SettingsModelString, String, int, ColumnFilter) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Constructor that puts label and combobox into the panel.
DialogComponentColumnNameSelection(SettingsModelString, String, int, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Constructor that puts label and combobox into the panel.
DialogComponentColumnNameSelection(SettingsModelString, String, int, boolean, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Constructor that puts label and combobox into the panel.
DialogComponentColumnNameSelection(SettingsModelString, String, int, boolean, boolean, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Constructor that puts label and combobox into the panel.
DialogComponentColumnNameSelection(SettingsModelString, String, int, boolean, ColumnFilter) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Constructor that puts label and combobox into the panel.
DialogComponentColumnNameSelection(SettingsModelString, String, int, boolean, boolean, ColumnFilter) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Constructor that puts label and combobox into the panel.
DialogComponentDate - Class in org.knime.core.node.defaultnodesettings
StandardDialogComponent allowing the input of an user specified Date.
DialogComponentDate(SettingsModelDate, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDate
Instantiates a new DateDialogComponent, where the model stores the user input and the label is put as a description on to the dialog.
DialogComponentDate(SettingsModelDate, String, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDate
 
DialogComponentDate(SettingsModelDate, String, boolean, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDate
Instantiates a new DateDialogComponent, where the model stores the user input and the label is put as a description on to the dialog.
DialogComponentDoubleRange - Class in org.knime.core.node.defaultnodesettings
Allows the user to enter a floating point number range.
DialogComponentDoubleRange(SettingsModelDoubleRange, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
DialogComponentDoubleRange(SettingsModelDoubleRange, double, double, double, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
Creates two spinner to enter the lower and upper value of the range.
DialogComponentDoubleRange(SettingsModelDoubleRange, double, double, double, double, double, double, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
Finegrain constructor to specify minimum and maximum values for the lower and upper bound and different step sizes for each spinner.
DialogComponentDuration - Class in org.knime.core.node.defaultnodesettings
StandardDialogComponent allowing the input of a user specified time values for days, hours, minutes, seconds.
DialogComponentDuration(SettingsModelDuration, String, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDuration
 
DialogComponentDuration(SettingsModelDuration, String, boolean, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentDuration
 
DialogComponentFileChooser - Class in org.knime.core.node.defaultnodesettings
A standard component allowing to choose a location(directory) and/or file name.
DialogComponentFileChooser(SettingsModelString, String, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Constructor that creates a file chooser with an JFileChooser.OPEN_DIALOG that filters files according to the given extensions.
DialogComponentFileChooser(SettingsModelString, String, int, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Constructor that creates a file/directory chooser of the given type without a file filter.
DialogComponentFileChooser(SettingsModelString, String, int, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Constructor that creates a file chooser of the given type that filters the files according to the given extensions.
DialogComponentFileChooser(SettingsModelString, String, int, boolean, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Constructor that creates a file or directory chooser of the given type that filters the files according to the given extensions.
DialogComponentFileChooser(SettingsModelString, String, int, boolean, FlowVariableModel, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Constructor that creates a file or directory chooser of the given type that filters the files according to the given extensions.
DialogComponentFlowVariableNameSelection - Class in org.knime.core.node.defaultnodesettings
Provides a standard component for a dialog that allows to select a flow variable from a list of flow variables.
DialogComponentFlowVariableNameSelection(SettingsModelString, String, Collection<FlowVariable>, FlowVariable.Type...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
Constructor creates a label and a combobox and adds them to the component panel.
DialogComponentFlowVariableNameSelection(SettingsModelString, String, Collection<FlowVariable>, boolean, FlowVariable.Type...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
Constructor creates a label and a combobox and adds them to the component panel.
DialogComponentLabel - Class in org.knime.core.node.defaultnodesettings
Provides a component containing a label.
DialogComponentLabel(String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentLabel
Creates new instance of DialogComponentLabel with given label to set.
DialogComponentMultiLineString - Class in org.knime.core.node.defaultnodesettings
 
DialogComponentMultiLineString(SettingsModelString, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
Constructor put label and JTextArea into panel.
DialogComponentMultiLineString(SettingsModelString, String, boolean, int, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
Constructor put label and JTextArea into panel.
DialogComponentNode - Interface in org.knime.core.node.workflow
Interface for nodes which provide dialog components that can be used on metanodes containing those nodes.
DialogComponentNumber - Class in org.knime.core.node.defaultnodesettings
Provide a standard component for a dialog that allows to edit number value.
DialogComponentNumber(SettingsModelNumber, String, Number) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Constructor puts a label and spinner (with default width) into a panel.
DialogComponentNumber(SettingsModelNumber, String, Number, FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Puts a label and spinner with default width into panel, offers also the registration of a FlowVariableModel.
DialogComponentNumber(SettingsModelNumber, String, Number, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Constructor puts label and spinner into panel.
DialogComponentNumber(SettingsModelNumber, String, Number, int, FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Constructor puts label and spinner into panel and allows to specify width (in #characters) of component.
DialogComponentNumberEdit - Class in org.knime.core.node.defaultnodesettings
Provides a standard component for a dialog that allows to edit a number value.
DialogComponentNumberEdit(SettingsModelNumber, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Constructor that puts label and JTextField into panel.
DialogComponentNumberEdit(SettingsModelNumber, String, FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Constructor that puts label and JTextField into panel.
DialogComponentNumberEdit(SettingsModelNumber, String, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Constructor that puts label and JTextField into panel.
DialogComponentNumberEdit(SettingsModelNumber, String, int, FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Constructor that puts label and JTextField into panel.
DialogComponentOptionalString - Class in org.knime.core.node.defaultnodesettings
This Dialog Component offers an editable string field and a checkbox for disabling the use of the field.
DialogComponentOptionalString(SettingsModelOptionalString, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentOptionalString
Constructor puts a label and a checkbox into a panel.
DialogComponentOptionalString(SettingsModelOptionalString, String, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentOptionalString
Constructor puts label and checkbox into panel and allows to specify width (in #characters) of component.
DialogComponentPasswordField - Class in org.knime.core.node.defaultnodesettings
Provide a standard component for a dialog that allows to edit a text field.
DialogComponentPasswordField(SettingsModelString, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Constructor put label and JTextField into panel.
DialogComponentPasswordField(SettingsModelString, String, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Constructor put label and JTextField into panel.
DialogComponentString - Class in org.knime.core.node.defaultnodesettings
Provide a standard component for a dialog that allows to edit a text field.
DialogComponentString(SettingsModelString, String) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentString
Constructor put label and JTextField into panel.
DialogComponentString(SettingsModelString, String, boolean, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentString
Constructor put label and JTextField into panel.
DialogComponentString(SettingsModelString, String, boolean, int, FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentString
Constructor put label and JTextField into panel.
DialogComponentStringListSelection - Class in org.knime.core.node.defaultnodesettings
Provide a standard component for a dialog that allows to select one or more strings from a list of strings.
DialogComponentStringListSelection(SettingsModelStringArray, String, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Constructor that puts label and select box into panel.
DialogComponentStringListSelection(SettingsModelStringArray, String, Collection<String>, boolean, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Constructor that puts label and select box into panel.
DialogComponentStringListSelection(SettingsModelStringArray, String, Collection<String>, int, boolean, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Constructor that puts label and select box into panel.
DialogComponentStringListSelection(SettingsModelStringArray, String, StringIconOption[], int, boolean, int) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Constructor that puts label and select box into panel.
DialogComponentStringSelection - Class in org.knime.core.node.defaultnodesettings
Provide a standard component for a dialog that allows to select a string from a list of strings.
DialogComponentStringSelection(SettingsModelString, String, String...) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Constructor that puts label and combobox into panel.
DialogComponentStringSelection(SettingsModelString, String, Collection<String>) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Constructor that puts label and combobox into panel.
DialogComponentStringSelection(SettingsModelString, String, Collection<String>, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Constructor that puts label and combobox into panel.
DialogComponentStringSelection(SettingsModelString, String, Collection<String>, boolean, FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Constructor that puts label and combobox into panel.
DialogComponentStringSelection(SettingsModelString, String, StringIconOption[]) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Constructor that puts label and combobox into panel.
DialogComponentStringSelection(SettingsModelString, String, StringIconOption[], FlowVariableModel) - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Constructor that puts label and combobox into panel.
DialogNode<REP extends DialogNodeRepresentation<VAL>,VAL extends DialogNodeValue> - Interface in org.knime.core.node.dialog
 
DialogNodePanel<VAL extends DialogNodeValue> - Class in org.knime.core.node.dialog
 
DialogNodePanel() - Constructor for class org.knime.core.node.dialog.DialogNodePanel
Creates a new DialogNode panel.
DialogNodePanel(LayoutManager) - Constructor for class org.knime.core.node.dialog.DialogNodePanel
Create a new buffered DialogNodePanel with the specified layout manager.
DialogNodeRepresentation<VAL extends DialogNodeValue> - Interface in org.knime.core.node.dialog
 
DialogNodeValue - Interface in org.knime.core.node.dialog
 
DIAMOND - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the diamond.
diff(Collection<DataCell>, Collection<DataCell>) - Static method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
Returns the relative complement set of the given collections as an immutable set.
DIMENSIONS_SELECTION - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
config String for selecting whether the number of dimensions or the minimum quality is configured.
DirectoryReaderCheckLabel() - Constructor for class org.knime.core.node.util.FilesHistoryPanel.DirectoryReaderCheckLabel
 
DirectoryWriterCheckLabel() - Constructor for class org.knime.core.node.util.FilesHistoryPanel.DirectoryWriterCheckLabel
 
discard() - Method in class org.knime.core.node.workflow.WizardExecutionController
Sets manager to null.
disconnect(NodeExecutionJob) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Disconnects the running job.
disconnect(NodeExecutionJob) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Disconnects the running job.
disconnect() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
Discretization2ApplyNodeFactory - Class in org.knime.base.node.preproc.discretization.caim2.modelapply
The Factory for the Discretization Applier.
Discretization2ApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
 
DiscretizationApplyNodeModel - Class in org.knime.base.node.preproc.discretization.caim2.modelapply
This node takes a discretization model and applies it to the given input data table.
DiscretizationApplyNodeModel() - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Inits a new discretization applier model with one data in-, one model in- and one data output port.
DiscretizationModel - Class in org.knime.base.node.preproc.discretization.caim2
Contains the DiscretizationSchemes for a given columns.
DiscretizationModel(ModelContentRO, DataTableSpec) - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Creates a DiscretizationModel from a ModelContentRO object.
DiscretizationModel() - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Creates an empty and invalid model! Don't use the created instance until loading content.
DiscretizationModel(DiscretizationScheme[], DataTableSpec) - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Creates a new model taking over the schemes (copying them) and storing the included columns.
DiscretizationModel.Serializer - Class in org.knime.base.node.preproc.discretization.caim2
 
DiscretizationScheme - Class in org.knime.base.node.preproc.discretization.caim2
Represents a discretization scheme.
DiscretizationScheme(Interval) - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Creates a discretization scheme from an initial interval.
DiscretizationScheme(DiscretizationScheme) - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Creates a discretization scheme from a given one.
DiscretizationScheme(Config) - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Creates a DiscretizationScheme from a Config object.
DiskBasedByteQueue - Class in org.knime.core.util
This class implements a two-stage queue for bytes.
DiskBasedByteQueue(Path, String, int, int) - Constructor for class org.knime.core.util.DiskBasedByteQueue
Creates a new queue.
disparityTransformation(double) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Computes the disparity value for the given distance value.
dispose() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
Call this before releasing the last reference to this iterator.
dispose() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
Call this before releasing the last reference to this table and all its iterators.
dispose() - Method in class org.knime.base.node.io.filereader.FileRowIterator
Call this before releasing the last reference to this iterator.
dispose() - Method in class org.knime.base.node.io.filereader.FileTable
Call this before releasing the last reference to this table and all its iterators.
dispose() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Discards the internal table.
dispose() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Notifies the plotter that it is not needed any more and can clean up all data and references it holds.
dispose() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Notifies the plotter that it is not needed any more and can clean up all data and references it holds.
dispose() - Method in class org.knime.core.data.container.DataContainer
Disposes this container and all underlying resources.
dispose() - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
 
dispose() - Method in class org.knime.core.node.workflow.BufferedDataTableView
Rest internal data table and reset data out-port view.
dispose() - Method in class org.knime.core.node.workflow.ModelContentOutPortView
Removes all nodes from the tree and sets the model to null.
dispose() - Method in class org.knime.core.node.workflow.OutPortView
disposePortView() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Dispose the view (if any) associated with this port.
disposePortView() - Method in interface org.knime.core.node.workflow.NodeOutPort
Dispose the view (if any) associated with this port.
disposePortView() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Dispose the view (if any) associated with this port.
DisretizeConfiguration - Class in org.knime.base.node.preproc.autobinner.pmml
 
DisretizeConfiguration() - Constructor for class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
DisretizeConfiguration(List<String>, Map<String, PMMLDiscretize>) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
DISTANCE - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Key for choice of distance measure.
Distance - Class in org.knime.base.node.mine.bfn
Computes the Euclidean distance between two vectors.
distance(DoubleVector) - Method in class org.knime.base.node.mine.svm.Svm
Computes the distance from the hyperplane in the kernel induced hyperspace.
distance(DotInfo) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
Computes the euclidian distance between given dot and itself.
DISTANCE_FUNCTIONS - Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
An array with the available distance functions names.
DistanceFunction - Interface in org.knime.base.node.mine.cluster.hierarchical.distfunctions
The interface a distance function must implement.
DistanceFunction.Names - Enum in org.knime.base.node.mine.cluster.hierarchical.distfunctions
The name sof the implemented distance functions.
DistanceManager - Interface in org.knime.base.node.mine.mds.distances
 
DistanceManager - Interface in org.knime.base.node.mine.sota.distances
 
DistanceManagerFactory - Class in org.knime.base.node.mine.mds.distances
 
DistanceManagerFactory - Class in org.knime.base.node.mine.sota.distances
 
DistancePlotProperties - Class in org.knime.base.node.mine.cluster.hierarchical
 
DistancePlotProperties() - Constructor for class org.knime.base.node.mine.cluster.hierarchical.DistancePlotProperties
Creates properties with the default tab (zooming, moving) and an appearance tab to show hide dots, line thickness and dot size.
DISTANCES - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
An array of possible distance measures.
Distances - Class in org.knime.base.node.mine.mds.distances
 
Distances - Class in org.knime.base.node.mine.sota.distances
 
distanceSq(DotInfo) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
Computes the squared euclidian distance between given dot and itself.
DISTFUNCTION_KEY - Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Key to store the distance function in the settings.
distinctByKey(Function<? super T, Object>) - Static method in class org.knime.core.node.util.ConvenienceMethods
This methods creates a predicate for use in a stream's filter operation (e.g.).
DISTRIBUTED - Static variable in class org.knime.core.node.streamable.OutputPortRole
Distributable output, not merged.
DISTRIBUTED_NONSTREAMABLE - Static variable in class org.knime.core.node.streamable.InputPortRole
Distributable, not streamable.
DISTRIBUTED_STREAMABLE - Static variable in class org.knime.core.node.streamable.InputPortRole
Distributable and streamable.
dlgLoadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
This is the method called from the default dialog component to load the model specific settings from the settings object.
dlgSaveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
This method is called by the default dialog to save the model specific settings into the settings object.
DnDColumnSelectionSearchableListPanel - Class in org.knime.base.node.preproc.datavalidator.dndpanel
A panel comprising a column list, search field and some search customizers for the user.
DnDColumnSelectionSearchableListPanel(ColumnSelectionSearchableListPanel.SearchedItemsSelectionMode, ColumnSelectionSearchableListPanel.ConfiguredColumnDeterminer) - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSelectionSearchableListPanel
 
DnDColumnSpecSourceTransferHandler - Class in org.knime.base.node.preproc.datavalidator.dndpanel
Extension of the DnDTransferHandlerProxy, for transferring DataColumnSpecs.
DnDColumnSpecSourceTransferHandler(TransferHandler, DnDStateListener) - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecSourceTransferHandler
 
DnDColumnSpecTargetTransferHander - Class in org.knime.base.node.preproc.datavalidator.dndpanel
TransferHandler to handle of DnD actions containing DataColumnSpecs (see also DnDColumnSpecTransferable) as dropping target.
DnDColumnSpecTargetTransferHander(DnDDropListener) - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTargetTransferHander
 
DnDColumnSpecTransferable - Class in org.knime.base.node.preproc.datavalidator.dndpanel
A Transferable object used for drag and drop, which carries DataColumnSpecs.
DnDColumnSpecTransferable(Collection<DataColumnSpec>) - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
Constructor.
DnDColumnSpecTransferable(DataColumnSpec...) - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
Constructor.
DnDConfigurationPanel<T extends DnDConfigurationPanel.DnDConfigurationSubPanel> - Class in org.knime.base.node.preproc.datavalidator.dndpanel
A UI widget, which helps to create drag and drop based UIs.
DnDConfigurationPanel() - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
Set box layout.
DnDConfigurationPanel.DnDConfigurationSubPanel - Class in org.knime.base.node.preproc.datavalidator.dndpanel
The individual configuration panels.
DnDConfigurationSubPanel() - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel.DnDConfigurationSubPanel
Constructor.
DnDDropListener - Interface in org.knime.base.node.preproc.datavalidator.dndpanel
DnDListener which is called if.
DNDSelectionConfiguration - Class in org.knime.base.node.preproc.draganddroppanel
 
DNDSelectionConfiguration(ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
DNDSelectionPanel - Class in org.knime.base.node.preproc.draganddroppanel
 
DNDSelectionPanel(ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.DNDSelectionPanel
 
DnDStateListener - Interface in org.knime.base.node.preproc.datavalidator.dndpanel
Listener that gets notified if a DragAndDrop transfer gets started and stopped.
DnDTransferHandlerProxy - Class in org.knime.base.node.preproc.datavalidator.dndpanel
Simplifies the work with the drag and drop API of Swing.
DnDTransferHandlerProxy(TransferHandler, DnDStateListener) - Constructor for class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
Constructor.
doAfterExecution(NodeContainer, NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.WorkflowManager
Cleanup a node after execution.
doAfterLoadFromDisc(WorkflowLoadHelper, CredentialsProvider, boolean, boolean) - Method in interface org.knime.core.node.workflow.CredentialsStore.CredentialsNode
Called when node is loaded from disc.
doAfterLoadFromDisc(WorkflowLoadHelper, CredentialsProvider, boolean, boolean) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Called when node is loaded from disc.
doBeforeExecution(NodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
Call-back from NodeContainer called before node is actually executed.
doBeforePostExecution(NodeContainer, NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.WorkflowManager
Callback from NodeContainer to request a safe transition into the InternalNodeContainerState.POSTEXECUTE state.
doBeforePreExecution(NodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
Callback from NodeContainer to request a safe transition into the InternalNodeContainerState.PREEXECUTE state.
doCycle() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Computes one cycle of the sota algorithm, does the spilt afterwards and returns the variability.
doDecimalScaling(ExecutionMonitor) - Method in class org.knime.base.data.normalize.Normalizer
Deprecated.
Does the decimal scaling.
doDecimalScaling(ExecutionContext) - Method in class org.knime.base.data.normalize.Normalizer2
Does the decimal scaling.
doEpoch(int, ExecutionMonitor) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Computing one epoch if the iterative mds.
doEpoch() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Computes one epoch of the sota algorithm and retunrs the error of the tree after this epoch.
doesTypeAccept(FlowVariable.Type, FlowVariable.Type) - Static method in class org.knime.core.node.config.ConfigEditTreeModel
Determines whether a flow variable at hand (represented by its actual type) can be converted into a desired type.
doFlowVariables() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Returns whether flow variables should be pushed.
doHandleCell(RowKey, DataCell) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
Performs the actual validation, which may add conflicts or return a converted cell.
doInBackground() - Method in class org.knime.core.node.tableview.TableSorterWorker
doInBackground() - Method in class org.knime.core.util.SwingWorkerWithContext
doInBackgroundWithContext() - Method in class org.knime.core.util.SwingWorkerWithContext
Computes a result, or throws an exception if unable to do so.
DomainCreatorColumnSelection - Interface in org.knime.core.data
Defines which columns are effected by the DataTableDomainCreator.
DomainDialog - Class in org.knime.base.node.io.filereader
 
DomainDialog(JDialog, ColProperty) - Constructor for class org.knime.base.node.io.filereader.DomainDialog
Creates a new dialog for user domain settings of one column.
domainHandlingCellDecorator(DataValidatorCellDecorator, DataValueComparator, DataValidatorColConfiguration.DomainHandling, DataCell, DataCell, DataColumnSpec, DataValidatorColConflicts) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
Checks that the given cell is within the given domain.
domainHandlingCellDecorator(DataValidatorCellDecorator, DataValidatorColConfiguration.DomainHandling, Set<DataCell>, DataColumnSpec, DataValidatorColConflicts) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
Checks that the given cell is within the given domain.
DomainNodeDialogPane - Class in org.knime.base.node.preproc.domain.dialog2
 
DomainNodeDialogPane() - Constructor for class org.knime.base.node.preproc.domain.dialog2.DomainNodeDialogPane
Inits members, does nothing else.
DomainNodeDialogPane - Class in org.knime.base.node.preproc.domain
 
DomainNodeDialogPane() - Constructor for class org.knime.base.node.preproc.domain.DomainNodeDialogPane
Inits members, does nothing else.
DomainNodeFactory - Class in org.knime.base.node.preproc.domain.dialog2
 
DomainNodeFactory() - Constructor for class org.knime.base.node.preproc.domain.dialog2.DomainNodeFactory
 
DomainNodeFactory - Class in org.knime.base.node.preproc.domain
 
DomainNodeFactory() - Constructor for class org.knime.base.node.preproc.domain.DomainNodeFactory
 
DomainNodeModel - Class in org.knime.base.node.preproc.domain.dialog2
 
DomainNodeModel() - Constructor for class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Constructor, inits one input, one output.
DomainNodeModel - Class in org.knime.base.node.preproc.domain
 
DomainNodeModel() - Constructor for class org.knime.base.node.preproc.domain.DomainNodeModel
Constructor, inits one input, one output.
doMapping(DataCell) - Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Maps the value according to its task.
doMapping(DataCell) - Method in interface org.knime.base.util.coordinate.MappingMethod
Maps the value according to its task.
doMapping(DataCell) - Method in class org.knime.base.util.coordinate.SquareRootMappingMethod
Maps the value according to its task.
doMinMaxNorm(double, double, ExecutionMonitor) - Method in class org.knime.base.data.normalize.Normalizer
Deprecated.
Does the Min-Max Normalization.
doMinMaxNorm(double, double, ExecutionContext) - Method in class org.knime.base.data.normalize.Normalizer2
Does the Min-Max Normalization.
done() - Method in class org.knime.core.node.tableview.TableSorterWorker
done() - Method in class org.knime.core.util.MultiThreadWorker.ComputationTask
done() - Method in class org.knime.core.util.SwingWorkerWithContext
doneWithContext() - Method in class org.knime.core.util.SwingWorkerWithContext
Executed on the Event Dispatch Thread after the doInBackground method is finished.
DoNothingMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Does not replace missing values.
DoNothingMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandler
 
DoNothingMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
A factory that creates a handler that does nothing.
DONT_KNOW_PROP - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
Key for don't know probability for the unknown class.
DONT_KNOW_PROP - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Deprecated.
Key for don't know probability for the unknown class.
doOneIteration(ExecutionContext) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Does one iteration in the Fuzzy c-means algorithm.
doOneIteration(ExecutionContext) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Does one iteration in the Fuzzy c-means algorithm.
doOverride() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
 
DOT_SIZE - Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Constant for the dot size.
DOT_SIZE - Static variable in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
The dot size for the scatter matrix dots.
DotInfo - Class in org.knime.base.node.viz.plotter.scatter
This is a helper class for the ScatterPlotView.
DotInfo(int, int, RowKey, boolean, ColorAttr, double, int) - Constructor for class org.knime.base.node.viz.plotter.scatter.DotInfo
Creates a new object storing the characteristics of one dot.
DotInfoArray - Class in org.knime.base.node.viz.plotter.scatter
Class that holds all DotInfos.
DotInfoArray(int) - Constructor for class org.knime.base.node.viz.plotter.scatter.DotInfoArray
Creates a new empty container for DotInfos.
DotInfoArray(DotInfo[]) - Constructor for class org.knime.base.node.viz.plotter.scatter.DotInfoArray
Creates a new array container for DotInfos.
dotProduct(double[], double[]) - Static method in class org.knime.base.util.math.MathUtils
Computes dot product of two vectors.
doTraining() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Trains the tree as many cycles as it takes to reduce the variability value to the given minimum and returns the variability value.
DOUBLE_TYPE - Static variable in class org.knime.base.node.mine.sota.logic.SotaCellFactory
The type specifying a SotaDoubleCell.
DoubleBarRenderer - Class in org.knime.core.data.renderer
Renderer for double cells that paints the whole range in a bar according to the cell's value.
DoubleBarRenderer(DataColumnSpec) - Constructor for class org.knime.core.data.renderer.DoubleBarRenderer
Creates new instance given a column spec.
DoubleBarRenderer.Factory - Class in org.knime.core.data.renderer
Factory for DoubleBarRenderer.
DoubleCell - Class in org.knime.core.data.def
A data cell implementation holding a double value by storing this value in a private double member.
DoubleCell(double) - Constructor for class org.knime.core.data.def.DoubleCell
Creates a new cell for a generic double value.
DoubleCell.DoubleCellFactory - Class in org.knime.core.data.def
Factory for DoubleCells.
DoubleCell.DoubleSerializer - Class in org.knime.core.data.def
Factory for (de-)serializing a DoubleCells.
DoubleCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.DoubleCellEntry
 
DoubleCellFactory() - Constructor for class org.knime.core.data.def.DoubleCell.DoubleCellFactory
 
DoubleCellFilterRowGenerator - Class in org.knime.base.data.filter.row
This class implements the FilterRowGenerator interface for DoubleCell objects and checks if they are within a certain interval.
DoubleCellFilterRowGenerator(int, DoubleValue, int) - Constructor for class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
 
DoubleCellFilterRowGenerator(int, double, int) - Constructor for class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
Creates a new single border row filter.
DoubleCellFilterRowGenerator(int, DoubleValue, int, DoubleValue, int) - Constructor for class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
 
DoubleCellFilterRowGenerator(int, double, int, double, int) - Constructor for class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
 
DoubleCoordinate - Class in org.knime.base.util.coordinate
This class represents a numeric coordinate defined by a given DataColumnSpec.
DoubleCoordinate(DataColumnSpec) - Constructor for class org.knime.base.util.coordinate.DoubleCoordinate
Constructs a Coordinate according to the given column spec and predefined default values for the coordinatePrefix, coordinatePostfix and the absoluteTickDistance.
DoubleCoordinate(DataColumnSpec, double, double, double, String, int) - Constructor for class org.knime.base.util.coordinate.DoubleCoordinate
Constructs a coordinate from the given parameters.
DoubleCoordinateFactory - Class in org.knime.base.util.coordinate
 
DoubleCoordinateFactory() - Constructor for class org.knime.base.util.coordinate.DoubleCoordinateFactory
 
DoubleCoordinateMapping - Class in org.knime.base.util.coordinate
Holds the original value according to the domain and its mapping.
DoubleCoordinateMapping(String, double, double) - Constructor for class org.knime.base.util.coordinate.DoubleCoordinateMapping
Constructs a coordinate mapping.
DoubleFormat - Class in org.knime.base.node.util
Convenience class that allows to format a double to a string.
DoubleGrayValueRenderer - Class in org.knime.core.data.renderer
Renderer for double cells that paints the whole range in gray color according to the cell's value.
DoubleGrayValueRenderer(DataColumnSpec) - Constructor for class org.knime.core.data.renderer.DoubleGrayValueRenderer
Creates new instance given a column spec.
DoubleGrayValueRenderer.Factory - Class in org.knime.core.data.renderer
DoubleInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to enter a simple double-precision floating point number.
DoubleInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.DoubleInputQuickFormInElement
Create an integer input with a given description.
DoubleMeanMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Replaces missing values with the mean of the column.
DoubleMeanMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
 
DoubleMeanMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Creates a handler that replaces missing values with the mean.
DoubleMeanMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory
 
DoubleMinMax - Class in org.knime.base.data.statistics.calculation
A double specific min/ max implementation which additionaly has the possibility to filter infinite values from the data.
DoubleMinMax(boolean, String...) - Constructor for class org.knime.base.data.statistics.calculation.DoubleMinMax
 
DoubleMovingAverageMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
A handler that replaces missing values in a cell with the average of cells before and after it.
DoubleMovingAverageMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
 
DoubleMovingAverageMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Creates a handler that replaces missing values with the moving average of cells around it.
DoubleMovingAverageMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
 
DoubleMovingAveragePanel - Class in org.knime.base.node.preproc.pmml.missingval.handlers
A panel where the user can select lookbehind and lookahead for the DoubleMovingAverageMissingCellHandler.
DoubleMovingAveragePanel() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAveragePanel
Constructor for the panel.
DoubleSerializer() - Constructor for class org.knime.core.data.def.DoubleCell.DoubleSerializer
 
DoubleToIntNodeDialog - Class in org.knime.base.node.preproc.double2int
Dialog for the double to integer Node.
DoubleToIntNodeDialog() - Constructor for class org.knime.base.node.preproc.double2int.DoubleToIntNodeDialog
Constructor.
DoubleToIntNodeDialog - Class in org.knime.base.node.preproc.double2int2
Dialog for the double to integer Node.
DoubleToIntNodeDialog() - Constructor for class org.knime.base.node.preproc.double2int2.DoubleToIntNodeDialog
Constructor.
DoubleToIntNodeFactory - Class in org.knime.base.node.preproc.double2int
NodeFactory for the Number to String Node that converts double to integer values.
DoubleToIntNodeFactory() - Constructor for class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
 
DoubleToIntNodeFactory - Class in org.knime.base.node.preproc.double2int2
NodeFactory for the Number to String Node that converts double to integer values.
DoubleToIntNodeFactory() - Constructor for class org.knime.base.node.preproc.double2int2.DoubleToIntNodeFactory
 
DoubleToIntNodeModel - Class in org.knime.base.node.preproc.double2int
The NodeModel for the Number to String Node that converts doubles to integers.
DoubleToIntNodeModel() - Constructor for class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Default constructor.
DoubleToIntNodeModel - Class in org.knime.base.node.preproc.double2int2
The NodeModel for the Number to String Node that converts doubles to integers.
DoubleToIntNodeModel() - Constructor for class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Default constructor.
DoubleUtilityFactory() - Constructor for class org.knime.core.data.DoubleValue.DoubleUtilityFactory
Only subclasses are allowed to instantiate this class.
DoubleValue - Interface in org.knime.core.data
Interface supporting generic double values.
doubleValue() - Method in class org.knime.core.util.MutableDouble
doubleValue() - Method in class org.knime.core.util.MutableInteger
DoubleValue.DoubleUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
DoubleValueComparator - Class in org.knime.core.data
Comparator returned by the DoubleValue interface.
DoubleValueComparator() - Constructor for class org.knime.core.data.DoubleValueComparator
 
DoubleValueRenderer - Class in org.knime.core.data.renderer
Render to display a double value using a given NumberFormat.
DoubleValueRenderer(NumberFormat, String) - Constructor for class org.knime.core.data.renderer.DoubleValueRenderer
Instantiates a new object using a given format.
DoubleValueRenderer.FullPrecisionRendererFactory - Class in org.knime.core.data.renderer
Factory for full precision renderers.
DoubleValueRenderer.PercentageRendererFactory - Class in org.knime.core.data.renderer
Factory for percentage renderers.
DoubleValueRenderer.StandardRendererFactory - Class in org.knime.core.data.renderer
Factory for standard renderers.
DoubleVector - Class in org.knime.base.node.mine.svm.util
This class is used to represent a vector (in the sense of input data sample).
DoubleVector(RowKey, ArrayList<Double>, String) - Constructor for class org.knime.base.node.mine.svm.util.DoubleVector
Default constructor.
DoubleVector(ArrayList<Double>, String) - Constructor for class org.knime.base.node.mine.svm.util.DoubleVector
Default constructor with no associated RowKey.
DoubleVector(ModelContentRO, String) - Constructor for class org.knime.base.node.mine.svm.util.DoubleVector
Loads a vector from a predParams object.
DoubleVectorCellFactory - Class in org.knime.core.data.vector.doublevector
Creates cell instances implementing the DoubleVectorValue interface.
DoubleVectorCellFactory() - Constructor for class org.knime.core.data.vector.doublevector.DoubleVectorCellFactory
 
DoubleVectorUtilityFactory() - Constructor for class org.knime.core.data.vector.doublevector.DoubleVectorValue.DoubleVectorUtilityFactory
Only subclasses are allowed to instantiate this class.
DoubleVectorValue - Interface in org.knime.core.data.vector.doublevector
Interface for (dense or sparse) double vector.
DoubleVectorValue.DoubleVectorUtilityFactory - Class in org.knime.core.data.vector.doublevector
Implementations of the meta information of this value class.
DoubleVectorValueComparator - Class in org.knime.core.data.vector.doublevector
Comparator returned by the DoubleVectorValue interface.
DoubleVectorValueComparator() - Constructor for class org.knime.core.data.vector.doublevector.DoubleVectorValueComparator
 
DoubleVectorValueRenderer - Class in org.knime.core.data.renderer
Renderer for DataCells that are compatible with DoubleVectorValue classes.
DoubleVectorValueRenderer() - Constructor for class org.knime.core.data.renderer.DoubleVectorValueRenderer
 
DoubleVectorValueRenderer - Class in org.knime.core.data.vector.doublevector
 
DoubleVectorValueRenderer() - Constructor for class org.knime.core.data.vector.doublevector.DoubleVectorValueRenderer
 
DoubleVectorValueRenderer.Factory - Class in org.knime.core.data.renderer
Factory for the DoubleVectorValueRenderer.
doZScoreNorm(ExecutionMonitor) - Method in class org.knime.base.data.normalize.Normalizer
Deprecated.
Does the Z-Score Normalization.
doZScoreNorm(ExecutionContext) - Method in class org.knime.base.data.normalize.Normalizer2
Does the Z-Score Normalization.
dragEnter(DropTargetDragEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.IncludePanel
dragEnter(DropTargetDragEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
dragExit(DropTargetEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.IncludePanel
dragExit(DropTargetEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
dragGestureRecognized(DragGestureEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.IncludePanel
dragOver(DropTargetDragEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.IncludePanel
dragOver(DropTargetDragEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
dragStartedAt(Point, Transferable) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
 
dragStartedAt(Point, Transferable) - Method in interface org.knime.base.node.preproc.datavalidator.dndpanel.DnDStateListener
Called if a drag started in a DnDConfigurationPanel.DnDConfigurationSubPanel instance.
dragStoppedAt() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
Called if the drag and drop procedure has been finished.
dragStoppedAt() - Method in interface org.knime.base.node.preproc.datavalidator.dndpanel.DnDStateListener
Called if the drag and drop procedure has been finished.
drawAntialias() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
drawArc(Graphics2D, Arc2D, Paint, BasicStroke) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws the outline of the given arc.
drawAxes(Graphics) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Draws the parallel axes and, if missing values are displayed explicitly, the horizontal line at the bottom.
drawBlock(Graphics2D, Shape, Paint) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws a filled rectangle without a border and default transparency.
drawBlock(Graphics2D, Shape, Paint, float) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws a filled shape without a border.
DrawingUtils - Class in org.knime.base.node.viz.aggregation
Utility class that eases the drawing of different shapes.
drawInto(Graphics, Image, int, int, Rectangle, ImageViewPanel.ScaleType) - Static method in class org.knime.core.node.util.ImageViewPanel
Scales and draws the given image into the argument graphics object.
drawLabel(String, Graphics2D, Rectangle, LabelPaintUtil.Position, boolean) - Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
Draws the label, and if the available space is to small it rotates the label depending on the LabelPaintUtil.Position where to draw it.
drawLabels(Graphics) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
drawLines(Graphics, List<LineInfo>) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Draws the lines / rows.
drawMessage(Graphics2D, Font, String, Rectangle2D) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws the given message in the center of the given rectangle.
drawNominalAxis(Graphics, NominalParallelAxis) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Draws a nominal axis with the labels of all possible values.
drawNumericAxis(Graphics, NumericParallelAxis) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Draws a numeric axis with the min value at the bottom and the max value at the top.
drawOutline(Graphics2D, Shape, Paint, Stroke) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws the outline of the shape.
drawRectangle(Graphics2D, Rectangle2D, Color, BasicStroke) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws an empty rectangle.
drawSectionOutline() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
DRIVER_ORDER - Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
Keeps the history of all loaded driver and its order.
drop(String) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
Add a new configuration panel to the drop panel.
drop(DropTargetDropEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.IncludePanel
drop(String) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
 
drop(String) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
Add a new configuration panel to the drop panel.
drop(DropTargetDropEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
drop(String) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
Add a new configuration panel to the drop panel.
DROP_DIR_NAME - Static variable in class org.knime.core.node.workflow.SingleNodeContainer
Name of the sub-directory containing node-local files.
dropActionChanged(DropTargetDragEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.IncludePanel
dropActionChanged(DropTargetDragEvent) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
dropAllColumns() - Method in class org.knime.core.data.DataTableSpecCreator
Removes all columns.
dropAllDomains() - Method in class org.knime.core.data.DataTableSpecCreator
Drop domains of all columns.
dropDomain(DataColumnSpec) - Method in interface org.knime.core.data.DomainCreatorColumnSelection
Whether to drop the domain for the specific column.
DropPane - Class in org.knime.base.node.preproc.draganddroppanel.droppanes
 
DropPane(JPanel, SelectionConfiguration, int) - Constructor for class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPane
 
DropPaneConfig - Class in org.knime.base.node.preproc.draganddroppanel.droppanes
 
DropPaneConfig() - Constructor for class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
 
dropTable(String, boolean) - Method in class org.knime.core.node.port.database.StatementManipulator
 
DTD_NAME - Static variable in class org.knime.core.node.config.base.XMLConfig
dtd name from class name.
DTD_RESOLVER - Static variable in class org.knime.core.node.config.base.XMLConfig
Entity resolver for the XMLConfig.dtd file used in some old config files.
DUMMY_ROW_KEY - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
The key being returned by a NoKeyBuffer.
DummyInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to represent a dummy input (no real input, only a breapoint marker).
DummyInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.DummyInputQuickFormInElement
Calls super constructor, all arguments are ignored.
dumpBits() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns a multi-line dump of the internal storage.
DuplicateChecker - Class in org.knime.core.util
This class checks for duplicates in an (almost) arbitrary number of strings.
DuplicateChecker() - Constructor for class org.knime.core.util.DuplicateChecker
Creates a new duplicate checker with default parameters.
DuplicateChecker(int, int) - Constructor for class org.knime.core.util.DuplicateChecker
Creates a new duplicate checker.
DuplicateKeyException - Exception in org.knime.core.util
This exception is thrown by the DuplicateChecker if a duplicate key has been detected.
DuplicateKeyException(String) - Constructor for exception org.knime.core.util.DuplicateKeyException
Creates a new exception with predefined message.
DuplicateKeyException(String, String) - Constructor for exception org.knime.core.util.DuplicateKeyException
Creates a new exception.
DuplicateKeyException(DuplicateKeyException) - Constructor for exception org.knime.core.util.DuplicateKeyException
Creates new exception based on a reference exception (which may have been generated by a different thread).
DuplicateOperatorException - Exception in org.knime.base.data.aggregation
Indicates that an operator with the name already exists.
DuplicateOperatorException(String, AggregationOperator) - Constructor for exception org.knime.base.data.aggregation.DuplicateOperatorException
Constructor for class DuplicateOperatorException.
DynamicCardLayout - Class in org.knime.base.node.preproc.pmml.missingval.compute
Card layout that always has the size of the visible component as preferred layout size.
DynamicCardLayout() - Constructor for class org.knime.base.node.preproc.pmml.missingval.compute.DynamicCardLayout
 
DynamicNodeFactory<T extends NodeModel> - Class in org.knime.core.node
A node factory to create nodes dynamically.
DynamicNodeFactory() - Constructor for class org.knime.core.node.DynamicNodeFactory
Creates a new dynamic node factory.

E

EclipseUtil - Class in org.knime.core.util
This class contains some misc utility methods around basic Eclipse funtionality.
EclipseUtil.AnnotationClassFilter - Class in org.knime.core.util
Class filter that checks for presence of certain annotations.
EclipseUtil.ClassFilter - Interface in org.knime.core.util
Interface for filtering classes in EclipseUtil.findClasses(ClassFilter, ClassLoader).
EditNominalDomainConfiguration - Class in org.knime.base.node.preproc.domain.editnominal
Config proxy of node.
EditNominalDomainConfiguration() - Constructor for class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
 
EditNominalDomainDicConfiguration - Class in org.knime.base.node.preproc.domain.editnominal.dic
Config proxy of node.
EditNominalDomainDicConfiguration() - Constructor for class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
 
EditNominalDomainDicNodeDialogPane - Class in org.knime.base.node.preproc.domain.editnominal.dic
Dialog to node.
EditNominalDomainDicNodeDialogPane() - Constructor for class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeDialogPane
Inits members, does nothing else.
EditNominalDomainDicNodeFactory - Class in org.knime.base.node.preproc.domain.editnominal.dic
 
EditNominalDomainDicNodeFactory() - Constructor for class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeFactory
 
EditNominalDomainDicNodeModel - Class in org.knime.base.node.preproc.domain.editnominal.dic
Enables the manual adding of nominal values to a domains.
EditNominalDomainDicNodeModel() - Constructor for class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
Two in, one out.
EditNominalDomainNodeDialogPane - Class in org.knime.base.node.preproc.domain.editnominal
Dialog to node.
EditNominalDomainNodeDialogPane() - Constructor for class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeDialogPane
Inits members, does nothing else.
EditNominalDomainNodeFactory - Class in org.knime.base.node.preproc.domain.editnominal
 
EditNominalDomainNodeFactory() - Constructor for class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeFactory
 
EditNominalDomainNodeModel - Class in org.knime.base.node.preproc.domain.editnominal
Enables the manual managing of possible domain values.
EditNominalDomainNodeModel() - Constructor for class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
One in, one out.
EditNumericDomainConfiguration - Class in org.knime.base.node.preproc.domain.editnumeric
Config proxy of node.
EditNumericDomainConfiguration() - Constructor for class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
Constructor.
EditNumericDomainNodeDialogPane - Class in org.knime.base.node.preproc.domain.editnumeric
Dialog to node.
EditNumericDomainNodeDialogPane() - Constructor for class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeDialogPane
Inits members, does nothing else.
EditNumericDomainNodeFactory - Class in org.knime.base.node.preproc.domain.editnumeric
 
EditNumericDomainNodeFactory() - Constructor for class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeFactory
 
EditNumericDomainNodeModel - Class in org.knime.base.node.preproc.domain.editnumeric
Enables the manual setting of numeric domains.
EditNumericDomainNodeModel() - Constructor for class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
One in, one out.
EditNumericDomainNodeModel.DomainOverflowPolicy - Enum in org.knime.base.node.preproc.domain.editnumeric
Defines the behavior if a row value of selected input columns exceeds the defined bounds.
EditNumericDomainOverflowException - Exception in org.knime.base.node.preproc.domain.editnumeric
Thrown by EditNumericDomainNodeModel if the domain of a column and the defined one does not fit and the EditNumericDomainNodeModel.DomainOverflowPolicy.THROW_EXCEPTION strategy is chosen.
EditNumericDomainOverflowException(String, double, double, double, long, RowKey) - Constructor for exception org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainOverflowException
Constructor.
EditorUIInformation - Class in org.knime.core.node.workflow
Stores workflow editor specific settings (like grid settings and zoom level, etc.).
EditorUIInformation() - Constructor for class org.knime.core.node.workflow.EditorUIInformation
Constructor with defaults.
EigenValue - Class in org.knime.base.node.mine.pca
This class describes an eigenvalue - eigenvector pair, comparable by absolute of eigenvalue.
EigenValue(int, double, Matrix) - Constructor for class org.knime.base.node.mine.pca.EigenValue
Create pair.
EigenvalueDecomposition - Class in org.knime.base.util.math
Eigenvalues and eigenvectors of a real matrix.
EigenvalueDecomposition(double[][]) - Constructor for class org.knime.base.util.math.EigenvalueDecomposition
Check for symmetry, then construct the eigenvalue decomposition.
ElementCountOperator - Class in org.knime.base.data.aggregation.collection
Collection operator that counts the elements of all member collections.
ElementCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.ElementCountOperator
Constructor for class ElementCountOperator.
ElementCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.ElementCountOperator
Constructor for class ElementCountOperator.
EMPTY_ARRAY - Static variable in class org.knime.core.data.container.ContainerTable
 
EmptyFileStoreHandler - Class in org.knime.core.data.filestore.internal
 
EmptyFileStoreHandler(FileStoreHandlerRepository) - Constructor for class org.knime.core.data.filestore.internal.EmptyFileStoreHandler
 
EmptyNodeDialogPane - Class in org.knime.core.node
An empty dialog, which is used to create dialogs with only miscellaneous tabs (such as memory policy and job selector panel).
EmptyNodeDialogPane() - Constructor for class org.knime.core.node.EmptyNodeDialogPane
 
EmptySettingsModel() - Constructor for class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Creates an empty settings model, that will not hold any value.
EmptyTableSwitchNodeFactory - Class in org.knime.base.node.switches.emptytableswitch
Empty Table Switcher node (one input, one output).
EmptyTableSwitchNodeFactory() - Constructor for class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeFactory
Create factory, that instantiates nodes.
EmptyTableSwitchNodeModel - Class in org.knime.base.node.switches.emptytableswitch
Model to empty table switcher, does the obvious things.
EmptyTableSwitchNodeModel() - Constructor for class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
One input, two outputs.
EMTPYTABLE - Static variable in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
break on table with zero rows.
ENABLE_ZOOM - Static variable in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel
Popup menue entry constant.
enableAggrMethodGroup(boolean) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
enableDragAndDropSupport(DnDStateListener) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSelectionSearchableListPanel
Convenient method to enable the drag and drop support of the list view at the left side.
enableEscaping() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns whether escaping via a backslash is enabled.
enableEscaping(boolean) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets whether escaping via a backslash is enabled.
enableMissingSectionOption(boolean) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
enableReplaceOptions() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeDialog2
 
enableReplaceOptions() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
 
enableShowDetailsOption(boolean) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
encrypt(char[]) - Static method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Encrypts password.
encrypt(String) - Method in class org.knime.core.util.crypto.Encrypter
Encrypts strings and returns a Base64 string.
encrypt(String, int) - Method in class org.knime.core.util.crypto.Encrypter
Encrypts strings and returns a Base64 string.
encrypt(String) - Method in interface org.knime.core.util.crypto.IEncrypter
Encrypts strings and returns a Base64 string.
encrypt(String, int) - Method in interface org.knime.core.util.crypto.IEncrypter
Encrypts strings and returns a Base64 string.
encrypt(String) - Method in class org.knime.core.util.crypto.NoEncrypter
Encrypts strings and returns a Base64 string.
encrypt(String, int) - Method in class org.knime.core.util.crypto.NoEncrypter
Encrypts strings and returns a Base64 string.
encrypt(char[]) - Static method in class org.knime.core.util.KnimeEncryption
Enrypts password.
encrypt(SecretKey, char[]) - Static method in class org.knime.core.util.KnimeEncryption
Enrypts password with the given SecrectKey.
Encrypter - Class in org.knime.core.util.crypto
Simple class to en-/decrypt strings with a fixed key.
Encrypter(String) - Constructor for class org.knime.core.util.crypto.Encrypter
Creates a new encrypter using the given key for en- and decryption.
EncryptionKeySupplier - Interface in org.knime.core.util
An object that implements this interface can register at KnimeEncryption.
END - Static variable in interface org.knime.base.node.viz.plotter.DataProvider
Default end row for DataArray creation.
endBlock() - Method in class org.knime.core.data.container.BlockableInputStream
Finishes the current block, i.e.
endBlock() - Method in class org.knime.core.data.container.BlockableOutputStream
Writes a terminate character to the underlying stream.
endBlock() - Method in class org.knime.core.data.container.DCObjectInputVersion2
Pushes the stream forth until a mark is encountered.
endBlock() - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Marks the end of the block.
EndcaseNodeDialog - Class in org.knime.base.node.switches.endcase
Dialog for the node collecting data from two - potentially inactive - branches.
EndcaseNodeDialog() - Constructor for class org.knime.base.node.switches.endcase.EndcaseNodeDialog
Constructor to init the gui and set a title.
EndcaseNodeFactory - Class in org.knime.base.node.switches.endcase
 
EndcaseNodeFactory() - Constructor for class org.knime.base.node.switches.endcase.EndcaseNodeFactory
Create factory, that instantiates nodes.
EndcaseNodeModel - Class in org.knime.base.node.switches.endcase
End of an IF Statement.
EndcaseNodeModel() - Constructor for class org.knime.base.node.switches.endcase.EndcaseNodeModel
Two inputs, one output.
endDocument() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
endDocument() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBinContentHandler
endDocument() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeContentHandler
endDocument() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLIntervalContentHandler
endDocument() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize.PMMLPreprocDiscretizeContentHandler
endDocument() - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
endElement(String, String, String) - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
endElement(String, String, String) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBinContentHandler
endElement(String, String, String) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeContentHandler
endElement(String, String, String) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLIntervalContentHandler
endElement(String, String, String) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize.PMMLPreprocDiscretizeContentHandler
endElement() - Method in class org.knime.core.data.xml.io.LimitedXPathMatcher
Called in the XMLStreamConstants.START_ELEMENT call back of the XMLStreamReader.
endElement(String, String, String) - Method in class org.knime.core.node.config.base.XMLContentHandler
endElement(String, String, String) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
endElement(String, String, String) - Method in class org.knime.core.node.port.pmml.XFilter
endElement(String, String, String) - Method in class org.knime.core.node.port.pmml.XMLTreeCreator
endExec(boolean) - Method in class org.knime.core.node.workflow.NodeTimer
 
EndifNodeDialog - Class in org.knime.base.node.switches.endif
Dialog for the node collecting data from two - potentially inactive - branches.
EndifNodeDialog() - Constructor for class org.knime.base.node.switches.endif.EndifNodeDialog
Constructor to init the gui and set a title.
EndifNodeFactory - Class in org.knime.base.node.switches.endif
 
EndifNodeFactory() - Constructor for class org.knime.base.node.switches.endif.EndifNodeFactory
Create factory, that instantiates nodes.
EndifNodeModel - Class in org.knime.base.node.switches.endif
End of an IF Statement.
EndifNodeModel() - Constructor for class org.knime.base.node.switches.endif.EndifNodeModel
Two inputs, one output.
EndmodelcaseNodeFactory - Class in org.knime.base.node.switches.endmodelcase
End case node for arbitrary port types.
EndmodelcaseNodeFactory() - Constructor for class org.knime.base.node.switches.endmodelcase.EndmodelcaseNodeFactory
Create factory, that instantiates nodes.
EndOfTableException - Exception in org.knime.base.node.preproc.filter.row.rowfilter
Used by IRowFilters to tell that no more rows will fulfill their criteria and the RowFilterTable iterator can flag the end of table.
EndOfTableException() - Constructor for exception org.knime.base.node.preproc.filter.row.rowfilter.EndOfTableException
Creates a new Exception with no message.
EndOfTableException(String) - Constructor for exception org.knime.base.node.preproc.filter.row.rowfilter.EndOfTableException
Creates a new exception object with a message.
endPrefixMapping(String) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
endRow() - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Writes the row end identifier.
enqueue(Runnable) - Method in class org.knime.core.util.GUIDeadlockDetector
Enqueues the given runnable in the event dispatch thread.
enqueue(Callable<T>) - Method in class org.knime.core.util.ThreadPool
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
enqueue(Runnable) - Method in class org.knime.core.util.ThreadPool
Submits a Runnable task for execution and returns a Future representing that task.
EnrichmentPlot(String, double[], double[], double) - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
Deprecated.
Creates a new enrich curve container.
EnrichmentPlot(String, double[], double[], double) - Constructor for class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel.EnrichmentPlot
Creates a new enrich curve container.
EnrichmentPlotterDialog - Class in org.knime.base.node.viz.enrichment
Deprecated.
EnrichmentPlotterDialog() - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterDialog
Deprecated.
Creates a dialog for the enrichment plotter settings.
EnrichmentPlotterDialog - Class in org.knime.base.node.viz.enrichment2
This is the dialog for the enrichment plotter in which the two columns for the curves are selected.
EnrichmentPlotterDialog() - Constructor for class org.knime.base.node.viz.enrichment2.EnrichmentPlotterDialog
Creates a dialog for the enrichment plotter settings.
EnrichmentPlotterFactory - Class in org.knime.base.node.viz.enrichment
Deprecated.
EnrichmentPlotterFactory() - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
Deprecated.
 
EnrichmentPlotterFactory - Class in org.knime.base.node.viz.enrichment2
This factory creates all necessary components for the enrichment plotter node.
EnrichmentPlotterFactory() - Constructor for class org.knime.base.node.viz.enrichment2.EnrichmentPlotterFactory
 
EnrichmentPlotterModel - Class in org.knime.base.node.viz.enrichment
Deprecated.
EnrichmentPlotterModel() - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Deprecated.
Creates a new model for the enrichment plotter node.
EnrichmentPlotterModel - Class in org.knime.base.node.viz.enrichment2
This class is the model for the enrichment plotter node.
EnrichmentPlotterModel() - Constructor for class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
Creates a new model for the enrichment plotter node.
EnrichmentPlotterModel.EnrichmentPlot - Class in org.knime.base.node.viz.enrichment
Deprecated.
Small container class for a single enrichment curve.
EnrichmentPlotterModel.EnrichmentPlot - Class in org.knime.base.node.viz.enrichment2
Small container class for a single enrichment curve.
EnrichmentPlotterSettings - Class in org.knime.base.node.viz.enrichment
Deprecated.
EnrichmentPlotterSettings() - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
 
EnrichmentPlotterSettings - Class in org.knime.base.node.viz.enrichment2
This class holds the settings for the enrichment plotter node.
EnrichmentPlotterSettings() - Constructor for class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
 
EnrichmentPlotterSettings.Curve - Class in org.knime.base.node.viz.enrichment
Deprecated.
A simple container that holds the necessary information for specifying a curve that should be plotted.
EnrichmentPlotterSettings.Curve - Class in org.knime.base.node.viz.enrichment2
A simple container that holds the necessary information for specifying a curve that should be plotted.
EnrichmentPlotterSettings.PlotMode - Enum in org.knime.base.node.viz.enrichment
Deprecated.
Enum for the three different plot modes.
EnrichmentPlotterSettings.PlotMode - Enum in org.knime.base.node.viz.enrichment2
Enum for the three different plot modes.
EnrichmentPlotterView - Class in org.knime.base.node.viz.enrichment
Deprecated.
EnrichmentPlotterView(EnrichmentPlotterModel) - Constructor for class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
Deprecated.
Creates a new enrichment plotter view.
EnrichmentPlotterView - Class in org.knime.base.node.viz.enrichment2
This is the view for the enrichment plotter node that shows all specified enrichment plots.
EnrichmentPlotterView(EnrichmentPlotterModel) - Constructor for class org.knime.base.node.viz.enrichment2.EnrichmentPlotterView
Creates a new enrichment plotter view.
ENSURE_UNIQUENESS_LABEL - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeDialog2
The label of the uniqueness check box.
ENSURE_UNIQUNESS - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
The name of the settings tag which holds the boolean if the user wants to have the uniqueness ensured.
ensureColumnIsConverted(DataCellTypeConverter, int) - Method in class org.knime.core.data.container.ColumnRearranger
 
ensureColumnIsConverted(DataCellTypeConverter, String) - Method in class org.knime.core.data.container.ColumnRearranger
 
ensureConfigurationPanelVisible(T) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
 
ensureObjectType(Class<?>) - Static method in class org.knime.core.data.convert.util.ClassUtil
Check if the given class is a Object.
ensureOpen() - Method in class org.knime.core.data.container.ConcatenateTable
Internal use.
ensureOpen() - Method in class org.knime.core.data.container.ContainerTable
Do not use this method (only invoked by the framework).
ensureOpen() - Method in class org.knime.core.data.container.JoinedTable
Internal use.
ensureOpen() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Internal use.
ensureOpen() - Method in class org.knime.core.data.container.TableSpecReplacerTable
ensureOpen() - Method in class org.knime.core.data.container.VoidTable
Internal use.
ensureOpen() - Method in class org.knime.core.data.container.WrappedTable
ensureOpen() - Method in class org.knime.core.node.BufferedDataTable
Reads table from its saved location (usually the workspace).
ensureOpen() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
ensureOpenAfterLoad() - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
 
ensureOpenAfterLoad() - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
ensureOpenAfterLoad() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
ensureOpenAfterLoad() - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
ensureOpenAfterLoad() - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
ensureOpenAfterLoad() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
ensureOutputDataIsRead() - Method in class org.knime.core.node.Node
Ensures that any port object is read for later saving with a newer version.
ensureSelectedColumnsVisible() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
Ensures that one of the currently selected items is visible.
entropy(Map<RowKey, RowKey>, Set<RowKey>) - Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Get entropy for one single cluster.
EntropyCalculator - Class in org.knime.base.node.mine.scorer.entrop
Utility class that allows to calculate some entropy and quality values for clustering results given a reference clustering.
EntropyCalculator(DataTable, DataTable, int, int, ExecutionMonitor) - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Creates new instance.
EntropyCalculator(Map<RowKey, RowKey>, Map<RowKey, Set<RowKey>>) - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Creates new instance given the maps of clustering and reference.
EntropyNodeDialogPane - Class in org.knime.base.node.mine.scorer.entrop
This class represents the dialog for the entropy scorer node.
EntropyNodeDialogPane() - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyNodeDialogPane
Creates a new dialog for the entropy scorer.
EntropyNodeDialogPane(boolean) - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyNodeDialogPane
The dialog for the entropy scorer.
EntropyNodeModel - Class in org.knime.base.node.mine.scorer.entrop
 
EntropyNodeModel(boolean) - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
The Entropy node model with two data inports for the two clustering results.
EntropyNodeView - Class in org.knime.base.node.mine.scorer.entrop
This implements the AbstractEntropyNodeView for the EntropyNodeModel.
EntropyNodeView(EntropyNodeModel) - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyNodeView
Delegates to super class.
EntropyView - Class in org.knime.base.node.mine.scorer.entrop
This panel is the view to a EntropyCalculator.
EntropyView() - Constructor for class org.knime.base.node.mine.scorer.entrop.EntropyView
Constructs new panel.
enumerate(Combinations.Callback) - Method in class org.knime.base.util.math.Combinations
Enumerates all combinations and calls the callback for each combination.
enumerate(long, long, Combinations.Callback) - Method in class org.knime.base.util.math.Combinations
Enumerates all combinations from rank from until rank to (inclusive).
enumerate(int, Combinations.Callback) - Method in class org.knime.base.util.math.Combinations
Enumerates all combinations and calls the callback for each combination.
EOT - Static variable in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
Use this value for the range-end parameter to specify a range reaching to the end of the table.
eq(int, int) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a equal node, that compares the values in two columns.
eq(int, Number) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a equal node, that compares the value in a column to a fixed number.
eq(int, String) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new equal node, that compares the value in a column to a fixed string.
equalContent(DataValue) - Method in class org.knime.core.data.blob.BinaryObjectDataCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(BinaryObjectDataValue, BinaryObjectDataValue) - Static method in interface org.knime.core.data.blob.BinaryObjectDataValue
Returns whether the two data values have the same content.
equalContent(DataValue) - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(DataValue) - Method in class org.knime.core.data.DataCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(DataValue) - Method in class org.knime.core.data.image.png.PNGImageBlobCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(DataValue) - Method in class org.knime.core.data.image.png.PNGImageCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(PNGImageValue, PNGImageValue) - Static method in interface org.knime.core.data.image.png.PNGImageValue
Returns whether the two data values have the same content.
equalContent(BitVectorValue, BitVectorValue) - Static method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Returns whether the two data values have the same content.
equalContent(DataValue) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(DataValue) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(ByteVectorValue, ByteVectorValue) - Static method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Returns whether the two data values have the same content.
equalContent(DataValue) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(DataValue) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(DataValue) - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(DataValue) - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(DataValue) - Method in class org.knime.core.data.xml.XMLBlobCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(DataValue) - Method in class org.knime.core.data.xml.XMLCell
This method is called when two cell of different classes but with the same preferred value are compared (e.g.
equalContent(XMLValue, XMLValue) - Static method in interface org.knime.core.data.xml.XMLValue
Returns whether the two data values have the same content.
equals(Object) - Method in class org.knime.base.data.aggregation.AggregationOperator
equals(Object) - Method in class org.knime.base.data.aggregation.GlobalSettings
equals(Object) - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
equals(Object) - Method in class org.knime.base.data.aggregation.OperatorData
equals(Object) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
equals(Object) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
equals(Object) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Check if two BasisFunctionLearnerRow objects are equal if their centroids and class labels are equal.
equals(Object) - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist
 
equals(Object) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
equals(Object) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
equals(Object) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
equals(Object) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
equals(Object) - Method in class org.knime.base.node.mine.pca.EigenValue
equals(Object) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPredictor
equals(Object) - Method in class org.knime.base.node.mine.regression.pmmlgreg.VectorHandling.NameAndIndex
equals(Object) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
equals(Object) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
equals(Object) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
equals(Object) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
equals(Object) - Method in class org.knime.base.node.preproc.groupby.GroupKey
equals(Object) - Method in class org.knime.base.node.preproc.joiner.InputRow
equals(Object) - Method in class org.knime.base.node.preproc.joiner.JoinTuple
equals(Object) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
equals(Object) - Method in class org.knime.base.node.preproc.rank.DataCellTuple
 
equals(Object) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
Deprecated.
equals(Object) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.Curve
equals(Object) - Method in class org.knime.base.node.viz.histogram.util.ColorColumn
equals(Object) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
equals(Object) - Method in class org.knime.base.util.kdtree.NearestNeighbour
equals(Object) - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer
equals(Object) - Method in class org.knime.core.data.collection.BlobSupportDataCellList
equals(Object) - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
equals(Object) - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
equals(Object) - Method in class org.knime.core.data.container.CellClassInfo
equals(Object) - Method in class org.knime.core.data.convert.ConversionKey
 
equals(Object) - Method in class org.knime.core.data.DataCell
Implements the equals method which returns true only if both cells are of the same class and DataCell.equalsDataCell(DataCell) returns true.
equals(Object) - Method in class org.knime.core.data.DataColumnDomain
Compares this domain with the other one by the possible values and lower and upper bounds and returns true if both are the same.
equals(Object) - Method in class org.knime.core.data.DataColumnProperties
Compares a given object on equality.
equals(Object) - Method in class org.knime.core.data.DataColumnSpec
Two DataColumnSpecs are equal, if the name, type, properties, domain, all property handlers, and element names are equal.
equals(Object) - Method in class org.knime.core.data.DataTableSpec
Checks if both DataTableSpecs are equal.
equals(Object) - Method in class org.knime.core.data.DataType
Types are equal if the list of compatible DataValue classes matches (ordering does not matter), both types have the same preferred value class or both do not have a preferred value class.
equals(Object) - Method in class org.knime.core.data.def.DefaultRow
A row is equal to another one if the key and all cells are equal.
equals(Object) - Method in class org.knime.core.data.filestore.FileStorePortObject
equals(Object) - Method in class org.knime.core.data.filestore.internal.FileStoreKey
equals(Object) - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
equals(ColorAttr) - Method in class org.knime.core.data.property.ColorAttr
Compares this ColorAttr with the given one and returns true if both have the same color value.
equals(Object) - Method in class org.knime.core.data.property.ColorAttr
Compares this ColorAttr with the given Object and returns true if the other is an instance of ColorAttr and both have the same color value.
equals(Object) - Method in class org.knime.core.data.property.ColorHandler
equals(Object) - Method in class org.knime.core.data.property.ColorModelNominal
equals(Object) - Method in class org.knime.core.data.property.ColorModelRange
equals(Object) - Method in class org.knime.core.data.property.filter.FilterHandler
 
equals(Object) - Method in class org.knime.core.data.property.filter.FilterModel
 
equals(Object) - Method in class org.knime.core.data.property.filter.FilterModelNominal
 
equals(Object) - Method in class org.knime.core.data.property.filter.FilterModelRange
 
equals(Object) - Method in class org.knime.core.data.property.ShapeHandler
equals(Object) - Method in class org.knime.core.data.property.ShapeModelNominal
equals(Object) - Method in class org.knime.core.data.property.SizeHandler
equals(Object) - Method in class org.knime.core.data.property.SizeModelDouble
equals(Object) - Method in class org.knime.core.data.renderer.AbstractDataValueRendererFactory
equals(Object) - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
equals(Object) - Method in class org.knime.core.data.RowKey
equals(Object) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
equals(Object) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
equals(Object) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
equals(Object) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
equals(Node, Node) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
Equality here is defined as the structural equality of the node.
equals(Node, Node, XmlDomComparerCustomizer) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
Equality of Nodes is defined on the structural equality of the xml node.
equals(Object) - Method in class org.knime.core.data.xml.XMLCellContent
equals(Object) - Method in class org.knime.core.internal.ReferencedFile
equals(Object) - Method in class org.knime.core.node.config.base.AbstractConfigEntry
Config entries are equal if they are identical.
equals(Object) - Method in class org.knime.core.node.dialog.ExternalNodeData
 
equals(Object) - Method in class org.knime.core.node.NodeFrequencies
equals(Object) - Method in class org.knime.core.node.NodeInfo
equals(Object) - Method in class org.knime.core.node.NodeTriple
equals(Object) - Method in class org.knime.core.node.port.AbstractSimplePortObject
Method compares both ModelContent objects that first need to be saved by calling AbstractSimplePortObject.save(ModelContentWO, ExecutionMonitor).
equals(Object) - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
equals(Object) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
equals(Object) - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
equals(Object) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
equals(Object) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject
equals(Object) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
equals(Object) - Method in class org.knime.core.node.port.database.DatabasePortObject
equals(Object) - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
equals(Object) - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
equals(Object) - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
equals(Object) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
equals(Object) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
equals(Object) - Method in class org.knime.core.node.port.PortType
equals(Object) - Method in class org.knime.core.node.tableview.FindPosition.SearchOptions
equals(Object) - Method in class org.knime.core.node.tableview.SearchString
equals(Object) - Method in class org.knime.core.node.util.DefaultStringIconOption
equals(Object) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
equals(Object) - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
equals(Object) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
equals(Object) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
equals(Object) - Method in class org.knime.core.node.web.WebResourceLocator
equals(Object) - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
equals(Object) - Method in class org.knime.core.node.workflow.AnnotationData
equals(Object) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
equals(Object) - Method in class org.knime.core.node.workflow.ConnectionContainer
equals(Object) - Method in class org.knime.core.node.workflow.ConnectionID
equals(Object) - Method in class org.knime.core.node.workflow.Credentials
 
equals(Object) - Method in class org.knime.core.node.workflow.CredentialsProvider
equals(Object) - Method in class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
equals(Object) - Method in class org.knime.core.node.workflow.EditorUIInformation
equals(Object) - Method in class org.knime.core.node.workflow.FlowLoopContext
equals(Object) - Method in class org.knime.core.node.workflow.FlowObject
equals(Object) - Method in class org.knime.core.node.workflow.FlowObjectStack
equals(Object) - Method in class org.knime.core.node.workflow.FlowScopeContext
equals(Object) - Method in class org.knime.core.node.workflow.FlowSubnodeScopeContext
equals(Object) - Method in class org.knime.core.node.workflow.FlowTryCatchContext
equals(Object) - Method in class org.knime.core.node.workflow.FlowVariable
Only compares type and value, not the owner and not the scope.
equals(Object) - Method in class org.knime.core.node.workflow.InnerFlowLoopContext
equals(Object) - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
equals(Object) - Method in class org.knime.core.node.workflow.NodeID
 
equals(Object) - Method in class org.knime.core.node.workflow.NodeID.NodeIDSuffix
equals(Object) - Method in class org.knime.core.node.workflow.NodeMessage
equals(Object) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
equals(Object) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
equals(Object) - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
equals(Object) - Method in class org.knime.core.node.workflow.WorkflowContext
equals(Object) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
equals(Object) - Method in class org.knime.core.util.LogfileAppender
We have to compare the name of the logger in the equals method to prevent duplicate log file registration in the NodeLogger#addWorkflowDirAppender() method !!!
equals(Object) - Method in class org.knime.core.util.MutableDouble
equals(Object) - Method in class org.knime.core.util.MutableInteger
equals(Object) - Method in class org.knime.core.util.node.quickform.AbstractQuickFormElement
equals(Object) - Method in class org.knime.core.util.Pair
equals(Object) - Method in class org.knime.core.util.tokenizer.Delimiter
equals(Object) - Method in class org.knime.core.util.tokenizer.Quote
equals(Object) - Method in class org.knime.core.util.Version
equalsDataCell(DataCell) - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
Check if two BitVectorCells are equal.
equalsDataCell(DataCell) - Method in class org.knime.base.node.preproc.joiner.InputRow.WildCardCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.blob.BinaryObjectDataCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.collection.ListCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.collection.SetCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.collection.SparseListCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.container.BlobWrapperDataCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.DataCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.DataType.MissingCell
Deprecated.
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.date.DateAndTimeCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.BooleanCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.ComplexNumberCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.DoubleCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.FuzzyIntervalCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.FuzzyNumberCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.IntCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.IntervalCell
Checks if this and the given cell have equal values.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.LongCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.StringCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.def.TimestampCell
Deprecated.
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.filestore.FileStoreCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.image.png.PNGImageBlobCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.image.png.PNGImageCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.MissingCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.model.PortObjectCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.xml.PMMLBlobCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.xml.PMMLCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.xml.XMLBlobCell
Derived classes implement their specific equals function here.
equalsDataCell(DataCell) - Method in class org.knime.core.data.xml.XMLCell
Derived classes implement their specific equals function here.
EqualSizeSamplingConfiguration - Class in org.knime.base.node.preproc.equalsizesampling
 
EqualSizeSamplingConfiguration() - Constructor for class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
EqualSizeSamplingConfiguration.SamplingMethod - Enum in org.knime.base.node.preproc.equalsizesampling
 
EqualSizeSamplingNodeDialogPane - Class in org.knime.base.node.preproc.equalsizesampling
 
EqualSizeSamplingNodeDialogPane() - Constructor for class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeDialogPane
 
EqualSizeSamplingNodeFactory - Class in org.knime.base.node.preproc.equalsizesampling
 
EqualSizeSamplingNodeFactory() - Constructor for class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
 
EqualSizeSamplingNodeModel - Class in org.knime.base.node.preproc.equalsizesampling
 
EqualSizeSamplingNodeModel() - Constructor for class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
 
equalStructure(DataColumnSpec) - Method in class org.knime.core.data.DataColumnSpec
Two DataColumnSpecs are equal if they have the same column name and type.
equalStructure(DataTableSpec) - Method in class org.knime.core.data.DataTableSpec
Returns true if spec has the same column names and types.
error(SAXParseException) - Method in class org.knime.core.node.config.base.XMLContentHandler
error(Object) - Method in class org.knime.core.node.NodeLogger
Write error message into the logger.
error(Object, Throwable) - Method in class org.knime.core.node.NodeLogger
Write error message and throwable into the logger.
ERROR - Static variable in class org.knime.core.node.util.FilesHistoryPanel.LocationCheckLabel
Color for error messages.
error(SAXParseException) - Method in class org.knime.core.xml.XMLProperties
ERROR_FLAG - Static variable in class org.knime.core.node.workflow.FlowTryCatchContext
 
ERROR_NODE - Static variable in class org.knime.core.node.workflow.FlowTryCatchContext
 
ERROR_REASON - Static variable in class org.knime.core.node.workflow.FlowTryCatchContext
 
ERROR_STACKTRACE - Static variable in class org.knime.core.node.workflow.FlowTryCatchContext
 
errorOrDefault(DataTableSpec, String) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
 
errorThreshold(double) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Sets the error threshold for automatic feature selection.
errorThreshold() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Returns the error threshold for automatic feature selection.
errorWithFormat(String, Object...) - Method in class org.knime.core.node.NodeLogger
Write error message, created by String.format(String, Object...) into this logger.
escape(String) - Static method in class org.knime.core.node.config.base.XMLContentHandler
Escapes all forbidden XML characters so that we can save them nevertheless.
ESCAPE_CHARACTER_PATTERN - Static variable in class org.knime.core.node.port.database.StatementManipulator
Deprecated.
use StatementManipulator.SAVE_COLUMN_NAME_PATTERN instead (and negate the condition) because this pattern is not complete
escapeString(String) - Static method in class org.knime.base.node.io.csvwriter.FileWriterSettings
Returns a string with all TABS and newLines being replaced by "\t" or "\n" - and backslashes replaced by "\\".
EUCLIDEAN_DIST - Static variable in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Flag for euclidean distance.
EUCLIDEAN_DIST - Static variable in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
Flag for euclidean distance.
EUCLIDEAN_DISTANCE - Static variable in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.EuclideanDist
An instance of this distance function.
EuclideanDist - Class in org.knime.base.node.mine.cluster.hierarchical.distfunctions
Calculates the distance for two data rows based on the euclidean distance.
EuclideanDist() - Constructor for class org.knime.base.node.mine.cluster.hierarchical.distfunctions.EuclideanDist
Creates a Euclidean distance object from an Minkowski distance which means the power is two.
EuclideanDistanceManager - Class in org.knime.base.node.mine.mds.distances
 
EuclideanDistanceManager(boolean) - Constructor for class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
Creates instance of EuclideanDistanceManager, which computes euclidean distances between rows and cells.
EuclideanDistanceManager() - Constructor for class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
Creates instance of EuclideanDistanceManager, which computes the euclidean distances between rows and cells.
EuclideanDistanceManager - Class in org.knime.base.node.mine.sota.distances
 
EuclideanDistanceManager(boolean) - Constructor for class org.knime.base.node.mine.sota.distances.EuclideanDistanceManager
Creates instance of EuclideanDistanceManager, which computes euclidean distances between rows and cells.
evaluate(double[]) - Method in class org.knime.base.data.neural.methods.RProp
Evaluates input and returns output of output neurons.
evaluate(double[]) - Method in class org.knime.base.data.neural.Perceptron
Evaluates a given input for the perceptron.
evaluate(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.data.statistics.StatisticCalculator
 
evaluate(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Evaluates the predicate for the passed parameters and returns the result.
evaluate(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
Evaluates the predicate for the passed parameters and returns the result.
evaluate(String, String) - Method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
Evaluates the operator on the passed strings.
evaluate(Double, Double) - Method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
Evaluates the operator on the passed double values.
evaluate(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Evaluates the predicate for the passed parameters and returns the result.
evaluate(T, Set<T>) - Method in enum org.knime.base.node.mine.decisiontree2.PMMLSetOperator
Evaluates the operator on the passed value.
evaluate(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
Evaluates the predicate for the passed parameters and returns the result.
evaluate(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Evaluates the predicate for the passed parameters and returns the result.
evaluate(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
Evaluates the predicate for the passed parameters and returns the result.
evaluate(DoubleVector, DoubleVector) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
evaluate the kernel.
evaluate(double[], double[]) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
returns the value of the kernel given vectors a and b.
evaluate(DoubleVector, DoubleVector) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
returns the value of the kernel given vectors a and b.
evaluate(double[], double[]) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
returns the value of the kernel given vectors a and b.
evaluate(DoubleVector, DoubleVector) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
evaluate the kernel.
evaluate(double[], double[]) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
returns the value of the kernel given vectors a and b.
evaluate(DoubleVector, DoubleVector) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
evaluate the kernel.
evaluate(double[], double[]) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
returns the value of the kernel given vectors a and b.
evaluate(DataRow) - Method in interface org.knime.base.node.rules.RuleNode
Deprecated.
Evaluates this rule node.
eventDispatched(AWTEvent) - Method in class org.knime.core.node.MacFileChooserFixer
exactPValue(int[][]) - Static method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
Given a 2x2 contingency table, this returns Fisher's exact p-values
EXCLUDE - Static variable in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
Exclude columns.
EXCLUDE - Static variable in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
Exclude rows.
excludeColsChange(Collection<String>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
 
excludeColsChange(Collection<String>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
 
excludeColsChange(List<String>) - Method in class org.knime.base.node.io.database.DBGroupByAggregationPanel
 
excludeColsChange(Collection<String>) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
 
excludeColumns(List<String>) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Synchronizes the available aggregation column list and the selected columns.
excludeColumns(List<String>) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
Synchronizes the available aggregation column list and the selected columns.
EXCLUDED_COLUMNS - Static variable in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Settings key for the excluded columns.
EXCLUDED_COLUMNS - Static variable in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Settings key for the excluded columns.
excludedColumns() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Returns a list with all currently excluded columns.
excludedFeatureIndex() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Returns the currently excluded column's (feature's) index.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.image.ImageToTableNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
Deprecated.
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBGroupByNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBJoinerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBQueryNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBSorterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Deprecated.
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Execute does nothing - the reading of the file and writing to the NodeSettings object has already happened during savePredictorParams.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Writes model as ModelContent to file.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(ContainerTable, RowOutput, ExecutionContext) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
 
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Starts the learning algorithm in the learner.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Starts the learning algorithm in the learner.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Generate new clustering based on InputDataTable and specified number of clusters.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Generate new clustering based on InputDataTable and specified number of clusters.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Start of decision tree induction.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
The execution consists of three steps: A neural network is build with the inputs and outputs according to the input datatable, number of hidden layers as specified. Input DataTables are converted into double-arrays so they can be attached to the neural net. The neural net is trained. Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Performs the PCA.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.pca.PCANodeModel
Performs the PCA.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Performs the PCA.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2Learner
Compute linear regression model.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
Compute logistic regression model.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearner
Compute logistic regression model.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Starts the scoring in the scorer.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.parallel.builder.ThreadedTableBuilderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PMMLPreprocDiscretize, BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApply
Performs binning.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Execute method for general port types.
execute(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner.AutoBinner
Determine bins.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Execute method for general port types.
execute(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinner
Determine bins.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
Execute method for general port types.
execute(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner
Determine bins.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.columnlag.LagColumnStreamableOperator
 
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
 
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
Deprecated.
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
Deprecated.
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.partition.PartitionNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Deprecated.
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.normalize.AbstractNormalizerPMMLNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.sample.SamplingNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
When the model gets executed, the DataTable is split in several DataContainers.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
Deprecated.
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.util.cache.CacheNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(ExecutionContext) - Method in class org.knime.base.node.util.exttool.CommandExecution
Executes the commands via the Runtime and streams the stdout as well as the stderr to the logger and notifies the registered observer if a msg occurs.
execute(ExecutionMonitor) - Method in class org.knime.base.node.util.exttool.CommandExecution
Executes the commands via the Runtime and streams the stdout as well as the stderr to the logger and notifies the registered observer if a msg occurs.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Deprecated.
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Converts the input data at inport 0 into a DataArray with maximum number of rows as defined in the DefaultVisualizationNodeDialog.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Is invoked during the node's execution to make the color settings.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Is invoked during the node's execution to make the shape settings.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Is invoked during the node's execution to make the size settings.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
Computes the statistics for the DataTable at the in-port.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
Computes the statistics for the DataTable at the in-port.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.viz.table.TableNodeModel
Called when new data is available.
execute(PortObject[], ExecutionContext) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Initialises the NodeModel, starts the execution, pauses it, resumes it and finishes it.
execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.missing.MissingNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.Node
Deprecated.
execute(PortObject[], ExecutionEnvironment, ExecutionContext) - Method in class org.knime.core.node.Node
Starts executing this node.
execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.NodeModel
Execute method for general port types.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.core.node.NodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(String, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Execute statement on current database connection.
execute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
This function is invoked by the Node#executeNode() method of the node (through the #executeModel(BufferedDataTable[],ExecutionMonitor) method) only after all predecessor nodes have been successfully executed and all data is therefore available at the input ports.
execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
Execute method for general port types.
execute(PortObject[], ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Execute method for general port types.
executeAll() - Method in class org.knime.core.node.workflow.WorkflowManager
(Try to) Execute all nodes in the workflow.
executeAllAndWaitUntilDone() - Method in class org.knime.core.node.workflow.WorkflowManager
Convenience method: execute all and wait for execution to be done.
executeAllAndWaitUntilDoneInterruptibly() - Method in class org.knime.core.node.workflow.WorkflowManager
Execute all nodes and wait until workflow reaches a stable state.
executeAndShowProgress() - Method in class org.knime.core.node.tableview.TableSorterWorker
Starts the sorting by calling SwingWorker.execute() and popping up the progress bar.
executeByChunk(BufferedDataTable, BufferedDataTable[], RowAppender[], ExecutionMonitor) - Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
This method is called as often as necessary by multiple threads.
executeChunk() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
Trigger execution of branch for this chunk.
executeChunks() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
Start execution of all chunks.
executeModel(PortObject[], ExecutionEnvironment, ExecutionContext) - Method in class org.knime.core.node.ExtendedScopeNodeModel
Widens scope to protected.
executeModel(PortObject[], ExecutionEnvironment, ExecutionContext) - Method in class org.knime.core.node.NodeModel
Invokes the abstract #execute() method of this model.
executeModel(PortObject[], ExecutionEnvironment, ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
Widens scope to protected.
executeModel(PortObject[], ExecutionEnvironment, ExecutionContext) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Widens scope to protected.
executeOneIteration(ExecutionContext) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
This method is assumed to implement one iteration of an interruptible algorithm.
executePredecessorsAndWait(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Attempts to execute all nodes upstream of the argument node.
executeUpToHere(NodeID...) - Method in class org.knime.core.node.workflow.WorkflowManager
mark these nodes and all not-yet-executed predecessors for execution.
executeWorkflow(WorkflowManager, BatchExecutor.WorkflowConfiguration) - Method in class org.knime.core.node.workflow.BatchExecutor
Executes a workflow.
ExecutionContext - Class in org.knime.core.node
An ExecutionContext provides storage capacities during a NodeModel's execution.
ExecutionContext(NodeProgressMonitor, Node) - Constructor for class org.knime.core.node.ExecutionContext
Deprecated.
Use the constructor with a table repository argument instead. This constructor potentially does not support serialization of blobs.
ExecutionContext(NodeProgressMonitor, Node, SingleNodeContainer.MemoryPolicy, HashMap<Integer, ContainerTable>) - Constructor for class org.knime.core.node.ExecutionContext
Creates new object based on a progress monitor and a node as parent of any created buffered data table.
ExecutionController - Class in org.knime.core.node.workflow
Base class that controls execution beyond dedicated nodes.
ExecutionController() - Constructor for class org.knime.core.node.workflow.ExecutionController
 
ExecutionEnvironment - Class in org.knime.core.node.workflow
Interface for objects defining the environment nodes will be executed in.
ExecutionEnvironment() - Constructor for class org.knime.core.node.workflow.ExecutionEnvironment
Default constructor: no re-execution, don't preload ViewContent.
ExecutionEnvironment(boolean, ViewContent, boolean) - Constructor for class org.knime.core.node.workflow.ExecutionEnvironment
Setup default environment with new parameters.
executionInProgress() - Method in enum org.knime.core.node.workflow.NodeContainer.State
Deprecated.
 
executionInProgress() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
 
ExecutionMonitor - Class in org.knime.core.node
This node's execution monitor handles the progress and later also memory management for each node model's execution.
ExecutionMonitor() - Constructor for class org.knime.core.node.ExecutionMonitor
Creates a new execution monitor with an empty default progress monitor.
ExecutionMonitor(NodeProgressMonitor) - Constructor for class org.knime.core.node.ExecutionMonitor
Creates a new execution monitor with the given progress monitor which can be null.
executorServiceWithContext(ExecutorService) - Static method in class org.knime.core.util.ThreadUtils
Wraps the given executor service and ensures that the runnable is run within the context of the caller of the various execute, submit and invoke methods.
executorWithContext(Executor) - Static method in class org.knime.core.util.ThreadUtils
Wraps the given executor and ensures that the runnable is run within the context of the caller of Executor.execute(Runnable).
EXIT_ERR_EXECUTION - Static variable in class org.knime.core.node.workflow.BatchExecutor
Return code for errors during workflow execution: 4 .
EXIT_ERR_LOAD - Static variable in class org.knime.core.node.workflow.BatchExecutor
Return code for errors during workflow loading: 3 .
EXIT_ERR_PRESTART - Static variable in class org.knime.core.node.workflow.BatchExecutor
Return code for errors before the workflow has been loaded (e.g.
EXIT_SUCCESS - Static variable in class org.knime.core.node.workflow.BatchExecutor
Return code for successful execution: 0 .
EXIT_WARN - Static variable in class org.knime.core.node.workflow.BatchExecutor
Return code for execution with warnings: 1 .
expandAll() - Method in class org.knime.core.node.config.ConfigEditJTree
Expand the tree.
ExpandBitVectorNodeDialog - Class in org.knime.base.node.preproc.bitvector.expand
NodeDialog for the "ExpandBitVector" Node.
ExpandBitVectorNodeDialog() - Constructor for class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeDialog
New pane for configuring the ExpandByteVector node.
ExpandBitVectorNodeFactory - Class in org.knime.base.node.preproc.bitvector.expand
NodeFactory for the "ExpandBitVector" Node.
ExpandBitVectorNodeFactory() - Constructor for class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeFactory
 
ExpandBitVectorNodeModel - Class in org.knime.base.node.preproc.bitvector.expand
This is the model implementation of ExpandBitVector.
ExpandBitVectorNodeModel() - Constructor for class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeModel
Constructor for the node model.
ExpandBranchAction<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
An action to expand the branch starting from the selected node in a HierarchicalGraphView.
ExpandBranchAction(HierarchicalGraphView<K>) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.ExpandBranchAction
 
ExpandByteVectorNodeDialog - Class in org.knime.base.node.preproc.bytevector.expand
NodeDialog for the "ExpandByteVector" Node.
ExpandByteVectorNodeDialog() - Constructor for class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeDialog
New pane for configuring the ExpandByteVector node.
ExpandByteVectorNodeFactory - Class in org.knime.base.node.preproc.bytevector.expand
NodeFactory for the "ExpandByteVector" Node.
ExpandByteVectorNodeFactory() - Constructor for class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeFactory
 
ExpandByteVectorNodeModel - Class in org.knime.base.node.preproc.bytevector.expand
This is the model implementation of ExpandByteVector.
ExpandByteVectorNodeModel() - Constructor for class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeModel
Constructor for the node model.
expandMetaNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Expand the selected metanode into a set of nodes in this WFM and remove the old metanode.
ExpandSubnodeResult - Class in org.knime.core.node.workflow.action
Represents the result of an expansion of a subnode.
ExpandSubnodeResult(WorkflowManager, WorkflowCopyContent, WorkflowPersistor) - Constructor for class org.knime.core.node.workflow.action.ExpandSubnodeResult
Used by workflow manager to fill content.
expandSubWorkflow(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Expand the selected subnode into a set of nodes in this WFM and remove the old metanode.
ExpandVectorNodeModel - Class in org.knime.base.node.util
Base class for vector expander nodes.
ExpandVectorNodeModel(SettingsModelString, Class<? extends DataValue>) - Constructor for class org.knime.base.node.util.ExpandVectorNodeModel
The constructor primarily intended to extend.
ExpandVectorNodeModel(int, int, SettingsModelString, Class<? extends DataValue>) - Constructor for class org.knime.base.node.util.ExpandVectorNodeModel
 
ExpandVectorNodeModel(PortType[], PortType[], SettingsModelString, Class<? extends DataValue>) - Constructor for class org.knime.base.node.util.ExpandVectorNodeModel
 
explain(BufferedDataTable, String[], String[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Assigns all explained examples to to basis functions.
explains(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns true if the input row is explained by this row, otherwise false.
explains(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Returns true if the given row is covered by this prototype, that is, if FuzzyBasisFunctionLearnerRow.computeActivation(DataRow) returns a degree equal 1.
explains(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Checks if the given row is explained by this basisfunction.
explodeSelectedSections() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
export(File, Component, int, int) - Method in interface org.knime.core.node.NodeViewExport.ExportType
Called when the component is to be exported.
exportAsDrag(JComponent, InputEvent, int) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
exportClassAttributeToPMML(BayesOutputDocument.BayesOutput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
 
exportDone(JComponent, Transferable, int) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
exportDone(JComponent, Transferable, int) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
 
exportString(JComponent) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.ListTransferHandler
 
exportString(JComponent) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
Exports a string from a component.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeTranslator
Exports the translators state to a PMML document.
exportTo(PMMLPredicate, NodeDocument.Node) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
 
exportTo(PMMLPredicate, CompoundPredicateDocument.CompoundPredicate) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
 
exportTo(PMMLPredicate, SimpleRuleDocument.SimpleRule) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
 
exportTo(PMMLPredicate, CompoundRuleDocument.CompoundRule) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
 
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Deprecated.
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.neural.mlp2.PMMLNeuralNetworkTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.mine.svm.PMMLSVMTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLMissingValueReplacementTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
Exports the translators state to a PMML document.
exportTo(PMMLDocument, DataTableSpec) - Method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
Adds a data dictionary to the PMML document based on the DataTableSpec.
exportTo(PMMLDocument, PMMLPortObjectSpec) - Method in interface org.knime.core.node.port.pmml.PMMLTranslator
Exports the translators state to a PMML document.
exportToClipboard(JComponent, Clipboard, int) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
exportToLocalTrans() - Method in class org.knime.base.data.normalize.PMMLNormalizeTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.PMMLMapValuesTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.PMMLMapValuesTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.binner.PMMLBinningTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.columnTrans.PMMLMany2OneTranslator
Deprecated.
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.columnTrans.PMMLOne2ManyTranslator
Deprecated.
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.columntrans2.PMMLMany2OneTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.columntrans2.PMMLOne2ManyTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
Exports the translators state to a new LocalTransformations element.
exportToLocalTrans() - Method in interface org.knime.core.node.port.pmml.preproc.PMMLPreprocTranslator
Exports the translators state to a new LocalTransformations element.
exportToPMML(BayesInputDocument.BayesInput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
exportToPMML(BayesInputDocument.BayesInput, DerivedFieldMapper) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
exportToPMML(NaiveBayesModelDocument.NaiveBayesModel, DerivedFieldMapper) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
exportToPMMLInternal(BayesInputDocument.BayesInput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
exportToPMMLInternal(BayesInputDocument.BayesInput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
exportToPMMLInternal(BayesInputDocument.BayesInput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
exportToPMMLInternal(BayesInputDocument.BayesInput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
exportToPMMLInternal(BayesInputDocument.BayesInput) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
exportToTransDict() - Method in class org.knime.base.data.normalize.PMMLNormalizeTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.PMMLMapValuesTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.PMMLMapValuesTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.binner.PMMLBinningTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.columnTrans.PMMLMany2OneTranslator
Deprecated.
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.columnTrans.PMMLOne2ManyTranslator
Deprecated.
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.columntrans2.PMMLMany2OneTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.columntrans2.PMMLOne2ManyTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
Exports the translators state to a new TransformationDictionary element.
exportToTransDict() - Method in interface org.knime.core.node.port.pmml.preproc.PMMLPreprocTranslator
Exports the translators state to a new TransformationDictionary element.
EXT_HISTORY_KEY - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
Key for the string history to re-use user-entered file extension.
EXT_POINT_ATTR_DF - Static variable in class org.knime.base.data.aggregation.AggregationMethods
The attribute of the aggregation method extension point.
EXT_POINT_ATTR_DF - Static variable in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
The attribute of the missing cell handler extension point pointing to the factory class.
EXT_POINT_ID - Static variable in class org.knime.base.data.aggregation.AggregationMethods
The id of the AggregationMethod extension point.
EXT_POINT_ID - Static variable in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
The id of the MissingCellHandler extension point.
ExtendedCellFactory - Interface in org.knime.base.node.parallel.appender
 
ExtendedScopeNodeModel - Class in org.knime.core.node
(No-API) Core Extension of NodeModel that widens the scope of some of the methods.
ExtendedScopeNodeModel(int, int) - Constructor for class org.knime.core.node.ExtendedScopeNodeModel
Constructor inherited from parent.
ExtendedScopeNodeModel(PortType[], PortType[]) - Constructor for class org.knime.core.node.ExtendedScopeNodeModel
Constructor inherited from parent.
ExtensibleUtilityFactory - Class in org.knime.core.data
 
ExtensibleUtilityFactory(Class<? extends DataValue>) - Constructor for class org.knime.core.data.ExtensibleUtilityFactory
Creates a new utility factory that is responsible for the given value class.
EXTENSION - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
EXTENSION - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
EXTENSION_ELEMENT - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for Extension element.
EXTENSION_POINT_ID - Static variable in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
The extension point ID.
EXTENSION_POINT_ID - Static variable in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
The extension point ID.
EXTENSIONS - Static variable in class org.knime.core.node.port.database.DatabaseDriverLoader
Allowed file extensions, jar and zip only.
EXTENSIONS_SETTINGS - Static variable in class org.knime.base.node.io.listfiles.ListFilesSettings
Key to store the extension_settings.
EXTENSIONS_SETTINGS - Static variable in class org.knime.base.node.io.listfiles2.ListFilesSettings
Key to store the extension_settings.
ExtensionTable - Class in org.knime.core.node
Base class for custom buffered data table types.
ExtensionTable() - Constructor for class org.knime.core.node.ExtensionTable
Default constructor; to be used to create a new table (as opposed to loading an existing table).
ExtensionTable(ExtensionTable.LoadContext) - Constructor for class org.knime.core.node.ExtensionTable
Constructor to be used when loading an existing table.
ExtensionTable.LoadContext - Class in org.knime.core.node
Various parameters needed for loading an extension table.
ExternalApplicationNodeView<T extends NodeModel> - Class in org.knime.core.node
Node view which opens an external application.
ExternalApplicationNodeView(T) - Constructor for class org.knime.core.node.ExternalApplicationNodeView
Creates the view instance but does not open the external application yet.
ExternalNodeData - Class in org.knime.core.node.dialog
This object represents output or input of a node for provided or consumed outside the workflow, e.g.
ExternalNodeData() - Constructor for class org.knime.core.node.dialog.ExternalNodeData
May be used by subclasses.
ExternalNodeData(ExternalNodeData.ExternalNodeDataBuilder) - Constructor for class org.knime.core.node.dialog.ExternalNodeData
 
ExternalNodeData.ExternalNodeDataBuilder - Class in org.knime.core.node.dialog
Builder for ExternalNodeData.
ExternalNodeDataBuilder(String) - Constructor for class org.knime.core.node.dialog.ExternalNodeData.ExternalNodeDataBuilder
 
extract(DataTableSpec) - Method in class org.knime.core.data.util.DataTableSpecExtractor
Creates and returns a data table containing the meta information of the given spec.
EXTRACT_PROPERTY_HANDLERS - Static variable in class org.knime.base.node.util.extracttablespec.ExtractTableSpecConfigKeys
The configuration key for the extraction of the property handlers.
extractColumnSpecs(Transferable) - Static method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
Extracts the DataColumnSpecs contained in the given transferable.
extractEVVector(EigenvalueDecomposition) - Static method in class org.knime.base.node.mine.pca.EigenValue
extract the vector of eigenvalues.
extractItemNamesFrom(DefaultRow) - Static method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Extracts the itemset names from a Default row, which was a former itemset row.
ExtractMissingValueCauseNodeDialog - Class in org.knime.base.node.preproc.extractmissingvaluecause
The node dialog of the missing value extractor node.
ExtractMissingValueCauseNodeDialog() - Constructor for class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeDialog
Setting up all DialogComponents.
ExtractMissingValueCauseNodeFactory - Class in org.knime.base.node.preproc.extractmissingvaluecause
Factory class of the missing value extractor node.
ExtractMissingValueCauseNodeFactory() - Constructor for class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeFactory
 
ExtractMissingValueCauseNodeModel - Class in org.knime.base.node.preproc.extractmissingvaluecause
The NodeModel implementation of the missing value extractor node.
ExtractMissingValueCauseNodeModel() - Constructor for class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
One in, one out.
ExtractMissingValueCauseNodeModel.AppendErrorMessageCellFactory - Class in org.knime.base.node.preproc.extractmissingvaluecause
 
extractNominalColumns(List<String>) - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns an array of valid columns.
extractNominalColumns(List<String>) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns an array of valid columns.
extractPrefixAndIndexFromHeader(String) - Static method in class org.knime.base.node.io.filereader.FileAnalyzer.HeaderHelper
from the header passed it extracts the prefix and the running index and stores them in the returned helper class.
ExtractTableDimensionNodeFactory - Class in org.knime.base.node.util.extracttabledimension
Factory of extract table dimension node.
ExtractTableDimensionNodeFactory() - Constructor for class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeFactory
 
ExtractTableDimensionNodeModel - Class in org.knime.base.node.util.extracttabledimension
Extracts number of rows and columns of input table and outputs numbers as data table and flow variables.
ExtractTableDimensionNodeModel() - Constructor for class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
Creates new instance of ExtractTableDimensionNodeModel.
ExtractTableSpecConfigKeys - Class in org.knime.base.node.util.extracttablespec
Configuration keys for the extract table spec node.
ExtractTableSpecNodeDialog - Class in org.knime.base.node.util.extracttablespec
The dialog of the extract table spec node, providing all of its dialog components.
ExtractTableSpecNodeDialog() - Constructor for class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeDialog
Constructor of the ExtractTableSpecNodeDialog.
ExtractTableSpecNodeFactory - Class in org.knime.base.node.util.extracttablespec
The factory of the extract table spec node.
ExtractTableSpecNodeFactory() - Constructor for class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeFactory
 
ExtractTableSpecNodeModel - Class in org.knime.base.node.util.extracttablespec
The node model of the extract table spec node.
ExtractTableSpecNodeModel() - Constructor for class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
Constructor of ExtractTableSpecNodeModel.
extractTargetColumn(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeDialog
Deprecated.
Updates the last target column property based on input.
extractTargetColumn(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeDialog2
Updates the last target column property based on input.
extractTargetColumn(PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
Updates the last target column property based on input.
extractTargetColumn(PortObjectSpec[]) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
Updates the last target column property based on input.
ExtractVariablesDBNodeFactory - Class in org.knime.base.node.flowvariable.extractvariables
 
ExtractVariablesDBNodeFactory() - Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesDBNodeFactory
Creates factory for DatabasePortObject type ports.
ExtractVariablesNodeFactory - Class in org.knime.base.node.flowvariable.extractvariables
 
ExtractVariablesNodeFactory() - Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Creates factory for BufferedDataTable type ports.
ExtractVariablesNodeFactory(PortType) - Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Create factory, that instantiates nodes, whose first input and the only output port are typed to the argument.
ExtractVariablesNodeModel - Class in org.knime.base.node.flowvariable.extractvariables
 
ExtractVariablesNodeModel(PortType) - Constructor for class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
One input, one output.
ExtToolOutputNodeModel - Class in org.knime.base.node.util.exttool
Implements a NodeModel for nodes that launch external commands.
ExtToolOutputNodeModel(PortType[], PortType[]) - Constructor for class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
Constructor for a node with data and model ports.
ExtToolOutputNodeView<T extends ExtToolOutputNodeModel> - Class in org.knime.base.node.util.exttool
Base class for both output views.
ExtToolOutputNodeView(T) - Constructor for class org.knime.base.node.util.exttool.ExtToolOutputNodeView
The constructor.
ExtToolStderrNodeView<T extends ExtToolOutputNodeModel> - Class in org.knime.base.node.util.exttool
The view showing the output to standard error.
ExtToolStderrNodeView(T) - Constructor for class org.knime.base.node.util.exttool.ExtToolStderrNodeView
The constructor.
ExtToolStdoutNodeView<T extends ExtToolOutputNodeModel> - Class in org.knime.base.node.util.exttool
The view showing the output to standard output.
ExtToolStdoutNodeView(T) - Constructor for class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
The constructor.

F

Factory() - Constructor for class org.knime.core.data.blob.BinaryObjectDataValueMetaRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.model.PortObjectValueRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.BitVectorValuePixelRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.BooleanValueRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.ByteVectorValuePixelRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.ByteVectorValueStringRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.ComplexNumberValueRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.DefaultDataValueRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.DoubleBarRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.DoubleGrayValueRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.DoubleVectorValueRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.ImageValueRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.IntValueRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.MultiLineStringValueRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.StringValueRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.renderer.StringVectorValueRenderer.Factory
 
Factory() - Constructor for class org.knime.core.data.vector.bitvector.DenseBitVectorCell.Factory
 
Factory() - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCell.Factory
 
Factory() - Constructor for class org.knime.core.data.vector.bytevector.DenseByteVectorCell.Factory
 
Factory() - Constructor for class org.knime.core.data.xml.XMLValueRenderer.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.AvgDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.BitAndDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.BitOrDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.BitXOrDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.CountDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.FirstDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction.Factory
Constructor.
Factory(Class<? extends DataValue>) - Constructor for class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction.Factory
Constructor.
Factory(String, Class<? extends DataValue>) - Constructor for class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction.Factory
 
Factory(String, String, Class<? extends DataValue>) - Constructor for class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.h2.BoolAndDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.h2.BoolOrDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.h2.SelectivtyDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.LastDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.MaxDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.MinDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.postgresql.ArrayAggDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.sqlite.TotalDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.StdDevPopDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.StdDevSampDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.SumDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.VariancePopDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.VarianceSampDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.VarPopDBAggregationFunction.Factory
 
Factory() - Constructor for class org.knime.core.node.port.database.aggregation.function.VarSampDBAggregationFunction.Factory
 
Factory(File) - Constructor for class org.knime.core.node.workflow.WorkflowContext.Factory
Creates a new factory for workflow contexts.
Factory(WorkflowContext) - Constructor for class org.knime.core.node.workflow.WorkflowContext.Factory
New instance based on the value of the passed reference.
FactoryMethodToDataCellConverterFactory<F extends DataCellFactory,S> - Class in org.knime.core.data.convert.datacell
Implementation of JavaToDataCellConverterFactory using a DataCellFactory and one of its methods which creates a DataCell from a Java Object.
FactoryMethodToDataCellConverterFactory(Class<F>, Method, Class<S>, DataType, String) - Constructor for class org.knime.core.data.convert.datacell.FactoryMethodToDataCellConverterFactory
Creates a new converter from an annotated factory method to a data cell converter factory.
FADE_UNHILITED - Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
Constant for "Fade unhilited" menu entry.
FAIL_MISSING - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
String used for fail on missing config.
failOnLoadError - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
If the execution should fail if the workflow cannot be loaded sucessfully.
failsOnError() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
 
FAILURE - Static variable in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
Represents a failed execution.
FALSE - Static variable in class org.knime.core.data.def.BooleanCell
FALSE instance.
FalseCountOperator - Class in org.knime.base.data.aggregation.booleancell
Returns the count false boolean cells per group.
FalseCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.booleancell.FalseCountOperator
Constructor for class TrueCountOperator.
FalseCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.booleancell.FalseCountOperator
Constructor for class TrueCountOperator.
FalseRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Row filter that doesn't match any row.
FalseRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
 
fatal(Object) - Method in class org.knime.core.node.NodeLogger
Write fatal error message into the logger.
fatal(Object, Throwable) - Method in class org.knime.core.node.NodeLogger
Write fatal error message and throwable into the logger.
fatalError(SAXParseException) - Method in class org.knime.core.node.config.base.XMLContentHandler
fatalError(SAXParseException) - Method in class org.knime.core.xml.XMLProperties
fatalWithFormat(String, Object...) - Method in class org.knime.core.node.NodeLogger
Write fatal message, created by String.format(String, Object...) into this logger.
fCharHeight - Variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
fCharStrings - Variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
fCharWidths - Variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
FCMAlgorithm - Class in org.knime.base.node.mine.cluster.fuzzycmeans
The Fuzzy c-means algorithm.
FCMAlgorithm(int, double) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Constructor for a Fuzzy c-means algorithm (with no noise detection).
FCMAlgorithm(int, double, boolean, double) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Constructor for a Fuzzy c-means algorithm with noise detection.
FCMAlgorithmMemory - Class in org.knime.base.node.mine.cluster.fuzzycmeans
The Fuzzy c-means algorithm.
FCMAlgorithmMemory(int, double) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Constructor for a Fuzzy c-means algorithm (with no noise detection).
FCMAlgorithmMemory(int, double, boolean, double) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Constructor for a Fuzzy c-means algorithm with noise detection.
FCMQualityMeasures - Class in org.knime.base.node.mine.cluster.fuzzycmeans
Utility class to compute several cluster quality measures based on a Fuzzy c-means clustering.
FCMQualityMeasures(double[][], double[][], double[][], double) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
Constructor.
fComponent - Variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
fDescent - Variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
featureLevels() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Returns an unmodifieable collection of the stored feature levels.
featureNames() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
Returns an array with all feature names.
FETCH_SIZE - Static variable in class org.knime.core.node.port.database.DatabaseConnectionSettings
DriverManager fetch size to chunk specified number of rows while reading from database.
fetchInputDataFromParent() - Method in class org.knime.core.node.workflow.SubNodeContainer
Called from virtual input node when executed - in possibly executes nodes in the parent wfm and then fetches the data from it.
fetchInputSpecFromParent() - Method in class org.knime.core.node.workflow.SubNodeContainer
Fetches input specs of subnode, including mandatory flow var port.
fHeight - Variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
fHorizontalOrientation - Variable in class org.knime.core.node.util.CompositeIcon
Deprecated.
 
fIcon1 - Variable in class org.knime.core.node.util.CompositeIcon
Deprecated.
 
fIcon2 - Variable in class org.knime.core.node.util.CompositeIcon
Deprecated.
 
FIELD - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
FIELD - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
FieldCollection - Class in org.knime.core.node.util.dialog.field
This class is a collection of definitions of system fields.
FieldCollection() - Constructor for class org.knime.core.node.util.dialog.field.FieldCollection
Creates a new collection element with empty field lists.
FieldCollection(FieldList.InColumnList, FieldList.InFlowVariableList, FieldList.OutColumnList, FieldList.OutFlowVariableList) - Constructor for class org.knime.core.node.util.dialog.field.FieldCollection
Creates a new collection element with the given field lists.
FieldList<T extends AbstractField> - Class in org.knime.core.node.util.dialog.field
A list of an AbstractField.
FieldList(FieldList.FieldSettingsFactory<T>) - Constructor for class org.knime.core.node.util.dialog.field.FieldList
 
FieldList.FieldSettingsFactory<T extends AbstractField> - Class in org.knime.core.node.util.dialog.field
Factory to create AbstractField.
FieldList.InColumnList - Class in org.knime.core.node.util.dialog.field
A wrapper for a list of fields that represents input columns.
FieldList.InFlowVariableList - Class in org.knime.core.node.util.dialog.field
A wrapper for a list of fields that represents input flow variables.
FieldList.OutColumnList - Class in org.knime.core.node.util.dialog.field
A wrapper for a list of fields that represents output columns.
FieldList.OutFlowVariableList - Class in org.knime.core.node.util.dialog.field
A wrapper for a list of fields that represents output flow variables.
FieldSettingsFactory() - Constructor for class org.knime.core.node.util.dialog.field.FieldList.FieldSettingsFactory
 
FieldsTableModel - Class in org.knime.core.node.util.dialog
Extends the table model by validation methods.
FieldsTableModel(String[]) - Constructor for class org.knime.core.node.util.dialog.FieldsTableModel
Create a model with the given column names.
FieldsTableModel.Column - Enum in org.knime.core.node.util.dialog
The columns of the output table.
FILE_EXTS - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
Predefined file extensions.
FILE_HISTORY_ID - Static variable in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Identifier for StringHistory.
FILE_NAME - Static variable in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
 
FileAnalyzer - Class in org.knime.base.node.io.filereader
Provides functionality for analyzing an ASCII data file to create default settings.
FileAnalyzer.HeaderHelper - Class in org.knime.base.node.io.filereader
Little helper class for the check header method.
FileDownloadQuickFormOutElement - Class in org.knime.core.util.node.quickform.out
Variable output element, for instance provided by nodes that expose values of flow variables.
FileDownloadQuickFormOutElement(String, String, int, File) - Constructor for class org.knime.core.util.node.quickform.out.FileDownloadQuickFormOutElement
Creates output element with the given label and description.
FilelistAccessory - Class in org.knime.core.util
A file list used to display the directory content in the file chooser (when the chooser is set to DIRECTORIES_ONLY).
FilelistAccessory(JFileChooser) - Constructor for class org.knime.core.util.FilelistAccessory
The constructor.
FilelistAccessory.FileListRenderer - Class in org.knime.core.util
Renderer that checks if the value being renderer is of type File and if so it will render the name of the file together with the file's icon, which it retrieves from the passed FileChooser.
FileListRenderer(JFileChooser) - Constructor for class org.knime.core.util.FilelistAccessory.FileListRenderer
Creates a new instance of a renderer for a JList containing files.
FileLocker - Class in org.knime.core.util
This class can be used to get a lock on the specified file.
FileLocker(File) - Constructor for class org.knime.core.util.FileLocker
Creates a FileLocker on the given file.
fileLockRootForVM() - Method in class org.knime.core.internal.ReferencedFile
 
FILENAME - Static variable in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
key for filename entry in config object.
FILENAME - Static variable in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
key for filename entry in config object.
FileNativeNodeContainerPersistor - Class in org.knime.core.node.workflow
 
FileNativeNodeContainerPersistor(ReferencedFile, WorkflowLoadHelper, FileWorkflowPersistor.LoadVersion, HashMap<Integer, ContainerTable>, WorkflowFileStoreHandlerRepository, boolean) - Constructor for class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
 
FileNodeContainerMetaPersistor - Class in org.knime.core.node.workflow
 
FileNodeContainerMetaPersistor(ReferencedFile, WorkflowLoadHelper, FileWorkflowPersistor.LoadVersion) - Constructor for class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
FileNodePersistor - Class in org.knime.core.node
 
FileNodePersistor(FileNativeNodeContainerPersistor, FileWorkflowPersistor.LoadVersion, NodeSettingsRO) - Constructor for class org.knime.core.node.FileNodePersistor
Creates persistor for both load and save.
FILEREADER_HISTORY_ID - Static variable in class org.knime.base.node.io.filereader.FileReaderNodeModel
The id this objects uses to store its file history in the StringHistory object.
FileReaderAdvancedDialog - Class in org.knime.base.node.io.filereader
Dialog for the expert settings of the file reader dialog.
FileReaderAdvancedDialog(Frame, FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
This is the default constructor.
FileReaderCheckLabel() - Constructor for class org.knime.core.node.util.FilesHistoryPanel.FileReaderCheckLabel
 
FileReaderException - Exception in org.knime.base.node.io.filereader
The exception the FileReader (more specificaly the FileRowIterator) throws if something goes wrong.
FileReaderException(String) - Constructor for exception org.knime.base.node.io.filereader.FileReaderException
Always provide a good user message why things go wrong.
FileReaderException(String, DataRow, int) - Constructor for exception org.knime.base.node.io.filereader.FileReaderException
Constructor for an exception that stores the last (partial) row where things went wrong.
FileReaderExecutionMonitor - Class in org.knime.base.node.io.filereader
Execution monitor used by the FileAnalyzer.
FileReaderExecutionMonitor() - Constructor for class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
Creates a new object with a default progress monitor.
FileReaderExecutionMonitor(NodeProgressMonitor) - Constructor for class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
Creates a new object with the specified NodeProgressMonitor.
FileReaderFileFilter - Class in org.knime.core.util
Our File Filter for the JFileChooser Dialog You can create one accepting all files ending with one extension ".ext".
FileReaderFileFilter(String, String) - Constructor for class org.knime.core.util.FileReaderFileFilter
creates a new FileFilter that accepts files matching "*.'ext'".
FileReaderNodeDialog - Class in org.knime.base.node.io.filereader
 
FileReaderNodeDialog() - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeDialog
Creates a new file reader dialog pane.
FileReaderNodeFactory - Class in org.knime.base.node.io.filereader
 
FileReaderNodeFactory(String) - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeFactory
 
FileReaderNodeFactory() - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeFactory
Default constructor.
FileReaderNodeModel - Class in org.knime.base.node.io.filereader
 
FileReaderNodeModel() - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeModel
Creates a new model that creates and holds a Filetable.
FileReaderNodeModel(String) - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeModel
Creates a new model and either read its settings from the specified file, if the filename ends with ".xml", or set the specified file name as default data file name for the configuration dialog.
FileReaderNodeModel(NodeCreationContext) - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeModel
 
FileReaderNodeSettings - Class in org.knime.base.node.io.filereader
 
FileReaderNodeSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeSettings
Creates a new settings object for the file reader note and initializes it from the config object passed.
FileReaderNodeSettings(FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeSettings
Creates a new settings object with the exact same settings as the object passed in.
FileReaderNodeSettings() - Constructor for class org.knime.base.node.io.filereader.FileReaderNodeSettings
Creates an empty settings object.
FileReaderPreviewRowIterator - Class in org.knime.base.node.io.filereader
The iterator for the FileReaderPreviewTable.
FileReaderPreviewRowIterator(FileRowIterator, FileReaderPreviewTable) - Constructor for class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
A new non-failing file row iterator.
FileReaderPreviewTable - Class in org.knime.base.node.io.filereader
The data table displayed in the file reader's dialog's preview.
FileReaderPreviewTable(DataTableSpec, FileReaderNodeSettings, ExecutionContext) - Constructor for class org.knime.base.node.io.filereader.FileReaderPreviewTable
Creates a new table, its like the "normal" FileTable, just not failing on invalid data files.
FileReaderSettings - Class in org.knime.base.node.io.filereader
Contains all settings needed to read in a ASCII data file.
FileReaderSettings() - Constructor for class org.knime.base.node.io.filereader.FileReaderSettings
Creates a new object holding all settings needed to read the specified file.
FileReaderSettings(FileReaderSettings) - Constructor for class org.knime.base.node.io.filereader.FileReaderSettings
Creates a new object holding the same settings values as the one passed in.
FileReaderSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.io.filereader.FileReaderSettings
Creates a new FileReaderSettings object initializing its settings from the passed config object.
FileRowIterator - Class in org.knime.base.node.io.filereader
Row iterator for the FileTable.
FileRowIterator(FileReaderSettings, DataTableSpec, boolean[], ExecutionContext) - Constructor for class org.knime.base.node.io.filereader.FileRowIterator
The RowIterator for the FileTable.
FILES_PER_FOLDER - Static variable in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
File organization of file stores.
FileSelectionPanel - Class in org.knime.core.node.util
 
FileSelectionPanel(String, String, String...) - Constructor for class org.knime.core.node.util.FileSelectionPanel
Constructor that creates a file chooser with an JFileChooser.OPEN_DIALOG that filters files according to the given extensions.
FileSelectionPanel(String, String, int, boolean) - Constructor for class org.knime.core.node.util.FileSelectionPanel
Constructor that creates a file/directory chooser of the given type without a file filter.
FileSelectionPanel(String, String, int, String...) - Constructor for class org.knime.core.node.util.FileSelectionPanel
Constructor that creates a file chooser of the given type that filters the files according to the given extensions.
FileSelectionPanel(String, String, int, boolean, String...) - Constructor for class org.knime.core.node.util.FileSelectionPanel
Constructor that creates a file or directory chooser of the given type that filters the files according to the given extensions.
FilesHistoryPanel - Class in org.knime.core.node.util
Panel that contains an editable Combo Box showing the file to write to and a button to trigger a file chooser.
FilesHistoryPanel(String, String...) - Constructor for class org.knime.core.node.util.FilesHistoryPanel
Creates new instance, sets properties, for instance renderer, accordingly.
FilesHistoryPanel(FlowVariableModel, String, boolean, String...) - Constructor for class org.knime.core.node.util.FilesHistoryPanel
Deprecated.
use FilesHistoryPanel.FilesHistoryPanel(FlowVariableModel, String, LocationValidation, String...) instead in order to specify what kind of location validation to perform
FilesHistoryPanel(FlowVariableModel, String, FilesHistoryPanel.LocationValidation, String...) - Constructor for class org.knime.core.node.util.FilesHistoryPanel
Creates new instance, sets properties, for instance renderer, accordingly.
FilesHistoryPanel(String, boolean) - Constructor for class org.knime.core.node.util.FilesHistoryPanel
Deprecated.
use FilesHistoryPanel.FilesHistoryPanel(String, LocationValidation) instead in order to specify what kind of location validation to perform
FilesHistoryPanel(String, FilesHistoryPanel.LocationValidation) - Constructor for class org.knime.core.node.util.FilesHistoryPanel
Creates new instance, sets properties, for instance renderer, accordingly.
FilesHistoryPanel.DirectoryReaderCheckLabel - Class in org.knime.core.node.util
A label that checks the source location and displays a warning or error message if certain required conditions are not fulfilled (e.g.
FilesHistoryPanel.DirectoryWriterCheckLabel - Class in org.knime.core.node.util
A label that checks the destination location and displays a warning or error message if certain required conditions are not fulfilled (e.g.
FilesHistoryPanel.FileReaderCheckLabel - Class in org.knime.core.node.util
A label that checks the source location and displays a warning or error message if certain required conditions are not fulfilled (e.g.
FilesHistoryPanel.FileWriterCheckLabel - Class in org.knime.core.node.util
A label that checks the destination location and displays a warning or error message if certain required conditions are not fulfilled (e.g.
FilesHistoryPanel.LocationCheckLabel - Class in org.knime.core.node.util
Abstract class for labels that do some basic checks on input/output locations.
FilesHistoryPanel.LocationValidation - Enum in org.knime.core.node.util
Enum for whether and which location validation should be performed.
FilesHistoryPanel.NoCheckLabel - Class in org.knime.core.node.util
 
FileSingleNodeContainerPersistor - Class in org.knime.core.node.workflow
 
FileSingleNodeContainerPersistor(ReferencedFile, WorkflowLoadHelper, FileWorkflowPersistor.LoadVersion, HashMap<Integer, ContainerTable>, WorkflowFileStoreHandlerRepository, boolean) - Constructor for class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
Load persistor.
FileStore - Class in org.knime.core.data.filestore
 
FileStore(WriteFileStoreHandler, FileStoreKey) - Constructor for class org.knime.core.data.filestore.FileStore
 
FILESTORE_FOLDER_PREFIX - Static variable in class org.knime.core.node.FileNodePersistor
 
FileStoreCell - Class in org.knime.core.data.filestore
 
FileStoreCell(FileStore) - Constructor for class org.knime.core.data.filestore.FileStoreCell
 
FileStoreCell() - Constructor for class org.knime.core.data.filestore.FileStoreCell
Used when read from persisted stream.
FileStoreFactory - Class in org.knime.core.data.filestore
This class allows creating new FileStore objects that can be used to instantiate a FileStoreCell.
FileStoreFactory() - Constructor for class org.knime.core.data.filestore.FileStoreFactory
Constructor with package scope to prevent extensions outside this package.
FileStoreHandlerRepository - Class in org.knime.core.data.filestore.internal
Lookup for file store handlers.
FileStoreHandlerRepository() - Constructor for class org.knime.core.data.filestore.internal.FileStoreHandlerRepository
 
FileStoreKey - Class in org.knime.core.data.filestore.internal
Wraps name and enumerated number to a file store object.
FileStoreKey(UUID, int, byte[], int, String) - Constructor for class org.knime.core.data.filestore.internal.FileStoreKey
 
FileStoreKeyCellSerializer() - Constructor for class org.knime.core.data.filestore.internal.FileStoreKeyDataCell.FileStoreKeyCellSerializer
 
FileStoreKeyDataCell - Class in org.knime.core.data.filestore.internal
A data cell used internally to save the file store keys generated in a loop to a buffered data table.
FileStoreKeyDataCell(FileStoreKey) - Constructor for class org.knime.core.data.filestore.internal.FileStoreKeyDataCell
 
FileStoreKeyDataCell.FileStoreKeyCellSerializer - Class in org.knime.core.data.filestore.internal
Serializer for FileStoreKeyDataCells.
FileStoreKeyDataValue - Interface in org.knime.core.data.filestore.internal
 
FileStoreKeyDataValue.FileStoreKeyUtilityFactory - Class in org.knime.core.data.filestore.internal
Implementations of the meta information of this value class.
FileStorePortObject - Class in org.knime.core.data.filestore
Abstract super class of PortObject, which reference files.
FileStorePortObject(List<FileStore>) - Constructor for class org.knime.core.data.filestore.FileStorePortObject
Standard client constructor.
FileStorePortObject() - Constructor for class org.knime.core.data.filestore.FileStorePortObject
Used when read from persisted stream.
FileStoreProxy - Class in org.knime.core.data.filestore.internal
 
FileStoreProxy(FileStore) - Constructor for class org.knime.core.data.filestore.internal.FileStoreProxy
Standard client constructor.
FileStoreProxy() - Constructor for class org.knime.core.data.filestore.internal.FileStoreProxy
Used when read from persisted stream.
FileStoreProxy.FlushCallback - Interface in org.knime.core.data.filestore.internal
Marker interface implemented by the FileStorePortObject and FileStoreCell.
FileStoresInLoopCache - Class in org.knime.core.data.filestore.internal
 
FileStoresInLoopCache(ExecutionContext) - Constructor for class org.knime.core.data.filestore.internal.FileStoresInLoopCache
 
FileStoreUtil - Class in org.knime.core.data.filestore
Internal helper class, not to be used by clients.
FileSubNodeContainerPersistor - Class in org.knime.core.node.workflow
 
FileSubNodeContainerPersistor(ReferencedFile, WorkflowLoadHelper, FileWorkflowPersistor.LoadVersion, HashMap<Integer, ContainerTable>, WorkflowFileStoreHandlerRepository, boolean) - Constructor for class org.knime.core.node.workflow.FileSubNodeContainerPersistor
 
FileTable - Class in org.knime.base.node.io.filereader
Implements a DataTable that reads data from an ASCII file.
FileTable(DataTableSpec, FileReaderSettings, ExecutionContext) - Constructor for class org.knime.base.node.io.filereader.FileTable
Creates a new file table with the structure defined in tableSpec and using the settings in frSettings when the file is read.
FileTable(DataTableSpec, FileReaderSettings, boolean[], ExecutionContext) - Constructor for class org.knime.base.node.io.filereader.FileTable
Creates a new file table with the structure defined in tableSpec and using the settings in frSettings when the file is read.
fileUnlockRootForVM() - Method in class org.knime.core.internal.ReferencedFile
 
FileUploadQuickFormInElement - Class in org.knime.core.util.node.quickform.in
Form element to choose and upload a file.
FileUploadQuickFormInElement(String, String, int, String[]) - Constructor for class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
Create a file upload element with a given label and a valid set of extensions.
FileUtil - Class in org.knime.core.util
Utility class to do some basic file handling that is not available through java API.
FileUtil.ZipFileFilter - Interface in org.knime.core.util
Passed to the FileUtil.zipDir(File, Collection, int, ZipFileFilter, ExecutionMonitor) method to exclude certain files from being archived and added to the zip file.
A default implementation accepting all files is FileUtil.ZIP_INCLUDEALL_FILTER
FileWorkflowPersistor - Class in org.knime.core.node.workflow
 
FileWorkflowPersistor(HashMap<Integer, ContainerTable>, WorkflowFileStoreHandlerRepository, ReferencedFile, WorkflowLoadHelper, FileWorkflowPersistor.LoadVersion, boolean) - Constructor for class org.knime.core.node.workflow.FileWorkflowPersistor
Create persistor for load.
FileWorkflowPersistor.LoadVersion - Enum in org.knime.core.node.workflow
A Version representing a specific workflow format.
FileWriterCheckLabel() - Constructor for class org.knime.core.node.util.FilesHistoryPanel.FileWriterCheckLabel
 
FileWriterNodeSettings - Class in org.knime.base.node.io.csvwriter
 
FileWriterNodeSettings() - Constructor for class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
FileWriterNodeSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
Constructs a new object reading the settings from the specified NodeSettings object.
FileWriterNodeSettings.FileOverwritePolicy - Enum in org.knime.base.node.io.csvwriter
Policy how to proceed when output file exists (overwrite, abort, append).
FileWriterSettings - Class in org.knime.base.node.io.csvwriter
Holds all settings used by the file writer.
FileWriterSettings() - Constructor for class org.knime.base.node.io.csvwriter.FileWriterSettings
Creates a settings object with default settings (backward compatible to the old CSV writer).
FileWriterSettings(FileWriterSettings) - Constructor for class org.knime.base.node.io.csvwriter.FileWriterSettings
Creates a copy of the specified settings object.
FileWriterSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.io.csvwriter.FileWriterSettings
Constructs a new object reading the settings from the specified NodeSettings object.
FileWriterSettings.LineEnding - Enum in org.knime.base.node.io.csvwriter
Mode specifying how to end a line in the file written.
FileWriterSettings.quoteMode - Enum in org.knime.base.node.io.csvwriter
mode specifying how to quote the data.
fill(double) - Method in class org.knime.base.util.HalfDoubleMatrix
Fills the matrix with the given value.
fill(float) - Method in class org.knime.base.util.HalfFloatMatrix
Fills the matrix with the given value.
fill(int) - Method in class org.knime.base.util.HalfIntMatrix
Fills the matrix with the given value.
fill(int, int, int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Sets the new count value at all positions from startIdx (inclusive) to endIdx (exclusive).
fillArray(PreparedStatement, int, DataCell, TimeZone) - Method in class org.knime.core.node.port.database.DatabaseHelper
 
fillLinkedTemplateNodesList(Map<NodeID, NodeContainerTemplate>, boolean, boolean) - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
 
fillLinkedTemplateNodesList(Map<NodeID, NodeContainerTemplate>, boolean, boolean) - Method in class org.knime.core.node.workflow.SubNodeContainer
fillLinkedTemplateNodesList(Map<NodeID, NodeContainerTemplate>, boolean, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
fillPopupMenu(JPopupMenu) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
fillPopupMenu(JPopupMenu) - Method in class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramPlotter
Fills the popup menu with (additional) elements.
fillPopupMenu(JPopupMenu) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Fills the popup menu with (additional) elements.
fillPopupMenu(JPopupMenu) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Fills the popup menu with (additional) elements.
fillPopupMenu(JPopupMenu) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Fills the popup menu with (additional) elements.
fillPopupMenu(JPopupMenu) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
The inherited hilite menu from the AbstractPlotter and the show all, fade or hide unhilited menu.
fillStatement(PreparedStatement, int, DataColumnSpec, DataCell, TimeZone, Map<Integer, Integer>) - Method in class org.knime.core.node.port.database.DatabaseHelper
Set given column value into SQL statement.
filter(String[], String[]) - Static method in class org.knime.base.node.io.database.binning.DBAutoBinner
Method filters columns.
FILTER_BY_DATATYPE - Static variable in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
Mask passed in the constructor to enable a data type based filter ().
FILTER_BY_NAMEPATTERN - Static variable in class org.knime.core.node.util.filter.NameFilterConfiguration
Mask passed in the constructor to enable a name pattern filter ().
FILTER_SETTINGS - Static variable in class org.knime.base.node.io.listfiles.ListFilesSettings
Key to store the Filter Settings.
FILTER_SETTINGS - Static variable in class org.knime.base.node.io.listfiles2.ListFilesSettings
Key to store the Filter Settings.
FilterableListModel - Class in org.knime.core.node.util
A ListModel which provides a view on a subset of the model.
FilterableListModel() - Constructor for class org.knime.core.node.util.FilterableListModel
 
FilterApplyNodeFactory - Class in org.knime.base.node.preproc.filter.definition.apply
The node factory of the node which applies a filter definition to a data table.
FilterApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeFactory
 
FilterApplyNodeModel - Class in org.knime.base.node.preproc.filter.definition.apply
The node model of the node which applies a filter definition to a data table.
FilterApplyNodeModel() - Constructor for class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
One data table and one FilterDefinitionHandlerPortObject as input, one data table as output.
FilterApplyRowSplitterNodeFactory - Class in org.knime.base.node.preproc.filter.definition.apply.rowsplitter
The node factory of the node which applies a filter definition to a data table and splits it accordingly.
FilterApplyRowSplitterNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeFactory
 
FilterApplyRowSplitterNodeModel - Class in org.knime.base.node.preproc.filter.definition.apply.rowsplitter
The node model of the node which applies a filter definition to a data table and splits it accordingly.
FilterApplyRowSplitterNodeModel() - Constructor for class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
One data table and one FilterDefinitionHandlerPortObject as input, two data tables as output.
FilterColumnPanel - Class in org.knime.base.node.util
Deprecated.
Replaced by ColumnFilterPanel
FilterColumnPanel() - Constructor for class org.knime.base.node.util.FilterColumnPanel
Deprecated.
 
FilterColumnRow - Class in org.knime.base.data.filter.column
Filter DataRow which extracts particular cells (columns) from an underlying row.
FilterColumnRow(DataRow, int[]) - Constructor for class org.knime.base.data.filter.column.FilterColumnRow
Inits a new filter column DataRow with the underling row and an array of indices into this row.
FilterColumnRowInput - Class in org.knime.base.data.filter.column
A RowInput that wraps another input and hides/re-orders columns according to an int[].
FilterColumnRowInput(RowInput, int...) - Constructor for class org.knime.base.data.filter.column.FilterColumnRowInput
New input only containing the columns as per array argument.
FilterColumnRowInput(RowInput, String...) - Constructor for class org.knime.base.data.filter.column.FilterColumnRowInput
New input only containing the columns as per array argument.
FilterColumnRowIterator - Class in org.knime.base.data.filter.column
Filter column row iterator needed to wrap the filter column's original row iterator.
FilterColumnRowIterator(RowIterator, int[]) - Constructor for class org.knime.base.data.filter.column.FilterColumnRowIterator
Creates a new filter iterator using the original row iterator and an array of column indices.
FilterColumnTable - Class in org.knime.base.data.filter.column
This DataTable filters (includes or excludes) a specified number of columns from a given table by just wrapping the underlying data table.
FilterColumnTable(DataTable, boolean, int...) - Constructor for class org.knime.base.data.filter.column.FilterColumnTable
Inits a new filter column table based on a DataTable and an unique, unordered number of column indices.
FilterColumnTable(DataTable, int...) - Constructor for class org.knime.base.data.filter.column.FilterColumnTable
Inits a new filter column table based on a DataTable and an unique, unordered number of column indices.
FilterColumnTable(DataTable, String...) - Constructor for class org.knime.base.data.filter.column.FilterColumnTable
Inits a new filter column table based on a DataTable and a unique, unordered number of column names.
FilterColumnTable(DataTable, DataType) - Constructor for class org.knime.base.data.filter.column.FilterColumnTable
Inits a new filter column table based on a DataTable and one type (DataCell)) using Class to extract these columns.
FilterColumnTable(DataTable, Class<? extends DataValue>) - Constructor for class org.knime.base.data.filter.column.FilterColumnTable
Inits a new filter column table based on a DataTable and a DataValue class as value.
FilterDefinitionHandlerPortObject - Class in org.knime.core.node.port.viewproperty
PortObject implementation for FilterDefinitionHandlerPortObject which are part of a DataTableSpec.
FilterDefinitionHandlerPortObject() - Constructor for class org.knime.core.node.port.viewproperty.FilterDefinitionHandlerPortObject
Public no arg constructor required by super class.
FilterDefinitionHandlerPortObject(DataTableSpec, String) - Constructor for class org.knime.core.node.port.viewproperty.FilterDefinitionHandlerPortObject
Constructor used to instantiate this object during a node's execute method.
FilterDefinitionHandlerPortObject.Serializer - Class in org.knime.core.node.port.viewproperty
 
FilterDefinitionMergerNodeFactory - Class in org.knime.base.node.preproc.filter.definition.merger
The node factory of the node which merges filter definitions.
FilterDefinitionMergerNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeFactory
 
FilterDefinitionMergerNodeModel - Class in org.knime.base.node.preproc.filter.definition.merger
The node model of the node which merges filter definitions.
FilterDefinitionMergerNodeModel() - Constructor for class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
One mandatory and two optional FilterDefinitionHandlerPortObject as input, one as FilterDefinitionHandlerPortObject output.
filterEmptyLeaveNodes() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Post-processes the tree and remove empty leave nodes
FilterHandler - Class in org.knime.core.data.property.filter
A handler that is attached to a column and represents (read-only) visual filtering.
filterIllegalAttributes(Map<String, Set<String>>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Post-processes the tree and cleans attribute checks on invalid attribute values.
FilterIncludeExcludePreview<T> - Class in org.knime.core.node.util.filter
Preview twin list that shows the included and excluded elements.
FilterIncludeExcludePreview(ListCellRenderer<T>) - Constructor for class org.knime.core.node.util.filter.FilterIncludeExcludePreview
Creates a preview with the default titles "Included" and "Excluded".
FilterIncludeExcludePreview(String, String, ListCellRenderer<T>) - Constructor for class org.knime.core.node.util.filter.FilterIncludeExcludePreview
Creates a preview.
filterIndices(int[]) - Method in class org.knime.core.node.util.FilterableListModel
Creates a view containing the elements defined by the given index array of the original added elements.
filterItems(int[]) - Method in class org.knime.core.node.util.ColumnSelectionList
Hides all other elements but the given indices from the list.
FilterModel - Class in org.knime.core.data.property.filter
A filter model with subclasses for range and nominal filters.
FilterModel(UUID) - Constructor for class org.knime.core.data.property.filter.FilterModel
Constructor for both 'new' instance and also instances loaded from disc/config.
FilterModelNominal - Class in org.knime.core.data.property.filter
A FilterModel representing a selection of nominal values of a column.
FilterModelNominal(Collection<DataCell>) - Constructor for class org.knime.core.data.property.filter.FilterModelNominal
Defines filter based on a collection of included elements.
FilterModelRange - Class in org.knime.core.data.property.filter
A FilterModel representing a numerical range of values described by minimum and maximum.
FilterModelRange(double, double, boolean, boolean) - Constructor for class org.knime.core.data.property.filter.FilterModelRange
filterNotKnownSchemes(DiscretizationScheme[], String[], DataTableSpec) - Static method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Filters out all schemes for which the corresponding column is not part of the given table spec.
FilterResult(List<String>, List<String>, List<String>, List<String>) - Constructor for class org.knime.core.node.util.filter.NameFilterConfiguration.FilterResult
 
FilterRowGenerator - Interface in org.knime.base.data.filter.row
Generator interface for filtering DataRows from a DataTable.
FilterRowIterator - Class in org.knime.base.data.filter.row
This class wraps the RowIterator which includes only DataRows which satify the FilterRowGenerator criteria.
FilterRowIterator(RowIterator, FilterRowGenerator) - Constructor for class org.knime.base.data.filter.row.FilterRowIterator
Creates a new filter row iterator wrapping a row iterator and using the filter row generator for checking each row.
FilterRowTable - Class in org.knime.base.data.filter.row
This class filters a given number of rows from a DataTable using the FilterRowGenerator interface to check the criteria.
FilterRowTable(DataTable, FilterRowGenerator) - Constructor for class org.knime.base.data.filter.row.FilterRowTable
Creates a new row filter table by wraping the given data table.
filterSelectionChanged(String) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
Activates the corresponding panel.
finalize() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
finalize() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
finalize() - Method in class org.knime.base.node.io.filereader.FileRowIterator
finalize() - Method in class org.knime.base.node.io.filereader.FileTable
finalize() - Method in class org.knime.base.node.util.BufferedFileReader
finalize() - Method in class org.knime.core.data.container.Buffer
Deletes the file underlying this buffer.
finalize() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
finalize() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
finalize() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
finalize() - Method in class org.knime.core.util.DuplicateChecker
finalize() - Method in class org.knime.core.util.ThreadPool
finalizeConverter(char) - Method in class org.knime.core.node.NodeLoggerPatternLayout.LogPatternParser
 
find(SearchString, FindPosition.SearchOptions) - Method in class org.knime.core.node.tableview.TableView
Find cells (or row IDs) that match the search string.
findAllConnectedNodes(Set<Integer>) - Method in class org.knime.core.node.workflow.Workflow
Determine all nodes which are connected (directly or indirectly) to the given inports in this workflow.
findAllNodesConnectedToLoopBody(NodeID, NodeID) - Method in class org.knime.core.node.workflow.Workflow
Create list of nodes (id)s that are part of a loop body.
findAllNumericColumns(DataTableSpec) - Static method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Finds all numeric columns in spec.
findAllNumericColumns(DataTableSpec) - Static method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Finds all numeric columns in spec.
findAllNumericColumns(DataTableSpec) - Static method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
Finds all numeric columns in spec.
findChildForKeyPath(String[]) - Method in class org.knime.core.node.config.ConfigEditTreeModel
Get the child tree node associated with the key path.
findClass(String) - Method in class org.knime.core.data.convert.util.MultiParentClassLoader
 
findClasses(EclipseUtil.ClassFilter, ClassLoader) - Static method in class org.knime.core.util.EclipseUtil
Searches the given class loader for classes that match the given class filter.
findColumnIndex(String) - Method in class org.knime.base.data.aggregation.GlobalSettings
Finds the column with the specified name in the TableSpec of the original input table and returns its index, or -1 if the name doesn't exist in the table.
findColumnIndex(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
Deprecated.
Find the column names to put in the condensed column.
findColumnIndex(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.BinaryCellFactory
Deprecated.
Find the column names to put in the condensed column.
findColumnIndex(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.MinMaxCellFactory
Deprecated.
Find the column names to put in the condensed column.
findColumnIndex(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.RegExpCellFactory
Deprecated.
Find the column names to put in the condensed column.
findColumnIndex(DataRow) - Method in class org.knime.base.node.preproc.columntrans2.AbstractMany2OneCellFactory
Find the column names to put in the condensed column.
findColumnIndex(DataRow) - Method in class org.knime.base.node.preproc.columntrans2.BinaryCellFactory
Find the column names to put in the condensed column.
findColumnIndex(DataRow) - Method in class org.knime.base.node.preproc.columntrans2.MinMaxCellFactory
Find the column names to put in the condensed column.
findColumnIndex(DataRow) - Method in class org.knime.base.node.preproc.columntrans2.RegExpCellFactory
Find the column names to put in the condensed column.
findColumnIndex(String) - Method in class org.knime.core.data.DataTableSpec
Finds the column with the specified name in the TableSpec and returns its index, or -1 if the name doesn't exist in the table.
findColumnIndices(DataTableSpec, String...) - Static method in class org.knime.base.data.filter.column.FilterColumnTable
Find all column indices in the spec.
findCompatibleColumns(DataTableSpec, boolean) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
 
findDataColumns(DataTableSpec, List<String>) - Static method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Find all numeric columns which are not target columns.
findExecutedNodes(Class<T>, WorkflowManager.NodeModelFilter<T>) - Method in class org.knime.core.node.workflow.WorkflowManager
Find all nodes of a certain type that are already executed.
findFrequentItems(List<BitVectorValue>, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
Identify those items which occur in a sufficient, that is the minimum support, number of transactions and stores them with the ids of the transactions they appear in.
findFrequentItemSets(List<BitVectorValue>, double, int, FrequentItemSet.Type, ExecutionMonitor) - Method in interface org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithm
This is the method to start with when mining for frequent itemsets.
findFrequentItemSets(List<BitVectorValue>, double, int, FrequentItemSet.Type, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
Finds the frequent itemsets by going down the tree until the current build level is reached, there it counts those items which are present in the transaction.
findFrequentItemSets(List<BitVectorValue>, double, int, FrequentItemSet.Type, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
This is the method to start with when mining for frequent itemsets.
findInvalidChar(String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
 
findJobManager() - Method in class org.knime.core.node.workflow.NodeContainer
 
findJobManager() - Method in interface org.knime.core.node.workflow.NodeContainerParent
Pulls NodeContainer.findJobManager() into parent interface.
findMinimalSet(BWElimModel, double) - Static method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
 
findNextWaitingWorkflowManager(Class<T>, WorkflowManager.NodeModelFilter<T>) - Method in class org.knime.core.node.workflow.WorkflowManager
Find "next" workflowmanager which contains nodes of a certain type that are currently ready to be executed.
findNodeContainer(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Get the node container associated with the argument id.
findNodes(Class<T>, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Find all nodes in this workflow, whose underlying NodeModel is of the requested type.
findNodes(Class<T>, WorkflowManager.NodeModelFilter<T>, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Calls WorkflowManager.findNodes(Class, NodeModelFilter, boolean, boolean) with last argument false (no recursion into wrapped metanodes).
findNodes(Class<T>, WorkflowManager.NodeModelFilter<T>, boolean, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Find all nodes in this workflow, whose underlying NodeModel is of the requested type.
FindPosition - Class in org.knime.core.node.tableview
Position information when searching occurrences in the entire table.
FindPosition(int, int, FindPosition.SearchOptions) - Constructor for class org.knime.core.node.tableview.FindPosition
Create new position object.
FindPosition.SearchOptions - Class in org.knime.core.node.tableview
 
findRendererFamily(Class<?>) - Static method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Helper method to get the renderer family for a particular DataCell class.
findResource(String) - Method in class org.knime.core.data.convert.util.MultiParentClassLoader
 
findValue(DataCell[], DataCell) - Static method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Finds the position where key is located in source.
findWaitingNodes(Class<T>, WorkflowManager.NodeModelFilter<T>) - Method in class org.knime.core.node.workflow.WorkflowManager
Find all nodes of a certain type that are currently ready to be executed (= node is configured, all predecessors are executed).
finish() - Method in class org.knime.base.data.statistics.Statistic
Called after the evaluation.
finish() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellReplacingDataTable
Called when the pass over the data is finished to collect warning messages from the missing cell handlers.
finish() - Method in class org.knime.core.data.container.ColumnRearrangerFunction
Called after all rows have been processed (normally or abnormally).
FINISH - Static variable in class org.knime.core.node.interrupt.InterruptControlPanel
The identifier for the event to finish the execution of the InterruptibleNodeModel.
finish() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Forces the algorithm to finish its execution.
finish() - Method in class org.knime.core.node.streamable.StreamableFunction
Called after all rows have been processed (normally or abnormally).
finishEditingAndSaveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.NodeDialogPane
Commit spinners and save settings.
finishProcessing(RearrangeColumnsTable.NewColumnsProducerMapping) - Static method in class org.knime.core.data.container.RearrangeColumnsTable
finishStreamableExecution(StreamableOperatorInternals, ExecutionContext, PortOutput[]) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Streaming API (pending): Called by the executor if the data is processed in a distributed fashion to create the final output result or update node internals (for instance a warning message or view content).
finishStreamableExecution(SimpleStreamableOperatorInternals) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Finalizes execution with a merged internals object.
finishStreamableExecution(SimpleStreamableOperatorInternals) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Finalizes execution with a merged internals object.
finishStreamableExecution(SimpleStreamableOperatorInternals) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Finalizes execution with a merged internals object.
finishStreamableExecution(StreamableOperatorInternals, ExecutionContext, PortOutput[]) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Streaming API (pending): Called by the executor if the data is processed in a distributed fashion to create the final output result or update node internals (for instance a warning message or view content).
finishStreamableExecution(SimpleStreamableOperatorInternals) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
Finalizes execution with a merged internals object.
finishStreamableExecution(StreamableOperatorInternals, ExecutionContext, PortOutput[]) - Method in class org.knime.core.node.NodeModel
Streaming API (pending): Called by the executor if the data is processed in a distributed fashion to create the final output result or update node internals (for instance a warning message or view content).
finishStreamableExecution(T) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
Finalizes execution with a merged internals object.
finishStreamableExecution(StreamableOperatorInternals, ExecutionContext, PortOutput[]) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
Streaming API (pending): Called by the executor if the data is processed in a distributed fashion to create the final output result or update node internals (for instance a warning message or view content).
fireChangeEvent() - Method in class org.knime.core.node.workflow.Annotation
 
fireChangeEvent() - Method in class org.knime.core.node.workflow.NodeAnnotation
fireClearHiLiteEvent() - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Resets the hilit status of all row IDs.
fireClearHiLiteEvent(KeyEvent) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Informs all registered hilite listener to reset all hilit rows.
fireClearHiLiteEventInternal(KeyEvent) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
fireConfigEditTreeEvent(String[], String, String) - Method in class org.knime.core.node.config.ConfigEditTreeModel
Fire an event.
fireConfigurationRequested(ColumnSelectionSearchableListPanel.ConfigurationRequestEvent.Type) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
Notifies SearchListeners added of searches evaluated by the user.
fireFilteringChangedEvent() - Method in class org.knime.core.node.util.filter.NameFilterPanel
Informs the registered listeners of changes to the configuration.
fireHiLiteEvent(RowKey...) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Sets the status of the specified row IDs to 'hilit'.
fireHiLiteEvent(Set<RowKey>) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Sets the status of all specified row IDs in the set to 'hilit'.
fireHiLiteEvent(KeyEvent) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Informs all registered hilite listener to hilite the row keys contained in the key event.
fireHiLiteEventInternal(KeyEvent) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Deprecated.
Replaced by public method HiLiteHandler.fireHiLiteEvent(KeyEvent).
fireSearchEvaluated(String, int[], DataColumnSpec[]) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
Notifies SearchListeners added of searches evaluated by the user.
fireUnHiLiteEvent(RowKey...) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Sets the status of the specified row IDs to 'unhilit'.
fireUnHiLiteEvent(Set<RowKey>) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Sets the status of all specified row IDs in the set to 'unhilit'.
fireUnHiLiteEvent(KeyEvent) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Informs all registered hilite listener to unhilite the row keys contained in the key event.
fireUnHiLiteEventInternal(KeyEvent) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
FIRST_COMP_ID - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Identifier in model spec to address first column name to compare.
FirstDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
FirstDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
FirstOperator - Class in org.knime.base.data.aggregation.general
Returns the first element per group.
FirstOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.FirstOperator
Constructor for class FirstOperator.
FirstOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.FirstOperator
Constructor for class FirstOperator.
FISHERS_LEFT_TAILED - Static variable in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
 
FISHERS_RIGHT_TAILED - Static variable in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
 
FISHERS_TWO_TAILED - Static variable in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
 
fitCellSizeToRenderer() - Method in class org.knime.core.node.tableview.TableContentView
Sets the preferred column width and returns the maximum of the preferred row heights according to each column's renderer.
fitToScreen() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Fits to screen, that is it resizes the drawing pane to fit into the plotters dimension.
fixDestPortIfNecessary(NodeContainerPersistor, WorkflowPersistor.ConnectionContainerTemplate) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Fixes destination port index if necessary.
FIXED_DATA_INDEX - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
The index of the data table containing the fixed data.
FixedColumnHistogramDialogPane - Class in org.knime.base.node.viz.histogram.node
 
FixedColumnHistogramDialogPane() - Constructor for class org.knime.base.node.viz.histogram.node.FixedColumnHistogramDialogPane
Constructor for class FixedColumnHistogramDialogPane.
FixedColumnHistogramNodeFactory - Class in org.knime.base.node.viz.histogram.node
Factory class of the histogram.
FixedColumnHistogramNodeFactory() - Constructor for class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
 
FixedColumnHistogramNodeModel - Class in org.knime.base.node.viz.histogram.node
The NodeModel class of the histogram plotter.
FixedColumnHistogramNodeModel() - Constructor for class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
The constructor.
FixedColumnHistogramNodeView - Class in org.knime.base.node.viz.histogram.node
The node view which contains the histogram plotter panel.
FixedColumnHistogramNodeView(FixedColumnHistogramNodeModel) - Constructor for class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeView
Creates a new view instance for the histogram node.
FixedDoubleValueMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Replaces missing values with a fixed double value.
FixedDoubleValueMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
 
FixedDoubleValueMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Creates a handler that replaces missing values with a fixed value.
FixedDoubleValueMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandlerFactory
 
FixedDoubleValuePanel - Class in org.knime.base.node.preproc.pmml.missingval.handlers
A panel that has a field for entering a double value.
FixedDoubleValuePanel() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValuePanel
Constructor for a FixedDoubleValuePanel.
FixedHistogramDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This is the fixed data model implementation of the histogram which is created only once when the user executes a node.
FixedHistogramDataModel(DataColumnSpec, AggregationMethod, Collection<ColorColumn>, int) - Constructor for class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
Constructor for class HistogramDataModel.
FixedHistogramPlotter - Class in org.knime.base.node.viz.histogram.impl.fixed
This class is the controller between the data model of the FixedHistogramDataModel class and the view HistogramDrawingPane.
FixedHistogramPlotter(FixedHistogramProperties, HiLiteHandler) - Constructor for class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramPlotter
Creates a new PlotterScrolling pane and associates it with the passed view control panel.
FixedHistogramProperties - Class in org.knime.base.node.viz.histogram.impl.fixed
The properties panel of the Histogram plotter which allows the user to change the look and behaviour of the histogram plotter.
FixedHistogramProperties(DataTableSpec, AbstractHistogramVizModel) - Constructor for class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramProperties
Constructor for class FixedColumnHistogramProperties.
FixedHistogramVizModel - Class in org.knime.base.node.viz.histogram.datamodel
This class holds all visualization data of a histogram.
FixedHistogramVizModel(List<Color>, List<BinDataModel>, BinDataModel, DataColumnSpec, Collection<ColorColumn>, AggregationMethod, HistogramLayout) - Constructor for class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
Constructor for class HistogramVizModel.
FixedHistogramVizModel(List<Color>, List<BinDataModel>, BinDataModel, BinDataModel, DataColumnSpec, Collection<ColorColumn>, AggregationMethod, HistogramLayout) - Constructor for class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
Constructor for class HistogramVizModel.
FixedIntegerValueMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Replaces missing values with a fixed integer.
FixedIntegerValueMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
 
FixedIntegerValueMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Creates a handler that replaces missing values with a fixed integer.
FixedIntegerValueMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandlerFactory
 
FixedIntegerValuePanel - Class in org.knime.base.node.preproc.pmml.missingval.handlers
A panel that has a field for entering an integer value.
FixedIntegerValuePanel() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValuePanel
Constructor for a FixedIntegerValuePanel.
FixedIntervalBinCreator - Class in org.knime.base.node.viz.histogram.util
This is the IntervalBinCreator implementation that created the BinDataModels for the fixed column histogram.
FixedIntervalBinCreator() - Constructor for class org.knime.base.node.viz.histogram.util.FixedIntervalBinCreator
Constructor for class FixedIntervalBinCreator.
FixedLongValueMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Replaces missing values with a fixed integer.
FixedLongValueMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
 
FixedLongValueMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Creates a handler that replaces missing values with a fixed integer.
FixedLongValueMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandlerFactory
 
FixedLongValuePanel - Class in org.knime.base.node.preproc.pmml.missingval.handlers
A panel that has a field for entering an integer value.
FixedLongValuePanel() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValuePanel
Constructor for a FixedIntegerValuePanel.
FixedPieDataModel - Class in org.knime.base.node.viz.pie.datamodel.fixed
This class represents a pie chart which consists of several PieSectionDataModels.
FixedPieDataModel(DataColumnSpec, DataColumnSpec, boolean) - Constructor for class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
Constructor for class PieDataModel.
FixedPieDataModel(String, boolean, String, List<PieSectionDataModel>, PieSectionDataModel, boolean, boolean, boolean) - Constructor for class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
Constructor for class PieDataModel.
FixedPieNodeFactory - Class in org.knime.base.node.viz.pie.node.fixed
Factory class of the fixed pie chart implementation.
FixedPieNodeFactory() - Constructor for class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeFactory
 
FixedPieNodeModel - Class in org.knime.base.node.viz.pie.node.fixed
The NodeModel class of the fixed pie chart implementation.
FixedPieNodeModel() - Constructor for class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
The constructor.
FixedPieNodeView - Class in org.knime.base.node.viz.pie.node.fixed
The fixed implementation of the PieNodeView.
FixedPieNodeView(FixedPieNodeModel) - Constructor for class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeView
Constructor for class FixedPieNodeView.
FixedPiePlotter - Class in org.knime.base.node.viz.pie.impl.fixed
The fixed column implementation of the pie plotter.
FixedPiePlotter(FixedPieProperties, HiLiteHandler) - Constructor for class org.knime.base.node.viz.pie.impl.fixed.FixedPiePlotter
Constructor for class FixedPiePlotter.
FixedPieProperties - Class in org.knime.base.node.viz.pie.impl.fixed
The fixed implementation of the PieProperties panel.
FixedPieProperties(FixedPieVizModel) - Constructor for class org.knime.base.node.viz.pie.impl.fixed.FixedPieProperties
Constructor for class FixedPieProperties.
FixedPieVizModel - Class in org.knime.base.node.viz.pie.datamodel.fixed
The pie chart visualization model which extends the PieVizModel class.
FixedPieVizModel(String, String, List<PieSectionDataModel>, PieSectionDataModel, boolean, boolean) - Constructor for class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
Constructor for class PieVizModel.
FixedStringValueMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Replaces missing values with a fixed integer.
FixedStringValueMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
 
FixedStringValueMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Creates a handler that replaces missing values witha fixed string.
FixedStringValueMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandlerFactory
 
FixedStringValuePanel - Class in org.knime.base.node.preproc.pmml.missingval.handlers
A panel with a field for entering a string value.
FixedStringValuePanel() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValuePanel
Constructor for a FixedIntegerValuePanel.
FixedWidthColProperty - Class in org.knime.base.node.io.fixedwidthfr
 
FixedWidthColProperty(int) - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
FixedWidthColProperty(String, DataType, int, boolean, String, String) - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
FixedWidthColProperty(NodeSettingsRO) - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
FixedWidthColProperty(FixedWidthColProperty) - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
FixedWidthFRNodeDialog - Class in org.knime.base.node.io.fixedwidthfr
 
FixedWidthFRNodeDialog() - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
Creates a new fixed width file reader node dialog.
FixedWidthFRNodeFactory - Class in org.knime.base.node.io.fixedwidthfr
 
FixedWidthFRNodeFactory() - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
 
FixedWidthFRNodeModel - Class in org.knime.base.node.io.fixedwidthfr
 
FixedWidthFRNodeModel() - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
No input port but one output port.
FixedWidthFRNodeModel(NodeCreationContext) - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
 
FixedWidthFRPreviewTable - Class in org.knime.base.node.io.fixedwidthfr
The data table displayed in the file reader's dialog's preview.
FixedWidthFRPreviewTable(DataTableSpec, FixedWidthFRSettings, ExecutionContext) - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
Creates a new table, its like the "normal" FileTable, just not failing on invalid data files.
FixedWidthFRSettings - Class in org.knime.base.node.io.fixedwidthfr
 
FixedWidthFRSettings() - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
A new default fixed width file reader settings object.
FixedWidthFRSettings(FixedWidthFRSettings) - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
FixedWidthFRSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
create a fixed width file reader settings object from a NodeSettingsRO object.
FixedWidthFRTable - Class in org.knime.base.node.io.fixedwidthfr
 
FixedWidthFRTable(DataTableSpec, FixedWidthFRSettings, ExecutionContext) - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthFRTable
 
FixedWidthPreviewRowIterator - Class in org.knime.base.node.io.fixedwidthfr
 
FixedWidthPreviewRowIterator(FixedWidthFRSettings, DataTableSpec, ExecutionContext, FixedWidthFRPreviewTable) - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthPreviewRowIterator
A new non-failing file row iterator.
FixedWidthRowIterator - Class in org.knime.base.node.io.fixedwidthfr
 
FixedWidthRowIterator(FixedWidthFRSettings, DataTableSpec, ExecutionContext) - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthRowIterator
 
FixedWidthTokenizer - Class in org.knime.base.node.io.fixedwidthfr
 
FixedWidthTokenizer(BufferedFileReader, FixedWidthFRSettings) - Constructor for class org.knime.base.node.io.fixedwidthfr.FixedWidthTokenizer
 
fixSelectablesTo(String...) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Attempts to set the argument as selected column and disables the combo box if there is only one available.
fixSourcePortIfNecessary(NodeContainerPersistor, WorkflowPersistor.ConnectionContainerTemplate) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Fixes source port index if necessary.
fixUIInfoClassName(String) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
fLabel - Variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
floatValue() - Method in class org.knime.core.util.MutableDouble
floatValue() - Method in class org.knime.core.util.MutableInteger
FLOW_VAR_DOUBLE_ICON - Static variable in class org.knime.core.node.util.FlowVariableListCellRenderer
Icon representing double flow variables.
FLOW_VAR_INT_ICON - Static variable in class org.knime.core.node.util.FlowVariableListCellRenderer
Icon representing integer flow variables.
FLOW_VAR_INVALID_ICON - Static variable in class org.knime.core.node.util.FlowVariableListCellRenderer
Icon representing invalid flow variables.
FLOW_VAR_PREFIX - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Identifier in model spec to address the chosen prefix.
FLOW_VAR_STRING_ICON - Static variable in class org.knime.core.node.util.FlowVariableListCellRenderer
Icon representing string flow variables.
FlowLoopContext - Class in org.knime.core.node.workflow
Special FlowObject holding loop information.
FlowLoopContext() - Constructor for class org.knime.core.node.workflow.FlowLoopContext
 
FlowLoopContext.RestoredFlowLoopContext - Class in org.knime.core.node.workflow
Executed start nodes will use this object during workflow load to indicate that a loop was potentially saved in a half-executed state.
FlowObject - Class in org.knime.core.node.workflow
Object holding base information for a loop context object: the head and tail IDs of the loop's "control" node.
FlowObject() - Constructor for class org.knime.core.node.workflow.FlowObject
 
FlowObjectStack - Class in org.knime.core.node.workflow
Container for the stack that keeps for an individual node the flow variables and flow loop information.
FlowObjectStack(NodeID) - Constructor for class org.knime.core.node.workflow.FlowObjectStack
Used to initialize the empty outgoing stack for a node and in case the merging of stacks fails (as part of a catch-block).
FlowObjectStack(NodeID, FlowObjectStack) - Constructor for class org.knime.core.node.workflow.FlowObjectStack
Used for source nodes (or unconnected nodes) that are initialized with the workflow variable stack.
FlowObjectStack(NodeID, FlowObjectStack[]) - Constructor for class org.knime.core.node.workflow.FlowObjectStack
Used to initialize input stack for a node that has predecessor nodes (merge).
FlowObjectStackView - Class in org.knime.core.node.workflow
View that displays a given FlowObjectStack in a table.
FlowObjectStackView() - Constructor for class org.knime.core.node.workflow.FlowObjectStackView
Creates new empty view.
FlowScopeContext - Class in org.knime.core.node.workflow
Control object on a FlowObjectStack to indicate presence of a scope.
FlowScopeContext() - Constructor for class org.knime.core.node.workflow.FlowScopeContext
 
FlowSubnodeScopeContext - Class in org.knime.core.node.workflow
A scope context used by the subnode to have all contained nodes inherit an inactive flag.
FlowSubnodeScopeContext(SubNodeContainer) - Constructor for class org.knime.core.node.workflow.FlowSubnodeScopeContext
 
FlowTryCatchContext - Class in org.knime.core.node.workflow
Pushed on top of the stack inside a try-catch construct.
FlowTryCatchContext() - Constructor for class org.knime.core.node.workflow.FlowTryCatchContext
 
FlowVariable - Class in org.knime.core.node.workflow
FlowVariable holding local variables of basic types which can be passed along connections in a workflow.
FlowVariable(String, String) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing a string.
FlowVariable(String, double) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing a double.
FlowVariable(String, int) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing an integer.
FlowVariable(String, String, FlowVariable.Scope) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing a string which can either be a global workflow variable or a local one.
FlowVariable(String, double, FlowVariable.Scope) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing a double which can either be a global workflow variable or a local one.
FlowVariable(String, int, FlowVariable.Scope) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing an integer which can either be a global workflow variable or a local one.
FlowVariable(String, CredentialsStore.CredentialsFlowVariableValue) - Constructor for class org.knime.core.node.workflow.FlowVariable
create new FlowVariable representing a credentials object.
FlowVariable.Scope - Enum in org.knime.core.node.workflow
Scope of variable.
FlowVariable.Type - Enum in org.knime.core.node.workflow
Type of a variable, supports currently only scalars.
FlowVariableCell(String) - Constructor for class org.knime.core.node.util.FlowVariableListCellRenderer.FlowVariableCell
Creates an invalid flow variable cell.
FlowVariableCell(FlowVariable) - Constructor for class org.knime.core.node.util.FlowVariableListCellRenderer.FlowVariableCell
Creates a valid flow variable cell.
FlowVariableEscaper() - Constructor for class org.knime.base.util.flowvariable.FlowVariableResolver.FlowVariableEscaper
Create new escaper (only to be used by sub-classes).
FlowVariableField - Class in org.knime.core.node.util.dialog.field
Settings for dialog flow variable list field.
FlowVariableField() - Constructor for class org.knime.core.node.util.dialog.field.FlowVariableField
 
FlowVariableField.InFlowVariableField - Class in org.knime.core.node.util.dialog.field
A class for a field that represents an input variable.
FlowVariableFilterConfiguration - Class in org.knime.core.node.util.filter.variable
Represents a FlowVariable filtering.
FlowVariableFilterConfiguration(String) - Constructor for class org.knime.core.node.util.filter.variable.FlowVariableFilterConfiguration
New instance with hard coded root name.
FlowVariableFilterConfiguration(String, InputFilter<FlowVariable.Type>) - Constructor for class org.knime.core.node.util.filter.variable.FlowVariableFilterConfiguration
New instance with hard coded root name.
FlowVariableFilterPanel - Class in org.knime.core.node.util.filter.variable
A panel to filter FlowVariables.
FlowVariableFilterPanel() - Constructor for class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
Create a new panel to filter FlowVariables.
FlowVariableFilterPanel(boolean) - Constructor for class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
Create a new panel to filter FlowVariables.
FlowVariableFilterPanel(FlowVariable.Type...) - Constructor for class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
Create a new panel to filter FlowVariables.
FlowVariableFilterPanel(boolean, FlowVariable.Type...) - Constructor for class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
Create a new panel to filter FlowVariables.
FlowVariableFilterPanel(boolean, InputFilter<FlowVariableListCellRenderer.FlowVariableCell>) - Constructor for class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
Create a new panel to filter FlowVariables.
FlowVariableFilterPanel(InputFilter<FlowVariableListCellRenderer.FlowVariableCell>) - Constructor for class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
Create a new panel to filter FlowVariables.
FlowVariableListCellRenderer - Class in org.knime.core.node.util
List cell renderer for lists whose elements are of type FlowVariable or FlowVariableListCellRenderer.FlowVariableCell.
FlowVariableListCellRenderer() - Constructor for class org.knime.core.node.util.FlowVariableListCellRenderer
 
FlowVariableListCellRenderer.FlowVariableCell - Class in org.knime.core.node.util
Cell representing a valid or invalid flow variable.
FlowVariableModel - Class in org.knime.core.node
Container holding information regarding variables which represent settings of a node and/or are used to replace settings of a node.
FlowVariableModel(NodeDialogPane, String[], FlowVariable.Type) - Constructor for class org.knime.core.node.FlowVariableModel
Create a new WVM object.
FlowVariableModelButton - Class in org.knime.core.node
Button for a FlowVariableModel, launching a dialog which allows to control the settings.
FlowVariableModelButton(FlowVariableModel) - Constructor for class org.knime.core.node.FlowVariableModelButton
Create new button based on a model.
FlowVariableModelButton.CustomListCellRenderer - Class in org.knime.core.node
Helper class to allow also the display of disabled list elements.
FlowVariablePortObject - Class in org.knime.core.node.port.flowvariable
A singleton port object representing a variable input.
FlowVariablePortObject.Serializer - Class in org.knime.core.node.port.flowvariable
Serializer for this port object.
FlowVariablePortObjectSpec - Class in org.knime.core.node.port.flowvariable
FlowVariablePortObjectSpec.Serializer - Class in org.knime.core.node.port.flowvariable
FlowVariableProvider - Interface in org.knime.base.util.flowvariable
Provides access to flow variables.
FlowVariableResolvable - Interface in org.knime.base.node.util
Deprecated.
FlowVariableResolvable.FlowVariableResolver - Class in org.knime.base.node.util
Deprecated.
FlowVariableResolver - Class in org.knime.base.util.flowvariable
Used to parse the a script containing flow and workflow variables.
FlowVariableResolver.FlowVariableEscaper - Class in org.knime.base.util.flowvariable
Reads the actual value from the FlowVariableResolver and returns their string representation.
flowVariables - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
A collection of workflow variables.
FlowVariableTableCellRenderer - Class in org.knime.core.node.util
Table cell renderer for elements of type FlowVariable.
FlowVariableTableCellRenderer() - Constructor for class org.knime.core.node.util.FlowVariableTableCellRenderer
 
FlowVariableTypeFilter - Class in org.knime.core.node.util.filter.variable
Class that filters FlowVariables based on the given set of FlowVariable.Types.
FlowVariableTypeFilter(FlowVariable.Type...) - Constructor for class org.knime.core.node.util.filter.variable.FlowVariableTypeFilter
Creates a new FlowVariableTypeFilter.
flush() - Method in class org.knime.base.util.NullPrintStream
flush() - Method in class org.knime.base.util.NullWriter
flush() - Method in class org.knime.core.data.container.BlockableOutputStream
Delegates to output stream.
flush() - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Flushes the underlying streams.
flush() - Method in class org.knime.core.data.container.LongUTFDataOutputStream
flush() - Method in class org.knime.core.data.util.NonClosableOutputStream
flush() - Method in class org.knime.core.util.DiskBasedByteQueue
flushBuffer() - Method in class org.knime.core.data.container.Buffer
 
flushToFileStore() - Method in class org.knime.core.data.filestore.FileStoreCell
Called before the cell is about to be serialized.
flushToFileStore() - Method in class org.knime.core.data.filestore.FileStorePortObject
Called before the cell about to be serialized.
FOLDER_LEVEL - Static variable in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
FONT - Static variable in class org.knime.base.node.io.database.util.DBDialogPane
Default font used for all components within the database dialogs.
forColumn(String, DataColumnSpec) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
The basic decorator which returns the name and the input spec.
forDataType(DataType) - Static method in enum org.knime.base.node.preproc.constantvalue.TypeCellFactory
 
format(double) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner.BinnerNumberFormat
Formats the double to a string.
format(Locale, String, Object...) - Method in class org.knime.base.util.NullPrintStream
format(String, Object...) - Method in class org.knime.base.util.NullPrintStream
FORMAT - Static variable in class org.knime.core.util.node.quickform.in.DateStringInputQuickFormInElement
Format being used.
formatDate(Date) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
Synchronized call to DATE_FORMAT.format(Date).
formatDouble(double) - Static method in class org.knime.base.node.util.DoubleFormat
Formats the double to a string.
formatElapsedTime(long) - Static method in class org.knime.core.node.util.StringFormat
Formats a time difference into a string stating elapsed days, hours etc.
formatNumber(double) - Method in class org.knime.base.util.coordinate.DoubleCoordinate
Formats a number according to the maximum length allowed for a domain label.
formatPath(String, int) - Static method in class org.knime.core.node.util.StringFormat
Formats paths such as file locations or URLs.
forMetadataOnly(String) - Method in class org.knime.core.node.port.database.StatementManipulator
Modifies the query so that it does not return any rows.
fPosition - Variable in class org.knime.core.node.util.CompositeIcon
Deprecated.
 
fPosition - Variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
fraction() - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Returns the relative number of rows in the output table (in relation to the number of input rows).
fraction(double) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Sets the relative number of rows in the output table (in relation to the number of input rows).
freeUnderlyingDataRows() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Frees the underlying data rows.
FrequentItemSet - Class in org.knime.base.node.mine.subgroupminer.freqitemset
A FrequentItemSet represents items that occur together in a number of transactions.
FrequentItemSet(String) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Creates an empty frequent itemset with no items, support = 0 and neither closed nor maximal.
FrequentItemSet(String, List<Integer>) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Creates frequent itemset with the passed items, support = 0 and neither closed nor maximal.
FrequentItemSet(String, List<Integer>, double) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Creates a fequent itemset with the passed items and the given support.
FrequentItemSet(String, List<Integer>, double, boolean, boolean) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Creates a frequent itemset with the passed items, the given support and whether it is closed or maximal.
FrequentItemSet.Type - Enum in org.knime.base.node.mine.subgroupminer.freqitemset
The type of the frequent itemset.
FrequentItemSetModel - Class in org.knime.base.node.mine.subgroupminer.freqitemset
Deprecated. 
FrequentItemSetModel() - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.
 
FrequentItemSetRow - Class in org.knime.base.node.mine.subgroupminer.freqitemset
This class implements one row of a FrequentItemSetTable.
FrequentItemSetRow(RowKey, List<String>, int, double, boolean, boolean) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Creates a FrequentItemSetRow from the passed arguments.
FrequentItemSetRow(RowKey, List<String>, int, double) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Creates a FrequentItemSetRow from the passed arguments.
FrequentItemSetTable - Class in org.knime.base.node.mine.subgroupminer.freqitemset
Deprecated. 
FrequentItemSetTable(FrequentItemSetRow[], DataTableSpec) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
Deprecated.
Creates a FrequentItemSetTable out of the passed row array and the given DataTableSpec.
FrequentItemSetTable(List<FrequentItemSetRow>, DataTableSpec) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
Deprecated.
Creates a FrequentItemSetTable out of the passed row list and the given DataTableSpec.
FrequentItemSetTable.Sorter - Enum in org.knime.base.node.mine.subgroupminer.freqitemset
Deprecated.
the feature the table should be sorted by.
from() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Returns the interval's start value.
from(double) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Sets the interval's start value.
from(FilterModelNominal) - Static method in class org.knime.core.data.property.filter.FilterHandler
Create filter handler based on a given nominal filter model.
from(FilterModelRange) - Static method in class org.knime.core.data.property.filter.FilterHandler
Create filter handler based on a given range filter model.
from(InputStream) - Static method in class org.knime.core.node.NodeFrequencies
Creates a new object by reading JSON data from the given input stream.
FromFileIterator() - Constructor for class org.knime.core.data.container.Buffer.FromFileIterator
 
FromFileNodeContainerPersistor - Interface in org.knime.core.node.workflow
 
FromFileNodeContainerPersistor.PersistorWithPortIndex - Class in org.knime.core.node.workflow
Represents the persistor of a connected node with its port (port at the connected node!).
fromIntValue(int) - Static method in enum org.knime.core.node.workflow.WorkflowExecutionMode
 
fromPMMLExtension(DataColumnSpec, ExtensionDocument.Extension) - Static method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Creates a missing cell handler from an extension that is inside of a PMML derived field.
fromString(String) - Static method in class org.knime.core.data.date.DateAndTimeCell
Deprecated.
fromString(String) - Static method in class org.knime.core.node.workflow.NodeID
Constructs a NodeID from a given serialized input string.
fromString(String) - Static method in class org.knime.core.node.workflow.NodeID.NodeIDSuffix
Creates a new node ID suffix from a string.
fRotation - Variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
FULL_PRECISION_RENDERER - Static variable in class org.knime.core.data.renderer.DoubleValueRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
FullPrecisionRendererFactory() - Constructor for class org.knime.core.data.renderer.DoubleValueRenderer.FullPrecisionRendererFactory
 
FullRendererFactory() - Constructor for class org.knime.core.data.collection.CollectionValueRenderer.FullRendererFactory
 
FUZZIFIER_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store the fuzzifier in the settings.
FUZZY_TYPE - Static variable in class org.knime.base.node.mine.sota.logic.SotaCellFactory
The type specifying a SotaFuzzyCell.
FuzzyBasisFunctionFactory - Class in org.knime.base.node.mine.bfn.fuzzy
Basic interface for all basis function algorithms.
FuzzyBasisFunctionFactory(int, int, DataTableSpec, String[], int) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
Creates a new factory fuzzy basisfunction along with a Norm and a Shrink function.
FuzzyBasisFunctionLearnerNodeDialog - Class in org.knime.base.node.mine.bfn.fuzzy
A dialog for the fuzzy basisfunction learner to set the following properties: theta minus, theta plus, and a distance measurement.
FuzzyBasisFunctionLearnerNodeDialog() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeDialog
Creates a new dialog pane for fuzzy basis functions in order to set theta minus, theta plus, and a choice of distance function.
FuzzyBasisFunctionLearnerNodeFactory - Class in org.knime.base.node.mine.bfn.fuzzy
 
FuzzyBasisFunctionLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
 
FuzzyBasisFunctionLearnerNodeModel - Class in org.knime.base.node.mine.bfn.fuzzy
The fuzzy basis function model training FuzzyBasisFunctionLearnerRows.
FuzzyBasisFunctionLearnerNodeModel() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Inits a new model for fuzzy basisfunctions.
FuzzyBasisFunctionLearnerNodeView - Class in org.knime.base.node.mine.bfn.fuzzy
 
FuzzyBasisFunctionLearnerNodeView(FuzzyBasisFunctionLearnerNodeModel) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeView
Create fuzzy learner node view.
FuzzyBasisFunctionLearnerRow - Class in org.knime.base.node.mine.bfn.fuzzy
Extends the general BasisFunctionLearnerRow object to act as rectangular fuzzy prototype.
FuzzyBasisFunctionLearnerRow(RowKey, DataCell, DataRow, int, int, MutableDouble[], MutableDouble[]) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Creates a new learner row for fuzzy rules.
FuzzyBasisFunctionPortObject - Class in org.knime.base.node.mine.bfn.fuzzy
 
FuzzyBasisFunctionPortObject() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
 
FuzzyBasisFunctionPortObject(BasisFunctionModelContent) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
Creates a new basis function model object.
FuzzyBasisFunctionPortObject.FuzzyCreator - Class in org.knime.base.node.mine.bfn.fuzzy
Used to create PNN predictor rows.
FuzzyBasisFunctionPortObject.Serializer - Class in org.knime.base.node.mine.bfn.fuzzy
 
FuzzyBasisFunctionPredictor2NodeFactory - Class in org.knime.base.node.mine.bfn.fuzzy
 
FuzzyBasisFunctionPredictor2NodeFactory() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictor2NodeFactory
 
FuzzyBasisFunctionPredictor2NodeModel - Class in org.knime.base.node.mine.bfn.fuzzy
The fuzzy basis function predictor model performing a prediction on the data from the first input and the fuzzy basisfunction model from the second.
FuzzyBasisFunctionPredictor2NodeModel() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictor2NodeModel
 
FuzzyBasisFunctionPredictorNodeFactory - Class in org.knime.base.node.mine.bfn.fuzzy
Deprecated.
FuzzyBasisFunctionPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
Deprecated.
 
FuzzyBasisFunctionPredictorNodeModel - Class in org.knime.base.node.mine.bfn.fuzzy
Deprecated.
FuzzyBasisFunctionPredictorNodeModel() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeModel
Deprecated.
 
FuzzyBasisFunctionPredictorRow - Class in org.knime.base.node.mine.bfn.fuzzy
 
FuzzyBasisFunctionPredictorRow(RowKey, DataCell, MembershipFunction[], int) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Creates a new predictor as fuzzy rule.
FuzzyBasisFunctionPredictorRow(ModelContentRO) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Creates a new predictor as fuzzy rule.
FuzzyClusterNodeDialog - Class in org.knime.base.node.mine.cluster.fuzzycmeans
Dialog for FuzzyClusterNodeModel- allows to adjust number of clusters and other properties.
FuzzyClusterNodeDialog() - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeDialog
Constructor - set name of fuzzy c-means cluster node.
FuzzyClusterNodeFactory - Class in org.knime.base.node.mine.cluster.fuzzycmeans
Create classes for fuzzy c-means Clustering NodeModel, NodeView and NodeDialogPane.
FuzzyClusterNodeFactory() - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
 
FuzzyClusterNodeFactory(boolean) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
 
FuzzyClusterNodeFactory2 - Class in org.knime.base.node.mine.cluster.fuzzycmeans
Create classes for fuzzy c-means Clustering NodeModel, NodeView and NodeDialogPane.
FuzzyClusterNodeFactory2() - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory2
 
FuzzyClusterNodeModel - Class in org.knime.base.node.mine.cluster.fuzzycmeans
Generate a fuzzy c-means clustering using a fixed number of cluster centers.
FuzzyClusterNodeModel(boolean) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Constructor, remember parent and initialize status.
FuzzyClusterNodeView - Class in org.knime.base.node.mine.cluster.fuzzycmeans
The FuzzyClusterNodeView provides the user with information about the quality of the clustering.
FuzzyClusterNodeView(FuzzyClusterNodeModel) - Constructor for class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeView
Creates a new view.
FuzzyCreator() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject.FuzzyCreator
 
FuzzyHierarchyFilterMetaInformation - Class in org.knime.base.node.mine.sota.logic
 
FuzzyHierarchyFilterMetaInformation() - Constructor for class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
Creates new instance of FuzzyHierarchyFilterMetaInformation.
FuzzyHierarchyFilterRowContainer - Class in org.knime.base.node.mine.sota.logic
 
FuzzyHierarchyFilterRowContainer(DataArray, int) - Constructor for class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
Creates an instance of FuzzyHierarchyFilterRowContainer with given DataArray and hierarchy level.
FuzzyIntervalCell - Class in org.knime.core.data.def
A data cell implementation holding a fuzzy interval as value by storing this value in four private double members, two for the min/max values of the support, and two for the min/max values of the core of the fuzzy interval.
FuzzyIntervalCell(double, double, double, double) - Constructor for class org.knime.core.data.def.FuzzyIntervalCell
Creates a new fuzzy interval cell based on the min/max of support and of core.
FuzzyIntervalCell.FuzzyIntervallCellFactory - Class in org.knime.core.data.def
Factory for FuzzyIntervalCells.
FuzzyIntervalCell.FuzzyIntervalSerializer - Class in org.knime.core.data.def
Factory for (de-)serializing a FuzzyIntervalCell.
FuzzyIntervalCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.FuzzyIntervalCellEntry
 
FuzzyIntervallCellFactory() - Constructor for class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervallCellFactory
 
FuzzyIntervalSerializer() - Constructor for class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervalSerializer
 
FuzzyIntervalUtilityFactory() - Constructor for class org.knime.core.data.FuzzyIntervalValue.FuzzyIntervalUtilityFactory
Only subclasses are allowed to instantiate this class.
FuzzyIntervalValue - Interface in org.knime.core.data
Interface supporting fuzzy interval cells holding support and core min and max values.
FuzzyIntervalValue.FuzzyIntervalUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
FuzzyIntervalValueComparator - Class in org.knime.core.data
Comparator returned by the FuzzyIntervalValue datacell type.
FuzzyIntervalValueComparator() - Constructor for class org.knime.core.data.FuzzyIntervalValueComparator
 
FuzzyNumberCell - Class in org.knime.core.data.def
A data cell implementation holding a Fuzzy number by storing this value in three private double members, that is one for the core and two for the min/max of the support.
FuzzyNumberCell(double, double, double) - Constructor for class org.knime.core.data.def.FuzzyNumberCell
Creates a new fuzzy number cell based on min, max support, and core.
FuzzyNumberCell.FuzzyNumberCellFactory - Class in org.knime.core.data.def
Factory for FuzzyNumberCells.
FuzzyNumberCell.FuzzyNumberSerializer - Class in org.knime.core.data.def
Factory for (de-)serializing a FuzzyNumberCell.
FuzzyNumberCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.FuzzyNumberCellEntry
 
FuzzyNumberCellFactory() - Constructor for class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberCellFactory
 
FuzzyNumberSerializer() - Constructor for class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberSerializer
 
FuzzyNumberUtilityFactory() - Constructor for class org.knime.core.data.FuzzyNumberValue.FuzzyNumberUtilityFactory
Only subclasses are allowed to instantiate this class.
FuzzyNumberValue - Interface in org.knime.core.data
Interface supporting fuzzy numbers defined by min and max support, and core.
FuzzyNumberValue.FuzzyNumberUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
FuzzyNumberValueComparator - Class in org.knime.core.data
Comparator returned by the FuzzyNumberValue datacell type.
FuzzyNumberValueComparator() - Constructor for class org.knime.core.data.FuzzyNumberValueComparator
 
fVerticalOrientation - Variable in class org.knime.core.node.util.CompositeIcon
Deprecated.
 
fWidth - Variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 

G

GAP - Static variable in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
space between the single scatter matrix elements.
ge(int, int, DataValueComparator) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new greater than or equal node, that compares the values in two columns.
ge(int, Number) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new greater than or equal node, that compares the value in a column to a fixed number.
ge(int, String) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new greater than or equal node, that compares the value in a column to a fixed string.
GeneralDataValueComparator - Class in org.knime.base.node.preproc.setoperator
Compares to DataValue using the general available Object.toString() method.
GeneralRegressionPredictorNodeDialogPane - Class in org.knime.base.node.mine.regression.logistic.predict
Deprecated.
GeneralRegressionPredictorNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeDialogPane
Deprecated.
Create new dialog for linear regression model.
GeneralRegressionPredictorNodeFactory - Class in org.knime.base.node.mine.regression.logistic.predict
Deprecated.
GeneralRegressionPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
Deprecated.
 
GeneralRegressionPredictorNodeModel - Class in org.knime.base.node.mine.regression.logistic.predict
Deprecated.
GeneralRegressionPredictorNodeModel() - Constructor for class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Deprecated.
Initialization with 1 data input, 1 model input and 1 data output.
GeneralRegressionPredictorSettings - Class in org.knime.base.node.mine.regression.logistic.predict
Deprecated.
GeneralRegressionPredictorSettings() - Constructor for class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
Deprecated.
 
generateColumnName(ColumnNamePolicy, DBColumnAggregationFunctionRow) - Static method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
 
generateDataTableSpec(DataTableSpec...) - Static method in class org.knime.base.data.append.row.AppendedRowsTable
Deprecated.
Factory method that determines the final DataTableSpec given the tables.
generateDataTableSpec(DataTableSpec...) - Static method in class org.knime.core.data.append.AppendedRowsTable
Factory method that determines the final DataTableSpec given the tables.
generateDistinctColor(int, int) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
Generates most distinct colors for neighbor indexes.
generateNewID() - Static method in class org.knime.core.node.BufferedDataTable
Returns a table identifier and increments the internal counter.
generateNewSpec(DataTableSpec, String[]) - Static method in class org.knime.base.data.normalize.Normalizer
Deprecated.
Creates a new DataTableSpec.
generateNewSpec(DataTableSpec, String[]) - Static method in class org.knime.base.data.normalize.Normalizer2
Creates a new DataTableSpec.
GenericCatchNodeDialog - Class in org.knime.base.node.flowcontrol.trycatch.genericcatch
The dialog for all catch nodes.
GenericCatchNodeDialog() - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeDialog
Default constructor.
GenericCatchNodeModel - Class in org.knime.base.node.flowcontrol.trycatch.genericcatch
End of an Try-Catch Enclosure.
GenericCatchNodeModel(PortType) - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
Two inputs, one output.
GenericCatchNodeModel() - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
Generic constructor.
GenericPortCatchNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.genericcatch
 
GenericPortCatchNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericPortCatchNodeFactory
Create factory, that instantiates nodes.
GenericTryNodeModel - Class in org.knime.base.node.flowcontrol.trycatch.generictry
Start of a Try-Catch Enclosure.
GenericTryNodeModel(PortType) - Constructor for class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
One input, one output.
GeometricMeanOperator - Class in org.knime.base.data.aggregation.numerical
Returns the geometric mean per group.
GeometricMeanOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
Constructor for class MeanOperator.
GeometricMeanOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
Constructor for class MeanOperator.
GeometricStdDeviationOperator - Class in org.knime.base.data.aggregation.numerical
Returns the geometric standard deviation per group.
GeometricStdDeviationOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.GeometricStdDeviationOperator
Constructor for class StdDeviationOperator.
GeometryUtil - Class in org.knime.base.node.viz.pie.util
Helper class for geometric calculations.
get() - Method in class org.knime.base.data.append.row.AppendedRowsIterator.PairSupplier
Deprecated.
 
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLArrayType
Returns the corresponding array type for the passed representation.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLBooleanOperator
Returns the corresponding operator for the passed representation.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy
Returns the corresponding missing value strategy to the string representation.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
Returns the corresponding no true child strategy to the representation.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
Returns the corresponding operator for the passed representation.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLPredicate.PMMLPredicates
Returns the corresponding class for the passed predicate type.
get(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLSetOperator
Returns the corresponding operator for the passed representation.
get(String) - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
 
get(int) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
get() - Method in class org.knime.base.node.preproc.double2int.WarningMessage
 
get() - Method in class org.knime.base.node.preproc.double2int2.WarningMessage
 
get(int, int) - Method in class org.knime.base.util.HalfDoubleMatrix
Returns a value in the matrix.
get(int, int) - Method in class org.knime.base.util.HalfFloatMatrix
Returns a value in the matrix.
get(int, int) - Method in class org.knime.base.util.HalfIntMatrix
Returns a value in the matrix.
get() - Method in class org.knime.core.data.append.AppendedRowsIterator.PairSupplier
Deprecated.
 
get(int) - Method in class org.knime.core.data.collection.BlobSupportDataCellList
Returns the element at the specified position of the list.
get(int) - Method in class org.knime.core.data.collection.ListCell
Returns the cell at the specified position in the list.
get(int) - Method in interface org.knime.core.data.collection.ListDataValue
Returns the cell at the specified position in the list.
get(int) - Method in class org.knime.core.data.collection.SparseListCell
Returns the cell at the specified position in the list.
get(DataCell) - Static method in class org.knime.core.data.container.CellClassInfo
Access method to retrieve the CellClassInfo for a given DataCell.
get(Class<? extends DataCell>, DataType) - Static method in class org.knime.core.data.container.CellClassInfo
Same as CellClassInfo.get(DataCell), only with resolved arguments.
get(boolean) - Static method in class org.knime.core.data.def.BooleanCell
get() - Method in class org.knime.core.data.util.SynchronizedIterator.ElementAndIndex
 
get(long) - Method in interface org.knime.core.data.vector.bitvector.BitVector
Returns true if the bit at the specified index is set.
get(long) - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Returns the value of the specified bit.
get(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns true if the bit at the specified index is set.
get(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns the value of the specified bit.
get(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Returns true if the bit at the specified index is set.
get(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns true if the bit at the specified index is set.
get(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns the value of the specified bit.
get(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Returns true if the bit at the specified index is set.
get(long) - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Returns the count stored at the specified position.
get(int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns the count stored at the specified position.
get(long) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Returns the count stored at the specified position.
get(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns the number stored at the specified index.
get(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Returns the count stored at the specified position.
get(String) - Method in class org.knime.core.node.config.base.ConfigBase
 
get(String) - Static method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
 
get(int) - Static method in class org.knime.core.node.exec.dataexchange.PortObjectRepository
Get the port object that is associated with the given id.
get(String) - Static method in enum org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation.PMMLTransformElement
Deprecated.
Returns the corresponding PMML transformation element for the string representation.
get(boolean, boolean) - Static method in class org.knime.core.node.streamable.InputPortRole
Getter method for on of the static fields based on the argument flags.
get(int) - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult
Get individual view info.
get(String) - Method in class org.knime.core.node.workflow.CredentialsProvider
Read a credentials variable from the store.
get(String, NodeContainer) - Method in class org.knime.core.node.workflow.CredentialsStore
Read out credentials under a given name.
get(String) - Method in class org.knime.core.node.workflow.CredentialsStore
Read out credentials under a given name.
get(String) - Static method in enum org.knime.core.node.workflow.FileWorkflowPersistor.LoadVersion
Get the load version for the version string or null if unknown.
get(Object) - Method in class org.knime.core.node.workflow.GlobalTableRepository
get(Class<? extends NodeContainerTemplate>) - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.TemplateType
Map class to template type, fail with runtime exception if not supported.
get(int) - Method in class org.knime.core.util.ObjectPool
Returns an object from the (sub) pool, or null if the pool is empty.
get() - Method in class org.knime.core.util.Pointer
Returns the value of the pointer.
get1DImagD() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
get1DRealD() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
getAbsAggregationValue() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getAccuracy() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Deprecated.
getAccuracy() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns the accuracy of the prediction.
getActionCommand() - Method in enum org.knime.base.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.BinNaming
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.StringType
 
getActionCommand() - Method in enum org.knime.base.node.switches.caseswitch.CaseEndNodeModel.MultipleActiveHandling
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in enum org.knime.base.node.viz.aggregation.AggregationMethod
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
 
getActionCommand() - Method in enum org.knime.base.node.viz.aggregation.ValueScale
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in enum org.knime.base.node.viz.histogram.HistogramLayout
 
getActionCommand() - Method in enum org.knime.core.data.vector.bitvector.BitVectorType
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
Should return the ButtonGroup wide unique action command.
getActionCommand() - Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
Should return the ButtonGroup wide unique action command.
getActivation(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
getActivation(.).
getActiveCols() - Method in class org.knime.base.node.mine.regression.RegressionTrainingData
 
getActiveCols() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
getActiveColumnList() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
Returns a list of DataColumnSpec containing all column used for preprocessing an training, no null elements.
getActiveCount() - Method in class org.knime.core.util.MultiThreadWorker
 
getActiveDerivedFields() - Method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
 
getActiveFields() - Method in class org.knime.core.node.port.pmml.PMMLMiningSchemaTranslator
 
getActiveFields() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getActiveMappingMethod() - Method in class org.knime.base.util.coordinate.Coordinate
Gets the mapping method which should be applied.
getActivityColumn() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
Deprecated.
 
getActivityColumn() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.Curve
 
getActualValue() - Method in class org.knime.core.data.xml.util.XmlDomComparer.Diff
Depending on XmlDomComparer.Diff.getType() this might return null.
getAdapter(Class<V>) - Method in class org.knime.core.data.AdapterCell
Returns the value in this adapter for the given value class.
getAdapter(Class<V>) - Method in interface org.knime.core.data.AdapterValue
Returns the value in this adapter for the given value class.
getAdapterError(Class<V>) - Method in class org.knime.core.data.AdapterCell
Returns a missing value object if there is one for the given value class.
getAdapterError(Class<V>) - Method in interface org.knime.core.data.AdapterValue
Returns a missing value object if there is one for the given value class.
getAdapterMap() - Method in class org.knime.core.data.AdapterCell
Returns a read-only map of all adapters.
getAdapterMap() - Method in interface org.knime.core.data.AdapterValue
Returns a read-only map of all adapters.
getAdditionalColumnNames() - Method in interface org.knime.base.data.aggregation.AggregationMethod
This method should return the name of all column names this operator requires since the DataRow that is passed to the AggregationOperator.compute(DataRow, int...) method contains only the group, aggregation and additional column names for performance reasons.
getAdditionalColumnNames() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
This method should return the name of all column names this operator requires since the DataRow that is passed to the AggregationOperator.compute(DataRow, int...) method contains only the group, aggregation and additional column names for performance reasons.
getAdditionalColumnNames() - Method in class org.knime.base.data.aggregation.AggregationOperator
This method should return the name of all column names this operator requires since the DataRow that is passed to the AggregationOperator.compute(DataRow, int...) method contains only the group, aggregation and additional column names for performance reasons.
getAdditionalColumnNames() - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
 
getAdditionalConnectionSet() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Get additional connections.
getAdditionalConnectionSet() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Get additional connections.
getAdditionalConnectionSet() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Get additional connections.
getAdditionalConnectionSet() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Get additional connections.
getAdditionalConnectionSet() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
Get additional connections.
getAdditionalFactorySettings() - Method in exception org.knime.core.node.workflow.WorkflowPersistor.NodeFactoryUnknownException
 
getAdditionalOptions() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
 
getAdditionalSettings(String) - Method in interface org.knime.core.node.NodeSetFactory
 
getAdditionalTables() - Method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
Returns all additional tables passed into the node, i.e.
getAddress() - Method in class org.knime.core.data.container.BlobWrapperDataCell
 
getAdjustedRSquared() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the adjusted R-squared statistic, defined by the formula
getAdvancedFormatting() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getAdvancedFormatting() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getAffineTrans(AffineTransConfiguration) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Return the configuration with possible additional transformations made.
getAffineTrans(AffineTransConfiguration) - Method in class org.knime.base.node.preproc.normalize.NormalizerDeNodeModel
Return the configuration with possible additional transformations made.
getAffineTrans(AffineTransConfiguration) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
Return the configuration with possible additional transformations made.
getAffineTrans(AffineTransConfiguration) - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeModel
Return the configuration with possible additional transformations made.
getAffineTransConfig() - Method in class org.knime.base.data.normalize.PMMLNormalizeTranslator
Builds a configuration object for a AffineTransTable.
getAffinityDegree(DataRow, DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionAntisymmetricRowOverlap
getAffinityDegree(DataRow, DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionRowInclusion
getAffinityDegree(DataRow, DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionSymmetricRowOverlap
 
getAffinityDegree(DataRow, DataRow) - Method in interface org.knime.base.node.mine.bfn.DegreeOfAffinity
 
getAfterID(String) - Method in interface org.knime.core.node.NodeSetFactory
 
getAggrColName() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
getAggrColumns() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getAggrColumns() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getAggrColumns() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
getAggrColumns() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
getAggrColumns() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
getAggregationColSpec() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
getAggregationColumnCount() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
getAggregationColumnCount() - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
Deprecated.
getAggregationColumnName() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
getAggregationColumnName() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
getAggregationColumnName() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getAggregationColumnName() - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
 
getAggregationFunction(String) - Method in class org.knime.core.node.port.database.DatabaseUtility
Returns the aggregation function with the given id, if the current database supports it.
getAggregationFunctionProvider() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
 
getAggregationFunctionProvider() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
 
getAggregationFunctions() - Method in class org.knime.core.node.port.database.DatabaseUtility
Returns a list if all aggregation functions that the current database supports.
getAggregationMethod(DataColumnSpec, AggregationMethod, AggregationMethod) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getAggregationMethod() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
 
getAggregationMethod() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getAggregationMethod() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getAggregationOperator(FileStoreFactory, List<String>, DataTableSpec, DataColumnSpec, int) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
 
getAggregationSum() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getAggregationSum() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getAggregationSum() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
getAggregationValue(AggregationMethod) - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getAggregationValue(AggregationMethod) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getAggregationValue(AggregationMethod) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
getAggregators(DataTableSpec, Collection<String>, List<ColumnAggregator>, Collection<PatternAggregator>, Collection<DataTypeAggregator>, List<ColumnAggregator>) - Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Creates a List with all ColumnAggregators to use based on the given input settings.
getAggrMethod() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
 
getAggrMethod() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getAggrMethod() - Method in class org.knime.base.node.viz.pie.datamodel.PieHiliteCalculator
 
getAlgorithmName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getAlgorithmName() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator
 
getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
Gets the "algorithmName" attribute.
getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
Gets the "algorithmName" attribute.
getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
Gets the "algorithmName" attribute.
getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Gets the "algorithmName" attribute.
getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
Gets the "algorithmName" attribute.
getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
Gets the "algorithmName" attribute.
getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
Gets the "algorithmName" attribute.
getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
Gets the "algorithmName" attribute.
getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
Gets the "algorithmName" attribute.
getAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
Gets the "algorithmName" attribute.
getAlignment() - Method in class org.knime.core.node.workflow.Annotation
 
getAlignment() - Method in class org.knime.core.node.workflow.AnnotationData
 
getAllBendpoints() - Method in class org.knime.core.node.workflow.ConnectionUIInformation
Gets all bendpoints.
getAllBits() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns a copy of the internal storage of all bits.
getAllClassFrequency() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getAllCols(Class<? extends DataValue>, DataTableSpec) - Static method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Finds all columns in a spec whose type is compatible to cl.
getAllCols(Class<? extends DataValue>, DataTableSpec) - Static method in class org.knime.base.node.preproc.domain.DomainNodeModel
Finds all columns in a spec whose type is compatible to cl.
getAllColumn() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
getAllComments() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
getAllConifg() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
getAllConverterFactories() - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
Get all registered converter factories.
getAllConverterFactories() - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
Get all registered converter factories.
getAllCountIndices() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns a copy of the internal storage of all values.
getAllCounts() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns a copy of the internal array of counts.
getAllCounts() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns a copy of the internal storage of all values.
getAllCountsAsBytes() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns a copy of the internal array of counts.
getAllCoveredPattern() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns a set which contains all input training pattern covered by this basis function.
getAllDataRows() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns all data row (leaf nodes) this sub tree.
getAllDelimiters() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
getAllDestinationTypes() - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
Query into which DataTypes can be converted.
getAllDestinationTypes() - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
Query into which Classes can be converted.
getAllErrorMessages(int) - Method in class org.knime.core.util.tokenizer.SettingsStatus
Creates a string containing concatenated error messages, separated by a new line ('\n') character.
getAllFactories() - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
 
getAllFactories() - Static method in class org.knime.core.data.ExtensibleUtilityFactory
Returns a list with all existing utility factories.
getAllGenericInterfaces(Class<?>) - Static method in class org.knime.core.node.util.ConvenienceMethods
Returns all generic interfaces implemented by the given class and its superclasses.
getAllGenericSuperclasses(Class<?>) - Static method in class org.knime.core.node.util.ConvenienceMethods
Returns all generic superclasses extended by the given class.
getAllIndices() - Method in class org.knime.core.data.collection.SparseListCell
Returns a copy of the array that contains all indices of the explicitly set values of this list.
getAllIndices() - Method in interface org.knime.core.data.collection.SparseListDataValue
Returns a copy of the array that contains all indices of the explicitly set values of this list.
getAllJobManagerFactoryIDs() - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
Returns names of all registered NodeExecutionJobManagerFactorys.
getAllLeftColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
getAllNewColumnsList() - Method in class org.knime.core.data.container.RearrangeColumnsTable.NewColumnsProducerMapping
 
getAllOneIndices() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns a copy of the internal storage of all bit indices.
getAllowsChildren() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getAllowsChildren() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
getAllowsChildren() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
getAllowsChildren() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
 
getAllowSpacesInColumnNames() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Returns whether spaces in columns names are allowed and passed on to the database.
getAllowUserInteraction() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getAllPresentTypes() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
 
getAllPresentTypes() - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
 
getAllQuotes() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
getAllRightColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
getAllSearchHits(ListModel, String) - Static method in class org.knime.core.data.util.ListModelFilterUtils
Uses the searchInList(JList, String, int) method to get all occurrences of the given string in the given list and returns the indices of all occurrences as a int[].
getAllSearchHits(JList, String) - Static method in class org.knime.core.data.util.ListModelFilterUtils
Uses the searchInList(JList, String, int) method to get all occurrences of the given string in the given list and returns the index off all occurrences as a int[].
getAllSettings() - Static method in enum org.knime.base.node.flowvariable.tablerowtovariable.MissingValuePolicy
 
getAllSourceTypes() - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
Query which DataTypes can be converted.
getAllSourceTypes() - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
Query which DataValue Classes can be converted.
getAllValues() - Method in class org.knime.core.node.util.filter.NameFilterPanel
Returns all values include and exclude in its original order they have added to this panel.
getAllValuesT() - Method in class org.knime.core.node.util.filter.NameFilterPanel
Returns all objects T in its original order.
getAllWhiteSpaces() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
getAllWizardNodeViews() - Static method in class org.knime.core.node.wizard.AbstractWizardNodeView
Queries extension point for additional AbstractWizardNodeView implementations.
getAlpha() - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
 
getAlpha() - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
 
getAlpha() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
 
getAlphas() - Method in class org.knime.base.node.mine.svm.Svm
 
getAlwaysPopulate() - Static method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeDialog
 
getAncestor() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells ancestor.
getAnchor() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns the basisfunction's anchor vector.
getAnchor() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getAndComposition() - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
getAnnotations() - Method in class org.knime.core.node.workflow.WorkflowCopyContent
 
getAntecedent() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
 
getAntialiasButton() - Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
 
getAntiAliasButton() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
 
getAppendColumnModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
Creates and returns the settings model, storing the "append column" flag.
getAppendColumns() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
 
getAppendColumns() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
getAppendColumns() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
getAppendColumns() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
 
getAppendedCell(DataRow) - Method in interface org.knime.base.data.append.column.AppendedCellFactory
Get the new cells for a given row.
getAppendedCell(DataRow) - Method in class org.knime.base.data.append.column.DefaultAppendedCellFactory
Get the value to row's key.
getAppendedCell(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Deprecated.
Get the new cells for a given row.
getAppendedCell(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
Deprecated.
Get the new cells for a given row.
getAppendedCell(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesCellFactory
Get the new cells for a given row.
getAppendedColumnClasses() - Method in class org.knime.base.data.append.column.AppendedColumnTable
Get the class values of the appended columns.
getAppendedColumnName() - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
Deprecated.
 
getAppendedColumnName() - Method in class org.knime.base.node.preproc.columntrans2.AbstractMany2OneCellFactory
 
getAppendMap() - Method in class org.knime.base.node.io.database.binning.DBBinnerMaps
 
getAppendOccurrences() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
getAppendOriginalRowId() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
getAppendTable() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Get reference to the appended table.
getApplicationName() - Static method in class org.knime.core.eclipseUtil.OSGIHelper
Returns the name of the current Eclipse application.
getApplyColumn() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
 
getApproximationFor(String, double) - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
Does a prediction when the given variable has the value v and all other variables have their mean value.
getApproximationFor(String, double) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotter
Does a prediction when the given variable has the value v and all other variables have their mean value.
getAprioriAlgorithm(AprioriAlgorithmFactory.AlgorithmDataStructure, int, int) - Static method in class org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithmFactory
Returns an instance of the AprioriAlgorithm interface according to the passed type.
getArcBounds(Rectangle2D, Rectangle2D, double, double, double) - Static method in class org.knime.base.node.viz.pie.util.GeometryUtil
Returns a rectangle that can be used to create a pie section (taking into account the amount by which the pie section is 'exploded').
getArchitecture() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
 
getArea() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
Deprecated.
Returns the curve's area.
getArea() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel.EnrichmentPlot
Returns the curve's area.
getArea() - Method in class org.knime.base.node.viz.roc.ROCCurve
Returns the curve's area.
getAreaModel() - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
 
getArrayType() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Returns the data type of the contained array.
getArrayType(Class<?>) - Static method in class org.knime.core.data.convert.util.ClassUtil
Get the class of an array with given element type.
getAsOptional(String) - Method in class org.knime.core.node.workflow.CredentialsStore
Implementation of CredentialsStore.get(String) returning an optional.
getAssociationRules(double) - Method in interface org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithm
Returns the association rules generated from the found frequent itemsets with the passed minimal confidence.
getAssociationRules(double) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
Returns the association rules generated from the found frequent itemsets with the passed minimal confidence.
getAssociationRules(double) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
Returns the association rules generated from the found frequent itemsets with the passed minimal confidence.
getAssociationRules() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
Deprecated.
 
getAttachedURLs() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getAttachmentListStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getAttributeIndex(String) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the index of the attribute specified by the given name.
getAttributeIndex() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
Returns the index of the attribute this split object is responsible for.
getAttributeModel(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getAttributeModel(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getAttributeModels() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getAttributeModels() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getAttributeName() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
getAttributeName() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
getAttributeName(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the name of the attribute specified by the given index.
getAttributeNames() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getAttributesWithMissingVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getAttributesWithMissingVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getAttributeValue(String, String, boolean) - Method in class org.knime.core.xml.XMLProperties
Returns the attribute value for a xml element and attribute name.
getAttributeValue(Node, String) - Method in class org.knime.core.xml.XMLProperties
Returns the attribute value for a xml element and attribute name.
getAuthenticationType() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
 
getAuthor() - Method in class org.knime.core.node.workflow.WorkflowManager.AuthorInformation
 
getAuthoredDate() - Method in class org.knime.core.node.workflow.WorkflowManager.AuthorInformation
 
getAuthorInformation() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
The workflow author information or null for metanodes (or copied WFMs, which have not been saved yet).
getAuthorInformation() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
The workflow author information or null for metanodes (or copied WFMs, which have not been saved yet).
getAuthorInformation() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
The workflow author information or null for metanodes (or copied WFMs, which have not been saved yet).
getAuthorInformation() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
The workflow author information or null for metanodes (or copied WFMs, which have not been saved yet).
getAuthorInformation() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getAuthorInformation() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
The workflow author information or null for metanodes (or copied WFMs, which have not been saved yet).
getAutoSaveDirectory() - Method in class org.knime.core.node.workflow.NodeContainer
 
getAutoSaveDirectory(ReferencedFile) - Static method in class org.knime.core.node.workflow.WorkflowSaveHelper
 
getAvailableColumns() - Method in class org.knime.core.node.util.ColumnSelectionPanel
 
getAvailableFlowVariables() - Method in class org.knime.core.node.NodeDialogPane
 
getAvailableFlowVariables(FlowVariable.Type...) - Method in class org.knime.core.node.NodeDialogPane
 
getAvailableFlowVariables() - Method in class org.knime.core.node.NodeModel
Get all primitive flow variables currently available at this node.
getAvailableFlowVariables(FlowVariable.Type...) - Method in class org.knime.core.node.NodeModel
Get all flow variables if they are one of the given types.
getAvailableFlowVariables() - Method in class org.knime.core.node.workflow.FlowObjectStack
Get all (visible!) variables on the stack in a non-modifiable map.
getAvailableFlowVariables(FlowVariable.Type...) - Method in class org.knime.core.node.workflow.FlowObjectStack
Get all flow variables filtered according to the argument.
getAvailableInputFlowVariables() - Method in class org.knime.core.node.NodeModel
Get all flow variables currently available at the input of this node.
getAvailableMethods() - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getAvailableRenderers() - Method in class org.knime.core.data.ExtensibleUtilityFactory
Returns a (unmodifiable) set of renderer factories for this data value.
getAvailableRenderers(int) - Method in class org.knime.core.node.tableview.TableContentView
Get the description of all available renderers in a column.
getAvgUpTime() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
 
getAxes() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
getBackground() - Static method in class org.knime.core.data.property.ColorAttr
Returns the preferred background color.
getBar(Color) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getBars() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getBarStrokeWidth() - Static method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
 
getBaseDir() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
 
getBaseID() - Method in class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
 
getBaseIterator() - Method in class org.knime.base.data.append.column.AppendedColumnTable
Get new iterator over the underlying table.
getBaseline(int, int) - Method in class org.knime.core.node.util.ColumnSelectionPanel
getBaseName() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
getBasicComparator() - Method in class org.knime.base.node.viz.histogram.impl.interactive.RowByColumnComparator
 
getBasisFunctionIterator() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
 
getBasisFunctions() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Returns the map of basis functions list for each class.
getBasisFunctions() - Method in class org.knime.base.node.mine.bfn.BasisFunctionModelContent
 
getBasisFunctions() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
 
getBcc() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getBegin() - Method in class org.knime.core.util.tokenizer.Comment
 
getBendpoint(int) - Method in class org.knime.core.node.workflow.ConnectionUIInformation
Returns a bendpoint.
getBestClass() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
 
getBestQualityMeasure() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
Returns the quality index of this split.
getBestSplitValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitContinuous
Returns the split value which was evaluated as the best according to the induced partition purity.
getBeta() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
 
getBeta(String, String) - Method in class org.knime.base.node.mine.regression.predict2.ParamMatrix
Gives the coefficient for the given parameter and the given category of the target.
getBetweenClusterVariation() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
Calculates the Between-Cluster Variation.
getBetweenClusterVariation() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Calculates the Between-Cluster Variation.
getBgColor() - Method in class org.knime.core.node.workflow.Annotation
 
getBgColor() - Method in class org.knime.core.node.workflow.AnnotationData
 
getBin(int) - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
Deprecated.
Return Bin for index.
getBin(int) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
Return Bin for index.
getBin() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
getBin(String) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getBin(int) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getBinCaptions() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getBinCount() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getBinCount() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getBinCount() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getBinFile() - Method in class org.knime.core.data.container.Buffer
 
getBinFileCompressionFormat() - Method in class org.knime.core.data.container.Buffer
 
getBinName() - Method in interface org.knime.base.node.preproc.binner.BinnerColumnFactory.Bin
Deprecated.
 
getBinName() - Method in class org.knime.base.node.preproc.binner.NumericBin
Deprecated.
getBinName() - Method in interface org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory.Bin
 
getBinName() - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
getBinNaming() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getBinNaming() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getBinNaming() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getBinnerStatement(StatementManipulator, String, String[], String[], Map<String, List<Pair<Double, Double>>>, Map<String, List<Pair<Boolean, Boolean>>>, Map<String, List<String>>, Map<String, String>) - Method in interface org.knime.core.node.port.database.binning.BinningStatementGenerator
 
getBinnerStatement(StatementManipulator, String, String[], String[], Map<String, List<Pair<Double, Double>>>, Map<String, List<Pair<Boolean, Boolean>>>, Map<String, List<String>>, Map<String, String>) - Method in class org.knime.core.node.port.database.binning.CaseBinningStatementGenerator
 
getBinnerStatement(StatementManipulator, String, String[], String[], Map<String, List<Pair<Double, Double>>>, Map<String, List<Pair<Boolean, Boolean>>>, Map<String, List<String>>, Map<String, String>) - Method in class org.knime.core.node.port.database.binning.DefaultBinningStatementGenerator
getBinnerStatement(String, String[], String[], Map<String, List<Pair<Double, Double>>>, Map<String, List<Pair<Boolean, Boolean>>>, Map<String, List<String>>, Map<String, String>) - Method in class org.knime.core.node.port.database.StatementManipulator
Returns a SQL statement for binning
getBinNominal() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getBinPositions() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
Returns the bin positions.
getBinPosValue() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
Returns the bin positions label values.
getBinRectangle() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getBinRowCount() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getBins() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
 
getBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getBins() - Method in class org.knime.base.node.viz.histogram.util.FixedIntervalBinCreator
getBins() - Method in class org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator
getBins() - Method in class org.knime.base.node.viz.histogram.util.IntervalBinCreator
 
getBinValue() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBin
 
getBinWidth() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getBinWidth() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
getBitSet() - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
 
getBitSet() - Method in interface org.knime.base.data.bitvector.BitVectorValue
Deprecated.
 
getBitVectorCopy() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns a clone of the internal dense bit vector.
getBitVectorCopy() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns a clone of the internal dense bit vector.
getBlobAddress() - Method in class org.knime.core.data.container.BlobDataCell
Get the location of the blob or null if it hasn't been stored just yet.
getBlobClass() - Method in class org.knime.core.data.container.BlobWrapperDataCell
 
getBlobClassInfo() - Method in class org.knime.core.data.container.BlobWrapperDataCell
 
getBlobDataType() - Method in class org.knime.core.data.container.BlobWrapperDataCell
 
getBlobFile(int, int, boolean, boolean) - Method in class org.knime.core.data.container.Buffer
Determines the file location for a blob to be read/written with some given coordinates (column and index in column).
getBlockCommentLeft() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the string for the left block comment.
getBlockCommentRight() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the string for the right block comment.
getBody() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
 
getBoolean(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return boolean for key.
getBoolean(String, boolean) - Method in class org.knime.core.node.config.base.ConfigBase
Return boolean for key or the default value if not available.
getBoolean(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return boolean for key.
getBoolean(String, boolean) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return boolean for key or the default value if not available.
getBoolean() - Method in class org.knime.core.node.config.base.ConfigBooleanEntry
 
getBoolean(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the boolean configuration parameter registered under the given ID.
getBooleanArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return a boolean array for key which can be null.
getBooleanArray(String, boolean...) - Method in class org.knime.core.node.config.base.ConfigBase
Return a boolean array which can be null for key, or the default value if not available.
getBooleanArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return a boolean array for key which can be null.
getBooleanArray(String, boolean...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return a boolean array which can be null for key, or the default value if not available.
getBooleanArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the boolean array configuration parameter registered under the given ID.
getBooleanExtension(Map<String, String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
getBooleanOperator() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
 
getBooleanValue() - Method in interface org.knime.core.data.BooleanValue
 
getBooleanValue() - Method in class org.knime.core.data.def.BooleanCell
getBooleanValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
 
getBorderColor(boolean, boolean) - Method in class org.knime.core.data.property.ColorAttr
Returns the border color for this object under certain constrains.
getBorderColor() - Method in class org.knime.core.node.workflow.Annotation
 
getBorderColor() - Method in class org.knime.core.node.workflow.AnnotationData
 
getBorderInsets(Component) - Method in class org.knime.core.node.util.ComponentBorder
 
getBorderSize() - Method in class org.knime.core.node.workflow.Annotation
 
getBorderSize() - Method in class org.knime.core.node.workflow.AnnotationData
 
getBottomGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getBoundariesMap() - Method in class org.knime.base.node.io.database.binning.DBBinnerMaps
 
getBoundariesOpenMap() - Method in class org.knime.base.node.io.database.binning.DBBinnerMaps
 
getBounds() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Returns the bounds of the intervals.
getBounds() - Method in class org.knime.core.node.workflow.NodeUIInformation
 
getBox() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
 
getBox() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationMethodTableCellEditor
 
getBoxes() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
 
getBranchGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getBreadthFirstListOfNodeAndSuccessors(NodeID, boolean) - Method in class org.knime.core.node.workflow.Workflow
Return map of node ids connected to the given node sorted in breadth first order mapped to a set of portIDs.
getBreadthFirstListOfPortSuccessors(NodeID, Set<Integer>, boolean) - Method in class org.knime.core.node.workflow.Workflow
Return map of node ids connected to the given outport of the given node sorted in breadth first order mapped to a set of portIDs.
getBreakButton() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Returns the button for the BREAK event.
getBuffer() - Method in class org.knime.core.data.container.BlobWrapperDataCell
 
getBuffer() - Method in class org.knime.core.data.container.ContainerTable
Get reference to buffer.
getBuffer() - Method in class org.knime.core.data.container.DataContainer
Used in tests.
getBufferedDataTable() - Method in class org.knime.base.data.sort.SortedTable
 
getBufferedTable() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
getBufferedTable() - Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
 
getBufferedTable() - Method in class org.knime.core.data.container.DataContainer
Returns the table holding the data.
getBufferedTableId() - Method in class org.knime.core.node.BufferedDataTable
Method being used internally, not interesting for the implementor of a new node model.
getBufferFileSize() - Method in class org.knime.core.data.container.Buffer
 
getBufferFileSize() - Method in class org.knime.core.data.container.DataContainer
 
getBufferID() - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
 
getBufferID() - Method in class org.knime.core.data.container.Buffer
Get this buffer's ID.
getBufferID() - Method in class org.knime.core.data.container.ContainerTable
Delegates to buffer to get its ID.
getBufferID() - Method in class org.knime.core.data.container.CopyOnAccessTask
Get this buffer's ID.
getBundle(Class<?>) - Static method in class org.knime.core.eclipseUtil.OSGIHelper
Returns the bundle that contains the given class.
getBundle(String) - Static method in class org.knime.core.eclipseUtil.OSGIHelper
Returns the resolved bundle with the specified symbolic name that has the highest version.
getBundleFiles(Bundle, String...) - Static method in class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
Resolves a list of relative paths inside a bundle to the corresponding files.
getBundleName() - Method in class org.knime.core.node.NodeAndBundleInformation
Returns the bundle's name in which the node is contained.
getBundleSymbolicName() - Method in class org.knime.core.node.NodeAndBundleInformation
Returns the bundle's symbolic name in which the node is contained.
getBundleVendor() - Method in class org.knime.core.node.NodeAndBundleInformation
Returns the bundle's vendor in which the node is contained.
getBundleVersion() - Method in class org.knime.core.node.NodeAndBundleInformation
Returns the bundle's version in which the node is contained.
getButton(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
 
getByte(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return byte for key.
getByte(String, byte) - Method in class org.knime.core.node.config.base.ConfigBase
Return byte for key.
getByte(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return byte for key.
getByte(String, byte) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return byte for key.
getByte() - Method in class org.knime.core.node.config.base.ConfigByteEntry
 
getByte(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the byte configuration parameter registered under the given ID.
getByteArray() - Method in class org.knime.core.data.image.png.PNGImageContent
Get a copy of the underlying byte array.
getByteArray(String, byte...) - Method in class org.knime.core.node.config.base.ConfigBase
Return byte array which can be null for key, or the default value if not available.
getByteArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return byte array which can be null for key.
getByteArray(String, byte...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return byte array which can be null for key, or the default value if not available.
getByteArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return byte array which can be null for key.
getByteArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the byte array configuration parameter registered under the given ID.
getByteArrayReference() - Method in class org.knime.core.data.image.png.PNGImageContent
Get a reference to the underlying byte array.
getByteVectorCopy() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Returns a clone of the internal dense byte vector.
getByteVectorCopy() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Returns a clone of the internal sparse byte vector.
getCacheSize() - Method in class org.knime.core.node.tableview.TableContentModel
Get the size of the cache.
getCalcTypeModel() - Static method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeDialog
 
getCalcTypeModel() - Static method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeDialog
 
getCalculator() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
 
getCalculator() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getCaseSensitive() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
 
getCaseSensitivity() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
 
getCategoryCell() - Method in class org.knime.base.node.preproc.equalsizesampling.OccurrenceCounter
 
getCategoryPath(String) - Method in interface org.knime.core.node.NodeSetFactory
 
getCause() - Method in exception org.knime.base.data.append.row.AppendedRowsIterator.RuntimeCanceledExecutionException
Deprecated.
Get reference to causing exception.
getCause() - Method in exception org.knime.base.node.preproc.filter.row.RowFilterIterator.RuntimeCanceledExecutionException
Get reference to causing exception.
getCause() - Method in exception org.knime.base.node.preproc.missingval.MissingValueHandling2TableIterator.RuntimeCanceledExecutionException
Deprecated.
Get reference to causing exception.
getCause() - Method in exception org.knime.base.node.preproc.missingval.MissingValueHandling3TableIterator.RuntimeCanceledExecutionException
Deprecated.
Get reference to causing exception.
getCause() - Method in exception org.knime.core.data.append.AppendedRowsIterator.RuntimeCanceledExecutionException
Get reference to causing exception.
getCc() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getCell(int) - Method in class org.knime.base.data.append.column.AppendedColumnRow
Deprecated.
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.base.data.append.row.ResortedCellsRow
Deprecated.
Returns the DataCell at the provided index within this row.
getCell(DataRow) - Method in class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
Called from getCells.
getCell(DataRow) - Method in class org.knime.base.data.bitvector.Collection2BitVectorCellFactory
Called from getCells.
getCell(DataRow) - Method in class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
Called from getCells.
getCell(DataRow) - Method in class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
Called from getCells.
getCell(DataRow) - Method in class org.knime.base.data.bitvector.MultiString2BitVectorCellFactory
Called from getCells.
getCell(DataRow) - Method in class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
Called from getCells.
getCell(DataRow) - Method in class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
Called from getCells.
getCell(int) - Method in class org.knime.base.data.filter.column.FilterColumnRow
Returns the data cell at the given index.
getCell(int) - Method in class org.knime.base.data.replace.ReplacedColumnsDataRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer.Missing
Returns the DataCell at the provided index within this row.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Calculates the replacement value for a cell.
getCell(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
Calculates the replacement value for a cell.
getCell(DataRow) - Method in class org.knime.base.node.preproc.rank.RankCellFactory
Called from getCells.
getCell() - Method in class org.knime.base.node.preproc.setoperator.RowKeyCellMap
 
getCell() - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
 
getCell(int) - Method in class org.knime.core.data.append.AppendedColumnRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.core.data.append.ResortedCellsRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.core.data.container.BlobSupportDataRow
If the cell at index is a blob wrapper cell, it will fetch the content and return it.
getCell() - Method in class org.knime.core.data.container.BlobWrapperDataCell
Fetches the content of the blob cell.
getCell(DataRow) - Method in class org.knime.core.data.container.ColumnRearranger.DataCellTypeConverterCellFactory
Called from getCells.
getCell(DataRow) - Method in class org.knime.core.data.container.SingleCellFactory
Called from getCells.
getCell(int) - Method in interface org.knime.core.data.DataRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.core.data.def.DefaultRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.core.data.def.JoinedRow
Returns the DataCell at the provided index within this row.
getCell(int) - Method in class org.knime.core.data.sort.SortingDescription.MappedDataRow
Returns the DataCell at the provided index within this row.
getCellChiSquareName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getCellClass() - Method in class org.knime.core.data.container.CellClassInfo
 
getCellClass() - Method in interface org.knime.core.data.DataCellSerializer
Returns the cell class that this serializer reads and writes.
getCellClass() - Method in class org.knime.core.data.DataType
Get a cell class that was used to create this type.
getCellClass(String) - Method in class org.knime.core.data.DataTypeRegistry
Returns the DataCell class for the given class name.
getCellDataType() - Method in enum org.knime.core.data.vector.bitvector.BitVectorType
 
getCellEditorValue() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
 
getCellEditorValue() - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
Deprecated.
 
getCellEditorValue() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
getCellEditorValue() - Method in class org.knime.base.node.io.database.tablecreator.util.RadioButtonCellEditor
getCellFactory() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
 
getCellFactory(ExecutionContext) - Method in class org.knime.core.data.DataType
Returns a cell factory that can create cells of this DataType.
getCellFactory(String) - Method in enum org.knime.core.data.vector.bitvector.BitVectorType
Initializes the created bit vector from the hex representation in the passed string.
getCellFactory(long) - Method in enum org.knime.core.data.vector.bitvector.BitVectorType
Returns the BitVectorCellFactory of this type with the given length and all bits clear.
getCellLength(DataCell) - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeModel
Used in ExpandVectorNodeModel only to find the max length.
getCellLength(DataCell) - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeModel
Used in ExpandVectorNodeModel only to find the max length.
getCellLength(DataCell) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
Used in ExpandVectorNodeModel only to find the max length.
getCells(DataRow) - Method in class org.knime.base.collection.list.split.SplitCellFactory
Get the new cells for a given row.
getCells() - Method in class org.knime.base.data.aggregation.general.ListCellOperator
 
getCells() - Method in class org.knime.base.data.aggregation.numerical.StoreResizableDoubleArrayOperator
 
getCells(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Deprecated.
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
Deprecated.
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2CellFactory
Predicts given row using the underlying basis function model.
getCells(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
Deprecated.
Predicts given row using the underlying basis function model.
getCells(DataRow) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.ClusterMembershipFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.mine.mds.MDSCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.mine.regression.predict2.LinReg2Predictor
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.mine.regression.predict2.LogRegPredictor
Get the new cells for a given row.
getCells(ArrayList<SotaTreeCell>, SotaTreeCell) - Static method in class org.knime.base.node.mine.sota.logic.SotaManager
Collects all cells of the tree recursive.
getCells(DataRow) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictor
Deprecated.
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictor
Get the new cells for a given row.
getCells(DataRow) - Method in interface org.knime.base.node.parallel.appender.ExtendedCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.autobinner.apply.BinningCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
Deprecated.
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.columnaggregator.AggregationCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
Deprecated.
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
Deprecated.
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.columntrans2.AbstractMany2OneCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel.AppendErrorMessageCellFactory
 
getCells(DataRow) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleCellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in interface org.knime.core.data.container.CellFactory
Get the new cells for a given row.
getCells(DataRow) - Method in class org.knime.core.data.container.SingleCellFactory
Get the new cells for a given row.
getCellSerializer() - Static method in class org.knime.core.data.blob.BinaryObjectDataCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.collection.ListCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.collection.SetCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.collection.SparseListCell
Deprecated.
getCellSerializer(Class<T>) - Static method in class org.knime.core.data.DataType
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.date.DateAndTimeCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.def.BooleanCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.def.ComplexNumberCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.def.DoubleCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.def.FuzzyIntervalCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.def.FuzzyNumberCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.def.IntCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.def.IntervalCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.def.LongCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.def.StringCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.def.TimestampCell
Deprecated.
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
getCellSerializer() - Static method in class org.knime.core.data.image.png.PNGImageBlobCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.image.png.PNGImageCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.MissingCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.model.PortObjectCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.xml.PMMLBlobCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.xml.PMMLCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.xml.XMLBlobCell
Deprecated.
getCellSerializer() - Static method in class org.knime.core.data.xml.XMLCell
Deprecated.
getCellsOptional(DataRow) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel.AppendErrorMessageCellFactory
 
getCellType() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
getCenter() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
get center of input data (for centering test data).
getCenterOfAllCoreRegions(DataRow, DataTableSpec) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Computes the center vector of all core regions of the given FuzzyCells as a double array.
getCenterOfCoreRegion(FuzzyIntervalValue) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Computes the center of the FuzzyCells core region, by adding MaxCore and MinCore and dividing the result by 2.
getCenterOfGravity() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getCenterOfGravity() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getCenterOfGravity() - Method in class org.knime.core.data.def.BooleanCell
getCenterOfGravity() - Method in class org.knime.core.data.def.DoubleCell
getCenterOfGravity() - Method in class org.knime.core.data.def.FuzzyIntervalCell
 
getCenterOfGravity() - Method in class org.knime.core.data.def.FuzzyNumberCell
 
getCenterOfGravity() - Method in class org.knime.core.data.def.IntCell
getCenterOfGravity() - Method in class org.knime.core.data.def.IntervalCell
Returns the mean of minimum and maximum border.
getCenterOfGravity() - Method in class org.knime.core.data.def.LongCell
getCenterOfGravity() - Method in interface org.knime.core.data.FuzzyIntervalValue
 
getChar(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return char for key.
getChar(String, char) - Method in class org.knime.core.node.config.base.ConfigBase
Return char for key or the default value if not available.
getChar(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return char for key.
getChar(String, char) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return char for key or the default value if not available.
getChar() - Method in class org.knime.core.node.config.base.ConfigCharEntry
 
getCharacterEncoding() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
Character set - or null if default encoding should be used.
getCharArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return char array which can be null for key.
getCharArray(String, char...) - Method in class org.knime.core.node.config.base.ConfigBase
Return char array which can be null for key, or the default array if the key is not available.
getCharArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return char array which can be null for key.
getCharArray(String, char...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return char array which can be null for key, or the default array if the key is not available.
getCharSetName() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getCharsetName() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getChartCollapsed() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
 
getChild(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Returns the child for that given item specified by pos.
getChildAt(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getChildAt(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
getChildAt(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
getChildAt(int) - Method in class org.knime.core.node.config.base.AbstractConfigEntry
 
getChildAt(int) - Method in class org.knime.core.node.config.base.ConfigBase
The TreeNode for the given index.
getChildCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getChildCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
getChildCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
getChildCount() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
/**
getChildCount() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
 
getChildCount() - Method in class org.knime.core.node.config.base.ConfigBase
 
getChildNodeAt(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Return DecisionTreeNode at specific branch.
getChildren(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageGraphView.DecTreeToImageNodeWidgetFactory
Returns the children of the object or null when object is a leaf.
getChildren() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Returns the children.
getChildren(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidgetFactory
Returns the children of the object or null when object is a leaf.
getChildren(K) - Method in interface org.knime.base.node.mine.decisiontree2.view.graph.NodeWidgetFactory
Returns the children of the object or null when object is a leaf.
getChildren() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
Returns the list of children.
getChildren() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
getChildren() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
getChildren() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
 
getChildStatus(int) - Method in class org.knime.core.node.workflow.execresult.NativeNodeContainerExecutionResult
Query the execution status for a child given its node id suffix.
getChildStatus(int) - Method in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
Query the execution status for a child given its node id suffix.
getChildStatus(int) - Method in class org.knime.core.node.workflow.execresult.SubnodeContainerExecutionResult
Query the execution status for a child given its node id suffix.
getChildStatus(int) - Method in class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
Query the execution status for a child given its node id suffix.
getChildUsedNominalSplitAttributeValues(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Get from a child the attribute name the child is testing for and also the list of attribute values the child is testing for.
getChildUsedNominalSplitAttributeValues(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Get from a child the attribute name the child is testing for and also the list of attribute values the child is testing for.
getChiSquaredDegreesOfFreedom() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Get the degrees of freedom for the Pearson chi-squared statistic.
getChiSquaredPValue() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Get the p-value for the Pearson chi-squared statistic.
getChiSquaredStatistic() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Get the Pearson chi-squared statistic.
getChoices() - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
 
getChoices() - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
 
getChoices() - Method in class org.knime.core.util.node.quickform.in.StringOptionInputQuickFormInElement
 
getChoices() - Method in class org.knime.core.util.node.quickform.in.StringSelectionInputQuickFormInElement
 
getChoices() - Method in class org.knime.core.util.node.quickform.in.TwinStringListInputQuickFormInElement
 
getChoiceValues() - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
 
getChoiceValues() - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
 
getChooseBackgroundButton() - Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
 
getChooseBackgroundButton() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
 
getChunk(int) - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
 
getChunkIndex() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkNodeInput
 
getChunkSize() - Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
Returns the current chunk size.
getChunkSize() - Method in class org.knime.core.node.tableview.TableContentModel
Get the chunk size.
getCipherFileName(String) - Method in interface org.knime.core.node.workflow.NodeContainerParent
Returns the argument string unless this workflow or any of the parent wfms is encrypted.
getCipherFileName(String) - Method in class org.knime.core.node.workflow.SubNodeContainer
Returns the argument string unless this workflow or any of the parent wfms is encrypted.
getCipherFileName(NodeContainerParent, String) - Static method in class org.knime.core.node.workflow.WorkflowCipher
getCipherFileName(String) - Static method in class org.knime.core.node.workflow.WorkflowCipher
The name appended with '.encrypted'.
getCipherFileName(String) - Method in class org.knime.core.node.workflow.WorkflowManager
Returns the argument string unless this workflow or any of the parent wfms is encrypted.
getClassColumn() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
Deprecated.
 
getClassColumn() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
getClassColumn() - Method in class org.knime.base.node.viz.roc.ROCSettings
Returns the name of the class column.
getClassColumnDataType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getClassColumnDataType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getClassColumnName() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getClassColumnName() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getClassColumnSpec() - Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
 
getClassCount() - Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Returns the number of distinct values (classes) in the class column that is used for the stratified sampling.
getClassCounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Determine class counts for a new pattern given as a row of values.
getClassCounts() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Return class counts, that is how many patterns (also fractions of) for each class were encountered in this branch during training.
getClassCounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Determine class counts for a new pattern given as a row of values.
getClassCounts(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Determine class counts for a new pattern given as a row of values.
getClassCounts() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getClassDistribution() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
 
getClassFrequencies() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the class frequencies as a LinkedHashMap mapping class values (DataCell) to the frequency as doubles.
getClassFrequencyArray() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the class frequency array representing the class distribution of this table.
getClassifyColumn() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
 
getClassLabel() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
 
getClassLabel() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
 
getClassMapping() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Allows to get the class mapping from output neurons to class values.
getClassOutput(double[]) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Finds the winner and returns its class output value.
getClassPriorProbability(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getClassPriorProbability(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getClassProbabilities(String[], DataRow, List<String>, boolean, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getClassProbabilities(String[], DataRow, List<String>, boolean) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getClassSummary() - Method in class org.knime.core.node.workflow.FlowLoopContext
 
getClassSummary() - Method in class org.knime.core.node.workflow.FlowLoopContext.RestoredFlowLoopContext
getClassValue() - Method in class org.knime.base.data.neural.Perceptron
 
getClassValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ClassValueDataRow
Returns the class value.
getClassValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DataRowWeighted
Returns the class value.
getClassValue() - Method in class org.knime.base.node.mine.svm.util.DoubleVector
 
getClassValueMapper() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the class value mapper of this table.
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
getClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
getClassValues() - Method in class org.knime.base.node.mine.smote.Smoter
Get iterator of all classes that occur in the target column.
getClearHiliteAction() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
This action calls AbstractPlotter.delegateUnHiLiteAll(), if it is overridden take care to not return null since it might be called also when the AbstractPlotter.getHiLiteMenu() returns null.
getClient() - Method in class org.knime.core.node.workflow.CredentialsProvider
 
getClonedBins() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getClonedInvalidValueBin() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getClonedMissingSection() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
getClonedMissingValueBin() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getClonedSections() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
getClosure() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLInterval
 
getClusterCenter(int) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
Returns the prototype vector of cluster c.
getClusterCentres() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getClusterCentres() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
 
getClusterCoverage(int) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
Returns the coverage of a cluster.
getClusteringMap() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Map of Cluster name -> cluster members (in a set) as given in the clustering to score.
getClusters() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getCoefficient() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.NumericPredictor
 
getCoefficients(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the parameters mapped to the coefficients for the given logit.
getCoefficients(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Returns the parameters mapped to the coefficients for the given logit.
getCoefficients() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the parameters mapped to the coefficients.
getCohenKappa() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Deprecated.
getCohenKappa() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns Cohen's Kappa Coefficient of the prediciton.
getCol() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
 
getColAggregators() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
getColCount() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
 
getColCount() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
 
getColDelimiter() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getColIdx() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
 
getColIdxIncluded(int) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
getColIndex(String) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
getCollapsed() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Returns the collapsed nodes.
getCollapsedMetanodeID() - Method in class org.knime.core.node.workflow.action.CollapseIntoMetaNodeResult
 
getCollectionColName() - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
 
getCollectionElementType() - Method in class org.knime.core.data.container.CellClassInfo
 
getCollectionElementType() - Method in class org.knime.core.data.DataType
Get the type of the elements in collection or null if this type does not represent a collection.
getCollectionType(DataType) - Static method in class org.knime.core.data.collection.ListCell
Convenience method to determine the type of collection.
getCollectionType(DataType) - Static method in class org.knime.core.data.collection.SetCell
Convenience method to determine the type of collection.
getCollectionType(DataType) - Static method in class org.knime.core.data.collection.SparseListCell
Convenience method to determine the type of collection.
getColName() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
 
getColNames() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
 
getColor() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getColor() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getColor() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
getColor() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
 
getColor() - Method in class org.knime.base.node.viz.histogram.util.ColorColumn
 
getColor() - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
 
getColor() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
getColor() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
getColor() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getColor() - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
 
getColor() - Method in class org.knime.core.data.property.ColorAttr
Returns this attribute's color value.
getColor(boolean, boolean) - Method in class org.knime.core.data.property.ColorAttr
Returns the color value for this object under certain constrains.
getColor() - Method in class org.knime.core.node.defaultnodesettings.ColorIcon
 
getColor() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
 
getColor() - Method in class org.knime.core.node.port.PortType
Returns a color for the port type.
getColorAttr(DataCell) - Method in interface org.knime.core.data.property.ColorHandler.ColorModel
Returns a ColorAttr for the given DataCell.
getColorAttr(DataCell) - Method in class org.knime.core.data.property.ColorHandler
Returns a ColorAttr object as specified by the content of the given DataCell.
getColorAttr(DataCell) - Method in class org.knime.core.data.property.ColorModelNominal
Returns a ColorAttr for the given DataCell value, or ColorAttr.DEFAULT if not set.
getColorAttr(DataCell) - Method in class org.knime.core.data.property.ColorModelRange
Returns a ColorAttr for the given DataCell value, or ColorAttr.DEFAULT if not set.
getColorAttr(int) - Method in interface org.knime.core.node.tableview.TableContentInterface
Get the color of a requested row, The color is shown as icon in front of the row key.
getColorAttr(int) - Method in class org.knime.core.node.tableview.TableContentModel
Get the color information for a row.
getColorAttr(int) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Delegating method to TableContentModel.
getColorChooser() - Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
 
getColorChooser() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
 
getColorColumn() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
 
getColorColumn() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
 
getColorHandler() - Method in class org.knime.core.data.DataColumnSpec
Returns the ColorHandler defined on this column, if available.
getColorLegend() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
 
getColorMapping() - Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
 
getColorModel() - Method in class org.knime.core.data.property.ColorHandler
Returns the underlying color model that is derived from class ColorModel.
getColorNameColumns() - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
 
getColorValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
 
getColPercentName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getColProperties() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
getColPropertyAt(int) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
getColSeparator() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getColSetting(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
Deprecated.
The column settings for a column.
getColSetting(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
The column settings for a column.
getColSpec() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
getColSpec(String) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
getColSpec(String) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
 
getColSpec() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
getColSpec() - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
Get reference to the constructor's argument.
getColTotal() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel.CrosstabTotals
Get the column count totals.
getColumn() - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
 
getColumn() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
getColumn() - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
 
getColumn() - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
 
getColumn() - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
 
getColumnAggregator(int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
getColumnAggregator(int) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
Deprecated.
getColumnAggregators() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
getColumnAggregators() - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
Deprecated.
getColumnAggregators() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
 
getColumnClass(int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
getColumnClass(int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
getColumnClass(int) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
getColumnClass(int) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
getColumnClass(int) - Method in class org.knime.core.node.tableview.TableContentModel
Returns DataCell.class.
getColumnClass(int) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Return DataCell.class since the key of a DataRow is a DataCell.
getColumnCount() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
getColumnCount() - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
getColumnCount() - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
getColumnCount() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
getColumnCount() - Method in class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
Column and row count are equal as this is a square matrix.
getColumnCount() - Method in class org.knime.core.data.container.ColumnRearranger
Get the number of columns in the rearranger.
getColumnCount() - Method in class org.knime.core.node.tableview.TableContentModel
Get the column count.
getColumnCount() - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Returns 1.
getColumnDefinitionFragment(DBColumn[]) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
Creates column definitions statement to create a table in database
getColumnDelimiter() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns column delimiter string.
getColumnDestinations() - Method in interface org.knime.base.node.parallel.appender.ExtendedCellFactory
Returns an array of column actions that describe for each column that is returned by ExtendedCellFactory.getCells(org.knime.core.data.DataRow) where is should be inserted into the output table.
getColumnExistenceHandling() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
getColumnFilter() - Method in class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
Returns the column filter panel so, for example, listeners can be added.
getColumnFilter() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
 
getColumnHeader() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
getColumnHeader() - Method in class org.knime.core.node.tableview.TableView
Delegates to super implementation but sets an appropriate preferred size before returning.
getColumnHeaderViewHeight() - Method in class org.knime.core.node.tableview.TableView
Get the height of the column header view or -1 if none has been set (no data available).
getColumnIndex() - Method in class org.knime.base.data.bitvector.BitVectorColumnCellFactory
 
getColumnIndex() - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
Deprecated.
 
getColumnIndex() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
 
getColumnIndex() - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
 
getColumnIndex() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
 
getColumnIndices() - Method in class org.knime.base.data.filter.column.FilterColumnTable
 
getColumnIndices() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
see getValues();
getColumnIndices() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
see getValues();
getColumnIndices() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getColumnInFactory() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
getColumnLabel() - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
getColumnLabel() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
getColumnLabel() - Method in class org.knime.base.data.aggregation.AggregationOperator
getColumnLabel() - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
getColumnLabel() - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
getColumnLabel() - Method in class org.knime.base.data.aggregation.numerical.MeanAbsoluteDeviationOperator
getColumnLabel() - Method in class org.knime.base.data.aggregation.numerical.MedianAbsoluteDeviationOperator
getColumnLabel() - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
 
getColumnLabel() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
getColumnLabel() - Method in class org.knime.base.data.aggregation.OperatorData
 
getColumnList(ListModel) - Static method in class org.knime.core.data.util.ListModelFilterUtils
Returns a set of all valid columns as String.
getColumnList() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
getColumnMapping() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
Deprecated.
 
getColumnMapping() - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCellFactory
 
getColumnMissing(int) - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Get the missing value designator for the specified column.
getColumnModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getColumnName(int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
getColumnName() - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
 
getColumnName(int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
getColumnName(int) - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns column name at index.
getColumnName(int) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
getColumnName(int) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
getColumnName(int) - Method in class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
Returns the column names, i.e.
getColumnName() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
getColumnName() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
 
getColumnName() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalPanel
 
getColumnName() - Method in class org.knime.base.node.viz.histogram.util.ColorColumn
 
getColumnName() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getColumnName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
 
getColumnName() - Method in interface org.knime.core.node.port.database.aggregation.DBAggregationFunction
 
getColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
getColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
getColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
 
getColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
getColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
getColumnName() - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
getColumnName(String) - Method in class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
getColumnName(int) - Method in class org.knime.core.node.tableview.TableContentModel
Get the column header for some specific column index.
getColumnName(int) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Returns "Key" as default row header name.
getColumnName(int) - Method in class org.knime.core.node.util.DefaultConfigTableModel
getColumnNamePolicy() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
 
getColumnNames() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
 
getColumnNames() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
 
getColumnNames() - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
 
getColumnNames() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
getColumnNames() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
 
getColumnNames() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
 
getColumnNames() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
 
getColumnNames() - Method in class org.knime.core.data.DataTableSpec
Returns an array of strings retrieved by DataColumnSpec.getName() for all column specs with this spec (ordered by index).
getColumnNames() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
getColumnNames() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec
 
getColumnNumDeterminingLineNumber() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getColumnProperties() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
getColumnProperties() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
Returns a mapping of column index to the {ColProperty} of the column.
getColumnProperties() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Returns a mapping of column index to the {ColProperty} of the column.
getColumnProperties() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getColumns() - Method in class org.knime.base.data.statistics.Statistic
 
getColumns() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Returns the columns
getColumns() - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Returns the DBColumns used to define this key
getColumns() - Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
Returns number of columns.
getColumns() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
 
getColumns() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
 
getColumns() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
 
getColumns() - Method in class org.knime.base.node.preproc.pmml.missingval.MVColumnSettings
 
getColumns() - Method in class org.knime.core.node.port.database.tablecreator.DBKey
Returns the columns that define the key
getColumnSettings() - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
 
getColumnSpec() - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRow
 
getColumnSpec() - Method in class org.knime.base.node.io.filereader.ColProperty
 
getColumnSpec() - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
Deprecated.
 
getColumnSpec() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
 
getColumnSpec() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
 
getColumnSpec() - Method in class org.knime.base.node.preproc.rename.RenameColumnPanel
 
getColumnSpec(int) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
 
getColumnSpec() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
 
getColumnSpec(int) - Method in class org.knime.core.data.DataTableSpec
Returns column information of the column with the provided index.
getColumnSpec(String) - Method in class org.knime.core.data.DataTableSpec
Returns the DataColumnSpec of the column with the provided name.
getColumnspecFilterConfig() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
 
getColumnSpecs() - Method in class org.knime.base.collection.list.split.SplitCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Deprecated.
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
Deprecated.
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2CellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
Deprecated.
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.ClusterMembershipFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.mds.MDSCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs(int) - Static method in class org.knime.base.node.mine.mds.MDSNodeModel
Deprecated.
should not be used anymore, since column rearranger creates the output spec.
getColumnSpecs(int) - Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Deprecated.
should not be used anymore, since column rearranger creates the output spec.
getColumnSpecs() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictor
Deprecated.
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictor
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in interface org.knime.base.node.parallel.appender.ExtendedCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.autobinner.apply.BinningCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
Deprecated.
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.columnaggregator.AggregationCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
Deprecated.
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
Deprecated.
 
getColumnSpecs() - Method in class org.knime.base.node.preproc.columntrans2.AbstractMany2OneCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCellFactory
 
getColumnSpecs() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.core.data.container.AbstractCellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in interface org.knime.core.data.container.CellFactory
The column specs for the cells that are generated in the getCells() method.
getColumnSpecs() - Method in class org.knime.core.data.DataTableSpec
 
getColumnsSpecsToDrag() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecSourceTransferHandler
 
getColumnsString() - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Returns a string representation of the columns used to define this key
getColumnSuffix() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
 
getColumnSuffix() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
getColumnSuffix() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
getColumnSuffix() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
 
getColumnSuffixModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
Creates and returns the settings model, storing the column suffix.
getColumnText() - Method in class org.knime.base.node.io.database.DBSortItem
Get the text in the column field that is displayed to the user.
getColumnText() - Method in class org.knime.base.node.preproc.sorter.SortItem
Get the text in the column field that is displayed to the user.
getColumnType(int) - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns column type as DataType at index.
getColumnTypes(Connection, String) - Method in class org.knime.core.node.port.database.DatabaseHelper
 
getColumnTypes() - Method in class org.knime.core.node.util.dialog.TypeProvider
 
getColumnWidth() - Method in class org.knime.core.node.tableview.TableView
Returns the width of the first column or -1 if there are no columns.
getColVarColumn() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
getColWidth() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
getColWidths() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
getCombineMultipleDelimiters() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
getComboBox() - Method in class org.knime.core.node.util.StringHistoryPanel
Access to combo box component.
getCommentBegin() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
getCommentEnd() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
getCommentStart() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getCommonSettings(NodeID...) - Method in class org.knime.core.node.workflow.WorkflowManager
Gets for a set of nodes their (overlapping) node settings.
getCommonSuperType(DataType, DataType) - Static method in class org.knime.core.data.DataType
Returns a type which is compatible to only those values, both given types are compatible to, i.e.
getCommonTIDs() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
Return the transaction ids in which the items in this set appear together as a bitset where the bit is set if the items are present in this transaction.
getCommonTypes() - Method in class org.knime.base.collection.list.split.SplitCellFactory
 
getComparator() - Method in class org.knime.base.data.bitvector.BitVectorValue.BitVectorUtilityFactory
Deprecated.
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator(DataColumnSpec, DataColumnSpec) - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
getComparator() - Method in class org.knime.base.node.preproc.setoperator.SingleColRowComparator
 
getComparator() - Method in class org.knime.core.data.blob.BinaryObjectDataValue.BinaryObjectUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.BooleanValue.BooleanUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.ComplexNumberValue.ComplexNumberUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.DataType
A comparator for DataCell objects of this type.
getComparator() - Method in class org.knime.core.data.DataValue.UtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.date.DateAndTimeUtility
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.DoubleValue.DoubleUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataValue.FileStoreKeyUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.FuzzyIntervalValue.FuzzyIntervalUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.FuzzyNumberValue.FuzzyNumberUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.image.png.PNGImageValue.ImageCellUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.IntervalValue.IntervalUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.IntValue.IntUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.LongValue.LongUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.model.PortObjectValue.PortObjectUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.StringValue.StringUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.TimestampValue.TimestampUtilityFactory
Deprecated.
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.vector.bitvector.BitVectorValue.BitVectorUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.vector.bytevector.ByteVectorValue.ByteVectorUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.vector.doublevector.DoubleVectorValue.DoubleVectorUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparator() - Method in class org.knime.core.data.vector.stringvector.StringVectorValue.StringVectorUtilityFactory
Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
getComparisonMeasure() - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
 
getCompatibleFunctions(DataType, boolean) - Method in class org.knime.base.data.aggregation.AggregationMethods
getCompatibleFunctions(DataType, boolean) - Method in class org.knime.base.node.io.database.groupby.dialog.DBAggregationFunctionProvider
getCompatibleFunctions(DataType, boolean) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunctionProvider
 
getCompatibleFunctions(DataType, Collection<DBAggregationFunction>) - Static method in class org.knime.core.node.port.database.aggregation.DBAggregationFunctionUtil
 
getCompatibleMappingMethods() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the mapping methods compatible to this coordinate's data type.
getCompatibleMethodGroupList(DataType) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getCompatibleMethodGroups(DataType) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getCompatibleMethods(DataType) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getCompatibleMethods(DataType, boolean) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getCompatibleMethods(DataType) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
 
getCompatibleMethods(DataType) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationMethodTableCellEditor
 
getCompatibleMethods(DataType) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregatorTableCellEditor
getCompatibleMethods(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRowTableCellEditor
getCompatibleMethodsCount() - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
 
getCompatibleModel(DataColumnSpec, String, int, boolean, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
Returns the compatible AttributeModel or null if the data type is not supported.
getCompatiblePolicies() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the compatible policies for this data value.
getCompatibleRowIdxs(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
 
getCompatibleRowIdxs(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
 
getCompatibleRowIdxs(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
 
getCompatibleRowIdxs(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
 
getCompatibleRowIdxs(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
 
getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
getCompatibleType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
getCompleteHilitedCells(Set<RowKey>) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns all cells of the confusion matrix (as Points) if the given key set contains all keys of that cell.
getComponent() - Method in class org.knime.core.node.NodeView
Returns the underlying content pane's panel placed at the center of the view.
getComponentPanel() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
getComponentPanel() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
 
getComponentPanel() - Method in interface org.knime.base.node.preproc.draganddroppanel.PaneConfigurationDialog
 
getComponentPanel() - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
getComponentPanel() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
 
getCompositionMode() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
 
getCondition() - Method in class org.knime.base.node.rules.Rule
Deprecated.
Returns the rule's condition (antecedant).
getConfidence() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
 
getConfig() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
 
getConfig() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
 
getConfig() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberCellFactory
Get PMML MapValues container object.
getConfig() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberCellFactory
Get PMML MapValues container object.
getConfig() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
 
getConfig() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
 
getConfig() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel.CalculationResult
Deprecated.
 
getConfig() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel.CalculationResult
Deprecated.
 
getConfig(String) - Method in class org.knime.core.node.config.Config
Retrieves Config by key.
getConfig(String) - Method in interface org.knime.core.node.config.ConfigRO
Returns a Config for the given key.
getConfig() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableOperatorInternals
 
getConfigBase(String) - Method in class org.knime.core.node.config.base.ConfigBase
Retrieves ConfigBase by key.
getConfigBase(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Returns a ConfigBase for the given key.
getConfigElement(String, Class<T>) - Method in class org.knime.core.util.node.config.ConfigRegistry
Queries a config parameter previously registered with one of the add methods.
getConfigElement(String, Class<T>) - Method in class org.knime.core.util.node.config.NodeConfiguration
Queries a config parameter that was registered during construction time.
getConfigElements() - Method in class org.knime.core.util.node.config.ConfigRegistry
Get (read-through!) iterable on all registered config parameters.
getConfigEntry() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
 
getConfigName() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
getConfigName() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
getConfigName() - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
 
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
getConfigName() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
getConfigRootName() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
 
getConfiguration() - Method in class org.knime.base.data.normalize.AffineTransTable
 
getConfiguration() - Method in class org.knime.base.data.normalize.NormalizerPortObject
 
getConfiguration() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
 
getConfiguration() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.ConfigurationContainer
 
getConfiguration() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
 
getConfiguration() - Method in interface org.knime.core.quickform.in.QuickFormInputNode
Get handle on current (filled) configuration or null.
getConfigurationPanels() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
getConfiguredColumns() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
 
getConfiguredColumns() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
Returns an immutable set of columns for which a configuration exists.
getConfigWarnings() - Method in class org.knime.base.node.preproc.joiner.Joiner
Get warnings which occurred when processing the method getOutputSpec.
getConnectedInportIndices() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
 
getConnectedNodeContainer() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
The single node container associated with this port.
getConnectedNodeContainer() - Method in interface org.knime.core.node.workflow.NodeOutPort
The single node container associated with this port.
getConnectedNodeContainer() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
The single node container associated with this port.
getConnectedOutportIndices() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
 
getConnection(CredentialsProvider, DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.connection.CachedConnectionFactory
getConnection(CredentialsProvider, DatabaseConnectionSettings) - Method in interface org.knime.core.node.port.database.connection.DBConnectionFactory
 
getConnection(ConnectionID) - Method in class org.knime.core.node.workflow.WorkflowManager
Gets a connection by id.
getConnectionContainers() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getConnectionFactory() - Method in class org.knime.core.node.port.database.DatabaseUtility
getConnectionLineWidth() - Method in class org.knime.core.node.workflow.EditorUIInformation
 
getConnectionModel() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
returns the actual model content.
getConnectionModel() - Method in class org.knime.core.node.port.database.DatabasePortObject
getConnectionModel() - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
getConnectionProgress() - Method in class org.knime.core.node.workflow.ConnectionProgressEvent
 
getConnectionsByDest(NodeID) - Method in class org.knime.core.node.workflow.Workflow
Return all connections having the same destination.
getConnectionsBySource(NodeID) - Method in class org.knime.core.node.workflow.Workflow
Return all connections having the same destination.
getConnectionsBySourceValues() - Method in class org.knime.core.node.workflow.Workflow
 
getConnectionSecurity() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getConnectionSet() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
The connections between the nodes that are loaded.
getConnectionSet() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
The connections between the nodes that are loaded.
getConnectionSet() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
The connections between the nodes that are loaded.
getConnectionSet() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
The connections between the nodes that are loaded.
getConnectionSet() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
The connections between the nodes that are loaded.
getConnectionSettings() - Method in class org.knime.base.node.io.database.util.DBDialogPane
Settings object holding the current database connection properties.
getConnectionSettings(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject
Returns the connection settings for this object.
getConnectionSettings(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
Returns the connection settings for this object.
getConnectionSettings(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabasePortObject
Returns the connection settings for this object.
getConnectionSettings(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
Returns the connection settings for this object.
getConnectorLabelAbove() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
Get the label that should be painted on the connector above the NodeWidget.
getConnectorLabelAbove() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the label that should be painted on the connector above the NodeWidget.
getConnectorLabelBelow() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
Get the label that should be painted on the connector below the NodeWidget.
getConnectorLabelBelow() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the label that should be painted on the connector below the NodeWidget.
getConnectTimeout() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getConsequent() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
 
getContent() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionTranslator
 
getContent() - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
 
getContent() - Method in class org.knime.core.data.xml.PMMLCell
 
getContent() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getContent(Class[]) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getContentEncoding() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getContentLength() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getContentLengthLong() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getContentModel() - Method in class org.knime.base.node.viz.table.TableNodeModel
Get reference to the underlying content model.
getContentModel() - Method in class org.knime.core.node.tableview.TableContentView
Returns a reference to the TableContentModel.
getContentModel() - Method in class org.knime.core.node.tableview.TableView
Get reference to underlying TableContentModel.
getContentTable() - Method in class org.knime.core.node.tableview.TableView
Get reference to table view that is in the scroll pane's view port.
getContentType() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getContext() - Static method in class org.knime.core.node.workflow.NodeContext
Returns the current node context or null if no context exists.
getContext() - Method in class org.knime.core.node.workflow.WorkflowManager
Returns the current workflow context or null if no context is available.
getContextStack() - Static method in class org.knime.core.node.workflow.NodeContext
Returns the context stack for the current thread.
getControlPanel() - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
This method returns the control panel, which provides control elements over the underlying model.
getConvertedData() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Please make sure to call init() first in order to guarantee that the DataTable is converted.
getConvertedData(DataTable) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
 
getConvertedData(DataTable, Random) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
 
getConverter() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
getConverterFactories(Class<S>, DataType) - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
Get all converter factories which create JavaToDataCellConverters that convert sourceType into destType.
getConverterFactories(DataType, Class<D>) - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
Get all DataCellToJavaConverterFactory which create DataCellToJavaConverters that convert sourceType into destType.
getConverterFactory(String) - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
Get the DataCellToJavaConverterFactory with the given identifier.
getConverterFactory(String) - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
Get the DataCellToJavaConverterFactory with the given identifier.
getConverterIndex() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
getConverterToIndexMap() - Method in class org.knime.core.data.container.RearrangeColumnsTable.NewColumnsProducerMapping
 
getConvertToMetaNodeCopyPersistor() - Method in class org.knime.core.node.workflow.SubNodeContainer
 
getCoordinate() - Method in class org.knime.base.node.viz.plotter.Axis
 
getCoordinate() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
getCoordinates() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
 
getCopiedLoopContent() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
 
getCopyOfClassFrequencyArray() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns a copy of the class frequency array representing the class distribution of this table.
getCopyPersistor(HashMap<Integer, ContainerTable>, FileStoreHandlerRepository, boolean, boolean) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Get a new persistor that is used to copy this node (copy&paste action).
getCopyPersistor(HashMap<Integer, ContainerTable>, FileStoreHandlerRepository, boolean, boolean) - Method in class org.knime.core.node.workflow.NodeContainer
Get a new persistor that is used to copy this node (copy&paste action).
getCopyPersistor(HashMap<Integer, ContainerTable>, FileStoreHandlerRepository, boolean, boolean) - Method in class org.knime.core.node.workflow.SubNodeContainer
Get a new persistor that is used to copy this node (copy&paste action).
getCopyPersistor(HashMap<Integer, ContainerTable>, FileStoreHandlerRepository, boolean, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Get a new persistor that is used to copy this node (copy&paste action).
getCore() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getCore() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getCore() - Method in class org.knime.core.data.def.BooleanCell
getCore() - Method in class org.knime.core.data.def.DoubleCell
getCore() - Method in class org.knime.core.data.def.FuzzyNumberCell
 
getCore() - Method in class org.knime.core.data.def.IntCell
getCore() - Method in class org.knime.core.data.def.LongCell
getCore() - Method in interface org.knime.core.data.FuzzyNumberValue
 
getCoreDilatationToOtherCore(DataRow, DataRow, DataTableSpec) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Computes the core dilatation of a core region to another core region.
getCorner() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
getCorrectCount() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Deprecated.
getCorrectCount() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns the count of correct predictions.
getCorrelationDistance(DataRow, SotaTreeCell, double, boolean, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the coefficient of correlation distance between the cells values and the number cells of the given row with a given offset.
getCorrelationDistance(DataRow, DataRow, double, boolean, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the coefficient of correlation distance between the rows with a given offset.
getCorrelationMatrix() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Returns a matrix with the pairwise correlation values.
getCorrelationTable() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
Getter for correlation table to display.
getCosinusDistance(DataRow, DataRow, double, boolean) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Computes the cosinus distance between the given two rows, with given offset.
getCosinusDistance(DataPoint, DataPoint, double) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Computes the cosinus distance between the given two DataPoints, with given offset.
getCosinusDistance(DataRow, DataRow, double, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Computes the cosinus distance between the given two rows, with given offset.
getCosinusDistance(DataRow, SotaTreeCell, double, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the cosinus distance between the cells values and the number cells of the given row with a given offset.
getCount(DataCell) - Method in class org.knime.base.node.mine.smote.Smoter
Get frequency of a class name in the input table.
getCount() - Method in class org.knime.base.node.preproc.equalsizesampling.OccurrenceCounter
 
getCount() - Method in class org.knime.core.node.NodeTriple
Returns the count of this node triple.
getCountElementsPolicy() - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
 
getCounterFor(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Returns the counter, the support, for the item with identifier pos.
getCountOfSubtree() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Returns the count of the subtree.
getCountOfSubtree() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Returns the count of the subtree.
getCountOfSubtree() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Returns the count of the subtree.
getCovarianceMatrix(ExecutionContext, BufferedDataTable, int[], double[], double[][]) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
Converts a DataTable to the 2D-double array representing its covariance matrix.
getCovariateList() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getCovariates() - Method in class org.knime.base.node.mine.regression.RegressionContent
Get the covariates.
getCreatedFileStoresTable() - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
 
getCreateFragment() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
getCreateTableFragment(String, String, boolean, boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
getCreateTableStatement(String, String, boolean, boolean, DBColumn[], DBKey[], String) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
Generates query to create a new table in database
getCreator() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
 
getCreator() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
getCreator() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject
getCredential() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
 
getCredentialName() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Returns the name of the credential entry that should be used.
getCredentials() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Get (non-null) map of credentials.
getCredentials() - Method in class org.knime.core.node.workflow.CredentialsStore
Get iterable for credentials.
getCredentials() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Get (non-null) map of credentials.
getCredentials() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Get (non-null) map of credentials.
getCredentials() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Get (non-null) map of credentials.
getCredentials() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
Get (non-null) map of credentials.
getCredentialsId() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getCredentialsNames() - Method in class org.knime.core.node.NodeDialogPane
Get a list of available credentials identifiers.
getCredentialsProvider() - Method in class org.knime.core.node.Node
 
getCredentialsProvider() - Method in class org.knime.core.node.NodeDialogPane
Accessor to credentials defined on a workflow.
getCredentialsProvider() - Method in class org.knime.core.node.NodeModel
Accessor to credentials defined on a workflow.
getCredentialsProvider() - Method in class org.knime.core.node.workflow.NativeNodeContainer
getCredentialsProvider() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getCredentialsProvider() - Method in class org.knime.core.node.workflow.SubNodeContainer
getCredentialsStore() - Method in class org.knime.core.node.workflow.WorkflowManager
Get reference to credentials store used to persist name/passwords.
getCredentialsValue() - Method in class org.knime.core.node.workflow.FlowVariable
Temporary workaround to represent credentials in flow variables.
getCurrentCell() - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
 
getCurrentInstanceUpTime() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
 
getCurrentLine() - Method in class org.knime.base.node.util.BufferedFileReader
Returns the line currently read (if the \n char was already read, it still returns the current/last line).
getCurrentLineNumber() - Method in class org.knime.base.node.util.BufferedFileReader
 
getCurrentLocation() - Method in class org.knime.core.node.workflow.WorkflowContext
Returns the current location of the workflow, which can be a temporary directory.
getCurrentMouseListener() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getCurrentPolicy() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the current tick policy.
getCurrentRendererID() - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
 
getCurrentThreadsInUse() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
Returns the number of threads currently in use.
getCurrentWizardPage() - Method in class org.knime.core.node.workflow.WizardExecutionController
Get the current wizard page.
getCursor() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
getCursor() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
getCursor() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
getCursor() - Method in class org.knime.base.node.viz.plotter.PlotterMouseListener
 
getCursor() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
getCurve(int) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Returns the curve settings for the given index.
getCurve(int) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Returns the curve settings for the given index.
getCurveCount() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Returns the number of curves that should be plotted.
getCurveCount() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Returns the number of curves that should be plotted.
getCurves() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Deprecated.
Returns a list with all pre-calculated curves that should be shown in the view.
getCurves() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
Returns a list with all pre-calculated curves that should be shown in the view.
getCurves() - Method in class org.knime.base.node.viz.roc.ROCNodeModel
Returns a list with all pre-calculated curves that should be shown in the view.
getCurves() - Method in class org.knime.base.node.viz.roc.ROCSettings
Returns the list of class probability columns that should be shown in the ROC view.
getCustomCommentLine() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
getCustomData() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
To get the custom data object.
getCustomDescription() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getCustomDescription() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
getCustomDescription() - Method in class org.knime.core.node.workflow.NodeContainer
 
getCustomDescription() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getCustomName() - Method in class org.knime.core.node.workflow.NodeContainer
For reporting backward compatibility.
getCustomPredictionName() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
 
getCustomSuffix() - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
getCycle() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getD() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
getData() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells data array.
getData() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
getData() - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
 
getData() - Method in class org.knime.base.util.kdtree.NearestNeighbour
Returns the data associated with the pattern.
getData() - Method in class org.knime.base.util.kdtree.TerminalNode
Returns the optional data object.
getData() - Method in class org.knime.core.node.workflow.Annotation
 
getData() - Method in class org.knime.core.node.workflow.NodeAnnotation
getDataArray(int) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Deprecated.
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
Deprecated.
Use PolyRegLearnerNodeModel.getViewData() PolyRegViewData.getRowContainer() instead as this might cause inconsistencies!
getDataArray(int) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Provides the data that should be visualized.
getDataArray(int) - Method in interface org.knime.base.node.viz.plotter.DataProvider
Provides the data that should be visualized.
getDataArray(int) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Provides the data that should be visualized.
getDataArrayIdx() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getDataAsString(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells data as String.
getDatabaseConnectionSettings() - Method in class org.knime.core.node.port.database.DatabaseHelper
 
getDatabaseIdentifier() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
 
getDatabaseIdentifier() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Returns the unique database identifier.
getDatabaseIdentifier() - Method in class org.knime.core.node.port.database.DatabaseUtility
 
getDatabaseIdentifierFromJDBCUrl(String) - Static method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
getDatabaseIdentifiers() - Static method in class org.knime.core.node.port.database.DatabaseUtility
 
getDatabaseIdentifierValue() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
getDatabaseMetaData(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
Deprecated.
Returns the database meta data on the connection.
getDatabaseMetaData(CredentialsProvider) - Method in interface org.knime.core.node.port.database.reader.DBReader
Returns the database meta data on the connection.
getDatabaseMetaData(CredentialsProvider) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
Returns the database meta data on the connection.
getDatabaseName() - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
Returns the database's name.
getDatabaseTimeout() - Static method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Returns the current database timeout in seconds.
getDataCell(String) - Method in class org.knime.core.node.config.Config
Return DataCell for key.
getDataCell(String, DataCell) - Method in class org.knime.core.node.config.Config
Return a DataCell which can be null, or the default value if the key is not available.
getDataCell(String) - Method in interface org.knime.core.node.config.ConfigRO
Return DataCell for key.
getDataCell(String, DataCell) - Method in interface org.knime.core.node.config.ConfigRO
Return a DataCell which can be null, or the default value if the key is not available.
getDataCellArray(String) - Method in class org.knime.core.node.config.Config
Return DataCell array.
getDataCellArray(String, DataCell...) - Method in class org.knime.core.node.config.Config
Return DataCell array which can be null for key, or the default array if the key is not available.
getDataCellArray(String) - Method in interface org.knime.core.node.config.ConfigRO
Return DataCell array.
getDataCellArray(String, DataCell...) - Method in interface org.knime.core.node.config.ConfigRO
Return DataCell array which can be null for key, or the default array if the key is not available.
getDataCellType() - Method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
 
getDataColumnFilterConfig() - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
getDataColumnSpec() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
 
getDataColumnSpec() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the underlying DataColumnSpec.
getDataFileLocation() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getDataFileRef() - Method in class org.knime.core.node.ExtensionTable.LoadContext
 
getDataFileURL() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns an URL of the input data file initialized with file name, protocol, host, and port as specified in the xml file.
getDataFileURLspec() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the locator of the input data file as specified in the XML file.
getDataIds() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells Ids of according data sets.
getDataInputPortIndex() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Returns the index of the data input port from the node model.
getDataPoints() - Method in class org.knime.base.node.mine.mds.MDSManager
 
getDataPoints() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
 
getDataProvider() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getDataRows() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
 
getDataRows() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
getDataTable() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel.CalculationResult
Deprecated.
 
getDataTable() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel.CalculationResult
Deprecated.
 
getDataTable(Map<Integer, BufferedDataTable>, Integer) - Static method in class org.knime.core.node.BufferedDataTable
Method that is used internally while the workflow is being loaded.
getDataTable() - Method in class org.knime.core.node.streamable.BufferedDataTableRowOutput
Returns the created DataTable - only after close() was called.
getDataTable() - Method in class org.knime.core.node.tableview.TableContentModel
Get reference to underlying DataTable as it was passed in the constructor or changed by successive calls of TableContentModel.setDataTable(DataTable).
getDataTableSpec() - Method in class org.knime.base.data.append.column.AppendedColumnTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.append.row.AppendedRowsRowInput
Deprecated.
The table spec of the input.
getDataTableSpec() - Method in class org.knime.base.data.append.row.AppendedRowsTable
Deprecated.
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.filter.column.FilterColumnRowInput
The table spec of the input.
getDataTableSpec() - Method in class org.knime.base.data.filter.column.FilterColumnTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.filter.row.FilterRowTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.join.JoinedTable
Deprecated.
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.nominal.NominalTable
The table spec which contains at least all possible values for one particular column.
getDataTableSpec() - Method in class org.knime.base.data.normalize.AffineTransTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.replace.ReplacedColumnsTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.sort.SortedTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Produces a DataTableSpec for the statistics table which contains the range values calculated here.
getDataTableSpec() - Method in class org.knime.base.node.io.arffreader.ARFFTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.io.filereader.FileTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
Get the table spec corresponding the the rows.
getDataTableSpec() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
Deprecated.
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.parallel.appender.CombinedTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.preproc.filter.row.RowFilterTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
Deprecated.
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellReplacingDataTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in interface org.knime.base.node.util.DataArray
Get the table spec corresponding the the rows.
getDataTableSpec() - Method in class org.knime.base.node.util.DefaultDataArray
Get the table spec corresponding the the rows.
getDataTableSpec() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
getDataTableSpec() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
getDataTableSpec() - Method in class org.knime.core.data.append.AppendedRowsRowInput
The table spec of the input.
getDataTableSpec() - Method in class org.knime.core.data.append.AppendedRowsTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.container.ConcatenateTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.container.ContainerTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.container.JoinedTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.container.TableSpecReplacerTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.container.VoidTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.container.WrappedTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in interface org.knime.core.data.DataTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.data.def.DefaultTable
Deprecated.
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.node.BufferedDataTable
Returns the DataTableSpec object of this table which gives information about the structure of this data table.
getDataTableSpec() - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
 
getDataTableSpec(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
Deprecated.
Returns a data table spec that reflects the meta data form the database result set.
getDataTableSpec() - Method in class org.knime.core.node.port.database.DatabaseReaderConnection.RowIteratorConnection
Deprecated.
 
getDataTableSpec(CredentialsProvider) - Method in interface org.knime.core.node.port.database.reader.DBReader
Returns a data table spec that reflects the meta data form the database result set.
getDataTableSpec(CredentialsProvider) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
Returns a data table spec that reflects the meta data form the database result set.
getDataTableSpec() - Method in interface org.knime.core.node.port.database.reader.DBRowIterator
 
getDataTableSpec() - Method in class org.knime.core.node.port.database.reader.RowIteratorConnection
getDataTableSpec() - Method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
 
getDataTableSpec() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getDataTableSpec() - Method in class org.knime.core.node.streamable.DataTableRowInput
The table spec of the input.
getDataTableSpec() - Method in class org.knime.core.node.streamable.RowInput
The table spec of the input.
getDataTableSpec() - Method in class org.knime.core.node.tableview.TableContentModel
Get the table spec of the current DataTable.
getDataTableSpec() - Method in class org.knime.core.node.util.ColumnSelectionPanel
getDataType(DataType) - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getDataType(DataType) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.booleancell.FalseCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.booleancell.TrueCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.AndElementCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.ElementCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.OrElementCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.XORElementCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.date.DateMeanOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.date.DayRangeOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.date.MedianDateOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.deprecated.AndElementCountOperator
Deprecated.
getDataType(DataType) - Method in class org.knime.base.data.aggregation.deprecated.AndElementOperator
Deprecated.
getDataType(DataType) - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated.
getDataType(DataType) - Method in class org.knime.base.data.aggregation.deprecated.SumOperator
Deprecated.
getDataType(DataType) - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated.
getDataType(DataType) - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated.
getDataType(JTable, R, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
 
getDataType(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationMethodTableCellEditor
 
getDataType(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellEditor
Deprecated.
getDataType(JTable, ColumnAggregator, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.column.ColumnAggregatorTableCellEditor
getDataType(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregatorTableCellEditor
Deprecated.
getDataType(JTable, PatternAggregator, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregatorTableCellEditor
getDataType() - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
 
getDataType(JTable, DataTypeAggregator, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregatorTableCellEditor
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.ConcatenateOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.CountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.FirstOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.LastOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.ListCellOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.MaxOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.MinOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.MissingValueCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.ModeOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.PercentOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.SetCellOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.general.UniqueCountOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.MeanAbsoluteDeviationOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.MedianAbsoluteDeviationOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.MedianOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.ProductOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.StorelessUnivariantStatisticOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.SumOperator
getDataType(DataType) - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
getDataType(JTable, DBColumnAggregationFunctionRow, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRowTableCellEditor
getDataType(JTable, DBPatternAggregationFunctionRow, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRowTableCellEditor
getDataType() - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRow
 
getDataType(JTable, DBDataTypeAggregationFunctionRow, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRowTableCellEditor
getDataType() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
 
getDataType() - Method in enum org.knime.base.node.preproc.constantvalue.TypeCellFactory
 
getDataType() - Method in class org.knime.core.data.blob.BinaryObjectCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.container.CellClassInfo
Get the DataType of the underlying cell.
getDataType() - Method in interface org.knime.core.data.DataCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.date.DateAndTimeCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.def.BooleanCell.BooleanCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.def.DoubleCell.DoubleCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervallCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.def.IntCell.IntCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.def.IntervalCell.IntervallCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.def.LongCell.LongCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.def.StringCell.StringCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.image.png.PNGImageCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell.Factory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell.Factory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell.Factory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.vector.doublevector.DoubleVectorCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.vector.stringvector.StringVectorCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.xml.PMMLCellFactory
Returns the data type of the cells that this factory will create.
getDataType() - Method in class org.knime.core.data.xml.XMLCellFactory
Returns the data type of the cells that this factory will create.
getDataType(String) - Method in class org.knime.core.node.config.Config
Return DataType for key.
getDataType(String, DataType) - Method in class org.knime.core.node.config.Config
Return a DataType elements or null for key, or the default value if not available.
getDataType(String) - Method in interface org.knime.core.node.config.ConfigRO
Return DataType for key.
getDataType(String, DataType) - Method in interface org.knime.core.node.config.ConfigRO
Return a DataType elements or null for key, or the default value if not available.
getDataType() - Method in class org.knime.core.node.port.image.ImagePortObjectSpec
Get the DataType of the cell that will be generated by the port objects ImagePortObject.toDataCell() method.
getDataTypeArray(String) - Method in class org.knime.core.node.config.Config
Returns an array of DataType objects which can be null.
getDataTypeArray(String, DataType...) - Method in class org.knime.core.node.config.Config
Returns the array of DataType objects for the given key or if not available the given array.
getDataTypeArray(String) - Method in interface org.knime.core.node.config.ConfigRO
Returns an array of DataType objects which can be null.
getDataTypeArray(String, DataType...) - Method in interface org.knime.core.node.config.ConfigRO
Returns the array of DataType objects for the given key or if not available the given array.
getDataTypeHandling() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
getDate() - Method in class org.knime.core.data.def.TimestampCell
Deprecated.
getDate() - Method in interface org.knime.core.data.TimestampValue
Deprecated.
 
getDate() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
Returns the stored date.
getDate() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getDateFormat() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
 
getDayOfMonth() - Method in class org.knime.core.data.date.DateAndTimeCell
getDayOfMonth() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getDBColumn() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Returns the underlying DBColumn instance
getDbIdentifier() - Method in class org.knime.core.node.port.database.aggregation.InvalidDBAggregationFunction
 
getDBIdentifier() - Method in class org.knime.core.node.port.database.DatabaseUtilityRegistry
 
getDBKey() - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Returns the underlying DBKey instance
getDBName() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
getDBSize() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.
 
getDecimalSeparator() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getDecimalSeparator() - Method in class org.knime.base.node.io.filereader.DataCellFactory
Returns the current decimal separator of floating point numbers.
getDecimalSeparator() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getDecisionTree() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
 
getDecisionTree() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Returns the decision tree model.
getDecisionTree() - Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeTranslator
 
getDecisionTree() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
 
getDecisionTree() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
 
getDeepFiltering() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
 
getDefault() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy
Returns the default missing value strategy.
getDefault() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
Returns the default no true child strategy.
getDefault() - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
 
getDefault() - Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
 
getDefault() - Static method in class org.knime.base.node.preproc.joiner.InputRow.WildCardCell
Get the singleton value.
getDefault() - Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
getDefault() - Static method in enum org.knime.core.data.vector.bitvector.BitVectorType
 
getDefault() - Static method in class org.knime.core.node.util.dialog.TypeProvider
Get default type provider.
getDefault() - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
 
getDefaultChild() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
 
getDefaultChild() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getDefaultChildIndex() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
 
getDefaultColumns(DataTableSpec) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
get column indices for all double compatible columns.
getDefaultElement() - Method in class org.knime.core.data.collection.SparseListCell
getDefaultElement() - Method in interface org.knime.core.data.collection.SparseListDataValue
 
getDefaultFontSize() - Method in class org.knime.core.node.workflow.Annotation
 
getDefaultFontSize() - Method in class org.knime.core.node.workflow.AnnotationData
Return the default font size for this annotation, or -1 if size from pref page should be used.
getDefaultFormat() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner.BinnerNumberFormat
 
getDefaultFunction(DataType) - Method in class org.knime.base.data.aggregation.AggregationMethods
getDefaultFunction(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.DBAggregationFunctionProvider
getDefaultFunction(DataType) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunctionProvider
 
getDefaultIcon() - Static method in class org.knime.core.node.NodeFactory
Returns the default icon for nodes that do not define their own.
getDefaultJobManagerFactory() - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
There is always at least one job manager factory availably.
getDefaultKernelType() - Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
Return a default kernel.
getDefaultLabel() - Method in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
Returns the label that should be used if no rule matches.
getDefaultLabelIsColumn() - Method in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
 
getDefaultLayout() - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
 
getDefaultMessage() - Static method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeDialog
 
getDefaultMethod(DataColumnSpec) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getDefaultMethod(Class<? extends DataValue>) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getDefaultMethod() - Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
 
getDefaultMethod() - Static method in enum org.knime.base.node.viz.aggregation.ValueScale
 
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.BoxPlotAppearanceTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.InterpolationTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.PropertiesTab
 
getDefaultName() - Method in class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
getDefaultNotNumericalMethod() - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getDefaultNumericalMethod() - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getDefaultOption() - Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
 
getDefaultParameter(int) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
return the default parameter at the given index.
getDefaultParameter(int) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
return the default parameter at the given index.
getDefaultParameter(int) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
return the default parameter at the given index.
getDefaultParameter(int) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
return the default parameter at the given index.
getDefaultPreferredSize() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
 
getDefaultRenderer() - Method in class org.knime.core.data.ExtensibleUtilityFactory
Returns the default renderer for this data value.
getDefaultSQLStatement() - Static method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
 
getDefaultSQLType(DataType) - Static method in class org.knime.base.node.io.database.tablecreator.util.DBUtil
 
getDefaultStackTrace() - Static method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeDialog
 
getDefaultUseCaches() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getDefaultValue(int) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Returns the default value of the given column
getDefaultValue(int) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Returns the default value of the given column
getDefaultValue(int) - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
Returns the default value of the given column
getDefaultValue(int) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
Returns the default value of the given column
getDefaultValue(int) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
Returns the default value of the given column
getDefaultValue(int) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
Returns the default value of the given column
getDefaultValue() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
 
getDefaultValue() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
getDefaultValue() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
Get the value used when element in the input is not found in the map.
getDefaultValue() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
getDefaultValue() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
Get the value used when element in the input is not found in the map.
getDefaultValue() - Method in interface org.knime.core.node.dialog.DialogNode
Get the default dialog value (use defaults as per node configuration).
getDefaultValue() - Method in class org.knime.core.node.util.ColumnComboBoxRenderer
Get the default value.
getDefaultValue() - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
 
getDefaultValue() - Method in class org.knime.core.util.node.config.ConfigElementAbstractSimple
 
getDefaultValueDelimiter() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
 
getDefaultValueDouble() - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
 
getDefaultValueInt() - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
 
getDefaultValueString() - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
 
getDefaultVariable() - Static method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeDialog
 
getDegree() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
Returns the maximum degree that polynomial used for regression should have.
getDegree() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
Returns the maximum degree that polynomial used for regression should have.
getDegreesOfFreedom(String, String) - Method in class org.knime.base.node.mine.regression.predict2.ParamMatrix
Gives the degrees of freedom for the given parameter and the given category of the target.
getDelay() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Returns the current delay, that is the number of iterations until the view is refreshed.
getDelaySlider() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Returns the slider to adjust the delay.
getDelegate() - Method in class org.knime.core.node.BufferedDataTable
Package scope getter for underlying table implementation.
getDeletedNodesFileLocations() - Method in class org.knime.core.internal.ReferencedFile
A list maintained by the Workflow Manager to remember child locations which are obsolete.
getDelimiter() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
getDelimiter() - Method in class org.knime.core.util.tokenizer.Delimiter
 
getDelimiterPattern(String) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Returns the Delimiter object stored for the delimiter with the pattern specified.
getDelta() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getDepth() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
 
getDepth() - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
 
getDerivedFieldMap() - Method in class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
getDerivedFieldName(String) - Method in class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
getDerivedFields() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
 
getDerivedFields(PMMLDocument.PMML) - Static method in class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
getDerivedNames() - Method in class org.knime.core.node.port.pmml.preproc.DerivedFieldMapper
 
getDescription() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
getDescription() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
getDescription() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
getDescription() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
getDescription() - Method in class org.knime.base.data.aggregation.booleancell.FalseCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.booleancell.TrueCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.AndElementCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.ElementCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.OrElementCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.XORElementCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
getDescription() - Method in class org.knime.base.data.aggregation.date.DateMeanOperator
getDescription() - Method in class org.knime.base.data.aggregation.date.DayRangeOperator
getDescription() - Method in class org.knime.base.data.aggregation.date.MedianDateOperator
getDescription() - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
getDescription() - Method in class org.knime.base.data.aggregation.deprecated.AndElementCountOperator
Deprecated.
getDescription() - Method in class org.knime.base.data.aggregation.deprecated.AndElementOperator
Deprecated.
getDescription() - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated.
getDescription() - Method in class org.knime.base.data.aggregation.deprecated.SumOperator
Deprecated.
getDescription() - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated.
getDescription() - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated.
getDescription() - Method in class org.knime.base.data.aggregation.general.ConcatenateOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.CountOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.FirstOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.LastOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.ListCellOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.MaxOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.MinOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.MissingValueCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.ModeOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.PercentOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.SetCellOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.SortedListCellOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.general.UniqueCountOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.GeometricStdDeviationOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.KurtosisOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.MeanAbsoluteDeviationOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.MedianAbsoluteDeviationOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.MedianOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.ProductOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.SecondMomentOperator
 
getDescription() - Method in class org.knime.base.data.aggregation.numerical.SkewnessOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.StdDeviationOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.SumOfLogsOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.SumOfSquaresOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.SumOperator
getDescription() - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
getDescription() - Method in class org.knime.base.data.bitvector.BitVectorValuePixelRenderer
Deprecated.
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.base.data.bitvector.BitVectorValueStringRenderer
Deprecated.
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel.ARFFFileFilter
getDescription() - Method in enum org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel.DomainOverflowPolicy
 
getDescription() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
 
getDescription(MissingCellHandlerFactory) - Static method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionFactory
Creates the default MissingCellHandlerDescription for the given missing cell handler factory.
getDescription() - Method in class org.knime.core.data.blob.BinaryObjectDataValueMetaRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer.LongHexdumpFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer.ShortHexdumpFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.collection.CollectionValueRenderer.FullRendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.collection.CollectionValueRenderer.ShortRendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.date.DateAndTimeValueRenderer.DefaultRendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.date.DateAndTimeValueRenderer.Iso8061RendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.date.DateAndTimeValueRenderer.UsRendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.image.ImageDataValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.image.png.PNGImageValueRendererFactoryUtil.StandardRendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.model.PortObjectValueRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
 
getDescription() - Method in class org.knime.core.data.renderer.BitVectorValuePixelRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.BitVectorValuePixelRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer.BinRendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer.HexRendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer.SetBitsRendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.BooleanValueRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.ByteVectorValueStringRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.ComplexNumberValueRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in interface org.knime.core.data.renderer.DataValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in interface org.knime.core.data.renderer.DataValueRendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.DoubleBarRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.DoubleBarRenderer
Returns "Bars".
getDescription() - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
Returns "Gray Scale".
getDescription() - Method in class org.knime.core.data.renderer.DoubleValueRenderer.FullPrecisionRendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.DoubleValueRenderer.PercentageRendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.DoubleValueRenderer.StandardRendererFactory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.DoubleVectorValueRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.DoubleVectorValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.ImageValueRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.ImageValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.IntValueRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.StringValueRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.StringValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.renderer.StringVectorValueRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in class org.knime.core.data.renderer.StringVectorValueRenderer
Get a description for this renderer implementation.
getDescription() - Method in class org.knime.core.data.xml.XMLValueRenderer.Factory
Returns a short description for the renderers which this factory creates.
getDescription() - Method in interface org.knime.core.node.NodeViewExport.ExportType
A description for export type, this should be a one-liner such as "PNG - Portable Network Graphics" or "SVG - Scalable Vector Graphics".
getDescription() - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
 
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction
getDescription() - Method in class org.knime.core.node.port.database.aggregation.SimpleDBAggregationFunction
getDescription() - Method in class org.knime.core.node.workflow.NodeUIInformationEvent
 
getDescription() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
getDescription() - Method in interface org.knime.core.quickform.QuickFormRepresentation
 
getDescription() - Method in class org.knime.core.util.FileReaderFileFilter
getDescription() - Method in class org.knime.core.util.node.quickform.AbstractQuickFormElement
 
getDescription() - Method in class org.knime.core.util.SimpleFileFilter
getDescriptionPane() - Method in class org.knime.base.data.aggregation.AggregationMethods
Creates a JComponent that lists all available aggregation functions including a short description of each.
getDescriptionPane() - Method in class org.knime.base.node.io.database.groupby.dialog.DBAggregationFunctionProvider
Creates a JComponent that lists all available aggregation functions including a short description of each.
getDescriptionPane() - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunctionProvider
Creates a JComponent that lists all available aggregation functions including a short description of each.
getDescriptions() - Static method in enum org.knime.base.node.preproc.rounddouble.NumberMode
 
getDesiredValues() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the desired values.
getDesiredValues() - Method in class org.knime.base.util.coordinate.NumericCoordinate
Returns the desired values.
getDesiredValuesSet() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the set for the desired values.
getDest() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getDestinationNode() - Method in class org.knime.core.node.workflow.ConnectionID
 
getDestinationPort() - Method in class org.knime.core.node.workflow.ConnectionID
 
getDestinationType() - Method in class org.knime.core.data.convert.datacell.ArrayToCollectionConverterFactory
 
getDestinationType() - Method in class org.knime.core.data.convert.datacell.FactoryMethodToDataCellConverterFactory
 
getDestinationType() - Method in interface org.knime.core.data.convert.datacell.JavaToDataCellConverterFactory
Get the DataType (the type of data cells) which converters created by this factory are able to convert into
getDestinationType() - Method in class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
 
getDestinationType() - Method in class org.knime.core.data.convert.java.CollectionConverterFactory
 
getDestinationType() - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverterFactory
Get the Class of the type which converters created by this factory are able to convert into.
getDestinationType() - Method in class org.knime.core.data.convert.java.MissingToNullConverterFactory
 
getDestinationType() - Method in class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
 
getDestinationTypeName() - Method in class org.knime.core.data.convert.util.SerializeUtil.FactoryPlaceholder
Get the name of the destination type of the factory
getDestPort() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getDestPort() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
getDestSuffix() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
getDestType() - Method in class org.knime.core.data.convert.ConversionKey
Get the destination type of the factory this key refers to.
getDetailCode() - Method in exception org.knime.core.node.workflow.BatchExecutor.BatchException
 
getDetailedDescription() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getDetailedDescription() - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
getDetailedDescription() - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
getDetailedDescription() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
getDetailedDescription() - Method in class org.knime.base.data.aggregation.numerical.SecondMomentOperator
getDetailedMessage() - Method in exception org.knime.base.node.io.filereader.FileReaderException
 
getDeviationName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getDf() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
 
getDialog() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
 
getDialogNodeParameterName(DialogNode<?, ?>, NodeID) - Static method in class org.knime.core.node.workflow.SubNodeContainer
The parameter name under which the subnode's flow variables tab, the batch executor or a web service caller will find a dialog node.
getDialogNodeParameterNameDefault(Class<?>) - Static method in class org.knime.core.node.workflow.SubNodeContainer
The default parameter name for dialog nodes.
getDialogPane() - Method in class org.knime.core.node.Node
Get reference to the node dialog instance.
getDialogPane() - Method in class org.knime.core.node.workflow.NativeNodeContainer
getDialogPane() - Method in class org.knime.core.node.workflow.NodeContainer
 
getDialogPane() - Method in class org.knime.core.node.workflow.SubNodeContainer
getDialogPane() - Method in class org.knime.core.node.workflow.WorkflowManager
getDialogPaneWithSettings(PortObjectSpec[], PortObject[], NodeSettingsRO, boolean) - Method in class org.knime.core.node.Node
 
getDialogPaneWithSettings(PortObjectSpec[], PortObject[]) - Method in class org.knime.core.node.workflow.NativeNodeContainer
getDialogPaneWithSettings() - Method in class org.knime.core.node.workflow.NodeContainer
Return a NodeDialogPane for a node which can be embedded into a JFrame oder another GUI element.
getDialogPaneWithSettings(PortObjectSpec[], PortObject[]) - Method in class org.knime.core.node.workflow.NodeContainer
 
getDialogPaneWithSettings(PortObjectSpec[], PortObject[]) - Method in class org.knime.core.node.workflow.SubNodeContainer
getDialogPaneWithSettings(PortObjectSpec[], PortObject[]) - Method in class org.knime.core.node.workflow.WorkflowManager
getDialogRepresentation() - Method in interface org.knime.core.node.dialog.DialogNode
 
getDialogValue() - Method in interface org.knime.core.node.dialog.DialogNode
Get the currently set dialog value or null if non is set (use defaults as per node configuration).
getDictionaryFields() - Method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
 
getDimension() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getDimension() - Method in class org.knime.base.node.mine.mds.MDSManager
 
getDimension() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
 
getDimension() - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
Returns the dimension.
getDimension() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getDimension() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Returns the dimension of the Cells to create.
getDimensions() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
getDimensionsSelected() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
getDirectNCParent() - Method in class org.knime.core.node.workflow.NodeContainer
getDirectNCParent() - Method in interface org.knime.core.node.workflow.NodeContainerParent
getDirectNCParent() - Method in class org.knime.core.node.workflow.WorkflowManager
getDirectoriesFromLocationString() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
Split location string by ";" and return individual directories.
getDirectoriesFromLocationString() - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
Split location string by ";" and return individual directories.
getDiscreteValue(double) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Determins the interval of the value and returns a discrete value for that.
getDiscretizationModel() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Returns the discretization node model of this node.
getDiscretize(String) - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
getDisplayChart() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
getDisplayCustomLine() - Method in class org.knime.core.node.workflow.NodeContainer
 
getDisplayedMnemonicIndex() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
getDisplayedNoOfBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getDisplayLabel() - Method in class org.knime.core.node.workflow.NodeContainer
 
getDisplayName() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
 
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
getDisplayName() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
 
getDisplayName() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
getDisplayName() - Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Returns the display name of this MappingMethod.
getDisplayName() - Method in interface org.knime.base.util.coordinate.MappingMethod
Returns the display name of this MappingMethod.
getDisplayName() - Method in class org.knime.base.util.coordinate.PolicyStrategy
Returns the name of this strategy.
getDisplayName() - Method in class org.knime.base.util.coordinate.SquareRootMappingMethod
Returns the display name of this MappingMethod.
getDisplayOptions() - Method in class org.knime.core.util.node.config.LeafConfigElement
 
getDisplayTable() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
getDisplayZoom() - Static method in class org.knime.core.node.util.ViewUtils
Return a zoom factor depending on the display's dpi resolution.
getDist() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the distance between the two children nodes on the next level.
getDist() - Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
Returns the distance between the two children nodes on the next level.
getDistance() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Returns the choice of distance function.
getDistance() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
getDistance() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
 
getDistance(DataRow, int[]) - Method in class org.knime.base.node.mine.cluster.assign.Prototype
Computes the distance between this prototype and a given DataRow.
getDistance(DataRow) - Method in class org.knime.base.node.mine.cluster.assign.Prototype
Computes the distance between this prototype and a given DataRow.
getDistance(DataRow, DataRow) - Method in class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
Returns the distance between the given DataRows, row1 and row2.
getDistance(DataPoint, DataPoint) - Method in class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
Returns the distance between the given DataPoints, point1 and point2.
getDistance(DataPoint, DataPoint) - Method in interface org.knime.base.node.mine.mds.distances.DistanceManager
Returns the distance between the given DataPoints, point1 and point2.
getDistance(DataRow, DataRow) - Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
Returns the distance between the given DataRows, row1 and row2.
getDistance(DataPoint, DataPoint) - Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
Returns the distance between the given DataPoints, point1 and point2.
getDistance(DataRow, DataRow) - Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
Returns the distance between the given DataRows, row1 and row2.
getDistance(DataPoint, DataPoint) - Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
Returns the distance between the given DataPoints, point1 and point2.
getDistance(DataRow, DataRow) - Method in interface org.knime.base.node.mine.mds.distances.RowDistanceManager
Returns the distance between the given DataRows, row1 and row2.
getDistance(DataRow, SotaTreeCell) - Method in class org.knime.base.node.mine.sota.distances.CosinusDistanceManager
Returns the distance between the given cell and row.
getDistance(DataRow, DataRow) - Method in class org.knime.base.node.mine.sota.distances.CosinusDistanceManager
Returns the distance between the given row1 and row2.
getDistance(DataRow, SotaTreeCell) - Method in interface org.knime.base.node.mine.sota.distances.DistanceManager
Returns the distance between the given cell and row.
getDistance(DataRow, DataRow) - Method in interface org.knime.base.node.mine.sota.distances.DistanceManager
Returns the distance between the given row1 and row2.
getDistance(DataRow, SotaTreeCell) - Method in class org.knime.base.node.mine.sota.distances.EuclideanDistanceManager
Returns the distance between the given cell and row.
getDistance(DataRow, DataRow) - Method in class org.knime.base.node.mine.sota.distances.EuclideanDistanceManager
Returns the distance between the given row1 and row2.
getDistance(DataRow, SotaTreeCell) - Method in class org.knime.base.node.mine.sota.distances.ManhattanDistanceManager
Returns the distance between the given cell and row.
getDistance(DataRow, DataRow) - Method in class org.knime.base.node.mine.sota.distances.ManhattanDistanceManager
Returns the distance between the given row1 and row2.
getDistance() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getDistance() - Method in class org.knime.base.node.mine.sota.SotaPortObject
 
getDistance() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
getDistance() - Method in class org.knime.base.util.kdtree.NearestNeighbour
Returns the distance from the query pattern.
getDistance(double[]) - Method in class org.knime.base.util.kdtree.TerminalNode
Returns the (squared euclidean) distance to a query pattern.
getDistanceModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getDocument() - Method in class org.knime.core.data.xml.PMMLBlobCell
Returns the parsed XML document.
getDocument() - Method in class org.knime.core.data.xml.PMMLCell
Returns the parsed XML document.
getDocument() - Method in class org.knime.core.data.xml.XMLBlobCell
Returns the parsed XML document.
getDocument() - Method in class org.knime.core.data.xml.XMLCell
Returns the parsed XML document.
getDocument() - Method in class org.knime.core.data.xml.XMLCellContent
Return the document.
getDocument() - Method in interface org.knime.core.data.xml.XMLValue
Returns the parsed XML document.
getDoInput() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getDomain() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the domain used in this moment after applying the active mapping method.
getDomain() - Method in class org.knime.core.data.DataColumnSpec
Returns the domain of this column spec including meta-information such as bounds, possible values, etc.
getDomainHandlingMinMax() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
getDomainHandlingPossbileValues() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
getDomainOverflowPolicy() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
 
getDomains() - Method in class org.knime.base.collection.list.split.SplitCellFactory
Returns the domains that were computed while processing all rows.
getDomainValueAsString() - Method in class org.knime.base.util.coordinate.CoordinateMapping
A coordinate mapping must also return the corresponding domain value as a string.
getDomainValues() - Method in class org.knime.base.node.mine.regression.RegressionTrainingData
 
getDomainValues() - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
 
getDomainValues() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getDomainValues() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
getDontKnowClassDegree() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
 
getDontKnowClassDegree() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
 
getDontKnowClassDegree() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
 
getDontRemoveFlag() - Method in class org.knime.core.util.tokenizer.Quote
 
getDoOutput() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getDotInfoArray() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
 
getDotKNIMEFileName() - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
Get the name of the *.knime file.
getDots() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
 
getDots() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
getDotsAt(int, int, int) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
Returns a list of dots that sit on the specified coordinates.
getDotsContainedIn(int, int, int, int, int) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
Returns a list of dots that sit in the specified rectangle (including the boundaries of the rectangle).
getDotSize() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
 
getDotSize() - Method in class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
Read the current value from the spinner assuming it contains Integers.
getDotSize() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
 
getDotSize() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
 
getDotSize() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
Read the current value from the spinner assuming it contains Integers.
getDotSize() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixProperties
 
getDotSizeSpinner() - Method in class org.knime.base.node.mine.cluster.hierarchical.DistancePlotProperties
 
getDotSizeSpinner() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotterProperties
 
getDotSizeSpinner() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
 
getDotSizeSpinner() - Method in class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
 
getDouble(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return double for key.
getDouble(String, double) - Method in class org.knime.core.node.config.base.ConfigBase
Return double for key or the default value if not available.
getDouble(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return double for key.
getDouble(String, double) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return double for key or the default value if not available.
getDouble() - Method in class org.knime.core.node.config.base.ConfigDoubleEntry
 
getDouble(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the double configuration parameter registered under the given ID.
getDoubleArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return double array for key or the default value if not available.
getDoubleArray(String, double...) - Method in class org.knime.core.node.config.base.ConfigBase
Return double array which can be null for key, or the default array if the key is not available.
getDoubleArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return double array for key or the default value if not available.
getDoubleArray(String, double...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return double array which can be null for key, or the default array if the key is not available.
getDoubleArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the double array configuration parameter registered under the given ID.
getDoubleAsString(double, double) - Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
Rounds the passed double value by the rounding factor and returns a string representation of it.
getDoubleExtension(Map<String, String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
getdoubleMax() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the maximum for all columns.
getdoubleMin() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the minimum for all columns.
getDoubleValue() - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
getDoubleValue() - Method in class org.knime.core.data.def.BooleanCell
Returns 1 if value is true or 0 for false.
getDoubleValue() - Method in class org.knime.core.data.def.DoubleCell
getDoubleValue() - Method in class org.knime.core.data.def.IntCell
getDoubleValue() - Method in class org.knime.core.data.def.LongCell
getDoubleValue() - Method in interface org.knime.core.data.DoubleValue
 
getDoubleValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
 
getDoubleValue() - Method in class org.knime.core.node.workflow.FlowVariable
 
getDownstreamPortType(int) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
getDownstreamPortType(int) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
getDownstreamPortType(int) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
getDownstreamPortType(int) - Method in interface org.knime.core.node.workflow.FromFileNodeContainerPersistor
getDragImage() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
getDragImageOffset() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
getDragStart() - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
For normal behavior, this method should is by the AbstractPlotter only.
getDrawCurvesBox() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
 
getDrawCurvesBox() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
 
getDrawingElements() - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
 
getDrawingPane() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getDrawingPaneDimension() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getDrawingSpace() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getDrawingSpace() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getDriver(DatabaseConnectionSettings) - Method in interface org.knime.core.node.port.database.connection.DBDriverFactory
 
getDriver(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
getDriver(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.connection.PriorityDriverFactory
getDriver() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
getDriver(String) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
 
getDriver(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.RegisteredDriversConnectionFactory
getDriverFactory() - Method in class org.knime.core.node.port.database.connection.CachedConnectionFactory
getDriverFactory() - Method in interface org.knime.core.node.port.database.connection.DBConnectionFactory
 
getDriverFileForDriverClass(String) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
Deprecated.
use the DatabaseDriverLoader.getDriverFilesForDriverClass(String) since this method will return only one of possibly multiple files that the driver requires
getDriverFiles(DatabaseConnectionSettings) - Method in interface org.knime.core.node.port.database.connection.DBDriverFactory
 
getDriverFiles(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
getDriverFiles(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.connection.PriorityDriverFactory
getDriverFiles(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.RegisteredDriversConnectionFactory
getDriverFilesForDriverClass(String) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
Deprecated.
use the DatabaseUtility.getConnectionFactory() method instead since this is only one source for database drivers
getDriverNames() - Method in interface org.knime.core.node.port.database.connection.DBDriverFactory
 
getDriverNames() - Method in class org.knime.core.node.port.database.connection.DefaultDBDriverFactory
getDriverNames() - Method in class org.knime.core.node.port.database.connection.PriorityDriverFactory
 
getDriverNames() - Method in class org.knime.core.node.port.database.RegisteredDriversConnectionFactory
getDuplicateColumnSuffix() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the suffix that is appended to duplicate columns from the right table if the duplicate handling method is JoinMode.AppendSuffix.
getDuplicateCounter() - Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
 
getDuplicateHandling() - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
getDuplicateHandling() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns how duplicate column names should be handled.
getDuplicateHash() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
Deprecated.
Use the key set of AppendedRowsIterator.getDuplicateNameMap() instead.
getDuplicateHash() - Method in class org.knime.core.data.append.AppendedRowsIterator
Deprecated.
Use the key set of AppendedRowsIterator.getDuplicateNameMap() instead.
getDuplicateNameMap() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
Deprecated.
Get a map of keys in the resulting table to the keys in (any of) the input tables, typically elements such as below.
getDuplicateNameMap() - Method in class org.knime.base.data.append.row.AppendedRowsRowInput
Deprecated.
 
getDuplicateNameMap() - Method in class org.knime.core.data.append.AppendedRowsIterator
Get a map of keys in the resulting table to the keys in (any of) the input tables, typically elements such as below.
getDuplicateNameMap() - Method in class org.knime.core.data.append.AppendedRowsRowInput
 
getDuplicatesCounter() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
 
getDuration() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
Returns the total duration
getEditorTextField() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
 
getEditorUIInformation() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getEditorUIInformation() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
getEditorUIInformation() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getEditorUIInformation() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getEditorUIInformation() - Method in class org.knime.core.node.workflow.WorkflowManager
Returns the editor specific settings.
getEditorUIInformation() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getEigenvalues() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
 
getEigenValues() - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
 
getEigenvalues() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
Get the eigenvalues of the input covariance matrix.
getEigenVectors() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
 
getElement(int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Returns element at the specified index
getElement() - Method in interface org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescription
 
getElement() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionV1
 
getElement(int) - Method in class org.knime.base.node.preproc.rank.DataCellTuple
 
getElement(Color) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
getElementAt(String, int) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
Returns the SQL data type at specified index in the list retrieved using the given key
getElementAt(int) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
Returns the SQL data type at specified index in the list retrieved using the default key
getElementAt(int) - Method in class org.knime.base.node.mine.mds.DataPoint
Returns the value of the DataPoint at the given index or dimension respectively.
getElementAt(int) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
getElementNames() - Method in class org.knime.core.data.DataColumnSpec
Get names of sub elements such as bit vector positions or elements of other vector data types.
getElementRectangle() - Method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
 
getElements() - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Returns all elements of the table model
getElements() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
getElementType() - Method in class org.knime.core.data.collection.BlobSupportDataCellList
 
getElementType() - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
 
getElementType(DataTableSpec, int[]) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Determines the super type of the specified columns.
getElementType(DataType[]) - Static method in class org.knime.core.data.collection.CollectionCellFactory
Determines the super type of all types passed.
getElementType() - Method in interface org.knime.core.data.collection.CollectionDataValue
Get the common super type of all elements in this collection.
getElementType() - Method in class org.knime.core.data.collection.ListCell
Get the common super type of all elements in this collection.
getElementType() - Method in class org.knime.core.data.collection.SetCell
Get the common super type of all elements in this collection.
getElementType() - Method in class org.knime.core.data.collection.SparseListCell
Get the common super type of all elements in this collection.
getElementType() - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
Get the common super type of all elements in this collection.
getElementType() - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
Get the common super type of all elements in this collection.
getEnableHiLite() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns true when hiliting should be supported.
getEnableHiliting() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
getEncryptionKey() - Method in interface org.knime.core.util.EncryptionKeySupplier
This method must return a key that should be use to encrypt/decrypt KNIME used passwords, keys, etc.
getEnd() - Method in class org.knime.core.util.tokenizer.Comment
 
getEndIndex() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
 
getEndNodeStackAsString() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
 
getEndString() - Method in enum org.knime.base.node.io.csvwriter.FileWriterSettings.LineEnding
 
getEndX() - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Returns the objects end X coordinate.
getEndX() - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
Returns the objects end X coordinate.
getEndY() - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Returns the objects end Y coordinate.
getEndY() - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
Returns the objects end Y coordinate.
getEnforceOption() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
 
getEntireClassCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Return number of patterns of all classes.
getEntries() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
Get the mapping.
getEntries() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
Get the mapping.
getEntropy() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getEntropy(Map<RowKey, RowKey>, Map<RowKey, Set<RowKey>>) - Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Get entropy according to reference clustering, the entropy value is not normalized, i.e.
getEntropyView() - Method in class org.knime.base.node.mine.scorer.entrop.AbstractEntropyNodeView
Get the nodeModel's EntropyView.
getEntry(String) - Method in class org.knime.core.node.config.base.ConfigBase
Returns ConfigBase entry for a key.
getEnum(ConfigRO, String, T) - Static method in class org.knime.base.node.preproc.datavalidator.ConfigSerializationUtils
Deprecated.
Reads an enum of type T under the given key or returns the default if the key does not exist or the stored value is null or not compatible with the enum names defined by the enum type T.
getEnum(ConfigRO, String, Class<T>) - Static method in class org.knime.base.node.preproc.datavalidator.ConfigSerializationUtils
Deprecated.
Reads an enum of type T under the given key.
getEnum(ConfigRO, String, T) - Static method in class org.knime.core.node.config.ConfigSerializationUtils
Reads an enum of type T under the given key or returns the default if the key does not exist or the stored value is null or not compatible with the enum names defined by the enum type T.
getEnum(ConfigRO, String, Class<T>) - Static method in class org.knime.core.node.config.ConfigSerializationUtils
Reads an enum of type T under the given key.
getEnumSet(ConfigRO, String, Class<T>) - Static method in class org.knime.base.node.preproc.datavalidator.ConfigSerializationUtils
Deprecated.
Reads an EnumSet of type T under the given key.
getEnumSet(ConfigRO, String, Class<T>) - Static method in class org.knime.core.node.config.ConfigSerializationUtils
Reads an EnumSet of type T under the given key.
getEnvps() - Method in class org.knime.base.node.util.exttool.CommandExecution
 
getEpoch() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getEpochModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getEqualityMethod() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getEqualityMethod() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getErrMsg() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
 
getErrMsg() - Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
 
getError() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
 
getError() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Deprecated.
getError() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns the error of the prediction.
getError() - Method in class org.knime.core.data.DataType.MissingCell
Deprecated.
getError() - Method in class org.knime.core.data.MissingCell
getError() - Method in interface org.knime.core.data.MissingValue
 
getError() - Method in class org.knime.core.node.web.ValidationError
 
getError() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
 
getErrorDataTable() - Method in interface org.knime.core.node.port.database.reader.DBReader
 
getErrorDataTable() - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
 
getErrorDetail() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
 
getErrorDetail() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
 
getErrorLine() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
 
getErrorLineNumber() - Method in exception org.knime.base.node.io.filereader.FileReaderException
 
getErrorMessage() - Method in class org.knime.base.data.normalize.AffineTransTable
 
getErrorMessage() - Method in class org.knime.base.data.normalize.Normalizer
Deprecated.
 
getErrorMessage() - Method in class org.knime.base.data.normalize.Normalizer2
 
getErrorMessage() - Method in class org.knime.base.node.io.filereader.DataCellFactory
Get the error message when DataCellFactory.createDataCellOfType(DataType, String) returned null.
getErrorMessage() - Method in class org.knime.base.node.io.tablecreator.table.Cell
 
getErrorMessage() - Method in interface org.knime.core.node.port.database.aggregation.InvalidAggregationFunction
 
getErrorMessage() - Method in class org.knime.core.node.port.database.aggregation.InvalidDBAggregationFunction
getErrorMessage(int, FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
Gives the error message when isValidValue(row, column) returns false.
getErrorMessage(int, int) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
Gives the error message when isValidValue(row, column) returns false.
getErrorMessage(int, FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.OutFieldsTableModel
Gives the error message when isValidValue(row, column) returns false.
getErrorMessage(int) - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getErrorMessageWhenNodeIsMissing() - Method in class org.knime.core.node.NodeAndBundleInformation
Returns an error message for reporting that a node implementation is missing.
getErrorMsg() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
 
getErrorMsg() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
 
getErrorOccurred() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
 
getErrorOccurred() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
 
getErrorRow() - Method in exception org.knime.base.node.io.filereader.FileReaderException
 
getErrors() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
 
getErrorStream() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getEscape() - Method in class org.knime.core.util.tokenizer.Quote
 
getEstimatedLikelihood() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
 
getEstimatedLikelihood() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
 
getEtaMinus() - Method in class org.knime.base.data.neural.methods.RProp
Get negative learning rate.
getEtaNull() - Method in class org.knime.base.data.neural.methods.RProp
Get starting value for eta.
getEtaPlus() - Method in class org.knime.base.data.neural.methods.RProp
Get positive learning rate.
getEuclideanDistance(DataRow, DataRow, boolean) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Euclidean distance between two DataRows using the Minkowski distance with power 2.
getEuclideanDistance(DataRow, DataRow) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the euclidean distance between two DataRows using the Minkowski distance with power 2.
getEuclideanDistance(DataPoint, DataPoint) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Euclidean distance between two DataPointss using the Minkowski distance with power 2.
getEuclideanDistance(DataRow, SotaTreeCell, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the euclidean distance between a given DataRow and SotaTreeCell using the Minkowski distance with power 2.
getEuclideanDistance(DataRow, DataRow, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Calculates the euclidean distance between two DataRows using the Minkowski distance with power 2.
getExcludedColumnList() - Method in class org.knime.core.node.util.ColumnFilterPanel
getExcludedColumns() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
 
getExcludedColumnSet() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Returns all columns from the exclude list.
getExcludedColumnSet() - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Returns all columns from the exclude list.
getExcludedNamesAsSet() - Method in class org.knime.core.node.util.filter.NameFilterPanel
Returns a set of the names of all excluded items.
getExcludeList(DataTableSpec, List<String>) - Static method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Determine list of column not present in the original spec.
getExcludeList() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
 
getExcludeList() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
 
getExcludeList() - Method in class org.knime.core.node.util.filter.NameFilterPanel
 
getExcludes() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration.FilterResult
 
getExec() - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
 
getExecutionDir() - Method in class org.knime.base.node.util.exttool.CommandExecution
 
getExecutionDurationSinceReset() - Method in class org.knime.core.node.workflow.NodeTimer
 
getExecutionDurationSinceStart() - Method in class org.knime.core.node.workflow.NodeTimer
 
getExecutionEnvironment() - Method in class org.knime.core.node.workflow.NodeContainer
 
getExecutionJob() - Method in class org.knime.core.node.workflow.NodeContainer
 
getExecutionJobManager() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getExecutionJobManager() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
getExecutionJobManager() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getExecutionJobSettings() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getExecutionJobSettings() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
getExecutionJobSettings() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getExecutionMonitor() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getExecutionMonitor() - Method in class org.knime.core.node.ExtensionTable.LoadContext
 
getExecutionResultMap() - Method in class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
 
getExecutor() - Method in class org.knime.core.util.MultiThreadWorker
 
getExpandedCopyContent() - Method in class org.knime.core.node.workflow.action.ExpandSubnodeResult
 
getExpectedFrequencyName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getExpectedValue() - Method in class org.knime.core.data.xml.util.XmlDomComparer.Diff
Depending on XmlDomComparer.Diff.getType() this might return null.
getExpiration() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getExplodedArea() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getExplodeSize() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getExponent() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.NumericPredictor
 
getExportComponent() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
Method that is called by the framework when the view is saved as image or vector graphics (action available through the file menu).
getExportComponent() - Method in class org.knime.core.node.NodeView
Method that is called by the framework when the view is saved as image or vector graphics (action available through the file menu).
getExposeVariableName() - Method in class org.knime.core.node.config.ConfigEditTreeEvent
 
getExposeVariableName() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
 
getExtension() - Method in enum org.knime.base.node.viz.aggregation.ValueScale
 
getExtension(String) - Static method in class org.knime.core.node.util.ViewUtils
 
getExtensionHistory() - Static method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
getExtensionHistory() - Static method in class org.knime.base.node.io.listfiles2.ListFilesSettings
 
getExtensionPointDriver() - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
 
getExtensions() - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
 
getExtensionsString() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
getExtensionsString() - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
 
getExternalErrorOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
 
getExternalOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
 
getExternalOutput() - Method in interface org.knime.core.node.dialog.OutputNode
Returns an object representing the node's external output.
getExternalOutputs() - Method in class org.knime.core.node.workflow.WorkflowManager
Receive output from workflow by means of OutputNode.
getExtractPropertyHandlersModel() - Static method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeDialog
 
getExtremeOutliers() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Extreme outliers are values < q1 - 3 * iqr and > q3 + 3 * iqr.
getExtremeOutliers() - Method in interface org.knime.base.node.viz.plotter.box.BoxPlotDataProvider
Extreme outliers are values < q1 - 3 * iqr and > q3 + 3 * iqr.
getExtremeOutliers() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Extreme outliers are values < q1 - 3 * iqr and > q3 + 3 * iqr.
getExtremeOutliers() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
getFactor() - Method in class org.knime.core.data.property.SizeModelDouble
 
getFactories() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
 
getFactories(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
Returns a list of missing cell handler factories for a certain data type.
getFactories(DataType[]) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
Returns a list of missing cell handler factories for certain data types.
getFactories() - Method in class org.knime.core.node.port.database.connection.PriorityDriverFactory
 
getFactoriesForDestinationType(DataType) - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
Get all factories with the given destination type.
getFactoriesForDestinationType(Class<T>) - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
Get all converter factories which create Converters which convert into a specific destType.
getFactoriesForSourceType(Class<T>) - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
 
getFactoriesForSourceType(DataType) - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
Get all converter factories which create converter which convert into a specific destType.
getFactorList() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getFactors() - Method in class org.knime.base.node.mine.regression.RegressionContent
Get the factors.
getFactory() - Method in class org.knime.base.data.append.column.AppendedColumnTable
Get reference to the constructor argument.
getFactory(DataTableSpec) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Create factory to generate BasisFunctions.
getFactory() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
 
getFactory(DataTableSpec) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Create factory to generate BasisFunctions.
getFactory(DataTableSpec) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
Create factory to generate BasisFunctions.
getFactory() - Method in class org.knime.base.node.preproc.pmml.missingval.MVIndividualSettings
Returns the factory selected by the user.
getFactory() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
getFactory(DataType, ExecutionContext) - Method in class org.knime.core.data.DataTypeRegistry
Returns a factory for the given data type.
getFactory(String, ExecutionContext) - Method in class org.knime.core.data.DataTypeRegistry
Returns a factory for the base cell class.
getFactory() - Method in class org.knime.core.node.Node
NOTE: it is not recommended to call this method anywhere else than in them core.
getFactory() - Method in class org.knime.core.node.NodeInfo
 
getFactoryByID(String) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
Returns a factory instance with the given class name.
getFactoryClass() - Method in class org.knime.core.node.NodeAndBundleInformation
Returns the node's factory class name.
getFactoryCount() - Method in class org.knime.core.data.container.RearrangeColumnsTable.NewColumnsProducerMapping
 
getFadeAction() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
 
getFadeAction() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
The ScatterPlotter adds the posssibility to show, fade or hide unhilited dots and this is the fade unhilited action.
getFailedExternalErrorOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
 
getFailedExternalOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
 
getFailingBehavior() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
 
getFallbackStrategy() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Returns the fall back sorting strategy.
getFalseCount() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Deprecated.
getFalseCount() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns the count of false predictions.
getFeature(Bundle) - Static method in class org.knime.core.eclipseUtil.OSGIHelper
Returns the feature in which the given bundle is packaged.
getFeatureName(int) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
Returns the name of the i-th feature
getFeatureName() - Method in class org.knime.core.node.NodeAndBundleInformation
Returns the features's name in which the node is contained.
getFeatureSymbolicName() - Method in class org.knime.core.node.NodeAndBundleInformation
Returns the features's symbolic name in which the node is contained.
getFeatureVendor() - Method in class org.knime.core.node.NodeAndBundleInformation
Returns the features' vendor in which the node is contained.
getFeatureVersion() - Method in class org.knime.core.node.NodeAndBundleInformation
Returns the features's version in which the node is contained.
getFgColor() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
 
getField() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
 
getFieldType(int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
Returns the field type for the given column.
getFile(String) - Static method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
Return a file object for the given fileName.
getFile() - Method in class org.knime.core.data.filestore.FileStore
 
getFile() - Method in class org.knime.core.internal.ReferencedFile
Get the File representing the full path of this referenced file element.
getFile(String) - Static method in class org.knime.core.node.util.FilesHistoryPanel
Deprecated.
getFile() - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
 
getFile() - Method in class org.knime.core.util.node.quickform.out.FileDownloadQuickFormOutElement
 
getFileExtModel() - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
 
getFileFromURL(URL) - Static method in class org.knime.core.util.FileUtil
Returns the file path from a 'file' or 'knime' URL.
getFileHasColumnHeaders() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getFileHasRowHeaders() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getFileHistory() - Static method in class org.knime.base.node.io.filereader.FileReaderNodeModel
 
getFileLocation() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
getFileName() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
getFileName() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration.VarNameFileNamePair
 
getFileName() - Method in class org.knime.core.data.container.CopyOnAccessTask
Get name of file to copy from.
getFilenameModel() - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
 
getFileOverwritePolicy() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
getFilePath() - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
Get file name path (shown in renderer).
getFileReaderSettings() - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
 
getFileSize() - Method in class org.knime.base.node.util.BufferedFileReader
 
getFileStore() - Method in class org.knime.core.data.filestore.FileStoreCell
 
getFileStore(int) - Method in class org.knime.core.data.filestore.FileStorePortObject
Access to the underlying file store.
getFileStore(FileStoreCell) - Static method in class org.knime.core.data.filestore.FileStoreUtil
 
getFileStore(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.EmptyFileStoreHandler
getFileStore() - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
 
getFileStore(FileStoreKey) - Method in interface org.knime.core.data.filestore.internal.IFileStoreHandler
 
getFileStore(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
getFileStore(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
getFileStore(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
getFileStore(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
getFileStoreCount() - Method in class org.knime.core.data.filestore.FileStorePortObject
 
getFileStoreFactory() - Method in class org.knime.base.data.aggregation.GlobalSettings
Returns the FileStoreFactory that can be used to create.
getFileStoreFactory() - Method in class org.knime.core.data.container.AbstractCellFactory
Access to a file store factory during the invocation of CellFactory.getCells(org.knime.core.data.DataRow).
getFileStoreHandler() - Method in class org.knime.core.data.container.DataContainer
 
getFileStoreHandler() - Method in class org.knime.core.data.filestore.FileStore
 
getFileStoreHandler(FileStoreCell) - Static method in class org.knime.core.data.filestore.FileStoreUtil
 
getFileStoreHandler(FileStore) - Static method in class org.knime.core.data.filestore.FileStoreUtil
 
getFileStoreHandler() - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
 
getFileStoreHandler() - Method in class org.knime.core.node.CopyNodePersistor
getFileStoreHandler() - Method in class org.knime.core.node.ExecutionContext
 
getFileStoreHandler() - Method in class org.knime.core.node.FileNodePersistor
getFileStoreHandler() - Method in class org.knime.core.node.Node
 
getFileStoreHandler() - Method in interface org.knime.core.node.NodeContentPersistor
 
getFileStoreHandler() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getFileStoreHandler() - Method in class org.knime.core.node.workflow.FlowLoopContext
 
getFileStoreHandlerRepository() - Method in class org.knime.core.data.container.Buffer
Used while reading file store cells.
getFileStoreHandlerRepository() - Method in class org.knime.core.data.filestore.internal.EmptyFileStoreHandler
getFileStoreHandlerRepository() - Method in interface org.knime.core.data.filestore.internal.IFileStoreHandler
 
getFileStoreHandlerRepository() - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
getFileStoreHandlerRepository() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
getFileStoreHandlerRepository() - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
getFileStoreHandlerRepository() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
The repository of file store handlers.
getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
The repository of file store handlers.
getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
The repository of file store handlers.
getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
The repository of file store handlers.
getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.WorkflowCreationHelper
 
getFileStoreHandlerRepository() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getFileStoreHandlerRepository() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
The repository of file store handlers.
getFileStoreKey() - Method in class org.knime.core.data.filestore.FileStoreCell
 
getFileStoreKey(FileStore) - Static method in class org.knime.core.data.filestore.FileStoreUtil
 
getFileStoreKey(FileStoreCell) - Static method in class org.knime.core.data.filestore.FileStoreUtil
 
getFileStoreKey() - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
 
getFileStoreProxies() - Method in class org.knime.core.data.filestore.FileStorePortObject
 
getFileStores(FileStorePortObject) - Static method in class org.knime.core.data.filestore.FileStoreUtil
 
getFileSuffix() - Method in interface org.knime.core.node.NodeViewExport.ExportType
Suffix of the file being written.
getFillValueDouble() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
getFillValueInt() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
getFillValueString() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
getFilter() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
getFilter() - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
 
getFilter() - Method in enum org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel.ColType
 
getFilter() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
Returns the filter used by this configuration.
getFilter() - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterConfiguration
Returns the filter used by this configuration.
getFilterClasses() - Method in class org.knime.core.node.util.filter.column.DataTypeColumnFilter
 
getFilterConfiguration() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
Get filter for included columns (independent variables).
getFilterConfiguration() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
 
getFilterConfiguration() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getFilterConfiguration() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
getFilterConfiguration() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
 
getFilterConfiguration() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
 
getFilterConfiguration() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
 
getFilterConfiguration() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
getFilterConfiguration() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
 
getFilterDoubleColModel() - Static method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeDialog
Creates and returns the settings model, storing the selected columns.
getFilterDoubleColModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
Creates and returns the settings model, storing the selected columns.
getFilteredError(String, WorkflowPersistor.LoadResultEntry.LoadResultEntryType) - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
Returns error message of this element and all of its children.
getFilterHandler() - Method in class org.knime.core.data.DataColumnSpec
Returns the FilterHandler defined on this column, if available.
getFilterLeftJoinOnColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
getFilterMissingValues() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
 
getFilterPanel(String) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
Returns the panel to the given filter type.
getFilterPanel(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Returns the panel to the given filter type.
getFilterResult(DataTableSpec) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Returns the object holding the include and exclude columns.
getFilterRightJoinOnColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
getFilterUUID() - Method in class org.knime.core.data.property.filter.FilterModel
 
getFinalCell(int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns a basis function cell for the given index.
getFinalCell(int) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Returns a basis function cell for the given index.
getFinalCell(int) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Returns a basis function cell for the given index.
getFinishButton() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Returns the button for the FINISH event.
getFinishedCount() - Method in class org.knime.core.util.MultiThreadWorker
 
getFinishedTaskCount() - Method in class org.knime.core.util.MultiThreadWorker
 
getFirst() - Method in class org.knime.core.util.Pair
Returns the first object.
getFirstChar() - Method in class org.knime.core.util.tokenizer.Delimiter
 
getFirstCharOfBegin() - Method in class org.knime.core.util.tokenizer.Comment
 
getFirstCharOfLeft() - Method in class org.knime.core.util.tokenizer.Quote
 
getFirstCompareColumn() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Deprecated.
getFirstCompareColumn() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns the name of the first column to compare.
getFirstCompID() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Returns the identifier to address the first column name to compare.
getFirstLeafDFS() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Returns the first leaf according to a depth first traversal.
getFirstRow() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
 
getFirstRowNumber() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
getFirstRowNumber() - Method in interface org.knime.base.node.util.DataArray
 
getFirstRowNumber() - Method in class org.knime.base.node.util.DefaultDataArray
getFirstSubnode() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the first sub-node of this node.
getFirstSubnode() - Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
Returns the first sub-node of this node.
getFisherExactPValue() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Get the p-value for the Fisher's exact test.
getFitToScreenButton() - Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
 
getFitToScreenButton() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
 
getFixCell() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
 
getFixedColumnModel() - Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog
 
getFixedWidth() - Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
Returns the fixed width.
getFloat(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return float for key.
getFloat(String, float) - Method in class org.knime.core.node.config.base.ConfigBase
Return float for key or the default value if not available.
getFloat(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return float for key.
getFloat(String, float) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return float for key or the default value if not available.
getFloat() - Method in class org.knime.core.node.config.base.ConfigFloatEntry
 
getFloat(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the float configuration parameter registered under the given ID.
getFloatArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return float array for key or the default value if not available.
getFloatArray(String, float...) - Method in class org.knime.core.node.config.base.ConfigBase
Return float array which can be null for key, or the default array if the key is not available.
getFloatArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return float array for key or the default value if not available.
getFloatArray(String, float...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return float array which can be null for key, or the default array if the key is not available.
getFloatArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the float array configuration parameter registered under the given ID.
getFlowContext() - Method in interface org.knime.core.node.workflow.ScopeEndNode
 
getFlowObjects() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
The flow objects associated with the node.
getFlowObjects() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
The flow objects associated with the node.
getFlowObjects() - Method in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
The flow objects associated with the node.
getFlowObjectsOwnedBy(NodeID, FlowVariable.Scope...) - Method in class org.knime.core.node.workflow.FlowObjectStack
Get all objects on the stack that are owned by the node with the given id.
getFlowObjectStack() - Method in class org.knime.core.node.config.ConfigEditJTree
 
getFlowObjectStack() - Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
 
getFlowObjectStack() - Method in class org.knime.core.node.Node
 
getFlowObjectStack() - Method in class org.knime.core.node.NodeModel
 
getFlowObjectStack() - Method in class org.knime.core.node.workflow.NativeNodeContainer
The input stack associated with this node - for ordinary nodes this is the the merged stack of the input (ignoring any variables pushed by the node itself), for workflows this is the workflow variable "stack".
getFlowObjectStack() - Method in class org.knime.core.node.workflow.NodeContainer
The input stack associated with this node - for ordinary nodes this is the the merged stack of the input (ignoring any variables pushed by the node itself), for workflows this is the workflow variable "stack".
getFlowObjectStack() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Lets the underlying SingleNodeContainer create an outgoing flow object stack and returns it.
getFlowObjectStack() - Method in interface org.knime.core.node.workflow.NodeOutPort
Returns the FlowObjectStack of the underlying node.
getFlowObjectStack() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Returns the FlowObjectStack of the underlying node.
getFlowObjectStack() - Method in class org.knime.core.node.workflow.SubNodeContainer
The input stack associated with this node - for ordinary nodes this is the the merged stack of the input (ignoring any variables pushed by the node itself), for workflows this is the workflow variable "stack".
getFlowObjectStack() - Method in class org.knime.core.node.workflow.WorkflowManager
The input stack associated with this node - for ordinary nodes this is the the merged stack of the input (ignoring any variables pushed by the node itself), for workflows this is the workflow variable "stack".
getFlowVarComponent() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
Get the flow variable dialog component.
getFlowVariable(FlowVariableProvider, String, Class<T>) - Static method in class org.knime.base.util.flowvariable.FlowVariableResolver
Provides generic access to flow variables of the given provider.
getFlowVariable() - Method in class org.knime.core.node.util.FlowVariableListCellRenderer.FlowVariableCell
Returns the contained flow variable.
getFlowVariableModel() - Method in class org.knime.core.node.FlowVariableModelButton
 
getFlowVariablePrefix() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Get the flow variable prefix.
getFlowVariablePrefix() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
getFlowVariablePrefix() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
 
getFlowVariables() - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
List of flow variables to be exposed, never null.
getFlowVariables() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkNodeInput
 
getFlowVariables() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
 
getFlowVariableType() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
getFlowVariableType() - Method in interface org.knime.core.node.defaultnodesettings.SettingsModelFlowVariableCompatible
 
getFlowVariableType() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
getFlowVariableType() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
getFlowVarModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Get the flow variable settings model.
getFlowVarPrefix() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Returns the flow variable prefix from the node model.
getFlowVarTypes() - Method in class org.knime.core.node.util.dialog.TypeProvider
 
getFN(int) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns the false negatives for the given class index.
getFocusBorder() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
Get foreground color of the button when the cell has focus.
getFocusBorder() - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
Deprecated.
Get foreground color of the button when the cell has focus.
getFocusedColumn() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
Getter for the focused column
getFocusedRow() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
Getter for the focused row
getFontName() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
 
getFontSize() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
 
getFontStyle() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
 
getFormat() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getFormat(boolean, boolean, boolean) - Static method in class org.knime.core.data.date.DateAndTimeCell
 
getFormat() - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
 
getFormatParameter() - Method in class org.knime.base.node.io.filereader.ColProperty
Returns the optional format parameter used by some cell factories.
getFormatParameter() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
getFormatParameterForColumn(int) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Returns an optional format for the column.
getFormatParameterForColumn(int) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Returns an optional format for the column.
getFormatParameters() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
getFP(int) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns the false positives for the given class index.
getFractionSizes() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
 
getFractionSizesAsString() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
 
getFrame() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
 
getFrequencies() - Method in class org.knime.core.node.NodeFrequencies
Returns a (unmodifieable) list of node triples.
getFrequencyName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getFrequentItemSets(FrequentItemSet.Type) - Method in interface org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithm
Returns the found frequent itemsets according to their type, which can either be FREE, CLOSED or MAXIMAL.
getFrequentItemSets(FrequentItemSet.Type) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
Returns the found frequent itemsets according to their type, which can either be FREE, CLOSED or MAXIMAL.
getFrequentItemSets(FrequentItemSet.Type) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
Returns the found frequent itemsets according to their type, which can either be FREE, CLOSED or MAXIMAL.
getFrom() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getFromHiLiteHandler() - Method in class org.knime.core.node.property.hilite.HiLiteManager
The source hilite handler.
getFromHiLiteHandler() - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
The source hilite handler.
getFromStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getFullFailureOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
 
getFullFailureOutput() - Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
getFullFailureOutput() - Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
getFullOutput() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
 
getFullOutput() - Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
getFullOutput() - Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
getFunction() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
getFunction(String) - Method in class org.knime.base.data.aggregation.AggregationMethods
getFunction() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationFunctionRow
 
getFunction() - Method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
getFunction(String) - Method in class org.knime.base.node.io.database.groupby.dialog.DBAggregationFunctionProvider
getFunction(String) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunctionProvider
 
getFunction() - Method in class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
 
getFunction() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction
getFunction() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
 
getFunction() - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction
getFunction() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
getFunction() - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction
getFunctionModel() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
 
getFunctionName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
Gets the "functionName" attribute.
getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
Gets the "functionName" attribute.
getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
Gets the "functionName" attribute.
getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Gets the "functionName" attribute.
getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
Gets the "functionName" attribute.
getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
Gets the "functionName" attribute.
getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
Gets the "functionName" attribute.
getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
Gets the "functionName" attribute.
getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
Gets the "functionName" attribute.
getFunctionName() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
Gets the "functionName" attribute.
getFunctions(boolean) - Method in class org.knime.base.data.aggregation.AggregationMethods
getFunctions(boolean) - Method in class org.knime.base.node.io.database.groupby.dialog.DBAggregationFunctionProvider
getFunctions(boolean) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunctionProvider
 
getFuzzifier() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getFuzzyHyperVolume(int) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
Computes the Fuzzy HyperVolume for a given cluster.
getFuzzyHyperVolumes() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Calculates the fuzzy hypervolumnes for each cluster.
getGlobalRepository() - Method in class org.knime.core.data.container.Buffer
Get reference to the table repository that this buffer was initially instantiated with.
getGlobalSettings() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getGlobalSettings() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
getGlobalStatsSpecs() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
 
getGlobalStatsTable(ExecutionContext) - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
 
getGlobalTableRepository() - Method in class org.knime.core.data.container.DataContainer
Get the map of buffers that potentially have written blob objects.
getGlobalTableRepository() - Method in class org.knime.core.node.BufferedDataContainer
Returns the table repository from this workflow.
getGlobalTableRepository() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getGlobalTableRepository() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
getGlobalTableRepository() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
getGlobalTableRepository() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getGlobalTableRepository() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getGlobalTableRepository() - Method in class org.knime.core.node.workflow.WorkflowCreationHelper
 
getGlobalTableRepository() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getGlobalTableRepository() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getGraphView() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the graph where this NodeWidget is element of.
getGridX() - Method in class org.knime.core.node.workflow.EditorUIInformation
 
getGridY() - Method in class org.knime.core.node.workflow.EditorUIInformation
 
getGroupByColumns() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Returns list of columns selected for group-by operation.
getGroupColNames() - Method in class org.knime.base.data.aggregation.GlobalSettings
 
getGroupCols() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
getGroupColumn() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
 
getGroupColumn() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
 
getGroupMembers() - Method in class org.knime.base.data.aggregation.general.SetCellOperator
 
getGroupName() - Method in class org.knime.core.data.BooleanValue.BooleanUtilityFactory
Returns the name of a group the data value belongs to.
getGroupName() - Method in class org.knime.core.data.date.DateAndTimeUtility
Returns the name of a group the data value belongs to.
getGroupName() - Method in class org.knime.core.data.DoubleValue.DoubleUtilityFactory
Returns the name of a group the data value belongs to.
getGroupName() - Method in class org.knime.core.data.ExtensibleUtilityFactory
Returns the name of a group the data value belongs to.
getGroupName() - Method in class org.knime.core.data.image.png.PNGImageValue.ImageCellUtilityFactory
Returns the name of a group the data value belongs to.
getGroupName() - Method in class org.knime.core.data.IntValue.IntUtilityFactory
Returns the name of a group the data value belongs to.
getGroupName() - Method in class org.knime.core.data.LongValue.LongUtilityFactory
Returns the name of a group the data value belongs to.
getGroupName() - Method in class org.knime.core.data.StringValue.StringUtilityFactory
Returns the name of a group the data value belongs to.
getGroupName() - Method in class org.knime.core.data.vector.doublevector.DoubleVectorValue.DoubleVectorUtilityFactory
Returns the name of a group the data value belongs to.
getGroupName() - Method in class org.knime.core.data.vector.stringvector.StringVectorValue.StringVectorUtilityFactory
Returns the name of a group the data value belongs to.
getGroupVals() - Method in class org.knime.base.node.preproc.groupby.GroupKey
 
getGUIMustReportDataLoadErrors() - Method in class org.knime.core.node.workflow.WorkflowPersistor.MetaNodeLinkUpdateResult
 
getHandler(UUID) - Method in class org.knime.core.data.filestore.internal.FileStoreHandlerRepository
Get handler to ID (which is part of a saved data stream)
getHandler(UUID) - Method in class org.knime.core.data.filestore.internal.NotInWorkflowFileStoreHandlerRepository
Get handler to ID (which is part of a saved data stream)
getHandler(UUID) - Method in class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
Get handler to ID (which is part of a saved data stream)
getHandlerForLoad() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
This method will probably be remove soon when the PMMLPreprocPortObject is gone.
getHandlerForLoad() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
getHandlerNotNull(UUID) - Method in class org.knime.core.data.filestore.internal.FileStoreHandlerRepository
Get handler to ID (which is part of a saved data stream).
getHandlerNotNull(UUID) - Method in class org.knime.core.data.filestore.internal.NotInWorkflowFileStoreHandlerRepository
Get handler to ID (which is part of a saved data stream).
getHandlerNotNull(UUID) - Method in class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
Get handler to id, never null.
getHasColHeaders() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
getHasCurvedConnections() - Method in class org.knime.core.node.workflow.EditorUIInformation
 
getHasCustomPredictionName() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
 
getHasRowHeader() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
getHasWildcards() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
 
getHead() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BoundaryScheme
The head of the linked double list.
getHeaderField(int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getHeaderField(String) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getHeaderFieldDate(String, long) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getHeaderFieldInt(String, int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getHeaderFieldKey(int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getHeaderFieldLong(String, long) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getHeaderFields() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getHeaderTable() - Method in class org.knime.core.node.tableview.TableView
Get reference to row header table, that is the column displaying the row keys from the underlying table.
getHeaderView() - Method in class org.knime.core.node.util.ColumnPairsSelectionPanel
Returns a component which is intended to be used as the header view of a scroll pane.
getHeaderView(String, String) - Method in class org.knime.core.node.util.ColumnPairsSelectionPanel
Returns a component which is intended to be used as the header view of a scroll pane.
getHeadNode() - Method in class org.knime.core.node.workflow.FlowLoopContext
 
getHeight() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
getHeight() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
getHeight() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
getHeight() - Method in class org.knime.core.node.workflow.Annotation
 
getHeight() - Method in class org.knime.core.node.workflow.AnnotationData
 
getHexDump(InputStream, int) - Static method in class org.knime.core.data.blob.BinaryObjectCellFactory
Utility method to get a hex dump of a binary input stream.
getHideAction() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
 
getHideAction() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
The ScatterPlotter adds the posssibility to show, fade or hide unhilited dots and this is the hide unhilited action.
getHierarchyLevel() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
 
getHierarchyLevel() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
getHightLightOutputTable() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
getHightlightOutputTable() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getHiliteAction() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
This action calls AbstractPlotter.hiLiteSelected(), if it is overridden take care to not return null since it might be called also when the AbstractPlotter.getHiLiteMenu() returns null.
getHiLiteAnnotationsTable() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
 
getHiliteCalculator() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getHilited() - Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
 
getHilitedKeys() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
getHilitedKeys() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getHilitedKeys() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
getHilitedKeys() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
getHiLiteHandler() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
 
getHiliteHandler() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
getHiLiteHandler() - Method in class org.knime.core.node.tableview.TableContentModel
Return a reference to the hilite handler currently being used.
getHiLiteHandler() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Returns the hilite handler for this port as set by the node this port is output for.
getHiLiteHandler() - Method in interface org.knime.core.node.workflow.NodeOutPort
Returns the hilite handler for this port as set by the node this port is output for.
getHiLiteHandler() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Returns the hilite handler for this port as set by the node this port is output for.
getHiLiteMapper() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
 
getHiliteMapping() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
the hilite translation Map or null if the enableHilte flag in the constructor was set to false.
getHiliteMapping() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
The hilite translation Map or null if the enableHilte flag in the constructor was set to false.
getHiliteMapping0() - Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
The hilite translation Map for the first set or null if the enableHilte flag in the constructor was set to false.
getHiliteMapping1() - Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
The hilite translation Map for the second set or null if the enableHilte flag in the constructor was set to false.
getHiLiteMenu() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Returns the hilite menu displayed in the NodeView's menu bar.
getHiLiteMenu() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Returns the hilite menu displayed in the NodeView's menu bar.
getHiLiteMenu() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
Dynamically creates a hilite menu with the typical hilite options: hilite, unhilite and clear hilite.
getHiliteRectangle() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
The proportional hilite rectangle of this bin which could be displayed if the bars of this bin can't be draw.
getHiliteRowCount() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
Call the AggregationModel.supportsHiliting() method to check if hiliting is supported.
getHiliteRowCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Call the AggregationModel.supportsHiliting() method to check if hiliting is supported.
getHiliteRowCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
Call the AggregationModel.supportsHiliting() method to check if hiliting is supported.
getHiliteShape() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
Call the AggregationModel.supportsHiliting() method to check if hiliting is supported.
getHiliteShape() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Call the AggregationModel.supportsHiliting() method to check if hiliting is supported.
getHiliteShape() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
Call the AggregationModel.supportsHiliting() method to check if hiliting is supported.
getHiLitKeys() - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Returns a copy of all hilit keys.
getHistogram() - Method in class org.knime.base.node.mine.decisiontree2.learner2.NominalValueHistogram
Returns the count histogram.
getHistogramDrawingPane() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Convenience method to cast the drawing pane.
getHistogramLayout() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getHistogramLayout() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
getHistogramPropertiesPanel() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
getHistogramVizModel() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Returns the AbstractHistogramVizModel on which the visualisation bases on.
getHistogramVizModel() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
This method creates a new AbstractHistogramVizModel each time it is called.
getHistogramVizModel() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
This method creates a new AbstractHistogramVizModel each time it is called.
getHistogramVizModel() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
This method creates a new AbstractHistogramVizModel each time it is called.
getHistory() - Method in class org.knime.core.node.util.StringHistory
Get the history in an array with the most recently added element first.
getHost() - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
Returns the database's host name.
getHostname() - Static method in class org.knime.core.node.KNIMEConstants
Returns the hostname or null, if it couldn't be determined.
getHourOfDay() - Method in class org.knime.core.data.date.DateAndTimeCell
getHourOfDay() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getHTMLDescription() - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getHTMLDetailData() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getHTMLDetailData() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
getHTMLView() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
getHTMLView() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
getHTMLView(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
getHTMLViewHeadLine() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
getIcon() - Method in class org.knime.base.data.bitvector.BitVectorValue.BitVectorUtilityFactory
Deprecated.
Get an icon representing this value.
getIcon() - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
getIcon() - Method in class org.knime.core.data.blob.BinaryObjectDataValue.BinaryObjectUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.BooleanValue.BooleanUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.collection.CollectionDataValue.CollectionUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.ComplexNumberValue.ComplexNumberUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.DataType
Gets and returns an icon from the DataValue.UtilityFactory representing this type.
getIcon() - Method in class org.knime.core.data.DataValue.UtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.date.DateAndTimeUtility
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.DoubleValue.DoubleUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataValue.FileStoreKeyUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.FuzzyIntervalValue.FuzzyIntervalUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.FuzzyNumberValue.FuzzyNumberUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.image.ImageValue.ImageValueUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.image.png.PNGImageValue.ImageCellUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.IntervalValue.IntervalUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.IntValue.IntUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.LongValue.LongUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.model.PortObjectValue.PortObjectUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.property.ShapeFactory.Shape
 
getIcon() - Method in class org.knime.core.data.StringValue.StringUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.TimestampValue.TimestampUtilityFactory
Deprecated.
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.vector.bitvector.BitVectorValue.BitVectorUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.vector.bytevector.ByteVectorValue.ByteVectorUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.vector.doublevector.DoubleVectorValue.DoubleVectorUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.vector.stringvector.StringVectorValue.StringVectorUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.xml.PMMLValue.PMMLUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.data.xml.XMLValue.XMLUtilityFactory
Get an icon representing this value.
getIcon() - Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
Get icon to this property (string, double, int, unknown).
getIcon() - Method in class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJobManager
getIcon() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
getIcon() - Method in class org.knime.core.node.NodeFactory
Returns the icon for the node.
getIcon() - Method in class org.knime.core.node.util.DefaultStringIconOption
getIcon() - Method in interface org.knime.core.node.util.StringIconOption
 
getIcon() - Method in class org.knime.core.node.workflow.NativeNodeContainer
getIcon() - Method in class org.knime.core.node.workflow.NodeContainer
 
getIcon() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
 
getIcon() - Method in class org.knime.core.node.workflow.SubNodeContainer
getIcon() - Method in class org.knime.core.node.workflow.WorkflowManager
getIconForChild(NodeContainer) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Called when this job manager is set on a metanode and controls the execution of the argument child node.
getIconForWorkflow() - Method in class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJobManager
The icon that is shown in the workflow editor if the corresponding metanode or its parent metanode has this job manager set.
getIconForWorkflow() - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
The icon that is shown in the workflow editor if the corresponding metanode or its parent metanode has this job manager set.
getIconHeight() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
getIconHeight() - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
getIconHeight() - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
 
getIconHeight() - Method in class org.knime.core.node.defaultnodesettings.ColorIcon
getIconHeight() - Method in class org.knime.core.node.util.CompositeIcon
Deprecated.
Returns the icon's height.
getIconHeight() - Method in class org.knime.core.node.util.VTextIcon
Deprecated.
Returns the icon's height.
getIconPath() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
Returns the path to the node's icon.
getIconPath() - Method in class org.knime.core.node.DelegateNodeDescription
Returns the path to the node's icon.
getIconPath() - Method in class org.knime.core.node.NodeDescription
Returns the path to the node's icon.
getIconPath() - Method in class org.knime.core.node.NodeDescription13Proxy
Returns the path to the node's icon.
getIconPath() - Method in class org.knime.core.node.NodeDescription210Proxy
Returns the path to the node's icon.
getIconPath() - Method in class org.knime.core.node.NodeDescription212Proxy
Returns the path to the node's icon.
getIconPath() - Method in class org.knime.core.node.NodeDescription27Proxy
Returns the path to the node's icon.
getIconPath() - Method in class org.knime.core.node.NodeDescription28Proxy
Returns the path to the node's icon.
getIconPath() - Method in class org.knime.core.node.NodeDescription31Proxy
Returns the path to the node's icon.
getIconPath() - Method in class org.knime.core.node.NoDescriptionProxy
Returns the path to the node's icon.
getIconWidth() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
getIconWidth() - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
getIconWidth() - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
 
getIconWidth() - Method in class org.knime.core.node.defaultnodesettings.ColorIcon
getIconWidth() - Method in class org.knime.core.node.util.CompositeIcon
Deprecated.
Returns the icon's width.
getIconWidth() - Method in class org.knime.core.node.util.VTextIcon
Deprecated.
Returns the icon's width.
getId() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.base.data.aggregation.AggregationOperator
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.base.data.aggregation.OperatorData
 
getID() - Method in class org.knime.base.node.io.database.DBSortItem
Each SortItem has a unique ID.
getId() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the file tables' id.
getId() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
 
getId() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
 
getId() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
 
getId() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
 
getID() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
getID() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
getID() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
getID() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
getID() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
getID() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
 
getID() - Method in class org.knime.base.node.preproc.sorter.SortItem
Each SortItem has a unique ID.
getId() - Method in class org.knime.core.data.renderer.AbstractDataValueRendererFactory
Returns a unique ID for this renderer.
getId() - Method in interface org.knime.core.data.renderer.DataValueRendererFactory
Returns a unique ID for this renderer.
getID() - Method in class org.knime.core.node.dialog.ExternalNodeData
Returns an ID for this data object (may be an empty string if the node is not configured yet).
getID() - Method in class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJobManager
Returns a unique ID of this job manager implementations.
getId() - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
Get the currently set ID or null if none have been set.
getID() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Returns a unique ID of this job manager implementations.
getID() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
Returns a unique ID of this job manager implementations.
getId() - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in interface org.knime.core.node.port.database.aggregation.DBAggregationFunctionFactory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.BitAndDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.BitOrDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.BitXOrDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.CountDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.FirstDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.h2.BoolAndDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.h2.BoolOrDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.h2.SelectivtyDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.LastDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.MaxDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.MinDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.postgresql.ArrayAggDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.sqlite.TotalDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.StdDevPopDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.StdDevSampDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.SumDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.VariancePopDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.VarianceSampDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.VarPopDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.function.VarSampDBAggregationFunction.Factory
The unique identifier of the function that is used for registration and identification of the aggregation method.
getId() - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
The unique identifier of the function that is used for registration and identification of the aggregation method.
getID() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getID() - Method in class org.knime.core.node.workflow.NodeContainer
 
getID() - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
 
getID() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Returns a unique ID of this job manager implementations.
getID() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManagerFactory
Returns a unique ID of this job manager implementations.
getID() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
 
getID() - Method in class org.knime.core.node.workflow.Workflow
 
getID() - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
 
getID() - Method in class org.knime.core.node.workflow.WorkflowEvent
 
getID() - Method in class org.knime.core.util.node.config.AbstractConfigElement
 
getIdentifier() - Method in class org.knime.core.data.convert.datacell.ArrayToCollectionConverterFactory
 
getIdentifier() - Method in class org.knime.core.data.convert.datacell.FactoryMethodToDataCellConverterFactory
 
getIdentifier() - Method in interface org.knime.core.data.convert.datacell.JavaToDataCellConverterFactory
Get the identifier for this factory.
getIdentifier() - Method in class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
 
getIdentifier() - Method in class org.knime.core.data.convert.java.CollectionConverterFactory
 
getIdentifier() - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverterFactory
Get the identifier for this factory.
getIdentifier() - Method in class org.knime.core.data.convert.java.MissingToNullConverterFactory
 
getIdentifier() - Method in class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
 
getIdentifier() - Method in class org.knime.core.data.convert.util.SerializeUtil.FactoryPlaceholder
Get the identifier for the factory
getIDWithoutRoot() - Method in class org.knime.core.node.workflow.NodeID
Deprecated.
Do not use this method any more, it will be removed in future releases. Use NodeID.toString() instead
getIdx(int) - Method in class org.knime.core.data.collection.SparseListCell
 
getIdxLength() - Method in class org.knime.core.data.collection.SparseListCell
 
getIdxs() - Method in class org.knime.core.data.collection.SparseListCell
 
getIfModifiedSince() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getIfNotExistsFragment(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorIfNotExistsImpl
getIfNotExistsFragment(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
getIfNotExistsSettingsModel() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
 
getIgnoreEmtpyLines() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getIgnoreType() - Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
 
getIgnoreType() - Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
 
getImagD() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
getImage() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
Get the image that will be send to the output.
getImage() - Method in class org.knime.core.data.image.png.PNGImageContent
Get the image represented by this object.
getImageColumnSettingsModel() - Static method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeDialog
 
getImageContent() - Method in interface org.knime.core.data.image.ImageValue
 
getImageContent() - Method in class org.knime.core.data.image.png.PNGImageBlobCell
Get content of this image.
getImageContent() - Method in class org.knime.core.data.image.png.PNGImageCell
Get content of this image.
getImageContent() - Method in interface org.knime.core.data.image.png.PNGImageValue
Get content of this image.
getImageContent() - Method in class org.knime.core.util.node.quickform.out.ImageOutputQuickFormOutElement
 
getImageDescription() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
A short description of the image return by getImage().
getImageExtension() - Method in interface org.knime.core.data.image.ImageValue
 
getImageExtension() - Method in class org.knime.core.data.image.png.PNGImageBlobCell
getImageExtension() - Method in class org.knime.core.data.image.png.PNGImageCell
getImageFile100(String) - Static method in class org.knime.core.node.util.ViewUtils
 
getImageFile150(String) - Static method in class org.knime.core.node.util.ViewUtils
 
getImageFile200(String) - Static method in class org.knime.core.node.util.ViewUtils
 
getImaginaryValue() - Method in interface org.knime.core.data.ComplexNumberValue
 
getImaginaryValue() - Method in class org.knime.core.data.def.BooleanCell
getImaginaryValue() - Method in class org.knime.core.data.def.ComplexNumberCell
getImaginaryValue() - Method in class org.knime.core.data.def.DoubleCell
getImaginaryValue() - Method in class org.knime.core.data.def.IntCell
getImaginaryValue() - Method in class org.knime.core.data.def.LongCell
getInactiveColor() - Static method in class org.knime.core.data.property.ColorAttr
Returns the preferred color for inactive points.
getInclude() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
getInclude() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
 
getInclude() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
 
getInclude() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
 
getIncludeAll() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
Deprecated.
 
getIncludeAll() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
Deprecated.
 
getIncludeAll() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Returns true, if all input columns except of the target should be used as independent variables.
getIncludeAll() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getIncludeAll() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getIncludeAll() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
getIncludeCols() - Method in class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
 
getIncludeCols() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
 
getIncludeConstant() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
Returns true when the constant term (intercept) should be estimated.
getIncludeConstant() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns true when the constant term (intercept) was estimated.
getIncludedColIndices() - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
Deprecated.
 
getIncludedColIndices() - Method in class org.knime.base.node.preproc.columntrans2.AbstractMany2OneCellFactory
 
getIncludedColorNameColumns() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Returns all columns from the include list.
getIncludedColumnList() - Method in class org.knime.base.node.io.database.DBSorterNodeDialogPanel
Returns all columns from the include list.
getIncludedColumnList() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel
Returns all columns from the include list.
getIncludedColumnList() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
Returns all columns from the include list.
getIncludedColumnList() - Method in class org.knime.core.node.util.ColumnFilterPanel
getIncludedColumnNames() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Returns names of the columns that are included in the DiscretizationModel.
getIncludedColumns() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
The included columns which are the independent variables.
getIncludedColumns() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
 
getIncludedColumns() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
getIncludedColumnSet() - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Returns all columns from the include list.
getIncludedNamesAsSet() - Method in class org.knime.core.node.util.filter.NameFilterPanel
Returns a set of the names of all included items.
getIncludeList() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
 
getIncludeList() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
 
getIncludeList() - Method in class org.knime.core.node.util.filter.NameFilterPanel
 
getIncludeProbabilities() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
Deprecated.
 
getIncludeProbabilities() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
 
getIncludes() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
getIncludes() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
 
getIncludes() - Method in class org.knime.core.data.container.ColumnRearranger
Access method for the internal data structure.
getIncludes() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration.FilterResult
 
getInColumn() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
Get the input column.
getInColumn() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
Get the input column.
getInColumnList() - Method in class org.knime.core.node.util.dialog.field.FieldCollection
 
getIncomingConnectionFor(NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
Returns the incoming connection of the node with the passed node id at the specified port.
getIncomingConnectionsFor(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Get all incoming connections for a node.
getIncrement() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
getIncrement() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
getInData(int) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeModel
Call to get the in data table of the previous iteration.
getInData() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
Call to get the in data table of the last iteration.
getInDataContainer() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getIndex(S) - Method in class org.knime.base.node.mine.decisiontree2.learner2.ValueMapper
Returns the integer index for the corresponding mapped object.
getIndex(TreeNode) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Returns the index of node in the receivers children.
getIndex(TreeNode) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Returns the index of node in the receivers children.
getIndex(TreeNode) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Returns the index of node in the receivers children.
getIndex() - Method in class org.knime.base.node.mine.regression.pmmlgreg.VectorHandling.NameAndIndex
 
getIndex() - Method in class org.knime.base.node.parallel.appender.InsertColumn
Returns the position at which the columns should be inserted into the input table.
getIndex() - Method in class org.knime.base.node.parallel.appender.ReplaceColumn
Returns the index of the column in the original table that should be replaced.
getIndex() - Method in class org.knime.base.node.preproc.joiner.InputRow
 
getIndex() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
 
getIndex() - Method in class org.knime.core.data.util.SynchronizedIterator.ElementAndIndex
 
getIndex(TreeNode) - Method in class org.knime.core.node.config.base.AbstractConfigEntry
 
getIndex(TreeNode) - Method in class org.knime.core.node.config.base.ConfigBase
Returns the index for a given TreeNode.
getIndex(FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
Get the index of the column.
getIndex() - Method in class org.knime.core.node.workflow.NodeID
 
getIndex() - Method in class org.knime.core.util.MultiThreadWorker.ComputationTask
 
getIndexForColumn(String) - Method in class org.knime.base.data.statistics.Statistic
 
getIndexMayBeAdded(S) - Method in class org.knime.base.node.mine.decisiontree2.learner2.ValueMapper
Returns the integer index for the corresponding mapped object.
getIndexOfBlobInColumn() - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
Get the index of the blob in the columns (if a column only contains blobs, this method returns the row index).
getIndices() - Method in class org.knime.base.data.statistics.Statistic
 
getIndicesInConfiguration() - Method in class org.knime.base.data.normalize.AffineTransTable
 
getIndividualConfigurations() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
 
getInFlowLayout(JComponent...) - Static method in class org.knime.core.node.util.ViewUtils
Constructs a new FlowLayout panel and adds the argument component(s) to it.
getInFlowLayout(int, JComponent...) - Static method in class org.knime.core.node.util.ViewUtils
Constructs a new FlowLayout panel and adds the argument component(s) to it.
getInFlowLayout(int, int, int, JComponent...) - Static method in class org.knime.core.node.util.ViewUtils
Constructs a new FlowLayout panel and adds the argument component(s) to it.
getInFlowVariableList() - Method in class org.knime.core.node.util.dialog.field.FieldCollection
 
getInfo() - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
 
getInfo(Driver) - Static method in class org.knime.core.node.port.database.DatabaseWrappedDriver
 
getInfoMessage(int) - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getInfoMsg() - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
 
getInfoMsg() - Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
 
getInfoMsg() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
 
getInformationPreservation(int) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
getInHiLiteHandler(int) - Method in class org.knime.core.node.Node
getInHiLiteHandler(int) - Method in class org.knime.core.node.NodeModel
Returns the HiLiteHandler for the given input index, if the current in-port hilite handler is null an HiLiteHandlerAdapter is created and returned.
getInitialScopeContext() - Method in class org.knime.core.node.Node
 
getInitialScopeContext() - Method in class org.knime.core.node.NodeModel
Return appropriate FlowLoopContext object depending on the type of ScopeStartNode.
getInitMethodName() - Method in class org.knime.core.node.web.DefaultWebTemplate
 
getInitMethodName() - Method in interface org.knime.core.node.web.WebTemplate
 
getInPercent() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
getInPort(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Return a port, which for the inputs really only holds the type and some other static information.
getInPort(int) - Method in class org.knime.core.node.workflow.NodeContainer
 
getInPort(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
getInPort(int) - Method in class org.knime.core.node.workflow.WorkflowManager
getInportDescription(int) - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
Returns a description for an input port.
getInportDescription(int) - Method in class org.knime.core.node.DelegateNodeDescription
Returns a description for an input port.
getInportDescription(int) - Method in class org.knime.core.node.NodeDescription
Returns a description for an input port.
getInportDescription(int) - Method in class org.knime.core.node.NodeDescription13Proxy
Returns a description for an input port.
getInportDescription(int) - Method in class org.knime.core.node.NodeDescription210Proxy
Returns a description for an input port.
getInportDescription(int) - Method in class org.knime.core.node.NodeDescription212Proxy
Returns a description for an input port.
getInportDescription(int) - Method in class org.knime.core.node.NodeDescription27Proxy
Returns a description for an input port.
getInportDescription(int) - Method in class org.knime.core.node.NodeDescription28Proxy
Returns a description for an input port.
getInportDescription(int) - Method in class org.knime.core.node.NodeDescription31Proxy
Returns a description for an input port.
getInportDescription(int) - Method in class org.knime.core.node.NodeFactory
Returns a description for an input port.
getInportDescription(int) - Method in class org.knime.core.node.NoDescriptionProxy
Returns a description for an input port.
getInportDescriptionName(int) - Method in class org.knime.core.node.Node
Return the name of the port as specified by the node factory (which takes it from the node description).
getInportName(int) - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
Returns a name for an input port.
getInportName(int) - Method in class org.knime.core.node.DelegateNodeDescription
Returns a name for an input port.
getInportName(int) - Method in class org.knime.core.node.Node
Return name of input connector.
getInportName(int) - Method in class org.knime.core.node.NodeDescription
Returns a name for an input port.
getInportName(int) - Method in class org.knime.core.node.NodeDescription13Proxy
Returns a name for an input port.
getInportName(int) - Method in class org.knime.core.node.NodeDescription210Proxy
Returns a name for an input port.
getInportName(int) - Method in class org.knime.core.node.NodeDescription212Proxy
Returns a name for an input port.
getInportName(int) - Method in class org.knime.core.node.NodeDescription27Proxy
Returns a name for an input port.
getInportName(int) - Method in class org.knime.core.node.NodeDescription28Proxy
Returns a name for an input port.
getInportName(int) - Method in class org.knime.core.node.NodeDescription31Proxy
Returns a name for an input port.
getInportName(int) - Method in class org.knime.core.node.NodeFactory
Returns a name for an input port.
getInportName(int) - Method in class org.knime.core.node.NoDescriptionProxy
Returns a name for an input port.
getInports() - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
 
getInPortsBarUIInfo() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Get UI information for workflow input ports.
getInPortsBarUIInfo() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Get UI information for workflow input ports.
getInPortsBarUIInfo() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Get UI information for workflow input ports.
getInPortsBarUIInfo() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Get UI information for workflow input ports.
getInPortsBarUIInfo() - Method in class org.knime.core.node.workflow.WorkflowManager
Get UI information for workflow input ports.
getInPortsBarUIInfo() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
Get UI information for workflow input ports.
getInPortTemplates() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
getInPortTemplates() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getInPortTemplates() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
getInPortTemplates() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
getInPortTemplates() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getInPortTemplates() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getInPortTemplates() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
 
getInPortTemplates() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getInPortType(int) - Method in class org.knime.core.node.NodeModel
Port type as specified in constructor.
getInput() - Method in class org.knime.base.data.neural.InputPerceptron
Returns the current input of the perceptron.
getInput() - Method in class org.knime.core.util.MultiThreadWorker.ComputationTask
 
getInputColName() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.ConfigurationContainer
 
getInputColumn() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
 
getInputColumnName() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
 
getInputColumnNames() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
get names of input columns.
getInputData() - Method in interface org.knime.core.node.dialog.InputNode
Returns a template for the expected input data.
getInputData(int) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Provides access to the input data the node is passed to at the beginning of the execute method.
getInputData() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Returns the input data that was connected to the node at the beginning of the execute method as a whole.
getInputListModel() - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
 
getInputMapping() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Allows to get the input mapping from input neurons to columns.
getInputNodes() - Method in class org.knime.core.node.workflow.WorkflowManager
Get quickform nodes on the root level along with their currently set value.
getInputObjects() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkNodeInput
 
getInputPattern() - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
 
getInputPattern() - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRow
 
getInputPortIndex() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
 
getInputPortInfo() - Method in class org.knime.core.node.workflow.SubNodeContainer
getInputPortRoles() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.mine.knn.KnnNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.core.node.NodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputPortRoles() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Streaming API (pending): Defines properties on the input ports when used in a streamed and/or distributed fashion.
getInputStream() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getInputTableSpec() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
getInputType(int) - Method in class org.knime.core.node.Node
Return type of input connector.
getInputVariableName() - Method in class org.knime.core.node.FlowVariableModel
 
getInstance() - Static method in class org.knime.base.data.aggregation.AggregationMethods
Returns the only instance of this class.
getInstance() - Static method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeNameSorter
Returns the only instance of this class.
getInstance() - Static method in class org.knime.base.node.mine.bfn.Distance
Returns a new Distance object.
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.LukaNorm
Returns an static instance of this norm.
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.MinMaxNorm
Returns an static instance of this norm.
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.ProdNorm
Returns an static instance of this norm.
getInstance(double) - Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
 
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
 
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
 
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
 
getInstance() - Static method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
 
getInstance() - Static method in class org.knime.base.node.mine.util.PredictorHelper
 
getInstance() - Static method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
 
getInstance() - Static method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactoryManager
Singleton instance of the MissingCellHandlerManager.
getInstance() - Static method in class org.knime.base.node.preproc.setoperator.GeneralDataValueComparator
 
getInstance() - Static method in class org.knime.base.node.viz.histogram.datamodel.HSBColorComparator
 
getInstance() - Static method in class org.knime.base.node.viz.histogram.util.NoDomainColumnFilter
 
getInstance() - Static method in class org.knime.base.node.viz.pie.util.PieColumnFilter
 
getInstance() - Static method in class org.knime.core.data.container.BufferTracker
Returns the singleton instance.
getInstance() - Static method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
 
getInstance() - Static method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
Returns the singleton instance.
getInstance() - Static method in class org.knime.core.data.convert.java.MissingToNullConverterFactory
Returns the singleton instance for this class.
getInstance() - Static method in class org.knime.core.data.DataTypeRegistry
Returns the singleton instance.
getInstance(Color) - Static method in class org.knime.core.data.property.ColorAttr
Creates a new color attribute with the given color.
getInstance() - Static method in class org.knime.core.data.util.memory.MemoryAlertSystem
Singleton instance of MemoryAlertSystem.
getInstance() - Static method in class org.knime.core.data.util.memory.MemoryObjectTracker
Deprecated.
 
getInstance() - Static method in class org.knime.core.data.util.memory.MemoryWarningSystem
Deprecated.
Singleton on MemoryObjectTracker
getInstance() - Static method in class org.knime.core.internal.CorePlugin
Returns the singleton instance of this plugin.
getInstance(String) - Method in class org.knime.core.node.config.base.ConfigBase
Creates a new ConfigBase of this type.
getInstance() - Static method in class org.knime.core.node.config.base.XMLConfigEntityResolver
Returns a singleton instance of this resolver.
getInstance(String) - Method in class org.knime.core.node.config.Config
Creates a new Config of this type.
getInstance() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
Get an instance for use in a node.
getInstance(String) - Method in class org.knime.core.node.ModelContent
Creates a new Config of this type.
getInstance() - Static method in class org.knime.core.node.NodeFactoryRepository
Returns the singleton instance.
getInstance(String) - Method in class org.knime.core.node.NodeSettings
Creates a new Config of this type.
getINSTANCE() - Static method in class org.knime.core.node.port.database.binning.CaseBinningStatementGenerator
 
getINSTANCE() - Static method in class org.knime.core.node.port.database.binning.DefaultBinningStatementGenerator
 
getInstance() - Static method in class org.knime.core.node.port.database.DatabaseUtilityRegistry
 
getINSTANCE() - Static method in class org.knime.core.node.port.database.pivoting.CasePivotStatementGenerator
 
getINSTANCE() - Static method in class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
 
getInstance() - Static method in class org.knime.core.node.port.database.RegisteredDriversConnectionFactory
 
getInstance() - Static method in class org.knime.core.node.port.PortTypeRegistry
Returns the singleton instance.
getInstance(String) - Static method in class org.knime.core.node.util.StringHistory
Get a history for an ID.
getInstance(String, int) - Static method in class org.knime.core.node.util.StringHistory
Get a history for an ID.
getInstance() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManagerFactory
Get an instance for use in a node.
getInstance() - Static method in class org.knime.core.util.CLibrary
Returns an instance for this C library wrapper.
getInstance() - Static method in class org.knime.core.util.KNIMETimer
Returns the singleton instance of the global KNIME timer.
getInstanceFollowRedirects() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getInt(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return int for key.
getInt(String, int) - Method in class org.knime.core.node.config.base.ConfigBase
Return int for key or the default value if not available.
getInt(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return int for key.
getInt(String, int) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return int for key or the default value if not available.
getInt() - Method in class org.knime.core.node.config.base.ConfigIntEntry
 
getInt(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the int configuration parameter registered under the given ID.
getIntArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return int array which can be null for key, or the default array if the key is not available.
getIntArray(String, int...) - Method in class org.knime.core.node.config.base.ConfigBase
Return int array which can be null for key, or the default array if the key is not available.
getIntArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return int array which can be null for key, or the default array if the key is not available.
getIntArray(String, int...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return int array which can be null for key, or the default array if the key is not available.
getIntArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the int array configuration parameter registered under the given ID.
getIntegerBounds() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getIntegerBounds() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getInteractiveNodeView() - Method in class org.knime.core.node.NodeModel
 
getInteractiveView(String) - Method in class org.knime.core.node.Node
Return a new instance of the interactive node's view (without opening it).
getInteractiveView() - Method in class org.knime.core.node.workflow.NativeNodeContainer
getInteractiveView() - Method in class org.knime.core.node.workflow.NodeContainer
 
getInteractiveView() - Method in class org.knime.core.node.workflow.SubNodeContainer
getInteractiveView() - Method in class org.knime.core.node.workflow.WorkflowManager
getInteractiveViewName() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.DelegateNodeDescription
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in interface org.knime.core.node.interactive.InteractiveNodeFactoryExtension
 
getInteractiveViewName() - Method in class org.knime.core.node.Node
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription13Proxy
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription210Proxy
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription212Proxy
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription27Proxy
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription28Proxy
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.NodeDescription31Proxy
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.NodeFactory
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.NoDescriptionProxy
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in interface org.knime.core.node.wizard.WizardNodeFactoryExtension
 
getInteractiveViewName() - Method in class org.knime.core.node.workflow.NativeNodeContainer
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.workflow.NodeContainer
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.workflow.SubNodeContainer
Returns the name of the interactive view if such a view exists.
getInteractiveViewName() - Method in class org.knime.core.node.workflow.WorkflowManager
Returns the name of the interactive view if such a view exists.
getInteractiveWebViews() - Method in class org.knime.core.node.workflow.NativeNodeContainer
 
getInteractiveWebViews() - Method in class org.knime.core.node.workflow.NodeContainer
Get the 'interactive web views' provided by this node.
getInteractiveWebViews() - Method in class org.knime.core.node.workflow.SubNodeContainer
A InteractiveWebViewsResult for a subnode is the set of all wizard views in it (no recursion).
getInteractiveWebViews() - Method in class org.knime.core.node.workflow.WorkflowManager
Returns an empty result.
getIntercept(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the value of the intercept for the given logit.
getIntercept(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Returns the value of the intercept for the given logit.
getIntercept() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.RegressionTable
 
getIntercept() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the value of the intercept.
getInterceptPValue(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the value of the intercept's p-value.
getInterceptPValue(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Returns the value of the intercept's p-value.
getInterceptPValue() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the value of the intercept's p-value.
getInterceptStdErr(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the value of the intercept's standard error for the given logit.
getInterceptStdErr(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Returns the value of the intercept's standard error for the given logit.
getInterceptStdErr() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the value of the intercept's standard error.
getInterceptTValue() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the value of the intercept's t-value.
getInterceptZScore(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the value of the intercept's z-score for the given logit.
getInterceptZScore(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Returns the value of the intercept's z-score for the given logit.
getInternalDrawingPane() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
 
getInternalHeldPortObjects() - Method in class org.knime.core.node.CopyNodePersistor
getInternalHeldPortObjects() - Method in class org.knime.core.node.FileNodePersistor
getInternalHeldPortObjects() - Method in class org.knime.core.node.Node
Get the current set of objects internally held by a NodeModel that implements BufferedDataTableHolder or PortObjectHolder.
getInternalHeldPortObjects() - Method in interface org.knime.core.node.NodeContentPersistor
 
getInternalHeldPortObjects() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getInternalHeldPortObjects() - Method in class org.knime.core.node.workflow.NativeNodeContainer
Get the tables/portobjects kept by the underlying node.
getInternalIterator() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
Deprecated.
Get RowIterator of underlying table.
getInternalIterator() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
Get RowIterator of underlying table.
getInternalNCState() - Method in class org.knime.core.node.workflow.NodeStateEvent
 
getInternalPortObjects() - Method in interface org.knime.core.node.port.PortObjectHolder
The objects to be held internally and expected after the workflow got loaded.
getInternalPortObjects() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
The objects to be held internally and expected after the workflow got loaded.
getInternalState() - Method in class org.knime.core.node.workflow.NodeContainer
 
getInternalState() - Method in class org.knime.core.node.workflow.WorkflowManager
The up-to-date state of the workflow, not neccarily the one that was most recently set by NodeContainer.setInternalState(InternalNodeContainerState).
getInternalTables() - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
getInternalTables() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
getInternalTables() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
getInternalTables() - Method in class org.knime.base.node.viz.table.TableNodeModel
getInternalTables() - Method in interface org.knime.core.node.BufferedDataTableHolder
 
getInternalUTCCalendarMember() - Method in class org.knime.core.data.date.DateAndTimeCell
Convenience method to access member UTC Calendar (for faster comparisons/equal tests).
getInterpolationCheckBox() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
 
getInterpolationCheckBox() - Method in class org.knime.base.node.viz.plotter.props.InterpolationTab
 
getIntersection(DataTableSpec...) - Static method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Determines the names of columns that appear in all specs.
getInterval(int) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalPanel
 
getIntervalIndexOf(double) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Returns the index of the interval the given value is contained in.
getIntervals() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBin
 
getIntExtension(Map<String, String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
getIntForStatus() - Method in class org.knime.core.node.util.DateInputDialog
This method return an integer Status code, which reflects the currently active fields in the dialog.
getIntitalMode() - Method in class org.knime.core.node.util.DateInputDialog
Returns how the dialog is configured, meaning which fields are displayed in it.
getIntMappingsLeftPartition() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
Returns an array of integer mappings corresponding to the left partition nominal values.
getIntMappingsRightPartition() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
Returns an array of integer mappings corresponding to the right partition nominal values.
getIntValue() - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
Returns cardinality of this bit vector.
getIntValue() - Method in class org.knime.core.data.def.BooleanCell
Returns 1 if value is true or 0 for false.
getIntValue() - Method in class org.knime.core.data.def.IntCell
getIntValue() - Method in interface org.knime.core.data.IntValue
 
getIntValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
 
getIntValue() - Method in class org.knime.core.node.workflow.FlowVariable
 
getIntValue() - Method in enum org.knime.core.node.workflow.WorkflowExecutionMode
 
getInvalidCause() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
getInvalidCause() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
getInvalidColumnList(ListModel) - Static method in class org.knime.core.data.util.ListModelFilterUtils
Returns a set of all invalid columns as String.
getInvalidExcludeColumns() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Returns all invalid columns from the exclude list.
getInvalidExcludeColumnSet() - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Returns all invalid columns from the exclude list.
getInvalidIncludeColumns() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Returns all invalid columns from the include list.
getInvalidIncludedColumnSet() - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Returns all invalid columns from the include list.
getInvalidValueBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getIsNominal() - Method in class org.knime.base.node.mine.regression.RegressionTrainingData
 
getIsRegExpr() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
 
getItem() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
getItem() - Method in class org.knime.core.node.util.StringIconListCellEditor
getItems() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
 
getItems() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Returns a copy of the items in this set.
getItems() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
 
getItemSet() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
 
getItemSetCount() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
getItemSets() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.
 
getItemsets() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
 
getItemSets(Collection<DataCell>, Collection<DataCell>) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
getIterationCount() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
 
getIterationCount() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
 
getIterationIndex() - Method in class org.knime.core.node.workflow.FlowLoopContext
The current iteration index, incremented after each loop iteration.
getIterationLabel() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Returns the label responsible for displaying the current iteration.
getJavascriptObjectID() - Method in interface org.knime.core.node.wizard.WizardNode
 
getJavaUnescapedStringValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
Get current value unescaping special characters from the literal string ("\n", "\t", etc.
getJDBCDriverClasses() - Static method in class org.knime.core.node.port.database.DatabaseUtility
 
getJDBCDriverClasses() - Method in class org.knime.core.node.port.database.DatabaseUtilityRegistry
 
getJDBCURL(String, int, String) - Method in class org.knime.base.node.io.database.connection.util.DBConnectionPanel
Returns the database-specific JDBC URL for the given host and database.
getJDBCUrl() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Returns the JDBC URL for the database.
getJitterRate() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
 
getJitterSlider() - Method in class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
 
getJitterSlider() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
 
getJitterSlider() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixProperties
 
getJMenuBar() - Method in class org.knime.core.node.NodeView
Returns menu bar of the accompanying frame.
getJobManager() - Method in class org.knime.core.node.workflow.NodeContainer
 
getJobManager() - Method in class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
 
getJobManagerFactory(String) - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
Returns the job manager factory with the specified id - or null if it doesn't exists.
getJoiningIndices(InputRow.Settings.InDataPort) - Method in class org.knime.base.node.preproc.joiner.InputRow.Settings
 
getJoinMode() - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
getJoinMode() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the mode how the two tables should be joined.
getJoinTuples() - Method in class org.knime.base.node.preproc.joiner.InputRow
Create the join tuples for this input row.
getJSONValue() - Method in class org.knime.core.node.dialog.ExternalNodeData
Returns node data as a generic JSON value.
getKernel(KernelFactory.KernelType) - Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
Returns a kernel given by its name.
getKernel() - Method in class org.knime.base.node.mine.svm.PMMLSVMTranslator
 
getKernelNames() - Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
Returns all the kernels known by this factory.
getKey() - Method in class org.knime.base.data.append.column.AppendedColumnRow
Deprecated.
Returns the row key.
getKey() - Method in class org.knime.base.data.append.row.ResortedCellsRow
Deprecated.
Returns the row key.
getKey() - Method in class org.knime.base.data.filter.column.FilterColumnRow
Returns the row key.
getKey() - Method in class org.knime.base.data.replace.ReplacedColumnsDataRow
Returns the row key.
getKey() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
 
getKey() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
Returns the row key.
getKey() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns the row key.
getKey() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the row key.
getKey() - Method in class org.knime.base.node.mine.svm.util.DoubleVector
 
getKey() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer.Missing
Returns the row key.
getKey() - Method in class org.knime.core.data.append.AppendedColumnRow
Returns the row key.
getKey() - Method in class org.knime.core.data.append.ResortedCellsRow
Returns the row key.
getKey() - Method in class org.knime.core.data.container.BlobSupportDataRow
Returns the row key.
getKey() - Method in interface org.knime.core.data.DataRow
Returns the row key.
getKey() - Method in class org.knime.core.data.def.DefaultRow
Returns the row key.
getKey() - Method in class org.knime.core.data.def.JoinedRow
Returns the key from the left row that was passed in the constructor.
getKey() - Method in class org.knime.core.data.filestore.FileStore
 
getKey() - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataCell
getKey() - Method in interface org.knime.core.data.filestore.internal.FileStoreKeyDataValue
 
getKey() - Method in class org.knime.core.data.sort.SortingDescription.MappedDataRow
Returns the row key.
getKey() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
Returns the key for this entry.
getKey() - Method in interface org.knime.core.node.config.base.ConfigBaseRO
 
getKey() - Method in interface org.knime.core.node.config.base.ConfigBaseWO
 
getKey() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
getKey() - Method in interface org.knime.core.node.defaultnodesettings.SettingsModelFlowVariableCompatible
 
getKey() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
getKey() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
getKey() - Method in exception org.knime.core.util.DuplicateKeyException
Returns the duplicate key.
getKeyConstraintFragment(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
getKeyName() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Returns the name of the key
getKeyPath() - Method in class org.knime.core.node.config.ConfigEditTreeEvent
 
getKeys() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Returns the keys
getKeys() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
getKeys() - Method in class org.knime.core.node.FlowVariableModel
 
getKeys(RowKey) - Method in class org.knime.core.node.property.hilite.DefaultHiLiteMapper
Returns a set of RowKey elements which are associated by the specified key or null if no mapping is available.
getKeys(RowKey) - Method in interface org.knime.core.node.property.hilite.HiLiteMapper
Returns a set of RowKey elements which are associated by the specified key or null if no mapping is available.
getKeys() - Method in class org.knime.core.node.util.KeyValuePanel
Get the elements of the first column.
getKeyStore() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
 
getKeyStroke() - Method in class org.knime.core.node.tableview.TableView.TableAction
 
getKeyword() - Method in enum org.knime.base.node.io.database.DBJoinerSettings.JoinMode
 
getKNearestNeighbours(double[], int) - Method in class org.knime.base.util.kdtree.KDTree
Searches for the k nearest neighbours of the query pattern.
getKNIMEDataType(DATATYPE.Enum) - Static method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
 
getKNIMEHomeDir() - Static method in class org.knime.core.node.KNIMEConstants
The directory where knime will put log files and configuration files.
getKNIMEHomeDirPath() - Static method in class org.knime.core.internal.KNIMEPath
Getter for the home dir of KNIME.
getKNIMEInstanceID() - Static method in class org.knime.core.node.KNIMEConstants
Returns the unique ID of this KNIME installation.
getKnimeName() - Method in class org.knime.core.node.util.dialog.field.AbstractField
 
getKNIMETempDir() - Static method in class org.knime.core.node.KNIMEConstants
Location for KNIME related temp files such as data container files.
getKNIMETempPath() - Static method in class org.knime.core.node.KNIMEConstants
Location for KNIME related temp files such as data container files.
getKnimeType() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Returns the Knime data type
getKNIMEType(int, ResultSetMetaData, int) - Method in class org.knime.core.node.port.database.DatabaseHelper
 
getKnimeType() - Method in class org.knime.core.node.util.dialog.field.ColumnField
 
getKnimeType() - Method in class org.knime.core.node.util.dialog.field.FlowVariableField
 
getKNIMETypeList(DataTableSpec) - Static method in class org.knime.base.node.io.database.tablecreator.util.DBUtil
 
getKurtosis(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the kurtosis for the desired column.
getKurtosis() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the kurtosis for all columns.
getLabel() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
getLabel() - Method in class org.knime.base.data.aggregation.AggregationOperator
getLabel() - Method in class org.knime.base.data.aggregation.OperatorData
 
getLabel() - Method in class org.knime.base.node.mine.cluster.assign.Prototype
 
getLabel() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLParameter
 
getLabel() - Method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
 
getLabel() - Method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
 
getLabel(DataCell) - Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Maps a value back to the original domain value for tick generation.
getLabel(DataCell) - Method in interface org.knime.base.util.coordinate.MappingMethod
Maps a value back to the original domain value for tick generation.
getLabel(DataCell) - Method in class org.knime.base.util.coordinate.SquareRootMappingMethod
Maps a value back to the original domain value for tick generation.
getLabel() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
Returns a user readable - but still most likely unique - label.
getLabel() - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
 
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction
getLabel() - Method in class org.knime.core.node.port.database.aggregation.SimpleDBAggregationFunction
getLabel() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManagerFactory
Returns a user readable - but still most likely unique - label.
getLabel() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
getLabel() - Method in interface org.knime.core.quickform.QuickFormRepresentation
 
getLabel() - Method in class org.knime.core.util.node.quickform.AbstractQuickFormElement
 
getLabelArea() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getLabelColumnPort1() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
getLabelDisplayPolicy() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getLabelDisplayPolicy() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
getLabelDisplayPolicy() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getLabelDisplayPolicy() - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
getLabelLinkSize() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getLabels() - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
 
getLabels() - Static method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
 
getLabels() - Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
 
getLag() - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
 
getLagInterval() - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
 
getLambda() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getLargeDisplayIcon() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
getLastAdded() - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
 
getLastEditDate() - Method in class org.knime.core.node.workflow.WorkflowManager.AuthorInformation
 
getLastEditor() - Method in class org.knime.core.node.workflow.WorkflowManager.AuthorInformation
 
getLastErrorMessage() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
 
getLastErrorMessage() - Method in class org.knime.base.data.bitvector.MultiString2BitVectorCellFactory
getLastExecutionDuration() - Method in class org.knime.core.node.workflow.NodeTimer
 
getLastModified() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getLastPredicate() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Returns the PMMLPredicate that was most recently added.
getLastQuoteBeginPattern() - Method in class org.knime.core.util.tokenizer.Tokenizer
Returns the left quote of the last token.
getLastQuoteEndPattern() - Method in class org.knime.core.util.tokenizer.Tokenizer
Returns the right quote of the last token.
getLastRow() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
 
getLastSpec() - Method in class org.knime.base.node.io.database.DBReaderNodeModel
 
getLastTableSpec(int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
 
getLastTableSpecs() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
 
getLastTargetColumn() - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
 
getLastUsedHistoryElement(String) - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
Read top most history element, e.g.
getLastWarningMessage() - Method in class org.knime.base.node.io.csvwriter.CSVWriter
Returns a warning message from the last write action.
getLayer(int) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Returns layer at a given position.
getLayers() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
 
getLayout() - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
 
getLayout() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
 
getLayout() - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
 
getLayout() - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
 
getLayout4ID(String) - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
 
getLayout4String(String) - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
Returns the histogram layout for the given name.
getLayoutInfo() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
Deprecated.
getLayoutInfo() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
Deprecated.
getLayoutInfo() - Method in class org.knime.core.node.workflow.SubNodeContainer
getLayoutInfo() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
Deprecated.
getLayoutInfo() - Method in class org.knime.core.node.workflow.WizardExecutionController.WizardPageContent
 
getLayoutJSONString() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
getLayoutJSONString() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
getLayoutJSONString() - Method in class org.knime.core.node.workflow.SubNodeContainer
 
getLayoutJSONString() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
 
getLayoutSettings() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Return an object width constants used for layout the graph.
getLeafCount() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the number of leaf nodes contained in this node.
getLeafDataPoint() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the DataRow associated with a leaf node.
getLeafDataPoint() - Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
Returns the DataRow associated with a leaf node.
getLearningCols() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getLearningColumns() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
getLearningColumns() - Method in interface org.knime.base.node.mine.regression.linear.view.LinRegDataProvider
Deprecated.
 
getLearningFields() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getLearningrateAncestor() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getLearningrateSister() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getLearningrateWinner() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getLearnrateModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getLeft() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the left child Cell of the current Node, or null.
getLeft() - Method in class org.knime.base.util.kdtree.NonterminalNode
Returns the left child node.
getLeft() - Method in class org.knime.core.util.tokenizer.Quote
 
getLeftBound() - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
 
getLeftBound() - Method in class org.knime.core.data.def.IntervalCell
getLeftBound() - Method in interface org.knime.core.data.IntervalValue
 
getLeftChild() - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
 
getLeftChildIndices() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
 
getLeftColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
getLeftGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getLeftIncludeAll() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns true when all columns of the left table should be added to the joining table.
getLeftIncludeCols() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the columns of the left table that should be included to the joining table.
getLeftIncluded(DataTableSpec) - Method in class org.knime.base.node.preproc.joiner.Joiner
 
getLeftIndex(DataRow) - Static method in class org.knime.base.node.preproc.joiner.OutputRow
 
getLeftJoinColumns() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the columns of the left table used in the join predicate.
getLeftJoinOnColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
getLeftMargin() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLInterval
 
getLeftOuter() - Method in class org.knime.base.node.preproc.joiner.JoinContainer
 
getLeftRow() - Method in class org.knime.core.data.def.JoinedRow
 
getLeftRowKeyMap() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer
 
getLeftRowKeyMap() - Method in class org.knime.base.node.preproc.joiner.Joiner
 
getLeftSelectedItems() - Method in class org.knime.core.node.util.ColumnPairsSelectionPanel
Returns an array with elements of type DataColumnSpec or String.
getLeftStartPoint() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
Returns the left start point of the ruler.
getLeftTable() - Method in class org.knime.base.data.join.JoinedTable
Deprecated.
Get reference to underlying left table.
getLeftValue() - Method in class org.knime.base.node.preproc.binner.NumericBin
Deprecated.
 
getLeftValue(boolean) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
getLeftValue() - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
 
getLength() - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Returns the length of the array, that is, the umber of countable items.
getLength() - Method in class org.knime.base.node.preproc.rank.DataCellTuple
 
getLength() - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
The length of the array (>= 0).
getLength() - Method in interface org.knime.core.data.vector.doublevector.DoubleVectorValue
The length of the array (>= 0).
getLength() - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
The length of the array (>= 0).
getLength() - Method in interface org.knime.core.data.vector.stringvector.StringVectorValue
The length of the array (>= 0).
getLength() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
 
getLevel() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getLevel() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
 
getLevel() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells level of hierarchy inside the binary tree.
getLevel() - Method in class org.knime.core.data.xml.util.XmlDomComparer.Diff
 
getLevel() - Method in class org.knime.core.node.NodeLogger
Returns the minimum logging retrieved from the underlying Log4J logger.
getLevelGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getLevelInHierarchy() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
getLift() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
 
getLiftTable() - Method in class org.knime.base.node.viz.liftchart.LiftCalculator
 
getLimitRowCount() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
getLimitRowsCount() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getLineComment() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns line comment string.
getLineContinuationCharacter() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Returns a string with one character containing the line continuation character that is currently set - or null if none is set.
getLineEndingMode() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getLineNumber() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthTokenizer
 
getLineNumber() - Method in class org.knime.core.util.tokenizer.Tokenizer
 
getLines() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
getLineSeparator() - Static method in class org.knime.core.node.util.ConvenienceMethods
Read system property "line.separator", returns '\n' if that fails (whereby a LOG message is reported).
getLinkedMetaNodes(boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
The list of contained metanodes that are linked metanodes.
getLinRegContent() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Get the parameters for the regression line.
getLinRegContent() - Method in interface org.knime.base.node.mine.regression.linear2.view.LinReg2DataProvider
Get the parameters for the regression line.
getList() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
getList() - Method in class org.knime.core.data.collection.ListCell
 
getListCellRenderer() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
getListCellRenderer() - Method in class org.knime.core.node.util.filter.NameFilterPanel
 
getListCellRenderer() - Method in class org.knime.core.node.util.filter.StringFilterPanel
getListCellRenderer() - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionAndRowListCellRenderer
getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodListCellRenderer
Deprecated.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.base.node.preproc.columnresorter.DataColumnSpecListDummyCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.base.node.preproc.joiner.ColumnSpecListRenderer
Deprecated.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.base.node.preproc.rename.DataTypeNameRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIconRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.base.node.viz.property.color.ColorManager2IconRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.property.ShapeSelectionListRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Render this object in the list using the current renderer.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.renderer.ImageValueRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.FlowVariableModelButton.CustomListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.util.ColumnComboBoxRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.util.ConvenientComboBoxRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.util.DataColumnSpecListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.util.DataTypeListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.util.FlowVariableListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.node.util.StringIconListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.util.FilelistAccessory.FileListRenderer
getListColTypes() - Method in class org.knime.core.node.util.dialog.TypeProvider
 
getListElements() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
getListMissingValueRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
Returns the render component for a list if the respective value is a missing value.
getListModel() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
getLoadedDriver() - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
getLoadedInstance() - Method in class org.knime.core.node.workflow.WorkflowPersistor.MetaNodeLinkUpdateResult
 
getLoadedNodeFactories() - Static method in class org.knime.core.node.NodeFactory
Returns a collection of all loaded node factories.
getLoadHelper() - Method in class org.knime.core.node.FileNodePersistor
 
getLoadHelper() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getLoadHelper() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
getLoadHelper() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
getLoadHelper() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
getLoadHelper() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getLoadVersion() - Method in class org.knime.core.node.FileNodePersistor
Version being loaded.
getLoadVersion() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getLoadVersion() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
getLoadVersion() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
getLoadVersion() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
getLoadVersion() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
getLoadVersion() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getLoadVersion() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getLoadVersion() - Method in interface org.knime.core.node.workflow.TemplateNodeContainerPersistor
 
getLoadVersion() - Method in class org.knime.core.node.workflow.WorkflowManager
The version as read from workflow.knime file during load (or null if not loaded but newly created).
getLoadVersion() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getLocalRepository() - Method in class org.knime.core.data.container.Buffer
Get reference to the local table repository that this buffer was initially instantiated with.
getLocalTableRepository() - Method in class org.knime.core.data.container.DataContainer
Get the local repository.
getLocalTableRepository() - Method in class org.knime.core.node.BufferedDataContainer
Returns the local repository of tables.
getLocalTableRepository() - Method in class org.knime.core.node.ExecutionContext
Get reference to the local table repository.
getLocalTableRepositoryFromContext(ExecutionContext) - Static method in class org.knime.core.node.Node
Delegate method to allow access to the (package scope) method ExecutionContext.getLocalTableRepository().
getLocation() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getLocationHistory() - Static method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
getLocationHistory() - Static method in class org.knime.base.node.io.listfiles2.ListFilesSettings
 
getLocationString() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
getLocationString() - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
 
getLockColumn() - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
 
getLockColumn() - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
 
getLogger() - Method in class org.knime.core.node.AbstractNodeView
Get reference to logger, never null.
getLogger() - Method in class org.knime.core.node.FileNodePersistor
 
getLogger() - Method in class org.knime.core.node.NodeDialogPane
A logger initialized with the concrete runtime class.
getLogger(Class<?>) - Static method in class org.knime.core.node.NodeLogger
Creates a new NodeLogger for the given Class.
getLogger(String) - Static method in class org.knime.core.node.NodeLogger
Creates a new NodeLogger for the given name.
getLogger() - Method in class org.knime.core.node.NodeModel
Returns the logger for this node.
getLogger() - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
 
getLogger() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
getLogger() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
getLogger() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
getLogin() - Method in class org.knime.core.node.workflow.Credentials
The login name as passed to the DB connection or other password-secured systems.
getLogin() - Method in class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
The login name as passed to the DB connection or other password-secured systems.
getLogin() - Method in interface org.knime.core.node.workflow.ICredentials
The login name as passed to the DB connection or other password-secured systems.
getLogits() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Logits are elements of the target domain values except of the last one.
getLogits() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Logits are elements of the target domain values except of the last one.
getLong(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return long for key.
getLong(String, long) - Method in class org.knime.core.node.config.base.ConfigBase
Return long value for key or the default if the key is not available.
getLong(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return long for key.
getLong(String, long) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return long value for key or the default if the key is not available.
getLong() - Method in class org.knime.core.node.config.base.ConfigLongEntry
 
getLong(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the long configuration parameter registered under the given ID.
getLongArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return a long array which can be null for key, or the default value if not available.
getLongArray(String, long...) - Method in class org.knime.core.node.config.base.ConfigBase
Return long array which can be null for key, or the default array if the key is not available.
getLongArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return a long array which can be null for key, or the default value if not available.
getLongArray(String, long...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return long array which can be null for key, or the default array if the key is not available.
getLongArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the long array configuration parameter registered under the given ID.
getLongValue() - Method in class org.knime.core.data.def.BooleanCell
Returns 1 if value is true or 0 for false.
getLongValue() - Method in class org.knime.core.data.def.IntCell
getLongValue() - Method in class org.knime.core.data.def.LongCell
getLongValue() - Method in interface org.knime.core.data.LongValue
 
getLongValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
 
getLookaheadSize() - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
 
getLookbehindSize() - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
 
getLookupColumn() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
getLoopContext() - Method in class org.knime.core.node.Node
 
getLoopContext() - Method in class org.knime.core.node.NodeModel
 
getLoopEndNode() - Method in class org.knime.core.node.Node
 
getLoopEndNode() - Method in class org.knime.core.node.NodeModel
Access method for loop start nodes to access their respective loop end.
getLoopRole() - Method in class org.knime.core.node.Node
Deprecated.
getLoopStartNode() - Method in class org.knime.core.node.Node
 
getLoopStartNode() - Method in class org.knime.core.node.NodeModel
Access method for loop end nodes to access their respective loop start.
getLoopStatus() - Method in class org.knime.core.node.workflow.NativeNodeContainer
 
getLowerBound() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
 
getLowerBound() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
 
getLowerBound() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
 
getLowerBound() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getLowerBound() - Method in class org.knime.core.data.DataColumnDomain
Return the lower bound of the domain of this column, if available.
getLowerBound() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
 
getLowerBound() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
 
getLowerBound() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
 
getLowerBoundColumnPort1() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
getLowerQuartile() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getLowerQuartile() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
getLowerWhisker() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getLowerWhisker() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
getMajor() - Method in class org.knime.core.util.Version
 
getMajorityClass() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the mapping value of the majority class.
getMajorityClass() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Return majority class of this node.
getMajorityClass() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getMajorityClass() - Method in class org.knime.base.node.mine.smote.Smoter
Get name of the majority class, i.e.
getMajorityClassAsCell() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the majority class value as DataCell.
getMajorityClassCount() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the frequency of the majoriy class.
getMajorVersion() - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
getManhattanDistance(DataRow, DataRow, boolean) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Manhattan distance between two DataRows using the Minkowski distance with power 1.
getManhattanDistance(DataRow, DataRow) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Manhattan distance between two DataRows using the Minkowski distance with power 1.
getManhattanDistance(DataPoint, DataPoint) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Manhattan distance between two DataPointss using the Minkowski distance with power 1.
getManhattanDistance(DataRow, SotaTreeCell, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the manhattan distance between a given DataRow and SotaTreeCell using the Minkowski distance with power 1.
getManhattanDistance(DataRow, DataRow, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Calculates the manhattan distance between two DataRows using the Minkowski distance with power 1.
getManual() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
getManualConfig() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
getMapMissingTo() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
 
getMapMissingTo() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
getMapMissingTo() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
Get the value used when element in the input is a missing cell.
getMapMissingTo() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
getMapMissingTo() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
Get the value used when element in the input is a missing cell.
getMappedObject(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.ValueMapper
Returns the mapped object for the corresponding index.
getMappedObjectsInMappingOrder() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ValueMapper
Returns all mapped objects in the order they were inserted.
getMappedSize(double, double, double, double) - Method in enum org.knime.core.data.property.SizeModelDouble.Mapping
Returns the mapped size according to the referring mapping method.
getMappedValue(DataCell) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
getMappedXValue(DataCell) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getMappedXValue(DataCell) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
getMappedYValue(DataCell) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getMappedYValue(DataCell) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
getMapper() - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
 
getMappingMethod(String) - Method in class org.knime.base.util.coordinate.Coordinate
Returns the MappingMethod with the given id if available.
getMappingMethod() - Method in class org.knime.core.data.property.SizeModelDouble
 
getMappingValue() - Method in class org.knime.base.util.coordinate.CoordinateMapping
Each coordinate mapping must return the mapping value as a double.
getMargin() - Method in class org.knime.base.node.mine.svm.Svm
The margin of a SVM is the minimum distance from all support vectors to the decision hyperplane.
getMatch(DataCell) - Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
Matching degree of the given class label.
getMatchAny() - Method in class org.knime.base.node.preproc.joiner.InputRow.Settings
 
getMatches() - Method in class org.knime.base.node.preproc.joiner.JoinContainer
 
getMatchingLoopEnd(NodeID) - Method in class org.knime.core.node.workflow.Workflow
Return matching LoopEnd node for the given LoopStart.
getMatchingLoopStart(NodeID) - Method in class org.knime.core.node.workflow.Workflow
Return matching LoopStart node for the given LoopEnd.
getMatchingVariables() - Method in class org.knime.core.node.FlowVariableModel
 
getMatrixElements() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
 
getMax() - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
 
getMax() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
 
getMax(String) - Method in class org.knime.base.data.statistics.calculation.DoubleMinMax
 
getMax(String) - Method in class org.knime.base.data.statistics.calculation.MinMax
 
getMax() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns the maximum for all columns.
getMax() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the maximum for all columns.
getMax(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the maximum for the desired column.
getMax() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the maximum for all columns.
getMax() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getMax(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
Deprecated.
Delegating method to StatisticsTable.
getMax(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
Delegating method to StatisticsTable.
getMax() - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
Get the maximum.
getMax() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getMax() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
getMaxAggregationValue() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getMaxAggregationValue(AggregationMethod, HistogramLayout) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
 
getMaxAggregationValue(AggregationMethod, HistogramLayout) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getMaxAtIndex(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
Returns the max value at given index.
getMaxBarRowCount() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getMaxBinWidth() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getMaxCategories() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
getMaxCategories() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
getMaxCells() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the maximum for all columns.
getMaxColor() - Method in class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
 
getMaxColor() - Method in class org.knime.core.data.property.ColorModelRange
 
getMaxColumn() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Returns the maximal column index of the filled area
getMaxCore() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getMaxCore() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getMaxCore() - Method in class org.knime.core.data.def.BooleanCell
getMaxCore() - Method in class org.knime.core.data.def.DoubleCell
getMaxCore() - Method in class org.knime.core.data.def.FuzzyIntervalCell
 
getMaxCore() - Method in class org.knime.core.data.def.FuzzyNumberCell
 
getMaxCore() - Method in class org.knime.core.data.def.IntCell
getMaxCore() - Method in class org.knime.core.data.def.IntervalCell
 
getMaxCore() - Method in class org.knime.core.data.def.LongCell
getMaxCore() - Method in interface org.knime.core.data.FuzzyIntervalValue
 
getMaxCoreDilatation(FuzzyIntervalValue[]) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Approximates dilatation of Core region, by using Pythagoras.
getMaxCoreDilatation(DataRow, DataTableSpec) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Approximates dilatation of Core region, by using Pythagoras.
getMaxCoreDistanceToCenter(FuzzyIntervalValue) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Computes the maximal distance between the center of the core region and the end of the core region, by deviding difference of MaxCore and MinCore by 2, and returns it.
getMaxDistance() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the maximum distance from this node to any of the leafs.
getMaxDistance() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the maximum distance between the data related to the cell.
getMaxDistance() - Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
Returns the maximum distance from this node to any of the leafs.
getMaxDistanceNeighbours(double[], double) - Method in class org.knime.base.util.kdtree.KDTree
Searches for all neighbours of the query pattern that are not more than maxDist away from it.
getMaxDomainValue() - Method in class org.knime.base.util.coordinate.NumericCoordinate
 
getMaxDomainValues() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
 
getMaxExponent() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
 
getMaxHeight() - Method in class org.knime.core.util.node.quickform.out.ImageOutputQuickFormOutElement
 
getMaxHierarchicalLevel() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getMaxHLevel() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
getMaximalParameters() - Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
For each kernel, look at the number of parameters it requires, and return the highest.
getMaximum() - Method in class org.knime.core.data.property.filter.FilterModelRange
 
getMaximumMemory() - Static method in class org.knime.core.data.util.memory.MemoryAlertSystem
Returns the maximum amount of memory available in the old generation memory pool.
getMaximumNumberOfRowsToRead() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getMaximums() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
 
getMaximumSize(JComponent) - Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
getMaximumSize(JComponent) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
getMaxLevel() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
 
getMaxMemory() - Method in class org.knime.core.data.util.memory.MemoryAlert
Returns the maximum available memory.
getMaxMismatches() - Method in class org.knime.base.node.preproc.matcher.MismatchCounter
 
getMaxNewColumns() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
 
getMaxNoOfAttrVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
 
getMaxNoOfBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getMaxNrEpochs() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
getMaxNumberThreads() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
 
getMaxOpenContainers() - Method in class org.knime.core.data.sort.AbstractTableSorter
Get the number of maximum open containers.
getMaxOpenFiles() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Return number of files that are allowed to be openend by the Joiner.
getMaxParallelWorkers() - Method in class org.knime.core.data.container.AbstractCellFactory
The number of parallel workers or -1 if the input is processed sequentially.
getMaxPoints() - Method in class org.knime.base.node.viz.roc.ROCCurve
 
getMaxPoints() - Method in class org.knime.base.node.viz.roc.ROCSettings
Returns the maximum number of points for each curve that are shown in the view.
getMaxQueueSize() - Method in class org.knime.core.data.container.AbstractCellFactory
The size of the processing queue if parallel processing is enabled or -1 if the input is processed sequentially.
getMaxRange() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
 
getMaxRow() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Returns the maximal row index of the filled area
getMaxRowsForView() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
Returns the maximum number of rows that are shown in the curve view.
getMaxRowsForView() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
Returns the maximum number of rows that are shown in the curve view.
getMaxs() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
 
getMaxSupport() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getMaxSupport() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getMaxSupport() - Method in class org.knime.core.data.def.BooleanCell
getMaxSupport() - Method in class org.knime.core.data.def.DoubleCell
getMaxSupport() - Method in class org.knime.core.data.def.FuzzyIntervalCell
 
getMaxSupport() - Method in class org.knime.core.data.def.FuzzyNumberCell
 
getMaxSupport() - Method in class org.knime.core.data.def.IntCell
getMaxSupport() - Method in class org.knime.core.data.def.IntervalCell
 
getMaxSupport() - Method in class org.knime.core.data.def.LongCell
getMaxSupport() - Method in interface org.knime.core.data.FuzzyIntervalValue
 
getMaxSupport() - Method in interface org.knime.core.data.FuzzyNumberValue
 
getMaxThreads() - Method in class org.knime.core.util.ThreadPool
Returns the maximum number of threads in the pool.
getMaxUniqueValues() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getMaxUniqueValues() - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
 
getMaxUniqueValues() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
 
getMaxUniqueValues() - Method in class org.knime.base.data.aggregation.GlobalSettings
 
getMaxValue(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
getMaxValue(int) - Method in interface org.knime.base.node.util.DataArray
 
getMaxValue(int) - Method in class org.knime.base.node.util.DefaultDataArray
getMaxValue() - Method in class org.knime.base.node.viz.plotter.parcoord.NumericParallelAxis
 
getMaxValue() - Method in class org.knime.core.data.property.ColorModelRange
 
getMaxValue() - Method in class org.knime.core.data.property.SizeModelDouble
 
getMaxWidth() - Method in class org.knime.core.util.node.quickform.out.ImageOutputQuickFormOutElement
 
getMean(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns the mean for the desired column.
getMean() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns the means for all columns.
getMean(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the mean for the desired column.
getMean() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the means for all columns.
getMean(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the mean for the desired column.
getMean() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the means for all columns.
getMean(DataRow, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the mean value of the given row.
getMean(SotaTreeCell) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the mean value of the given cell.
getMean(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
Deprecated.
Delegating method to StatisticsTable.
getMean(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
Delegating method to StatisticsTable.
getMeanAbsError() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
 
getMeans() - Method in class org.knime.base.node.mine.regression.RegressionContent
Get the means of the parameters.
getMeanSignedDifference() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
 
getMeanSquaredError() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
 
getMeanVector(DataTable, int[], boolean, ExecutionContext) - Static method in class org.knime.base.node.mine.pca.PCANodeModel
calculate means of all columns.
getMedian(String) - Method in class org.knime.base.data.statistics.calculation.Median
 
getMedian(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns the median for the desired column.
getMedian() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns the median for all columns.
getMedian(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the median for the desired column.
getMedian() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the median for all columns.
getMedian() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getMedian() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
getMemoryPolicy() - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
Returns the memory policy currently stored in this settings object.
getMemship(int) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Returns the membership for one dimension.
getMemships() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
 
getMessage() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
 
getMessage() - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
The current progress message displayed.
getMessage() - Method in interface org.knime.core.node.NodeProgressMonitor
The current progress message displayed.
getMessage() - Method in class org.knime.core.node.port.MetaPortInfo
 
getMessage() - Method in class org.knime.core.node.workflow.ConnectionProgress
Returns the current progress message or null to display nothing.
getMessage() - Method in class org.knime.core.node.workflow.NodeMessage
 
getMessage() - Method in class org.knime.core.node.workflow.NodeMessageEvent
 
getMessage() - Method in class org.knime.core.node.workflow.NodeProgress
Current progress message or null.
getMessage() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
 
getMessage() - Method in class org.knime.core.node.workflow.WorkflowPersistor.MetaNodeLinkUpdateResult
Generate a user friendly message about the load procedure.
getMessage() - Method in class org.knime.core.util.ProgressMonitorAdapter
The current progress message displayed.
getMessageType() - Method in class org.knime.core.node.workflow.NodeMessage
 
getMetanodeInputPortInfo(NodeID) - Method in class org.knime.core.node.workflow.Workflow
getMetanodeInputPortInfo(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Get information on input ports of the argument (meta) node.
getMetanodeOutputPortInfo(NodeID) - Method in class org.knime.core.node.workflow.Workflow
getMetanodeOutputPortInfo(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Get information on output ports of the argument (meta) node.
getMetaPersistor() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
getMetaPersistor() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getMetaPersistor() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
getMetaPersistor() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
getMetaPersistor() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getMetaPersistor() - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
 
getMetaPersistor() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getMethod(String) - Static method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
 
getMethod(String) - Static method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
 
getMethod() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getMethod() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getMethod() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getMethod(String) - Static method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
Returns the comparator method, specified within the Enum.toString().
getMethod() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
 
getMethod4Command(String) - Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
Returns the aggregation method for the given name.
getMethod4Id(String) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getMethod4SettingsModel(SettingsModelString) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getMethods4SelectedItems() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
 
getMethods4SelectedItems() - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
 
getMethods4SelectedItems() - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
 
getMethods4SelectedItems() - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
 
getMethodsWithAnnotation(Class<?>, Class<A>) - Static method in class org.knime.core.data.convert.util.ClassUtil
Get a Collection of methods which are annotated with the given Annotation paired with the Annotation itself.
getMethodTemplate() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
 
getMildOutliers() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Mild outliers are values > q1 - 3 * iqr and < q1 - 1.5 * iqr and < q3 + 3 * iqr and > q3 + 1.5 * iqr.
getMildOutliers() - Method in interface org.knime.base.node.viz.plotter.box.BoxPlotDataProvider
Mild outliers are values > q1 - 3 * iqr and < q1 - 1.5 * iqr and < q3 + 3 * iqr and > q3 + 1.5 * iqr.
getMildOutliers() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Mild outliers are values > q1 - 3 * iqr and < q1 - 1.5 * iqr and < q3 + 3 * iqr and > q3 + 1.5 * iqr.
getMildOutliers() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
getMillis() - Method in class org.knime.core.data.date.DateAndTimeCell
getMillis() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getMin() - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
 
getMin() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
 
getMin(String) - Method in class org.knime.base.data.statistics.calculation.DoubleMinMax
 
getMin(String) - Method in class org.knime.base.data.statistics.calculation.MinMax
 
getMin() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns the minimum for all columns.
getMin() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the minimum for all columns.
getMin(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the minimum for the desired column.
getMin() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the minimum for all columns.
getMin() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getMin(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
Deprecated.
Delegating method to StatisticsTable.
getMin(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
Delegating method to StatisticsTable.
getMin() - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
Get the minimum.
getMin() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getMin() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
getMinAggregationValue() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getMinAggregationValue(AggregationMethod, HistogramLayout) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
 
getMinAggregationValue(AggregationMethod, HistogramLayout) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getMinAtIndex(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
Returns the min value at given index.
getMinCells() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the minimum for all columns.
getMinColor() - Method in class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
 
getMinColor() - Method in class org.knime.core.data.property.ColorModelRange
 
getMinConfidence() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
 
getMinCore() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getMinCore() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getMinCore() - Method in class org.knime.core.data.def.BooleanCell
getMinCore() - Method in class org.knime.core.data.def.DoubleCell
getMinCore() - Method in class org.knime.core.data.def.FuzzyIntervalCell
 
getMinCore() - Method in class org.knime.core.data.def.FuzzyNumberCell
 
getMinCore() - Method in class org.knime.core.data.def.IntCell
getMinCore() - Method in class org.knime.core.data.def.IntervalCell
 
getMinCore() - Method in class org.knime.core.data.def.LongCell
getMinCore() - Method in interface org.knime.core.data.FuzzyIntervalValue
 
getMinDistanceThreshold() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
 
getMinDomainValue() - Method in class org.knime.base.util.coordinate.NumericCoordinate
 
getMinError() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getMinimum() - Method in class org.knime.core.data.property.filter.FilterModelRange
 
getMinimums() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
 
getMinimumSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getMinimumSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
getMinimumSize(JComponent) - Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
getMinimumSize(JComponent) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
Gets the "MiningSchema" element.
getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
Gets the "MiningSchema" element.
getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
Gets the "MiningSchema" element.
getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Gets the "MiningSchema" element.
getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
Gets the "MiningSchema" element.
getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
Gets the "MiningSchema" element.
getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
Gets the "MiningSchema" element.
getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
Gets the "MiningSchema" element.
getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
Gets the "MiningSchema" element.
getMiningSchema() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
Gets the "MiningSchema" element.
getMinkowskiDistance(int, DataPoint, DataPoint) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Minkowski distance between two DataPoints.
getMinkowskiDistance(int, DataRow, DataRow, boolean) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Minkowski distance between two rows.
getMinkowskiDistance(int, DataRow, DataRow) - Static method in class org.knime.base.node.mine.mds.distances.Distances
Calculates the Minkowski distance between two rows no matter if they contain fuzzy or number values.
getMinkowskiDistance(int, DataRow, DataRow, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Calculates the Minkowski distance between two rows.
getMinkowskiDistance(int, DataRow, SotaTreeCell, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Calculates the Minkowski distance between a regular DataRow and a SotaTreeCell.
getMinor() - Method in class org.knime.core.util.Version
 
getMinorVersion() - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
getMinQuality() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
getMinRange() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
 
getMinResource() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getMinRowCount() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getMins() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
 
getMinSupport() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getMinSupport() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getMinSupport() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
 
getMinSupport() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
 
getMinSupport() - Method in class org.knime.core.data.def.BooleanCell
getMinSupport() - Method in class org.knime.core.data.def.DoubleCell
getMinSupport() - Method in class org.knime.core.data.def.FuzzyIntervalCell
 
getMinSupport() - Method in class org.knime.core.data.def.FuzzyNumberCell
 
getMinSupport() - Method in class org.knime.core.data.def.IntCell
getMinSupport() - Method in class org.knime.core.data.def.IntervalCell
 
getMinSupport() - Method in class org.knime.core.data.def.LongCell
getMinSupport() - Method in interface org.knime.core.data.FuzzyIntervalValue
 
getMinSupport() - Method in interface org.knime.core.data.FuzzyNumberValue
 
getMinute() - Method in class org.knime.core.data.date.DateAndTimeCell
getMinute() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getMinValue(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
getMinValue(int) - Method in interface org.knime.base.node.util.DataArray
 
getMinValue(int) - Method in class org.knime.base.node.util.DefaultDataArray
getMinValue() - Method in class org.knime.base.node.viz.plotter.parcoord.NumericParallelAxis
 
getMinValue() - Method in class org.knime.core.data.property.ColorModelRange
 
getMinValue() - Method in class org.knime.core.data.property.SizeModelDouble
 
getMinVariability() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getMismatchCounter() - Method in class org.knime.base.node.preproc.matcher.SetMissmatches
 
getMismatches() - Method in class org.knime.base.node.preproc.matcher.MismatchCounter
 
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in interface org.knime.base.node.mine.bfn.BasisFunctionLearnerTable.MissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.BestGuessMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.IncorpMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.MaximumMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.MeanMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.MinimumMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.OneMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissing(BasisFunctionFilterRow, int, BasisFunctionLearnerTable) - Method in class org.knime.base.node.mine.bfn.ZeroMissingValueReplacementFunction
This function returns the missing replacement value for a given value.
getMissingCell() - Static method in class org.knime.core.data.DataType
A cell representing a missing DataCell where the value is unknown.
getMissingCellOptionColIdx() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
getMissingCellOptionColIdx() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
 
getMissingCellOptionColIdx() - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
 
getMissingCellRenderer() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
getMissingColumnNames() - Method in class org.knime.base.node.preproc.rename.RenameConfiguration
 
getMissingCounter() - Method in class org.knime.base.node.preproc.setoperator.SetOperationTable
 
getMissingFct() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
getMissingNodes() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
Returns an unmodifiable list of missing nodes.
getMissingSection() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
getMissingSection() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
getMissingSection() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
getMissingSection() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getMissingValue(int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
 
getMissingValue(int) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
 
getMissingValue(int) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Returns the missing double value for the given dimension.
getMissingValueBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getMissingValueCount() - Method in class org.knime.base.node.mine.decisiontree2.learner2.NominalValueHistogram
Returns the sum of weights of the missing values.
getMissingValueCounter() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
 
getMissingValueHandling() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
Deprecated.
getMissingValueHandling() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
 
getMissingValueHandling2() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
 
getMissingValueHeader(Collection<String>) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
getMissingValueHeader(Collection<String>) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
getMissingValueOfColumn(int) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Overriding super method because we store these missing values now in the column properties.
getMissingValueOfColumn(int) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Returns the pattern that, if read in for the specified column, will be considered placeholder for a missing value, and the data table will contain a missing cell instead of that value then.
getMissingValuePattern() - Method in class org.knime.base.node.io.filereader.ColProperty
 
getMissingValuePattern() - Method in class org.knime.base.node.io.filereader.DataCellFactory
Returns the currently set missing value pattern.
getMissingValuePattern() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
getMissingValuePattern(int) - Method in class org.knime.base.node.io.fixedwidthfr.NewColumnDialog
 
getMissingValuePatterns() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
getMissingValueRendererComponent(Object) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
Manly to avoid code duplication.
getMissValuePattern() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getMissValuePatternStrCols() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Returns the pattern that, if read in, will be translated into a missing value (in string columns only).
getMLP() - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Deprecated.
 
getMLP() - Method in class org.knime.base.node.mine.neural.mlp2.PMMLNeuralNetworkTranslator
 
getMnemonic() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
getMode() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
 
getMode() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
 
getMode() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
 
getMode() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
 
getMode() - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
Get the mode.
getModeForStatus(int) - Static method in class org.knime.core.node.util.DateInputDialog
This method converts the status code to the according enum representation.
getModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
getModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Deprecated.
 
getModel() - Method in class org.knime.core.data.property.filter.FilterHandler
 
getModel() - Method in class org.knime.core.node.config.ConfigEditJTree
getModel() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
 
getModel() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
 
getModel() - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
 
getModel() - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
Getter for the original model.
getModel() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
Getter for the original model.
getModel() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
Getter for the original model.
getModel() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
Getter for the original model.
getModel() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
Getter for the original model.
getModel() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
Getter for the original model.
getModel() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
Getter for the original model.
getModel() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
Getter for the original model.
getModel() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
Getter for the original model.
getModel() - Method in class org.knime.core.node.tableview.TableRowHeaderView
getModel() - Method in class org.knime.core.node.util.ConfigTablePanel
Access to the model.
getModelContent(String) - Method in class org.knime.core.node.ModelContent
Returns a read-only ModelContentRO object from this config.
getModelContent(String) - Method in interface org.knime.core.node.ModelContentRO
Returns a read-only ModelContentRO object from this config.
getModelInfo() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
getModelListFromMiningModel(MiningModelDocument.MiningModel) - Static method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Returns a list of all models that are in segments of the given MiningModel.
getModelListFromPMML(PMMLDocument.PMML) - Static method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Returns a list of model wrappers for all models in the PMML.
getModelListFromPMMLDocument(PMMLDocument) - Static method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Returns a list of model wrappers for all models in the PMML document.
getModelName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getModelName() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator
 
getModels(PMMLModelType) - Method in class org.knime.core.data.xml.PMMLBlobCell
getModels() - Method in class org.knime.core.data.xml.PMMLBlobCell
getModels(PMMLModelType) - Method in class org.knime.core.data.xml.PMMLCell
getModels() - Method in class org.knime.core.data.xml.PMMLCell
getModels(PMMLModelType) - Method in class org.knime.core.data.xml.PMMLCellContent
getModels() - Method in class org.knime.core.data.xml.PMMLCellContent
getModels(PMMLModelType) - Method in interface org.knime.core.data.xml.PMMLValue
 
getModels() - Method in interface org.knime.core.data.xml.PMMLValue
 
getModelSettings() - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
 
getModelSettingsClone() - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
 
getModelSettingsFailPolicy(InternalNodeContainerState, boolean) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
getModelSpec() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
 
getModelType() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
getModelType() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
 
getModelType() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
getModelType() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getModelType() - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
Returns the model type for this wrapper.
getModelType() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
Returns the model type for this wrapper.
getModelType() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
Returns the model type for this wrapper.
getModelType() - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Returns the model type for this wrapper.
getModelType() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
Returns the model type for this wrapper.
getModelType() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
Returns the model type for this wrapper.
getModelType() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
Returns the model type for this wrapper.
getModelType() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
Returns the model type for this wrapper.
getModelType() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
Returns the model type for this wrapper.
getModelType() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
Returns the model type for this wrapper.
getModelTypeID() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
Each settings model provides an ID which will be stored with its values.
getModelTypeID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
Each settings model provides an ID which will be stored with its values.
getModelTypes() - Method in class org.knime.core.data.xml.PMMLBlobCell
getModelTypes() - Method in class org.knime.core.data.xml.PMMLCell
getModelTypes() - Method in class org.knime.core.data.xml.PMMLCellContent
getModelTypes() - Method in interface org.knime.core.data.xml.PMMLValue
 
getMonitor() - Method in class org.knime.core.node.NodeProgressMonitorView
Reference to the underlying progress monitor.
getMonth() - Method in class org.knime.core.data.date.DateAndTimeCell
getMonth() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getMostFrequent(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
Deprecated.
Get the most frequent value in a column.
getMostFrequent(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
Get the most frequent value in a column.
getMostFrequent() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueStatistic
 
getMostFrequentClass() - Method in class org.knime.base.node.mine.sota.logic.CellClassCounter
 
getMostLikelyClass(String[], DataRow, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
Returns the name of the class with the highest probability for the given row.
getMostLikelyClass(String[], DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
Returns the name of the class with the highest probability for the given row.
getMostLikelyClassCell(String[], DataRow) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
Returns the DataCell of the class with the highest probability for the given row.
getMostRecentInternalState() - Method in class org.knime.core.node.workflow.WorkflowManager
Calls NodeContainer.getInternalState() - used by the lock instance to get the originally assigned workflow state as WorkflowManager.getInternalState() is overridden in this class.
getMountpointRoot() - Method in class org.knime.core.node.workflow.WorkflowContext
Returns the root of the mountpoint the workflow is contained in or null if this information is not available.
getMountpointURI() - Method in class org.knime.core.node.workflow.WorkflowContext
Returns the URI of the workflow inside a mount point.
getMouseSelectionBox() - Method in class org.knime.base.node.viz.plotter.AbstractPlotterProperties
 
getMouseSelectionBox() - Method in class org.knime.base.node.viz.plotter.props.DefaultTab
 
getMsg() - Method in class org.knime.core.node.NodeLogger.KNIMELogMessage
 
getMultipliers() - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
 
getMVStrategy() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
 
getMVStrategy() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
 
getNaiveBayesModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
 
getNaiveBayesModel() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
 
getName() - Method in class org.knime.base.data.aggregation.NamedAggregationOperator
Specifies the name of the column in the result table.
getName() - Method in enum org.knime.base.node.flowvariable.tablerowtovariable.MissingValuePolicy
 
getName() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Returns the name of the column
getName() - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Returns the name of the key
getName() - Method in class org.knime.base.node.mine.cluster.LinearNorm
 
getName() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Returns the name of the predicate.
getName() - Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
Returns the name of the predicate.
getName() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Returns the name of the predicate.
getName() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
Returns the name of the predicate.
getName() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Returns the name of the predicate.
getName() - Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
Returns the name of the predicate.
getName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLParameter
 
getName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPredictor
 
getName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.VectorHandling.NameAndIndex
 
getName() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.NumericPredictor
 
getName() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
getName() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
Returns the name for this ruler.
getName() - Method in interface org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescription
 
getName() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionV1
 
getName() - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
 
getName() - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
getName() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getName() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getName() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
getName() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
Deprecated.
Returns the curve's name.
getName() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel.EnrichmentPlot
Returns the curve's name.
getName() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
getName() - Method in class org.knime.base.node.viz.roc.ROCCurve
Returns the curve's name.
getName() - Method in class org.knime.core.data.blob.BinaryObjectDataValue.BinaryObjectUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.BooleanValue.BooleanUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.collection.CollectionDataValue.CollectionUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.collection.ListDataValue.ListUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.collection.SetDataValue.SetUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.ComplexNumberValue.ComplexNumberUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.convert.datacell.ArrayToCollectionConverterFactory
 
getName() - Method in class org.knime.core.data.convert.datacell.FactoryMethodToDataCellConverterFactory
 
getName() - Method in interface org.knime.core.data.convert.datacell.JavaToDataCellConverterFactory
A human readable name for this converter factory to be displayed in user interfaces for example.
getName() - Method in class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
 
getName() - Method in class org.knime.core.data.convert.java.CollectionConverterFactory
A human readable name for this converter factory to be displayed in user interfaces for example.
getName() - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverterFactory
A human readable name for this converter factory to be displayed in user interfaces for example.
getName() - Method in class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
 
getName() - Method in class org.knime.core.data.convert.util.SerializeUtil.FactoryPlaceholder
Get the name of the factory
getName() - Method in class org.knime.core.data.DataColumnSpec
Returns the name of this column.
getName() - Method in class org.knime.core.data.DataTableSpec
Returns the name of this DataTableSpec.
getName() - Method in class org.knime.core.data.DataType
Returns a human-readable name for this data type.
getName() - Method in class org.knime.core.data.date.DateAndTimeUtility
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.DoubleValue.DoubleUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.ExtensibleUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
 
getName() - Method in class org.knime.core.data.FuzzyIntervalValue.FuzzyIntervalUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.FuzzyNumberValue.FuzzyNumberUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.image.ImageValue.ImageValueUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.image.png.PNGImageValue.ImageCellUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.IntervalValue.IntervalUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.IntValue.IntUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.LongValue.LongUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.model.PortObjectValue.PortObjectUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.StringValue.StringUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.vector.bitvector.BitVectorValue.BitVectorUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.vector.bytevector.ByteVectorValue.ByteVectorUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.vector.doublevector.DoubleVectorValue.DoubleVectorUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.vector.stringvector.StringVectorValue.StringVectorUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.xml.PMMLValue.PMMLUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.data.xml.XMLValue.XMLUtilityFactory
Returns a name for the data value this utility factory is responsible for.
getName() - Method in class org.knime.core.eclipseUtil.UpdateChecker.UpdateInfo
Returns the name for the update, e.g.
getName() - Method in class org.knime.core.node.Node
Returns the name for this node.
getName() - Method in class org.knime.core.node.Node.Input
 
getName() - Method in class org.knime.core.node.NodeFrequencies
Returns the custom name of this object.
getName() - Method in class org.knime.core.node.NodeInfo
 
getName() - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
Returns the name of the column
getName() - Method in class org.knime.core.node.port.database.tablecreator.DBKey
Returns the name of the key
getName() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
getName() - Method in class org.knime.core.node.port.PortType
Returns a human-readable name for this port type.
getName() - Method in class org.knime.core.node.util.FlowVariableListCellRenderer.FlowVariableCell
Returns the name of this cell.
getName() - Method in class org.knime.core.node.workflow.BufferedDataTableView
getName() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getName() - Method in class org.knime.core.node.workflow.Credentials
The (workflow-global) unique identifier of this credentials object.
getName() - Method in class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
The (workflow-global) unique identifier of this credentials object.
getName() - Method in class org.knime.core.node.workflow.DataColumnPropertiesView
getName() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
getName() - Method in class org.knime.core.node.workflow.FlowVariable
 
getName() - Method in interface org.knime.core.node.workflow.ICredentials
The (workflow-global) unique identifier of this credentials object.
getName() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getName() - Method in class org.knime.core.node.workflow.NativeNodeContainer
getName() - Method in class org.knime.core.node.workflow.NodeContainer
 
getName() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getName() - Method in class org.knime.core.node.workflow.SubNodeContainer
getName() - Method in class org.knime.core.node.workflow.WorkflowManager
Get the name of the workflow.
getName() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getName() - Method in class org.knime.core.util.node.config.ConfigRegistry
 
getNameField() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNameForT(DataColumnSpec) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
Returns the name for the given T.
getNameForT(T) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Returns the name for the given T.
getNameForT(String) - Method in class org.knime.core.node.util.filter.StringFilterPanel
Returns the name for the given T.
getNameForT(FlowVariableListCellRenderer.FlowVariableCell) - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
Returns the name for the given T.
getNameList() - Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
getNameMapping() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.
 
getNameOnDisc() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
 
getNamePattern() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Returns the name pattern
getNamePattern() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Returns the name pattern
getNames() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
 
getNames() - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
getNames() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
getNames() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
 
getNamespace() - Method in class org.knime.core.node.web.DefaultWebTemplate
getNamespace() - Method in interface org.knime.core.node.web.WebTemplate
 
getNamespacePrefix() - Method in interface org.knime.core.node.wizard.WizardViewCreator
 
getNamespaceURI(String) - Method in class org.knime.core.data.xml.util.DefaultNamespaceContext
getNameWithID() - Method in class org.knime.core.node.workflow.NodeContainer
 
getNameWithID() - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
 
getNamingMap() - Method in class org.knime.base.node.io.database.binning.DBBinnerMaps
 
getNamingVersion() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
getNativeNodeContainer() - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult.SingleInteractiveWebViewResult
 
getNativeNodeContainerPersistor() - Method in class org.knime.core.node.FileNodePersistor
 
getNCTemplate() - Method in class org.knime.core.node.workflow.WorkflowPersistor.NodeContainerTemplateLinkUpdateResult
 
getNeededDimensionDescription() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
getNeededDimensions() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
get number of dimensions to reduce to based on these settings.
getNegativeInfinity() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the value for negative infinity after mapping.
getNegativeInfinity() - Method in class org.knime.base.util.coordinate.NumericCoordinate
Returns the value for negative infinity after mapping.
getNegativeInfinity() - Method in class org.knime.base.util.coordinate.PolicyStrategy
Returns the value for negative infinity.
getNestedLoopPath() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
 
getNewColName() - Method in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
Returns the name of the new column containing the matching rule's outcome.
getNewColumnCount() - Method in class org.knime.core.data.container.RearrangeColumnsTable.NewColumnsProducerMapping
 
getNewColumnHeaderRenderer() - Method in class org.knime.core.node.tableview.TableContentView
Get the renderer for the column header (never null).
getNewColumnName() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Deprecated.
 
getNewColumnName() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
 
getNewColumnName() - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
The name of the new column, if any.
getNewIdentifierForColumn(int) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Returns a new identifier of the given column
getNewIndex() - Method in class org.knime.core.node.port.MetaPortInfo
 
getNewInstance() - Method in class org.knime.base.node.preproc.draganddroppanel.ConfigurationDialogFactory
 
getNewLine() - Method in class org.knime.base.node.util.exttool.ViewUpdateNotice
 
getNewPane(JPanel, SelectionConfiguration, int) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionPanel
getNewPane(JPanel, SelectionConfiguration, int) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
 
getNewPane(JPanel, SelectionConfiguration, int) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionPanel
getNewRowKeyPrefix() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
getNewSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
 
getNewSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.rename.RenameConfiguration
To get the missing column names call RenameConfiguration.getMissingColumnNames() after this method.
getNewValue() - Method in class org.knime.core.node.workflow.WorkflowEvent
 
getNewValueClassIndex() - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
The index of the type to cast the column to.
getNextCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingCellHandler
getNextCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
getNextCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
getNextCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
 
getNextIndex() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
 
getNextItem() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
 
getNextStepButton() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Returns the button for the NEXT STEP event.
getNextValue() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
 
getNode() - Method in class org.knime.base.node.mine.decisiontree2.learner2.PruningResult
Returns the decision tree of this pruning result.
getNode() - Method in class org.knime.core.data.xml.util.XmlDomComparer.Diff
 
getNode() - Method in class org.knime.core.node.ExecutionContext
 
getNode() - Method in class org.knime.core.node.NodeTriple
Returns the node.
getNode() - Method in class org.knime.core.node.workflow.CopyNativeNodeContainerPersistor
Called from the NativeNodeContainer constructor.
getNode() - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
Called from the NativeNodeContainer constructor.
getNode() - Method in class org.knime.core.node.workflow.FlowTryCatchContext
 
getNode() - Method in class org.knime.core.node.workflow.NativeNodeContainer
Get the underlying node.
getNode() - Method in interface org.knime.core.node.workflow.NativeNodeContainerPersistor
Called from the NativeNodeContainer constructor.
getNode(NodeID) - Method in class org.knime.core.node.workflow.Workflow
Return NodeContainer for a given id or null if that node does not exist in this workflow.
getNodeAndBundleInformation() - Method in class org.knime.core.node.missing.MissingNodeModel
 
getNodeAndBundleInformation() - Method in class org.knime.core.node.workflow.CopyNativeNodeContainerPersistor
getNodeAndBundleInformation() - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
getNodeAndBundleInformation() - Method in class org.knime.core.node.workflow.NativeNodeContainer
 
getNodeAndBundleInformation() - Method in interface org.knime.core.node.workflow.NativeNodeContainerPersistor
 
getNodeAndBundleInformation() - Method in exception org.knime.core.node.workflow.WorkflowPersistor.NodeFactoryUnknownException
 
getNodeAnnotation() - Method in class org.knime.core.node.workflow.NodeContainer
 
getNodeAnnotationData() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getNodeAnnotationData() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
getNodeAnnotationData() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getNodeAnnotations() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNodeClassWeights() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Combines all class weights from _all_ branches of this node.
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.CopyNativeNodeContainerPersistor
Instantiates the node container but does not call API methods on it.
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
Instantiates the node container but does not call API methods on it.
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Instantiates the node container but does not call API methods on it.
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
Instantiates the node container but does not call API methods on it.
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
Instantiates the node container but does not call API methods on it.
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Instantiates the node container but does not call API methods on it.
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Instantiates the node container but does not call API methods on it.
getNodeContainer() - Method in class org.knime.core.node.workflow.NodeAnnotation
 
getNodeContainer(WorkflowManager, NodeID) - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
Instantiates the node container but does not call API methods on it.
getNodeContainer() - Method in class org.knime.core.node.workflow.NodeContext
Returns the node container which is currently executing something.
getNodeContainer() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Access method for the accompanying node container.
getNodeContainer(WorkflowManager, NodeID) - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Instantiates the node container but does not call API methods on it.
getNodeContainer(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNodeContainer(NodeID, Class<T>, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Get contained node container and cast to argument class.
getNodeContainerDirectory() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
File reference to the node container directory.
getNodeContainerDirectory() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
File reference to the node container directory.
getNodeContainerDirectory() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
getNodeContainerDirectory() - Method in class org.knime.core.node.workflow.NodeContainer
Returns the directory for this node container.
getNodeContainerDirectory() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
File reference to the node container directory.
getNodeContainers() - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
 
getNodeContainers() - Method in class org.knime.core.node.workflow.SubNodeContainer
getNodeContainers() - Method in class org.knime.core.node.workflow.WorkflowManager
getNodeContainerState() - Method in class org.knime.core.node.workflow.NodeContainer
Current state of the node (or connected node).
getNodeContainerState() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Current state of the node (or connected node).
getNodeContainerState() - Method in interface org.knime.core.node.workflow.NodeContainerStateObservable
Current state of the node (or connected node).
getNodeContainerState() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Current state of the node (or connected node).
getNodeContainerTemplateType() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
 
getNodeContext() - Method in class org.knime.core.data.util.memory.MemoryAlertListener
Returns the node context for this listener.
getNodeContext() - Method in class org.knime.core.node.NodeDialogPane
Returns the node context with which this dialog pane has been created.
getNodeDirectory() - Method in class org.knime.core.node.FileNodePersistor
 
getNodeElement(String, boolean) - Method in class org.knime.core.xml.XMLProperties
Returns a Node from the document which can be associated with the elementName argument which must be of type Node#ELEMENT_NODE.
getNodeErrorMessages() - Method in class org.knime.core.node.workflow.WorkflowManager
Deprecated.
Use #getNodeMessages(Type...) instead.
getNodeExecutionResult() - Method in class org.knime.core.node.workflow.execresult.NativeNodeContainerExecutionResult
 
getNodeFactory(String) - Method in interface org.knime.core.node.NodeSetFactory
 
getNodeFactoryIds() - Method in interface org.knime.core.node.NodeSetFactory
 
getNodeGraphAnnotation(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNodeGraphAnnotations(NodeID) - Method in class org.knime.core.node.workflow.Workflow
 
getNodeID() - Method in class org.knime.core.node.NodeLogger.KNIMELogMessage
 
getNodeIDs() - Method in class org.knime.core.node.workflow.Workflow
 
getNodeIDs() - Method in class org.knime.core.node.workflow.WorkflowCopyContent
 
getNodeIDSuffix() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getNodeIDSuffix() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
getNodeIDSuffix() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getNodeInputSpecs(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNodeInternDirectory() - Method in class org.knime.core.node.CopyNodePersistor
getNodeInternDirectory(ReferencedFile) - Static method in class org.knime.core.node.FileNodePersistor
 
getNodeInternDirectory() - Method in class org.knime.core.node.FileNodePersistor
getNodeInternDirectory() - Method in interface org.knime.core.node.NodeContentPersistor
 
getNodeInternDirectory() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getNodeLoaderMap() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
The map of node ID suffix to persistor.
getNodeLoaderMap() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
The map of node ID suffix to persistor.
getNodeLoaderMap() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
The map of node ID suffix to persistor.
getNodeLoaderMap() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
The map of node ID suffix to persistor.
getNodeLoaderMap() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
The map of node ID suffix to persistor.
getNodeLocks() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getNodeLocks() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
getNodeLocks() - Method in class org.knime.core.node.workflow.NodeContainer
Returns the node's lock status, i.e.
getNodeLocks() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getNodeMessage() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getNodeMessage() - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
Get a node message that was set during execution.
getNodeMessage() - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
Called by Node to update the message field in the NodeModel class.
getNodeMessage() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
getNodeMessage() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
Called by Node to update the message field in the NodeModel class.
getNodeMessage() - Method in class org.knime.core.node.workflow.NodeContainer
Get the message to be displayed to the user.
getNodeMessage() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getNodeMessages(NodeMessage.Type...) - Method in class org.knime.core.node.workflow.WorkflowManager
Get all node messages, recursively collected from all contained.
getNodeModel() - Method in class org.knime.core.node.AbstractNodeView
Get reference to underlying NodeModel, never null.
getNodeModel() - Method in class org.knime.core.node.Node
 
getNodeModel() - Method in class org.knime.core.node.workflow.NativeNodeContainer
 
getNodeName() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
Returns the name of this node.
getNodeName() - Method in class org.knime.core.node.DelegateNodeDescription
Returns the name of this node.
getNodeName() - Method in class org.knime.core.node.NodeAndBundleInformation
Returns the node's name.
getNodeName() - Method in class org.knime.core.node.NodeDescription
Returns the name of this node.
getNodeName() - Method in class org.knime.core.node.NodeDescription13Proxy
Returns the name of this node.
getNodeName() - Method in class org.knime.core.node.NodeDescription210Proxy
Returns the name of this node.
getNodeName() - Method in class org.knime.core.node.NodeDescription212Proxy
Returns the name of this node.
getNodeName() - Method in class org.knime.core.node.NodeDescription27Proxy
Returns the name of this node.
getNodeName() - Method in class org.knime.core.node.NodeDescription28Proxy
Returns the name of this node.
getNodeName() - Method in class org.knime.core.node.NodeDescription31Proxy
Returns the name of this node.
getNodeName() - Method in class org.knime.core.node.NodeFactory
Returns the name of this node.
getNodeName() - Method in class org.knime.core.node.NodeLogger.KNIMELogMessage
 
getNodeName() - Method in class org.knime.core.node.NoDescriptionProxy
Returns the name of this node.
getNodeNameNotNull() - Method in class org.knime.core.node.NodeAndBundleInformation
Returns a non-null string identifying the node.
getNodeProgress() - Method in class org.knime.core.node.workflow.NodeProgressEvent
 
getNodes(BinaryTree.Traversal) - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTree
Returns the nodes of this tree as a ordered list, where the order depends on the traversal type defined in the enum BinaryTree.Traversal.
getNodes() - Method in class org.knime.core.node.workflow.MetaNodeDialogPane
used in test framework to assert node count.
getNodeSettings(String) - Method in class org.knime.core.node.NodeSettings
Returns a read-only NodeSettingsRO object from this config.
getNodeSettings(String) - Method in interface org.knime.core.node.NodeSettingsRO
Returns a read-only NodeSettingsRO object from this config.
getNodeSettings() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
getNodeSettingsFile() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
getNodesInScope(SingleNodeContainer) - Method in class org.knime.core.node.workflow.Workflow
Return list of nodes that are part of the same scope as the given one.
getNodesInScope(SingleNodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
Return list of nodes that are part of the same scope as the given one.
getNodesInScopeOLD(SingleNodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNodeState() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
getNodeState() - Method in interface org.knime.core.node.workflow.NodeOutPort
 
getNodeState() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
getNodeTimer() - Method in class org.knime.core.node.workflow.NodeContainer
 
getNodeValue() - Method in class org.knime.core.node.dialog.DialogNodePanel
Create DialogNode value with current execution parameters or null if to use defaults.
getNodeValues() - Method in class org.knime.core.node.workflow.Workflow
 
getNodeView(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Return the view with the specified index provided by the node.
getNodeView(int) - Method in class org.knime.core.node.workflow.NodeContainer
Return the view with the specified index provided by the node.
getNodeView(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
Return the view with the specified index provided by the node.
getNodeView(int) - Method in class org.knime.core.node.workflow.WorkflowManager
Return the view with the specified index provided by the node.
getNodeViewName(int) - Method in class org.knime.core.node.NodeFactory
Returns the name for this node's view at the given index.
getNodeViewName(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
getNodeViewName(int) - Method in class org.knime.core.node.workflow.NodeContainer
 
getNodeViewName(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
getNodeViewName(int) - Method in class org.knime.core.node.workflow.WorkflowManager
getNodeWidgetFactory() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageGraphView
Get the NodeWidgetFactory for this Graph.
getNodeWidgetFactory() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
Get the NodeWidgetFactory for this Graph.
getNodeWidgetFactory() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Get the NodeWidgetFactory for this Graph.
getNodeWidth() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
The common widht of the visible nodes.
getNodeWidth() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getNoMatchPolicy() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
 
getNominalAttributeValueMapper(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the attribute value mapper of this table for the given attribute.
getNominalColumnNames() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
 
getNominalColumnNames() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
 
getNominals() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
 
getNominals() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
 
getNominalValueHistogram(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the value histogram for the given attribute index.
getNominalValues(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns a map containing DataCell value to number of occurrences.
getNominalValues() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns an array (for each column) of mappings containing DataCell value to number of occurrences.
getNominalValues(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns a map containing DataCell value to number of occurrences.
getNominalValues() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns an array (for each column) of mappings containing DataCell value to number of occurrences.
getNominalValuesInMappingOrder(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the nominal values for the given attribute index.
getNonInfMax(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the maximum (not infinite) value selected column.
getNonInfMin(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the minimum (not infinite) value selected column.
getNoOfBars() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getNoOfBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getNoOfBins() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
getNoOfColumns() - Method in class org.knime.base.data.aggregation.GlobalSettings
Returns the number of columns of the original input table.
getNoOfColumns() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
 
getNoOfElements() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
getNoOfElements() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getNoOfHilitedRows() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
 
getNoOfItems() - Method in class org.knime.base.data.aggregation.GlobalSettings
Returns the number of items to be aggregated.
getNoOfMissingVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
getNoOfMissingVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
getNoOfPrintedErrors() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
 
getNoOfRecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getNoOfRecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
getNoOfRecs4ClassValue(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
getNoOfRows() - Method in class org.knime.base.data.aggregation.GlobalSettings
 
getNoOfSelectedRows() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
getNoOfTableRows() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
getNoOutputText() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
 
getNoOutputText() - Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
getNoOutputText() - Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
getNorm() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
Returns the upper bound for conflicting instances.
getNorm() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
 
getNorm() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
 
getNormalizeCheckBox() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotterProperties
 
getNormalizeCheckBox() - Method in class org.knime.base.node.viz.plotter.props.BoxPlotAppearanceTab
 
getNotCompatibleRowIdxs(Class<? extends DoubleValue>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
 
getNotCompatibleRowIdxs(Class<? extends DoubleValue>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
 
getNotCompatibleRowIdxs(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
 
getNotCompatibleRowIdxs(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
 
getNotCompatibleRowIdxs(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
 
getNotNullFragment(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
getNrBins() - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
Deprecated.
 
getNrBins() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
 
getNrClusters() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getNrClusters() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getNrCrashes() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
 
getNrErrors() - Method in class org.knime.core.data.DataCellTypeConverter
Get the number of error that occurred (how often did DataCellTypeConverter.convert(DataCell) throw an exception).
getNrExecsSinceReset() - Method in class org.knime.core.node.workflow.NodeTimer
 
getNrExecsSinceStart() - Method in class org.knime.core.node.workflow.NodeTimer
 
getNrHiddenLayers() - Method in class org.knime.base.data.neural.Architecture
 
getNrHiddenNeurons() - Method in class org.knime.base.data.neural.Architecture
Returns the overall number of hidden neurons in the architecture.
getNrInPorts() - Method in class org.knime.core.node.Node
 
getNrInPorts() - Method in class org.knime.core.node.NodeModel
Returns the overall number of inputs.
getNrInPorts() - Method in class org.knime.core.node.workflow.NativeNodeContainer
getNrInPorts() - Method in class org.knime.core.node.workflow.NodeContainer
 
getNrInPorts() - Method in class org.knime.core.node.workflow.SubNodeContainer
getNrInPorts() - Method in class org.knime.core.node.workflow.WorkflowManager
getNrInputNeurons() - Method in class org.knime.base.data.neural.Architecture
Returns the number of input neurons.
getNrItemsInList() - Method in class org.knime.core.node.util.ColumnSelectionPanel
 
getNrLaunches() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
 
getNrLayers() - Method in class org.knime.base.data.neural.MultiLayerPerceptron
 
getNrMemships() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Return number of memberships which is equivalent to the number of numeric input dimensions.
getNrNodes() - Method in class org.knime.core.node.workflow.Workflow
 
getNrNodeViews() - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DataPortCatchNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DBPortCatchNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericPortCatchNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.VariablePortCatchNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.DataPortTryNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.VariablePortTryNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.image.ImageToTableNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.image.writeimage.WriteImageNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBGroupByNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBJoinerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBReaderNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBSorterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBUpdateNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.DBWriterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.SQLExtractNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.SQLInjectNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.linereader.LineReaderNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopEndJoin2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory3
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictor2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory3
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.mds.MDSNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.pca.PCANodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeFactory3
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.filter.rowref.RowSplitRefNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.normalize.NormalizerDeNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.rank.RankNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.split2.SplitNodeFactory2
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.rules.RuleEngineNodeFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.endcase.EndcaseNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.endif.EndifNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.manualif.ManualIfNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.switches.startcase.StartcaseNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.util.cache.CacheNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
This node has no view.
getNrNodeViews() - Method in class org.knime.base.node.util.sendmail.SendMailNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
Deprecated.
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.hilite.AutoHiLiteNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.roc.ROCNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
Deprecated.
This node has one view.
getNrNodeViews() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeFactory
Deprecated.
This node has one view.
getNrNodeViews() - Method in class org.knime.base.node.viz.table.TableNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.core.node.missing.MissingNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.core.node.NodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.core.node.workflow.NativeNodeContainer
Returns the number of views provided by the node implementation.
getNrNodeViews() - Method in class org.knime.core.node.workflow.NodeContainer
Returns the number of views provided by the node implementation.
getNrNodeViews() - Method in class org.knime.core.node.workflow.SubNodeContainer
Returns the number of views provided by the node implementation.
getNrNodeViews() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
Returns the number of views or 0 if no view is available.
getNrNodeViews() - Method in class org.knime.core.node.workflow.WorkflowManager
Returns the number of views provided by the node implementation.
getNrOfChunks() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
 
getNrOfClusters() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
Returns the number of clusters.
getNrOfItems() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
 
getNrOfItemsets() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
 
getNrOfProcessedRows() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
Returns the number of processed rows.
getNrOfRules() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
 
getNrOfTransactions() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
 
getNrOfUsedColumns() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterViewData
Returns the number of used columns for clustering.
getNrOutPorts() - Method in class org.knime.core.node.Node
 
getNrOutPorts() - Method in class org.knime.core.node.NodeModel
Returns the overall number of outputs.
getNrOutPorts() - Method in class org.knime.core.node.workflow.NativeNodeContainer
getNrOutPorts() - Method in class org.knime.core.node.workflow.NodeContainer
 
getNrOutPorts() - Method in class org.knime.core.node.workflow.SubNodeContainer
getNrOutPorts() - Method in class org.knime.core.node.workflow.WorkflowManager
getNrOutputNeurons() - Method in class org.knime.base.data.neural.Architecture
Returns the number of output neurons.
getNrReference() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getNrRemoteChunks() - Method in interface org.knime.core.node.workflow.LoopStartParallelizeNode
 
getNrRows() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Computes the number of rows of the data table.
getNrRows() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getNrRows() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
 
getNrRows() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Deprecated.
getNrRows() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
 
getNrRowsInReference() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
Deprecated.
Tries to retrieve the number of rows in the underlying table.
getNrRowsInReference() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
Tries to retrieve the number of rows in the underlying table.
getNrRowsPerChunk() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
 
getNrRowsSkipped() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
Deprecated.
Get the number of rows that have been skipped due to duplicate row keys.
getNrRowsSkipped() - Method in class org.knime.base.data.append.row.AppendedRowsRowInput
Deprecated.
 
getNrRowsSkipped() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
 
getNrRowsSkipped() - Method in class org.knime.core.data.append.AppendedRowsIterator
Get the number of rows that have been skipped due to duplicate row keys.
getNrRowsSkipped() - Method in class org.knime.core.data.append.AppendedRowsRowInput
 
getNrUsedFeatures() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
 
getNrUsedFeatures() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
getNrUsedFeatures() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
getNrViews() - Method in class org.knime.core.node.Node
 
getNrViews() - Method in class org.knime.core.node.workflow.NodeContainer
 
getNrWorkflowIncomingPorts() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNrWorkflowOutgoingPorts() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getNTCStrategy() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
 
getNTCStrategy() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
 
getNthCell(int) - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
Retrieves a cell from the buffer.
getNthLookahead(int) - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
Retrieves a cell from the lookahead.
getNthLookbehind(int) - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
Retrieves a cell from the lookbehind.
getNumAllCoveredPattern() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Returns the number of covered input pattern.
getNumAttributes() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ClassValueDataRow
Returns the number of attribute values, excluding the class value.
getNumAttributes() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DataRowWeighted
Returns the number of attribute values, excluding the class value.
getNumAttributes() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the number of attributes (excluding the class attribute).
getNumBasisFunctions() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Returns the overall number of Basisfunction in this model.
getNumBasisFunctions(DataCell) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Returns the number of basis functions for the given class.
getNumberDataRows() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the size of this table.
getNumberMissingValues(String) - Method in class org.knime.base.data.statistics.calculation.MissingValue
 
getNumberMissingValues() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns an array of the number of missing values for each dimension.
getNumberMissingValues(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns the number of missing values for the given column index.
getNumberMissingValues() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns an array of the number of missing values for each dimension.
getNumberMissingValues(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the number of missing values for the given column index.
getNumberMissingValues() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns an array of the number of missing values for each dimension.
getNumberMissingValues(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the number of missing values for the given column index.
getNumberModeStringModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
Creates and returns the settings model, storing the number mode.
getNumberNaNValues(String) - Method in class org.knime.base.data.statistics.calculation.SpecialDoubleCells
 
getNumberNaNValues() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns an array of the number of Double.NaN values for each dimension.
getNumberNaNValues(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the number of Double.NaN values for the given column index.
getNumberNaNValues(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
The number of observed NaN values for each column.
getNumberNegativeInfiniteValues(String) - Method in class org.knime.base.data.statistics.calculation.SpecialDoubleCells
 
getNumberNegativeInfiniteValues() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns an array of the number of Double.NEGATIVE_INFINITY values for each dimension.
getNumberNegativeInfiniteValues(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the number of Double.NEGATIVE_INFINITY values for the given column index.
getNumberNodes() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Returns the number decision tree nodes.
getNumberOfBytesRead() - Method in class org.knime.base.node.util.BufferedFileReader
 
getNumberOfColumns() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
getNumberOfColumns() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
getNumberOfCombinations() - Method in class org.knime.base.util.math.Combinations
Returns the number of possible combinations for n and k specified in the constructor.
getNumberOfCombinations(int, int) - Static method in class org.knime.base.util.math.Combinations
Returns the number of possible combinations when selecting k elements from a set of n elements (without repetition).
getNumberOfCombinationsBig(int, int) - Static method in class org.knime.base.util.math.Combinations
Returns the number of possible combinations when selecting k elements from a set of n elements (without repetition).
getNumberOfFuzzyCells(DataRow, DataTableSpec) - Static method in class org.knime.base.node.mine.sota.logic.SotaFuzzyMath
Counts the number of FuzzyIntervalValues of given row and returns it.
getNumberOfIncludedColumns() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
getNumberOfIterations() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Returns the number of processed iterations so far.
getNumberOfJobManagersFactories() - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
Returns the number of job manager factories registered through the extension point.
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
 
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
 
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.Collection2BitVectorCellFactory
 
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
 
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
 
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.MultiString2BitVectorCellFactory
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
getNumberOfNotSetBits() - Method in class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
getNumberOfProcessedRows() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
 
getNumberOfProcessedRows() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.BitString2BitVectorCellFactory
 
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
 
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.Collection2BitVectorCellFactory
 
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
 
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
 
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.MultiString2BitVectorCellFactory
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
getNumberOfSetBits() - Method in class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
getNumberParameters() - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
2 parameters (kappa and delta).
getNumberParameters() - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
Kernel parameters are constants which modify the way the kernel works.
getNumberParameters() - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
2 parameters (bias and power).
getNumberParameters() - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
just 1 parameter (sigma).
getNumberPartitions() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
Return the number of partitions resulting from this split.
getNumberPartitions() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitContinuous
The number of partitions of a numeric split is always 2.
getNumberPartitions() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
The number of partitions of a binary nominal split is 2.
getNumberPartitions() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalNormal
The number of partitions of a normal nominal split corresponds to the number of different nominal values of the attribute.
getNumberPositiveInfiniteValues(String) - Method in class org.knime.base.data.statistics.calculation.SpecialDoubleCells
 
getNumberPositiveInfiniteValues() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns an array of the number of Double.POSITIVE_INFINITY values for each dimension.
getNumberPositiveInfiniteValues(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the number of Double.POSITIVE_INFINITY values for the given column index.
getNumberPrecisionModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
Creates and returns the settings model, storing the precision number.
getNumberValues() - Method in class org.knime.base.node.mine.svm.util.DoubleVector
 
getNumberValueStr() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
getNumberValueStr() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
 
getNumberValueStr() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
getNumberValueStr() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelNumber
 
getNumBits() - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
 
getNumBits() - Method in interface org.knime.base.data.bitvector.BitVectorValue
Deprecated.
 
getNumBoundaries() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BoundaryScheme
The number of boundaries.
getNumCells() - Method in class org.knime.base.data.append.column.AppendedColumnRow
Deprecated.
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.data.append.row.ResortedCellsRow
Deprecated.
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.data.filter.column.FilterColumnRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.data.replace.ReplacedColumnsDataRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer.Missing
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.core.data.append.AppendedColumnRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.core.data.append.ResortedCellsRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.core.data.container.BlobSupportDataRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in interface org.knime.core.data.DataRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.core.data.def.DefaultRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.core.data.def.JoinedRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumCells() - Method in class org.knime.core.data.sort.SortingDescription.MappedDataRow
Returns the length of this row, that is the number of columns of the DataTable (not including the row key).
getNumClasses() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
 
getNumClassValues() - Method in class org.knime.base.node.mine.decisiontree2.learner2.NominalValueHistogram
Returns the number of class values of the second dimension of the histogram.
getNumColSpec() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
 
getNumColumns() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns number of columns as read from the xml file.
getNumColumns() - Method in class org.knime.core.data.DataTableSpec
Returns the number of columns.
getNumCorrectCoveredPattern() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Returns the number of correctly covered data pattern.
getNumericConstantColumnPairs(int) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputer
Composes warning message on which columns are constant.
getNumericMissingValueWarning(int) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputer
Composes warning message (or null) on which columns contain missings.
getNumericValue(DataCell) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Checks if the given DataCell is a numeric cell and returns the numeric value.
getNumIntervals() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
 
getNumIntervals() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalPanel
 
getNumMappings() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ValueMapper
Returns the number of mappings.
getNumMissing() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
 
getNumMissingValues() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
 
getNumMissingValues() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
 
getNumNominalValues(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the number of nominal values for the given attribute.
getNumOfAllMessages() - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getNumOfCols() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
getNumOfColsGuessed() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
 
getNumOfErrors() - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getNumOfInfos() - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getNumOfWarnings() - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getNumWrongCoveredPattern() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Returns the number of wrong covered data pattern.
getObjectClass() - Method in class org.knime.core.node.port.PortObject.PortObjectSerializer
Returns the port object class that this serializer reads and writes.
getObjectClass(String) - Method in class org.knime.core.node.port.PortTypeRegistry
Returns the PortObject class for the given class name.
getObjectExtension(Map<String, String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
getObjectSerializer(Class<? extends PortObject>) - Method in class org.knime.core.node.port.PortTypeRegistry
Returns a serializer for the given port object class.
getObsoleteNodeDirectories() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
List of node directories, whose corresponding nodes failed to load.
getObsoleteNodeDirectories() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
List of node directories, whose corresponding nodes failed to load.
getObsoleteNodeDirectories() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
List of node directories, whose corresponding nodes failed to load.
getObsoleteNodeDirectories() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
List of node directories, whose corresponding nodes failed to load.
getObsoleteNodeDirectories() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
List of node directories, whose corresponding nodes failed to load.
getOffset() - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
 
getOffsetValue() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
Get offset value (a user defined intercept).
getOffsetValue() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getOffsetValue() - Method in class org.knime.base.node.mine.regression.RegressionContent
Get offset value (a user defined intercept).
getOldIndex() - Method in class org.knime.core.node.port.MetaPortInfo
 
getOldValue() - Method in class org.knime.core.node.workflow.WorkflowEvent
 
getOnMissing() - Static method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeDialog
 
getOpenBuffers() - Method in class org.knime.core.data.container.BufferTracker
Returns a collection of all currently open buffers.
getOperation() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObjectSpec
 
getOperation4Name(String) - Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
 
getOperations() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
 
getOperator(GlobalSettings) - Method in class org.knime.base.data.aggregation.ColumnAggregator
Creates only ones an AggregationOperator that is always returned by this method.
getOperator(L) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Deprecated.
getOperator(DataColumnSpec) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
getOperator(AggregationMethod) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
Deprecated.
getOperator() - Method in exception org.knime.base.data.aggregation.DuplicateOperatorException
 
getOperator() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
 
getOperator(PMMLOperator) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
 
getOperator(PMMLBooleanOperator) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
 
getOperatorColName() - Method in class org.knime.base.data.aggregation.ColumnAggregator
 
getOperatorColumnSettings() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getOperatorData() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getOption4ID(String) - Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
 
getOptionsString() - Static method in class org.knime.core.node.workflow.BatchExecutor
 
getOpType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberConfiguration
The PMML optype of the derived field.
getOpType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
The PMML optype of the derived field.
getOpType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberConfiguration
The PMML optype of the derived field.
getOpType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
The PMML optype of the derived field.
getOptype(DataType) - Static method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
 
getOriginalColName() - Method in class org.knime.base.data.aggregation.ColumnAggregator
 
getOriginalColSpec() - Method in class org.knime.base.data.aggregation.ColumnAggregator
 
getOriginalColSpec() - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
 
getOriginalColumnSpec(int) - Method in class org.knime.base.data.aggregation.GlobalSettings
Returns column information of the original column with the provided index.
getOriginalColumnSpec(String) - Method in class org.knime.base.data.aggregation.GlobalSettings
Returns the DataColumnSpec of the original column with the provided name.
getOriginalData() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Returns the original DataTableSpec.
getOriginalDataType() - Method in class org.knime.base.data.aggregation.ColumnAggregator
 
getOriginalIndex() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
getOriginalLocation() - Method in class org.knime.core.node.workflow.WorkflowContext
Returns the original location of the workflow, e.g.
getOriginalSpec() - Method in class org.knime.core.data.container.ColumnRearranger
Access method for the internal data structure.
getOutColFields() - Method in class org.knime.core.node.util.dialog.OutFieldsTable
Get the field definitions representing output columns.
getOutColumn() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
Get the output column.
getOutColumn() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
Get the output column.
getOutColumnList() - Method in class org.knime.core.node.util.dialog.field.FieldCollection
 
getOutcome() - Method in class org.knime.base.node.rules.Rule
Deprecated.
Returns the rule's outcome (consequent).
getOutDataMemoryPolicy() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Get the policy for the data outports, that is, keep the output in main memory or write it to disc.
getOutDataType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberConfiguration
The data type of the output column.
getOutDataType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
The data type of the output column.
getOutDataType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberConfiguration
The data type of the output column.
getOutDataType() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
The data type of the output column.
getOuterFlowLoopContext() - Method in class org.knime.core.node.workflow.FlowSubnodeScopeContext
Get the flow loop context this subnode is part of or null if not in a loop.
getOutFlowVariableList() - Method in class org.knime.core.node.util.dialog.field.FieldCollection
 
getOutgoingConnectionsFor(NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
Returns the set of outgoing connections for the node with the passed id at the specified port.
getOutgoingConnectionsFor(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Get all outgoing connections for a node.
getOutgoingFlowObjectStack() - Method in class org.knime.core.node.Node
Get list of flow variables that are added by NodeModel implementation.
getOutgoingFlowObjectStack() - Method in class org.knime.core.node.NodeModel
 
getOutgoingFlowObjectStack() - Method in class org.knime.core.node.workflow.NativeNodeContainer
Delegates to node to get flow variables that are added or modified by the node.
getOutgoingFlowObjectStack() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Delegates to node to get flow variables that are added or modified by the node.
getOutgoingFlowObjectStack() - Method in class org.knime.core.node.workflow.SubNodeContainer
Delegates to node to get flow variables that are added or modified by the node.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
Returns the HiLiteHandler for the given output index.
getOutHiLiteHandler(int) - Method in class org.knime.core.node.NodeModel
Returns the HiLiteHandler for the given output index.
getOutmostLoopStartStoreUUID() - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
 
getOutmostLoopStartStoreUUID() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
getOutmostLoopStartStoreUUID() - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
getOutObjects() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
 
getOutPort(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Returns the output port for the given portID.
getOutPort(int) - Method in class org.knime.core.node.workflow.NodeContainer
 
getOutPort(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
getOutPort(int) - Method in class org.knime.core.node.workflow.WorkflowManager
getOutportContent() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
 
getOutportDescription(int) - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
Returns a description for an output port.
getOutportDescription(int) - Method in class org.knime.core.node.DelegateNodeDescription
Returns a description for an output port.
getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription
Returns a description for an output port.
getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription13Proxy
Returns a description for an output port.
getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription210Proxy
Returns a description for an output port.
getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription212Proxy
Returns a description for an output port.
getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription27Proxy
Returns a description for an output port.
getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription28Proxy
Returns a description for an output port.
getOutportDescription(int) - Method in class org.knime.core.node.NodeDescription31Proxy
Returns a description for an output port.
getOutportDescription(int) - Method in class org.knime.core.node.NodeFactory
Returns a description for an output port.
getOutportDescription(int) - Method in class org.knime.core.node.NoDescriptionProxy
Returns a description for an output port.
getOutportDescriptionName(int) - Method in class org.knime.core.node.Node
Return the name of the port as specified by the node factory (which takes it from the node description).
getOutportIndex() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
 
getOutportName(int) - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
Returns a name for an output port.
getOutportName(int) - Method in class org.knime.core.node.DelegateNodeDescription
Returns a name for an output port.
getOutportName(int) - Method in class org.knime.core.node.Node
Return name of output connector.
getOutportName(int) - Method in class org.knime.core.node.NodeDescription
Returns a name for an output port.
getOutportName(int) - Method in class org.knime.core.node.NodeDescription13Proxy
Returns a name for an output port.
getOutportName(int) - Method in class org.knime.core.node.NodeDescription210Proxy
Returns a name for an output port.
getOutportName(int) - Method in class org.knime.core.node.NodeDescription212Proxy
Returns a name for an output port.
getOutportName(int) - Method in class org.knime.core.node.NodeDescription27Proxy
Returns a name for an output port.
getOutportName(int) - Method in class org.knime.core.node.NodeDescription28Proxy
Returns a name for an output port.
getOutportName(int) - Method in class org.knime.core.node.NodeDescription31Proxy
Returns a name for an output port.
getOutportName(int) - Method in class org.knime.core.node.NodeFactory
Returns a name for an output port.
getOutportName(int) - Method in class org.knime.core.node.NoDescriptionProxy
Returns a name for an output port.
getOutPortsBarUIInfo() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Get UI information for workflow output ports.
getOutPortsBarUIInfo() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Get UI information for workflow output ports.
getOutPortsBarUIInfo() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Get UI information for workflow output ports.
getOutPortsBarUIInfo() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Get UI information for workflow output ports.
getOutPortsBarUIInfo() - Method in class org.knime.core.node.workflow.WorkflowManager
Get UI information for workflow output ports.
getOutPortsBarUIInfo() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
Get UI information for workflow output ports.
getOutPortTemplates() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
getOutPortTemplates() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getOutPortTemplates() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
getOutPortTemplates() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
getOutPortTemplates() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getOutPortTemplates() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getOutPortTemplates() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
 
getOutPortTemplates() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getOutPortType(int) - Method in class org.knime.core.node.NodeModel
Port type as specified in constructor.
getOutput(ExecutionContext) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Is called at the end of the execute method when it is finished and the data should be available.
getOutputAsStringModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
Creates and returns the settings model, storing the "output as string" flag.
getOutputColumnName() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Get the output column name.
getOutputComponent() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
Get the output dialog component.
getOutputCurves() - Method in class org.knime.base.node.viz.roc.ROCCalculator
 
getOutputDataType() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
getOutputDataType() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
getOutputDataType() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
getOutputDataType() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
 
getOutputDataType() - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
getOutputDimModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getOutputExchange() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
 
getOutputFormat() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getOutputFormat() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getOutputHiLiteHandler(int) - Method in class org.knime.core.node.Node
 
getOutputHiLiteHandler(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
getOutputHiLiteHandler(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getOutputHiLiteHandler(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
getOutputModel() - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
 
getOutputModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Get the output settings model.
getOutputName() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
getOutputObject(int) - Method in class org.knime.core.node.Node
 
getOutputObject(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
getOutputObject(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getOutputObject(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
getOutputObjectSummary(int) - Method in class org.knime.core.node.Node
 
getOutputObjectSummary(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
getOutputObjectSummary(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getOutputObjectSummary(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
getOutputPlacement() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
getOutputPortInfo() - Method in class org.knime.core.node.workflow.SubNodeContainer
getOutputPortRoles() - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.mine.knn.KnnNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.core.node.NodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPortRoles() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
Streaming API (pending): Similar to NodeModel.getInputPortRoles() describes the role of the output.
getOutputPrefix() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
 
getOutputSpec() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2Learner
 
getOutputSpec() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
 
getOutputSpec() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearner
 
getOutputSpec(PMMLPreprocDiscretize, DataTableSpec) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApply
 
getOutputSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.autobinner.AutoBinner
 
getOutputSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinner
 
getOutputSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner
 
getOutputSpec() - Method in class org.knime.base.node.preproc.joiner.Joiner
Create the DataTableSpec of the output.
getOutputSpec(int) - Method in class org.knime.core.node.Node
 
getOutputSpec(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
getOutputSpec(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getOutputSpec(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
getOutputStream() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getOutputTable() - Method in class org.knime.base.node.viz.roc.ROCCalculator
 
getOutputType() - Method in class org.knime.core.data.DataCellTypeConverter
Returns the type of the cells created by DataCellTypeConverter.convert(DataCell).
getOutputType(int) - Method in class org.knime.core.node.Node
Return type of output connector.
getOutputType(int) - Method in class org.knime.core.node.workflow.NativeNodeContainer
getOutputType(int) - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getOutputType(int) - Method in class org.knime.core.node.workflow.SubNodeContainer
getOutputTypeModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
Creates and returns the settings model, storing the "output type".
getOutputVariableName() - Method in class org.knime.core.node.FlowVariableModel
 
getOutSpec() - Method in class org.knime.base.node.preproc.columnlag.LagColumnStreamableOperator
 
getOutSpec(DataTableSpec, String, ColorHandler) - Static method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Appends the given ColorHandler to the given DataTableSpec for the given column.
getOutSpecs() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
 
getOutTable() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Get the output table of the crosstab node.
getOutVarFields() - Method in class org.knime.core.node.util.dialog.OutFieldsTable
Get the field definitions representing output flow variables.
getOverallColorCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getOverrideComponent() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
Get the override dialog component.
getOverrideModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Get the override settings model.
getOverwrittenUIInfo(NodeID) - Method in class org.knime.core.node.workflow.WorkflowCopyContent
Get overwritten UIInfo to node with given ID or null.
getOwnClassCount() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Return number of patterns of correct class (= majority class in a non-risk decision tree).
getOwnClassFrequency() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getOwner() - Method in class org.knime.core.node.BufferedDataTable
 
getOwner() - Method in class org.knime.core.node.workflow.FlowObject
 
getOwnerHandler(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
 
getOwnFileStoreCellsDirectory() - Method in class org.knime.core.data.container.Buffer
 
getOwnIndex() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getOwnIndex() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getPadding() - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
 
getPageMap() - Method in class org.knime.core.node.workflow.WizardExecutionController.WizardPageContent
 
getPageNodeID() - Method in class org.knime.core.node.workflow.WizardExecutionController.WizardPageContent
 
getPairs() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
getPanel() - Method in class org.knime.core.node.NodeDialogPane
Returns the panel holding the different tabs shown in the dialog.
getParameter() - Method in class org.knime.base.node.io.database.connection.util.ParameterizedDatabaseConnectionSettings
 
getParameter() - Method in class org.knime.base.node.mine.regression.RegressionTrainingRow
Returns a Matrix with values of the parameters retrieved from the learning columns.
getParameter(int) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
returns the parameter at given index.
getParameter(int) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
returns the parameter at given index.
getParameter(int) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
return the given parameter.
getParameter(int) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
return the given parameter.
getParameterDescription() - Method in interface org.knime.core.data.ConfigurableDataCellFactory
Returns a human-readable description for the supported parameters.
getParameterDescription() - Method in class org.knime.core.data.date.DateAndTimeCellFactory
Returns a human-readable description for the supported parameters.
getParameterList() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getParameterName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
 
getParameterName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell
 
getParameterName(int) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
parameters are "kappa" and "delta".
getParameterName(int) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
return the name of the parameter at the given index.
getParameterName(int) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
get the names of the 2 parameters.
getParameterName(int) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
get the name of the parameter.
getParameterName() - Method in interface org.knime.core.node.dialog.DialogNode
A simple name that is associated with this node for external parameterization.
getParameters() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the parameters.
getParameters() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Returns the parameters.
getParameters() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the parameters.
getParamMatrix() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getParams() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Get all parameters to the currently learned model.
getParams() - Method in interface org.knime.base.node.mine.regression.linear.view.LinRegDataProvider
Deprecated.
Get the parameters for the regression line.
getParent() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getParent() - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Retuns a link to the parent node.
getParent() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
 
getParent() - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
 
getParent() - Method in class org.knime.core.internal.ReferencedFile
Get the parent of this element or null if the file's parent is not represented as a ReferencedFile object.
getParent() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
 
getParent() - Method in class org.knime.core.node.FlowVariableModel
 
getParent() - Method in class org.knime.core.node.workflow.NodeContainer
 
getParent() - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
 
getParentDir(int, boolean) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
 
getParentIndex() - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Returns the parent index, the prefix.
getParentLogger() - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
getParentPersistor() - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
 
getParseType() - Method in class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
 
getParseType() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
 
getPartitionCoefficient() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
The partition coefficient is 1 for non-fuzzy cluster partition.
getPartitionCoefficient() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Calculates the partition coefficient.
getPartitionCount() - Method in class org.knime.core.node.streamable.PartitionInfo
 
getPartitionEntropy() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
Partition entropy (should be maximized).
getPartitionEntropy() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Calculates the partition entropy.
getPartitionForRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
Returns the partition the given row belongs to according to this split.
getPartitionForRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitContinuous
Returns the partition the given row belongs to according to this split.
getPartitionForRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
Returns the partition the given row belongs to according to this split.
getPartitionForRow(DataRowWeighted) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalNormal
Returns the partition the given row belongs to according to this split.
getPartitionIndex() - Method in class org.knime.core.node.streamable.PartitionInfo
 
getPartitionTables() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Partitioner
Return the partition tables.
getPartitionWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
Returns the partition weights.
getPartitionWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitContinuous
Returns the partition weights.
getPartitionWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
Returns the partition weights.
getPartitionWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalNormal
Returns the partition weights.
getPassword(String, String) - Method in class org.knime.core.node.config.base.ConfigBase
Returns a decrypted password.
getPassword(String, String, String) - Method in class org.knime.core.node.config.base.ConfigBase
Returns a decrypted password.
getPassword(String, String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Returns a decrypted password.
getPassword(String, String, String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Returns a decrypted password.
getPassword() - Method in class org.knime.core.node.config.base.ConfigPasswordEntry
Returns the password.
getPassword() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
 
getPassword(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
getPassword() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
getPassword() - Method in class org.knime.core.node.workflow.Credentials
The password as passed to the DB connection or other password-secured systems.
getPassword() - Method in class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
The password as passed to the DB connection or other password-secured systems.
getPassword() - Method in interface org.knime.core.node.workflow.ICredentials
The password as passed to the DB connection or other password-secured systems.
getPasswordAuthentication() - Method in class org.knime.core.util.ThreadLocalHTTPAuthenticator
getPasswordHint() - Method in class org.knime.core.node.workflow.WorkflowCipher
 
getPasswordHint() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getPathModel() - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
 
getPattern() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
 
getPattern() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
getPattern() - Method in class org.knime.base.util.kdtree.TerminalNode
Returns the pattern stored in the terminal node.
getPattern() - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
 
getPatternConfig() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
 
getPatternsInClusters() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getPatternsInReference() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getPauseLoopExecution() - Method in class org.knime.core.node.Node
 
getPauseLoopExecution() - Method in class org.knime.core.node.NodeModel
 
getPCol() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
getPCovMatrix() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getPercent() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
getPercentage() - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
 
getPercentName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getPerceptron(int) - Method in class org.knime.base.data.neural.Layer
Returns perceptron at a given position.
getPerceptrons() - Method in class org.knime.base.data.neural.Layer
Returns all perceptrons in the layer.
getPermission() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getPersistor() - Method in class org.knime.core.node.workflow.FromFileNodeContainerPersistor.PersistorWithPortIndex
 
getPieArea() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getPieCenter() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getPieColName() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
getPieColumnName() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
getPieColumnName() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
getPieColumnName() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getPieColumnName() - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
 
getPieDrawingPane() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Convenient method to cast the drawing pane.
getPieSize() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getPivotDataQueries(StatementManipulator, Map<DataColumnSpec, Set<Object>>) - Method in class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
 
getPivotStatement(StatementManipulator, String, List<String>, Map<DataColumnSpec, Set<Object>>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.pivoting.DefaultPivotStatementGenerator
Returns a SQL Statement for pivoting.
getPivotStatement(StatementManipulator, String, List<String>, Map<DataColumnSpec, Set<Object>>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in interface org.knime.core.node.port.database.pivoting.PivotStatementGenerator
Returns a SQL Statement for pivoting.
getPivotStatement(String, List<String>, Map<DataColumnSpec, Set<Object>>, List<Pair<String, DBAggregationFunction>>, PivotColumnNameGenerator) - Method in class org.knime.core.node.port.database.StatementManipulator
Returns a SQL statement for pivoting.
getPlaceholder(ConfigBaseRO, String) - Static method in class org.knime.core.data.convert.util.SerializeUtil
Get a placeholder for a converter factory (for example if the id was not found due to a previously registered plugin missing) which contains source type, destination type, name and identifier of the factory which was stored with the given key.
getPlaceHolderForVariable(FlowVariable) - Static method in class org.knime.base.node.util.FlowVariableResolvable.FlowVariableResolver
getPlaceHolderForVariable(FlowVariable) - Static method in class org.knime.base.util.flowvariable.FlowVariableResolver
Replaces and returns the given flow variable.
getPlotter(FixedPieVizModel, HiLiteHandler) - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeView
getPlotter(InteractivePieVizModel, HiLiteHandler) - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeView
getPlotter(D, HiLiteHandler) - Method in class org.knime.base.node.viz.pie.node.PieNodeView
 
getPluginName() - Method in class org.knime.core.node.web.WebResourceLocator
 
getPMMLDataType(DataType) - Static method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
 
getPMMLDataTypeForColumn() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Maps the columns data type to a PMML data type.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLDerivedField() - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
Creates a derived field for the documentation of the operation in PMML.
getPMMLLearningCols() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getPMMLModelFragment(PMMLPortObjectSpec) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
 
getPMMLTranslator() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellReplacingDataTable
 
getPMMLValue() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Returns the PMML value.
getPMMLVersion() - Method in class org.knime.core.data.xml.PMMLBlobCell
getPMMLVersion() - Method in class org.knime.core.data.xml.PMMLCell
getPMMLVersion() - Method in class org.knime.core.data.xml.PMMLCellContent
getPMMLVersion() - Method in interface org.knime.core.data.xml.PMMLValue
 
getPoint() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
Returns the mapped point, where to draw this DendrogramPoint.
getPoints() - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
 
getPoints() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
getPolicy4Label(String) - Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
 
getPolicyLabels() - Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
 
getPolicyStategy(String) - Method in class org.knime.base.util.coordinate.Coordinate
Returns the strategy for the given policy.
getPopUpMenu(int) - Method in class org.knime.core.node.tableview.TableContentView
Create a custom popup menu when the mouse was clicked in a column header.
getPort() - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
Returns the database's port.
getPortDescriptions() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
getPortDescriptions() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
 
getPortDescriptions() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
 
getPortDescriptions() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
 
getPortIndex() - Method in class org.knime.core.node.workflow.FromFileNodeContainerPersistor.PersistorWithPortIndex
 
getPortIndex() - Method in interface org.knime.core.node.workflow.NodePort
 
getPortIndex() - Method in class org.knime.core.node.workflow.NodePortAdaptor
 
getPortIndex() - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
 
getPortName() - Method in interface org.knime.core.node.workflow.NodePort
 
getPortName() - Method in class org.knime.core.node.workflow.NodePortAdaptor
 
getPortName() - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
 
getPortNames() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
getPortNames() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
 
getPortNames() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
 
getPortNames() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
 
getPortObject() - Method in class org.knime.base.node.io.pmml.read.PMMLImport
 
getPortObject() - Method in class org.knime.core.data.model.PortObjectCell
Get content of this port object.
getPortObject() - Method in interface org.knime.core.data.model.PortObjectValue
Get content of this port object.
getPortObject(int) - Method in class org.knime.core.node.CopyNodePersistor
getPortObject(int) - Method in class org.knime.core.node.FileNodePersistor
getPortObject(int) - Method in interface org.knime.core.node.NodeContentPersistor
 
getPortObject() - Method in class org.knime.core.node.streamable.PortObjectInput
 
getPortObject() - Method in class org.knime.core.node.streamable.PortObjectOutput
 
getPortObject(int) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getPortObject() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Returns the DataTable for this port, as set by the node this port is output for.
getPortObject() - Method in interface org.knime.core.node.workflow.NodeOutPort
Returns the DataTable for this port, as set by the node this port is output for.
getPortObject() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Returns the DataTable for this port, as set by the node this port is output for.
getPortObject() - Method in class org.knime.core.node.workflow.WorkflowOutPort
Returns the DataTable for this port, as set by the node this port is output for.
getPortObjectClass() - Method in class org.knime.core.node.port.PortType
 
getPortObjects() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Access method for the input port objects.
getPortObjects() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
 
getPortObjectSerializer() - Static method in class org.knime.core.node.BufferedDataTable
Throws IllegalStateException as this method is not supposed to be called; refer to the API of PortObject for details on this method.
getPortObjectSerializer(Class<T>) - Static method in class org.knime.core.node.port.PortUtil
Get the globally used serializer for PortObject objects represented by the class argument.
getPortObjectsExcludeFlowVariablePort() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Get the input objects, excluding the mandatory flow variable input port (added in v2.2.0).
getPortObjectSpec() - Method in class org.knime.base.node.io.pmml.read.PMMLImport
 
getPortObjectSpec(int) - Method in class org.knime.core.node.CopyNodePersistor
getPortObjectSpec(int) - Method in class org.knime.core.node.FileNodePersistor
getPortObjectSpec(int) - Method in interface org.knime.core.node.NodeContentPersistor
 
getPortObjectSpec(int) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getPortObjectSpec() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Returns the DataTableSpec or null if not available.
getPortObjectSpec() - Method in interface org.knime.core.node.workflow.NodeOutPort
Returns the DataTableSpec or null if not available.
getPortObjectSpec() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Returns the DataTableSpec or null if not available.
getPortObjectSpecClass() - Method in class org.knime.core.node.port.PortType
 
getPortObjectSpecClass(Class<? extends PortObject>) - Static method in class org.knime.core.node.port.PortType
 
getPortObjectSpecSerializer(Class<T>) - Static method in class org.knime.core.node.port.PortUtil
Get the globally used serializer for PortObjectSpec objects represented by the class argument.
getPortObjectSpecZipInputStream(InputStream) - Static method in class org.knime.core.node.port.PortUtil
 
getPortObjectSpecZipOutputStream(OutputStream) - Static method in class org.knime.core.node.port.PortUtil
 
getPortObjectSummary(int) - Method in class org.knime.core.node.CopyNodePersistor
getPortObjectSummary(int) - Method in class org.knime.core.node.FileNodePersistor
getPortObjectSummary(int) - Method in interface org.knime.core.node.NodeContentPersistor
 
getPortObjectSummary(int) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getPortObjectZipInputStream(InputStream) - Static method in class org.knime.core.node.port.PortUtil
 
getPortObjectZipOutputStream(OutputStream) - Static method in class org.knime.core.node.port.PortUtil
 
getPortSpecs() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
 
getPortSummary() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Get summary of the underlying port object as provided by PortObject.getSummary().
getPortSummary() - Method in interface org.knime.core.node.workflow.NodeOutPort
Get summary of the underlying port object as provided by PortObject.getSummary().
getPortSummary() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Get summary of the underlying port object as provided by PortObject.getSummary().
getPortType(Class<? extends PortObject>) - Method in class org.knime.core.node.port.PortTypeRegistry
Returns the port type for the given port object class.
getPortType(Class<? extends PortObject>, boolean) - Method in class org.knime.core.node.port.PortTypeRegistry
Returns the port type for the given port object class.
getPortType() - Method in interface org.knime.core.node.workflow.NodePort
 
getPortType() - Method in class org.knime.core.node.workflow.NodePortAdaptor
 
getPortType() - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
 
getPortView() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Returns the port view for this output port which can be null.
getPosition() - Method in class org.knime.base.node.mine.pca.EigenValue
 
getPosition() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
 
getPosition() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
 
getPositive() - Method in class org.knime.base.node.mine.svm.Svm
 
getPositiveClass() - Method in class org.knime.base.node.viz.roc.ROCSettings
Returns the value from the class column that represents the "positive" class.
getPositiveInfinity() - Method in class org.knime.base.util.coordinate.Coordinate
Returns the value for positive infinity after mapping.
getPositiveInfinity() - Method in class org.knime.base.util.coordinate.NumericCoordinate
Returns the value for positive infinity after mapping.
getPositiveInfinity() - Method in class org.knime.base.util.coordinate.PolicyStrategy
Returns the value for positive infinity.
getPossibleValueClasses() - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Result may be null when the first constructor was used (based on a column name only).
getPossibleValues() - Method in class org.knime.base.node.viz.plotter.parcoord.NominalParallelAxis
 
getPossibleValuesAsCollectionModel() - Static method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeDialog
 
getPossibleValuesOfSelectedColumn() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
For the selected column (from the combobox) it get the possible values, and returns a vector with the string representations for them.
getPPMatrix() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getPrecision() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getPrecision() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getPrecisionMode() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getPrecisionMode() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getPredClass() - Method in enum org.knime.base.node.mine.decisiontree2.PMMLPredicate.PMMLPredicates
Returns the predicate class.
getPredecessor(int) - Method in class org.knime.base.data.neural.SigmoidPerceptron
Returns the predecessor at a given position.
getPredecessor() - Method in class org.knime.core.node.NodeTriple
Returns the predecessor node, if there is any.
getPredecessors() - Method in class org.knime.base.data.neural.SigmoidPerceptron
Returns the predecessors.
getPredecessors(NodeID) - Method in class org.knime.core.node.workflow.Workflow
Create (fairly unordered) set of predecessors of the given node.
getPredefinedParameters() - Method in interface org.knime.core.data.ConfigurableDataCellFactory
Returns a (possibly empty) collection of predefined parameters.
getPredefinedParameters() - Method in class org.knime.core.data.date.DateAndTimeCellFactory
Returns a (possibly empty) collection of predefined parameters.
getPredicate() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
getPredicateForConfig(Config) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Returns the correct PMMLPredicate for a config object.
getPredicateForType(String) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Returns the correct PMMLPredicate for its string representation.
getPredicates() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Returns all contained predicates.
getPredictedModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Get the predicted settings model.
getPredictionColumnName() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Get the prediction column name.
getPredictionComponent() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
Get the prediction dialog component.
getPredictor(String) - Method in class org.knime.base.node.mine.regression.predict2.PPMatrix
 
getPredictorName() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell
 
getPredictorRow() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
 
getPredictorRow() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
getPredictorRow() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
getPredLayer() - Method in class org.knime.base.data.neural.HiddenLayer
Returns the predecessor layer for the current layer.
getPreExecuteViewContent() - Method in class org.knime.core.node.workflow.ExecutionEnvironment
 
getPreferenceKey() - Method in class org.knime.core.data.ExtensibleUtilityFactory
Returns the preference key for the preferred renderer for this factory's value class.
getPreferenceKey(Class<? extends DataValue>) - Static method in class org.knime.core.data.ExtensibleUtilityFactory
Returns the preference key for the preferred renderer for the given value class.
getPreferredConverterFactory(DataType, Class<D>) - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
Convenience method to get the first DataCellToJavaConverterFactory returned by DataCellToJavaConverterRegistry.getConverterFactories(DataType, Class), which creates a converter that is able to convert the preferred data value of the given sourceType into the given destType.
getPreferredRenderer() - Method in class org.knime.core.data.ExtensibleUtilityFactory
Returns the preferred renderer for this data value.
getPreferredScrollableViewportSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getPreferredScrollableViewportSize() - Method in class org.knime.core.node.util.ImageViewPanel
getPreferredSize() - Method in class org.knime.base.data.bitvector.BitVectorValueStringRenderer
Deprecated.
Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
Get the preferred size.
getPreferredSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the preferred size.
getPreferredSize(JComponent) - Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
getPreferredSize() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
getPreferredSize() - Method in interface org.knime.core.data.image.ImageContent
Preferred dimension, width and height, for the given image to be rendered.
getPreferredSize() - Method in class org.knime.core.data.image.ImageDataValueRenderer
Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in class org.knime.core.data.image.png.PNGImageContent
Preferred dimension, width and height, for the given image to be rendered.
getPreferredSize() - Method in class org.knime.core.data.renderer.BitVectorValueStringRenderer
Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in interface org.knime.core.data.renderer.DataValueRenderer
Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in class org.knime.core.data.renderer.ImageValueRenderer
Get the dimension which the renderer component will preferably occupy.
getPreferredSize(JComponent) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
getPreferredSize() - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Get the dimension which the renderer component will preferably occupy.
getPreferredSize() - Method in class org.knime.core.node.config.ConfigEditTreeRenderer
getPreferredSize() - Method in class org.knime.core.node.tableview.TableContentViewTableHeader
getPreferredSize() - Method in class org.knime.core.node.tableview.TableView
getPreferredSize() - Method in class org.knime.core.node.util.CheckedRadioButtonPanel
getPreferredSize() - Method in class org.knime.core.node.util.ImageViewPanel
getPreferredTextWidth(JComponent) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
Get the width of the text.
getPreferredTextWidth() - Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
getPreferredValueClass() - Method in class org.knime.core.data.DataType
Returns the preferred value class of the current DataType.
getPreferredWriteVersion() - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
Returns the PMML version that this content handler prefers to write.
getPrefix(String) - Static method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Return the prefix of RowElement
getPrefix() - Method in class org.knime.base.node.io.database.tablecreator.util.RowElement
Returns the prefix of the RowElement
getPrefix() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Returns the prefix of this node representing the condition.
getPrefix(String) - Method in class org.knime.core.data.xml.util.DefaultNamespaceContext
getPrefix() - Method in enum org.knime.core.node.workflow.FlowVariable.Scope
 
getPrefix() - Method in class org.knime.core.node.workflow.NodeID
 
getPrefixes(String) - Method in class org.knime.core.data.xml.util.DefaultNamespaceContext
getPreprocessingCols() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getPreprocessingFields() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getPrevious() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
 
getPreviousCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingCellHandler
getPreviousCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
getPreviousCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
getPreviousCellsWindowSize() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
 
getPreviousIndex() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
 
getPreviousSpec() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
 
getPreviousValue() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
 
getPrimaryColumn() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
getPriority() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getProbability(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
getProbability(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
This should also handle missing values.
getProbabilityInternal(String, DataCell, double) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
This should also handle missing values.
getProgress() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
 
getProgress() - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Get the subprogress, the value scaled to [0, 1].
getProgress() - Method in interface org.knime.core.node.NodeProgressMonitor
The current progress value or null if no progress available.
getProgress() - Method in class org.knime.core.node.workflow.NodeProgress
Current progress value or null.
getProgress() - Method in class org.knime.core.util.ProgressMonitorAdapter
The current progress value or null if no progress available.
getProgressMonitor() - Method in class org.knime.core.node.ExecutionMonitor
 
getProgressMonitor() - Method in class org.knime.core.node.workflow.NodeContainer
 
getProjectOnly() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
 
getProjectOnlyModel() - Static method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog
 
getProjectWFM() - Method in interface org.knime.core.node.workflow.NodeContainerParent
 
getProjectWFM() - Method in class org.knime.core.node.workflow.SubNodeContainer
getProjectWFM() - Method in class org.knime.core.node.workflow.WorkflowManager
getPropColumnSuffix() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
 
getProperties() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
Get the columns that should be in the output beside the values return by getRowVarColumn() and getColVarColumn() which will always be in the output.
getProperties() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
The list of properties.
getProperties() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getProperties() - Method in class org.knime.core.data.DataColumnSpec
Returns the properties assigned to this column spec.
getProperties() - Method in class org.knime.core.data.DataTableSpec
Properties defined on the table spec.
getPropertiesInputStream() - Method in class org.knime.core.node.DynamicNodeFactory
Deprecated.
getPropertiesInputStream() - Method in class org.knime.core.node.NodeFactory
Deprecated.
this method is not used any more, use NodeFactory.createNodeDescription() instead
getPropertiesPanel() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
 
getPropertiesString() - Static method in class org.knime.core.node.workflow.BatchExecutor
 
getProperty(String, String) - Method in class org.knime.core.data.DataColumnProperties
Get the property assigned to key or - if this property does not exist - the defaultValue.
getProperty(String) - Method in class org.knime.core.data.DataColumnProperties
Get the property value for the given key or null if key does not exist.
getProperty() - Method in class org.knime.core.node.workflow.NodePropertyChangedEvent
 
getPropertyChangeSupport() - Method in class org.knime.core.node.tableview.TableContentModel
Get reference to PropertyChangeSupport to allow subclasses to fire customized events.
getPropertyInfo(String, Properties) - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
getProps() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration.Result
 
getProps() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration.Result
 
getPrototypes() - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
 
getPRow() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
getPullViewContentMethodName() - Method in class org.knime.core.node.web.DefaultWebTemplate
 
getPullViewContentMethodName() - Method in interface org.knime.core.node.web.WebTemplate
 
getPValues(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the parameters mapped to the p-value for the given logit.
getPValues(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Returns the parameters mapped to the p-value for the given logit.
getPValues() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the parameters mapped to the p-value.
getQuality() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getQuality(Map<RowKey, RowKey>, Map<RowKey, Set<RowKey>>) - Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Get quality measure of current cluster result (in 0-1).
getQualityMeasureName() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
 
getQualityValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.PruningResult
Returns the quality value for this node.
getQuery() - Method in class org.knime.base.node.io.database.DBReaderNodeModel
 
getQuery() - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
 
getQuery() - Method in class org.knime.core.node.port.database.pivoting.PivotData
 
getQueryConnection() - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
Deprecated.
 
getQueryConnection() - Method in interface org.knime.core.node.port.database.reader.DBReader
 
getQueryConnection() - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
 
getQueueSize() - Method in class org.knime.core.util.ThreadPool
Returns the size of the future queue (needed by the unit test).
getQuickFormElement() - Method in interface org.knime.core.quickform.in.QuickFormInputNode
Get the quick form element controlling the relevant portions to this node.
getQuickFormElement() - Method in interface org.knime.core.quickform.out.QuickFormOutputNode
Get the quick form element containing the results.
getQuoteBegin() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getQuoteEnd() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getQuoteEscape() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns escape quote string.
getQuoteLeft() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the string for the left quote.
getQuoteMode() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getQuotePattern() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
getQuoteReplacement() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getQuoteRight() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the string for the right quote.
getQuoteString() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getRadioButtons() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
getRank(DataRow) - Method in class org.knime.base.node.preproc.rank.DenseRankAssigner
 
getRank(DataRow) - Method in class org.knime.base.node.preproc.rank.OrdinalRankAssigner
 
getRank(DataRow) - Method in interface org.knime.base.node.preproc.rank.RankAssigner
 
getRank(DataRow) - Method in class org.knime.base.node.preproc.rank.StandardRankAssigner
 
getRawCell(int) - Method in class org.knime.core.data.container.BlobSupportDataRow
Returns the cell at given index.
getReachedEndOfLine() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthTokenizer
 
getReadBytes() - Method in class org.knime.core.util.tokenizer.Tokenizer
Returns the number of bytes returned so far.
getReader(DatabaseQueryConnectionSettings) - Method in class org.knime.core.node.port.database.DatabaseUtility
 
getReadPossibleValuesFromFile() - Method in class org.knime.base.node.io.filereader.ColProperty
 
getReadTimeout() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getReadVersion() - Method in class org.knime.core.data.container.Buffer
Get underlying stream version.
getRealD() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
getRealValue() - Method in interface org.knime.core.data.ComplexNumberValue
 
getRealValue() - Method in class org.knime.core.data.def.BooleanCell
getRealValue() - Method in class org.knime.core.data.def.ComplexNumberCell
getRealValue() - Method in class org.knime.core.data.def.DoubleCell
getRealValue() - Method in class org.knime.core.data.def.IntCell
getRealValue() - Method in class org.knime.core.data.def.LongCell
getRearranger(PMMLPreprocDiscretize, DataTableSpec) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApply
getReason() - Method in class org.knime.core.node.workflow.FlowTryCatchContext
 
getReasons() - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
 
getReducedSet(double) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Get set of column names that would be in the output table if a given correlation threshold is applied.
getReducedTickPositions(int) - Method in class org.knime.base.util.coordinate.NominalCoordinate
 
getReentrantLock() - Method in class org.knime.core.node.workflow.WorkflowLock
 
getReentrantLockInstance() - Method in interface org.knime.core.node.workflow.NodeContainerParent
 
getReentrantLockInstance() - Method in class org.knime.core.node.workflow.SubNodeContainer
getReentrantLockInstance() - Method in class org.knime.core.node.workflow.WorkflowManager
getRefColName() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.ConfigurationContainer
 
getReferenceColumnName() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Get the reference column name.
getReferenceComponent() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
Get the reference dialog component.
getReferenceModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Get the reference settings model.
getReferenceTables() - Method in class org.knime.core.data.container.ConcatenateTable
Reference to the underlying tables, if any.
getReferenceTables() - Method in class org.knime.core.data.container.ContainerTable
Returns an empty array.
getReferenceTables() - Method in class org.knime.core.data.container.JoinedTable
Reference to the underlying tables, if any.
getReferenceTables() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Get handle to the reference table in an array of length 1.
getReferenceTables() - Method in class org.knime.core.data.container.TableSpecReplacerTable
Get handle to reference table in an array of length 1.
getReferenceTables() - Method in class org.knime.core.data.container.VoidTable
Reference to the underlying tables, if any.
getReferenceTables() - Method in class org.knime.core.data.container.WrappedTable
Reference to the underlying tables, if any.
getReferenceTables() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Reference to the underlying tables, if any.
getReferenceTableSpec() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
 
getRegex() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
getRegexPattern() - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
 
getRegexPattern() - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRow
 
getRegExpr() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
 
getRegExpr() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
 
getRegisteredMappers() - Static method in class org.knime.core.node.NodeFactoryClassMapper
Called by the framework class to get the list of registered mappers.
getRegressionContent() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Get all parameters to the currently learned model.
getRegressionContent() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Get all parameters to the currently learned model.
getRegressionContent() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
Get all parameters to the currently learned model.
getRegressionTable() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator
 
getRegressorCount() - Method in class org.knime.base.node.mine.regression.RegressionTrainingData
 
getRelativePathTarget() - Method in class org.knime.core.node.web.WebResourceLocator
 
getRelativeRemotePath() - Method in class org.knime.core.node.workflow.WorkflowContext
Returns the path of the workflow relative to the repository root (see WorkflowContext.getRemoteRepositoryAddress().
getRelativeSize() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
getRemoteMountId() - Method in class org.knime.core.node.workflow.WorkflowContext
Returns the (default) mount id of the remote server.
getRemoteRepositoryAddress() - Method in class org.knime.core.node.workflow.WorkflowContext
Returns the base address of the server repository (the REST endpoint).
getRemovedFromExcludeList() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
 
getRemovedFromExcludes() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration.FilterResult
A list of names that were specifically excluded in the dialog but which are no longer available in the list of actual values.
getRemovedFromIncludeList() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
 
getRemovedFromIncludes() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration.FilterResult
A list of names that were specifically included in the dialog but which are no longer available in the list of actual values.
getRemovedRowsDueToMissingClassValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTableCreator
Returns the number of rows removed during table creation due to missing class values.
getRemoveLeftJoinCols() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns true when the columns returned by getLeftJoinColumns() should not be added to the joining table.
getRemoveOriginal() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
 
getRemoveRightJoinCols() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns true when the columns returned by getRightJoinColumns() should not be added to the joining table.
getRenameColumnSettings() - Method in class org.knime.base.node.preproc.rename.RenameConfiguration
 
getRenderer(DataColumnSpec) - Method in class org.knime.core.data.DataType
Deprecated.
getRendererComponent(Object) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Get a component that visualizes a given object.
getRendererComponent(Object) - Method in interface org.knime.core.data.renderer.DataValueRenderer
Get a component that visualizes a given object.
getRendererComponent(Object) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
Get a component that visualizes a given object.
getRendererComponent(Object) - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Get a component that visualizes a given object.
getRendererComponent(Object) - Method in class org.knime.core.data.renderer.ImageValueRenderer
Get a component that visualizes a given object.
getRendererComponent(Object) - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Get a component that visualizes a given object.
getRendererDescriptions() - Method in interface org.knime.core.data.renderer.DataValueRendererFamily
Get a "unique" description for all renderer that are available in this family.
getRendererDescriptions() - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Get a "unique" description for all renderer that are available in this family.
getRendererDescriptions() - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Get a "unique" description for all renderer that are available in this family.
getRendererFactories() - Method in class org.knime.core.data.DataType
Returns the list of registered renderer factories, using an extension point driven mechanism to collect all instances registered with the implemented data value interfaces.
getRendererFamily(DataColumnSpec) - Method in class org.knime.base.data.bitvector.BitVectorValue.BitVectorUtilityFactory
Deprecated.
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.DataValue.UtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.ExtensibleUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataValue.FileStoreKeyUtilityFactory
Returns a family of all renderers this type natively supports.
getRendererFamily(DataColumnSpec) - Method in class org.knime.core.node.tableview.TableContentView
Method being invoked when the table is (re-)constructed to get the available renderer for a column.
getReplaceColumn() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getReplaceColumn() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getReplaceColumn() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getReplacedColumn() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
 
getReplaceDouble(SettingsModelString) - Static method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeDialog
 
getReplaceExisting() - Method in class org.knime.core.node.util.dialog.field.OutColumnField
 
getReplaceExisting() - Method in class org.knime.core.node.util.dialog.field.OutFlowVariableField
 
getReplaceExisting() - Method in interface org.knime.core.node.util.dialog.field.OutputField
 
getReplaceExisting(int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
True when the given row represents a output that replaces an existing input.
getReplaceInteger(SettingsModelString) - Static method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeDialog
 
getReplacement(DataRow, int[]) - Method in class org.knime.base.data.replace.ReplacedCellFactory
Returns an array of length 1 containing the replacement of the data cell at the position given in the first element of the columns array.
getReplacement(DataRow, int) - Method in class org.knime.base.data.replace.ReplacedCellFactory
Computes the data cell that should replace the column-th column in the given row.
getReplacement(DataRow, int[]) - Method in interface org.knime.base.data.replace.ReplacedCellsFactory
Computes the data cells that should replace the column-th column in the given row.
getReplaceString(SettingsModelString) - Static method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeDialog
 
getReplaceString() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
getRequestMethod() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getRequestProperties() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getRequestProperty(String) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getResource() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells resource value.
getResource() - Method in class org.knime.core.node.dialog.ExternalNodeData
Returns the URL to a larger resource.
getResource() - Method in class org.knime.core.node.web.WebResourceLocator
 
getResourceLocators() - Method in enum org.knime.core.node.web.WebDependency
 
getResponseCode() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getResponseMessage() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getResponseTable() - Method in class org.knime.base.node.viz.liftchart.LiftCalculator
 
getResult() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getResult(String) - Method in class org.knime.base.data.statistics.calculation.ApacheMathStatistic
 
getResult(int) - Method in class org.knime.base.data.statistics.CellMean
 
getResultColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
 
getResultColumnNameModel() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
 
getResultColumnsSpec() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Deprecated.
 
getResultColumnsSpec() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
Deprecated.
 
getResultColumnsSpec() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesCellFactory
 
getResultInternal() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getResultInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.booleancell.FalseCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.booleancell.TrueCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.AndElementCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.ElementCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.OrElementCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.XORElementCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.date.DateMeanOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.date.DayRangeOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.date.MedianDateOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.deprecated.AndElementCountOperator
Deprecated.
getResultInternal() - Method in class org.knime.base.data.aggregation.deprecated.AndElementOperator
Deprecated.
getResultInternal() - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated.
getResultInternal() - Method in class org.knime.base.data.aggregation.deprecated.SumOperator
Deprecated.
getResultInternal() - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated.
getResultInternal() - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated.
getResultInternal() - Method in class org.knime.base.data.aggregation.general.ConcatenateOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.CountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.FirstOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.LastOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.ListCellOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.MaxOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.MinOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.MissingValueCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.ModeOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.PercentOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.SetCellOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.SortedListCellOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.general.UniqueCountOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.GeometricStdDeviationOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.KurtosisOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.MeanAbsoluteDeviationOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.MedianAbsoluteDeviationOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.MedianOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.ProductOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.SkewnessOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.StdDeviationOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.StorelessUnivariantStatisticOperator
 
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.SumOperator
getResultInternal() - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
getResultSpec() - Method in class org.knime.base.data.statistics.CovarianceMatrixCalculator
 
getResultSpec(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
 
getResultTable(ExecutionContext, PortObject[], DBReader) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
 
getRetrieveMetadataInConfigure() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Returns whether the metadata for the current query should be retrieved during configure.
getReturnCodesHelp() - Method in class org.knime.core.node.workflow.BatchExecutor
Returns a short description of the defined exit codes.
getReversePath() - Method in class org.knime.core.data.xml.util.XmlDomComparer.Diff
 
getRevision() - Method in class org.knime.core.util.Version
 
getRight() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the cells (Nodes) right child Cell.
getRight() - Method in class org.knime.base.util.kdtree.NonterminalNode
Returns the right child node.
getRight() - Method in class org.knime.core.util.tokenizer.Quote
 
getRightBound() - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
 
getRightBound() - Method in class org.knime.core.data.def.IntervalCell
getRightBound() - Method in interface org.knime.core.data.IntervalValue
 
getRightChild() - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
 
getRightChildIndices() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
 
getRightColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
getRightGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getRightIncludeAll() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns true when all columns of the right table should be added to the joining table.
getRightIncludeCols() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the columns of the right table that should be included to the joining table.
getRightIncluded(DataTableSpec) - Method in class org.knime.base.node.preproc.joiner.Joiner
 
getRightIndex(DataRow) - Static method in class org.knime.base.node.preproc.joiner.OutputRow
 
getRightJoinColumns() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns the columns of the right table used in the join predicate.
getRightJoinOnColumns() - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
getRightKey(DataRow) - Static method in class org.knime.base.node.preproc.joiner.OutputRow
 
getRightMargin() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLInterval
 
getRightOuter() - Method in class org.knime.base.node.preproc.joiner.JoinContainer
 
getRightRow() - Method in class org.knime.core.data.def.JoinedRow
 
getRightRowKeyMap() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer
 
getRightRowKeyMap() - Method in class org.knime.base.node.preproc.joiner.Joiner
 
getRightSelectedItems() - Method in class org.knime.core.node.util.ColumnPairsSelectionPanel
Returns an array with elements of type DataColumnSpec or String.
getRightTable() - Method in class org.knime.base.data.join.JoinedTable
Deprecated.
Get reference to underlying right table.
getRightValue() - Method in class org.knime.base.node.preproc.binner.NumericBin
Deprecated.
 
getRightValue(boolean) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
getRightValue() - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
 
getRmsd() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
 
getRocCurve() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Deprecated.
getRole() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
 
getRole() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
 
getRoot() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
The root node.
getRoot() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
getRoot() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
getRoot() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
getRoot() - Method in class org.knime.core.node.config.ConfigEditTreeModel
getRootNode() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
 
getRootNode() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
 
getRootNode() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Get the root.
getRoundingMode() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getRoundingMode() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getRoundingModelStringModel() - Static method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
Creates and returns the settings model, storing the rounding mode.
getRow(int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
getRow(int) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
 
getRow(int) - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
 
getRow() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
 
getRow(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
Returns the row from the container with index idx.
getRow(int) - Method in interface org.knime.base.node.util.DataArray
Returns the row from the container with index idx.
getRow(int) - Method in class org.knime.base.node.util.DefaultDataArray
Returns the row from the container with index idx.
getRow(int) - Method in class org.knime.core.node.tableview.TableContentModel
Gets a row with a specified index.
getRowColor(DataRow) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
getRowColor(DataRow) - Method in class org.knime.core.data.DataTableSpec
Returns the color that an object should have when displaying information concerning this row (for instance in a scatterplot).
getRowColors() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getRowColors() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getRowColors() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
 
getRowContainer() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Get the row container for the rows to paint in the view.
getRowContainer() - Method in interface org.knime.base.node.mine.regression.linear.view.LinRegDataProvider
Deprecated.
Get the row container for the rows to paint in the view.
getRowContainer() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
getRowContainer() - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
Returns the DataArray with the training data.
getRowCount() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
getRowCount() - Method in class org.knime.base.data.sort.SortedTable
Deprecated.
use SortedTable.size() instead which supports more than Integer.MAX_VALUE rows
getRowCount() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
 
getRowCount() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
 
getRowCount() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Returns the number of rows in the table
getRowCount() - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
getRowCount() - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
getRowCount() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
getRowCount() - Method in class org.knime.base.node.mine.regression.RegressionTrainingData
 
getRowCount() - Method in class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
Column and row count are equal as this is a square matrix.
getRowCount() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
getRowCount() - Method in class org.knime.base.node.preproc.joiner.JoinContainer
 
getRowCount() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getRowCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getRowCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
getRowCount() - Method in class org.knime.base.util.HalfDoubleMatrix
Returns the number of rows the half matrix has.
getRowCount() - Method in class org.knime.base.util.HalfFloatMatrix
Returns the number of rows the half matrix has.
getRowCount() - Method in class org.knime.base.util.HalfIntMatrix
Returns the number of rows the half matrix has.
getRowCount() - Method in class org.knime.core.data.container.ConcatenateTable
Deprecated.
use ConcatenateTable.size() instead which supports more than Integer.MAX_VALUE rows
getRowCount() - Method in class org.knime.core.data.container.ContainerTable
Deprecated.
use ContainerTable.size() instead which supports more than Integer.MAX_VALUE rows
getRowCount() - Method in class org.knime.core.data.container.JoinedTable
Deprecated.
use JoinedTable.size() instead which supports more than Integer.MAX_VALUE rows
getRowCount() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Deprecated.
use RearrangeColumnsTable.size() instead which supports more than Integer.MAX_VALUE rows
getRowCount() - Method in class org.knime.core.data.container.TableSpecReplacerTable
Deprecated.
use TableSpecReplacerTable.size() instead which supports more than Integer.MAX_VALUE rows
getRowCount() - Method in class org.knime.core.data.container.VoidTable
Deprecated.
getRowCount() - Method in class org.knime.core.data.container.WrappedTable
Deprecated.
use WrappedTable.size() instead which supports more than Integer.MAX_VALUE rows
getRowCount() - Method in class org.knime.core.data.def.DefaultTable
Deprecated.
Get the number of rows in this table.
getRowCount() - Method in class org.knime.core.node.BufferedDataTable
Deprecated.
use BufferedDataTable.size() instead which supports more than Integer.MAX_VALUE rows
getRowCount() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Deprecated.
use BufferedDataTable.KnowsRowCountTable.size() instead which supports more than Integer.MAX_VALUE rows
getRowCount() - Method in class org.knime.core.node.streamable.DataTableRowInput
Returns the row count if the table passed during construction was a BufferedDataTable.
getRowCount() - Method in interface org.knime.core.node.tableview.TableContentInterface
Get the number of rows that are in the table.
getRowCount() - Method in class org.knime.core.node.tableview.TableContentModel
Get the number of rows in this model.
getRowCount() - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Returns row count as in TableContentModel.
getRowDelimiter() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getRowDelimiter() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns row delimiter string.
getRowElements(String) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Returns the list of RowElements retrieved from the map using the specified key
getRowHeaderPrefix() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getRowHeight() - Method in class org.knime.base.node.viz.table.TableNodeView
Get row height from table.
getRowHeight() - Method in class org.knime.core.node.tableview.TableView
Get row height from table.
getRowID() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getRowIdPrefix() - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
 
getRowIdPrefix() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
getRowIdPrefix() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getRowIdSeparator() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
getRowIdsStartWithZero() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Returns whether row IDs returned by a database reader should start with zero (correct behavior) or with (backward compatibility with pre 2.10).
getRowIdStartValue() - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
 
getRowIdStartValue() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
getRowIdStartValue() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getRowIdSuffix() - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
 
getRowIdSuffix() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
getRowIdSuffix() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getRowIndex() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the index of the row stored inside this leaf node.
getRowIndex() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getRowIndices() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
see getValues();
getRowIndices() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
see getValues();
getRowIndices() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getRowKey() - Method in class org.knime.base.node.preproc.setoperator.RowKeyCellMap
 
getRowKey() - Method in class org.knime.base.node.viz.plotter.box.Outlier
 
getRowKey() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
getRowKey(String) - Method in class org.knime.core.node.config.Config
Return RowKey for key.
getRowKey(String, RowKey) - Method in class org.knime.core.node.config.Config
Return a RowKey which can be null, or the default value if the key is not available.
getRowKey(String) - Method in interface org.knime.core.node.config.ConfigRO
Return RowKey for key.
getRowKey(String, RowKey) - Method in interface org.knime.core.node.config.ConfigRO
Return a RowKey which can be null, or the default value if the key is not available.
getRowKey(int) - Method in interface org.knime.core.node.tableview.TableContentInterface
Get the row key for a given row index.
getRowKey(int) - Method in class org.knime.core.node.tableview.TableContentModel
Get the row key for a given row index.
getRowKeyArray(String) - Method in class org.knime.core.node.config.Config
Return RowKey array for the given key.
getRowKeyArray(String, RowKey...) - Method in class org.knime.core.node.config.Config
Return a RowKey array which can be null, or the default value if the key is not available.
getRowKeyArray(String) - Method in interface org.knime.core.node.config.ConfigRO
Return RowKey array for the given key.
getRowKeyArray(String, RowKey...) - Method in interface org.knime.core.node.config.ConfigRO
Return a RowKey array which can be null, or the default value if the key is not available.
getRowKeyIdentifier() - Method in class org.knime.core.node.util.ColumnPairsSelectionPanel
 
getRowKeys() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Please make sure to call init() first in order to guarantee that the DataTable is converted.
getRowKeys() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
getRowKeysAsString() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns the RowKeys as a string separated with ",".
getRowKeySeparator() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Return Separator of the RowKeys in the joined table.
getRowModel() - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable
Returns the model of this table.
getRowOrderMethod() - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
getRowPercentName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getRowPrefix() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns the prefix for row keys.
getRowPrefix() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
getRows() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
getRows() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
 
getRows() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
getRowShape(DataRow) - Method in class org.knime.core.data.DataTableSpec
Return the shape that an object should have when displaying information concerning this row (for instance in a scatterplot).
getRowsInList() - Method in class org.knime.core.data.def.DefaultTable
Deprecated.
Get a reference to underlying data container.
getRowSize(DataRow) - Method in class org.knime.core.data.DataTableSpec
Deprecated.
use row size factor instead
getRowSizeFactor(DataRow) - Method in class org.knime.core.data.DataTableSpec
Return the size (as a scaling factor) that an object should have when displaying information concerning this row (for instance in a scatterplot).
getRowsModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getRowTotal() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel.CrosstabTotals
Get the row count totals.
getRowVarColumn() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
getRSquare() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
 
getRSquared() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the coefficient of multiple determination, usually denoted r-square.
getRules() - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
 
getRunButton() - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Returns the button for the RUN event.
getRunningThreads() - Method in class org.knime.core.util.ThreadPool
Returns the number of currently running threads in this pool and its sub pools.
getRuntimeWarnings() - Method in class org.knime.base.node.preproc.joiner.Joiner
Get warnings which occurred when processing the method computeJoinTable.
getSampleQuantiles() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getSampleQuantiles() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getSampleQuantiles() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
getSamplingMethod() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
getSamplingRowFilter(BufferedDataTable, ExecutionMonitor) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Method to be used in the execute method to determine the row filter for the sampling.
getSamplingStatement(String, long, boolean) - Method in class org.knime.core.node.port.database.StatementManipulator
Returns a SQL statement for sampling.
getSandboxNode(Class<T>) - Method in class org.knime.core.node.exec.SandboxedNodeCreator.SandboxedNode
 
getSaveVersion() - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
getScale4Command(String) - Static method in enum org.knime.base.node.viz.aggregation.ValueScale
Returns the scale for the given action command.
getScaleFactor() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
getScaleFactor() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Set the scale factor.
getScaleFactor() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Set the scale factor.
getScales() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
 
getScaling() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
getScatterPlotFirstRow() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
 
getScatterPlotRowCount() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
 
getSchema() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Returns the schema
getSchema() - Method in interface org.knime.core.node.port.database.tablecreator.DBTableCreator
 
getSchema() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
getSchemaSettingsModel() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
 
getSchemes() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Returns DiscretizationSchemes of the columns that are included in the DiscretizationModel.
getScope() - Method in class org.knime.core.node.workflow.FlowVariable
 
getScorerCount() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns the scorer count.
getScorerViewData() - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
 
getScorerViewData() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeView
Returns the ScorerViewData from the AccuracyScorerNodeModel
getScoreTable() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getScoreTableSpec() - Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
 
getScreenYCoordinate(double) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getScrollableBlockIncrement(Rectangle, int, int) - Method in class org.knime.core.node.util.ImageViewPanel
getScrollableTracksViewportHeight() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getScrollableTracksViewportHeight() - Method in class org.knime.core.node.util.ImageViewPanel
getScrollableTracksViewportWidth() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getScrollableTracksViewportWidth() - Method in class org.knime.core.node.util.ImageViewPanel
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getScrollableUnitIncrement(Rectangle, int, int) - Method in class org.knime.core.node.util.ImageViewPanel
getSearchColumn() - Method in class org.knime.core.node.tableview.FindPosition
 
getSearchHitIndices() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel.SearchEvent
 
getSearchHits() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel.SearchEvent
 
getSearchOptions() - Method in class org.knime.core.node.tableview.FindPosition
 
getSearchRow() - Method in class org.knime.core.node.tableview.FindPosition
 
getSearchString() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
getSearchString() - Method in class org.knime.core.node.tableview.SearchString
 
getSearchString() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel.SearchEvent
 
getSecond() - Method in class org.knime.core.data.date.DateAndTimeCell
getSecond() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getSecond() - Method in class org.knime.core.util.Pair
Returns the second object.
getSecondaryColumn() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
getSecondColumnModel() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
 
getSecondCompareColumn() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Deprecated.
getSecondCompareColumn() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns the name of the second column to compare.
getSecondCompID() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Returns the identifier to address the second column name to compare.
getSecondSubnode() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns the second sub-node of this node.
getSecondSubnode() - Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
Returns the second sub-node of this node.
getSections() - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieVizModel
getSections() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
getSections() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getSections2Draw() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
Returns the sections to draw depending on the showMissing and emptySection flags.
getSeed() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
getSeed() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
getSeed() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
 
getSeedModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getSegmentContent(SegmentDocument.Segment) - Static method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Returns the content of a segment as a model wrapper.
getSelected() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Get the selected node.
getSelected() - Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
 
getSelected() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Returns the name of the currently selected item.
getSelectedAggrColumn() - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
 
getSelectedAggrColumns() - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
 
getSelectedAggregationMethod(JTable, R, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
 
getSelectedAggregationMethod(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationMethodTableCellEditor
 
getSelectedAggregationMethod(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellEditor
Deprecated.
getSelectedAggregationMethod(JTable, ColumnAggregator, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.column.ColumnAggregatorTableCellEditor
getSelectedAggregationMethod(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregatorTableCellEditor
Deprecated.
getSelectedAggregationMethod(JTable, PatternAggregator, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregatorTableCellEditor
getSelectedAggregationMethod(JTable, DataTypeAggregator, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregatorTableCellEditor
getSelectedAggregationMethod(JTable, DBColumnAggregationFunctionRow, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRowTableCellEditor
getSelectedAggregationMethod(JTable, DBPatternAggregationFunctionRow, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRowTableCellEditor
getSelectedAggregationMethod(JTable, DBDataTypeAggregationFunctionRow, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRowTableCellEditor
getSelectedAggrMethod() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
getSelectedAsSpec() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Returns the DataColumnSpec of the currently selected item.
getSelectedBars() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getSelectedBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getSelectedColumn() - Method in class org.knime.base.node.io.database.DBSortItem
The column that is selected in the JComboBox.
getSelectedColumn() - Method in class org.knime.base.node.preproc.sorter.SortItem
The column that is selected in the JComboBox.
getSelectedColumn() - Method in class org.knime.core.node.util.ColumnSelectionComboxBox
Gets the selected column.
getSelectedColumn() - Method in class org.knime.core.node.util.ColumnSelectionPanel
Gets the selected column.
getSelectedColumn() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
getSelectedColumnAsSpec() - Method in class org.knime.core.node.util.ColumnSelectionPanel
Gets the selected column as DataColumnSpec.
getSelectedColumnIndex() - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
 
getSelectedColumnName() - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
 
getSelectedColumns() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
Returns an (unmodifieable) set of the select column names.
getSelectedColumns() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
getSelectedColumns() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
 
getSelectedColumns() - Method in class org.knime.core.node.util.ColumnSelectionList
Returns a collection with the names of all currently selected columns.
getSelectedColumns() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
getSelectedDate() - Method in class org.knime.core.node.util.DateInputDialog
This method returns the selected Date.
getSelectedDots() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
 
getSelectedElement(Point) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getSelectedElement(Point) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getSelectedElements() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
getSelectedElements() - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
getSelectedFactory() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
 
getSelectedFactory() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerFactorySelectionPanel
 
getSelectedFields() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
sets the status code for the selected fields of the DateInputDialog.
getSelectedFile() - Method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
Get currently selected file.
getSelectedFile() - Method in class org.knime.core.node.util.FilesHistoryPanel
Get currently selected file.
getSelectedIndex() - Method in class org.knime.core.node.util.ColumnSelectionPanel
 
getSelectedItem() - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
 
getSelectedItem(String) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
 
getSelectedKeys() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getSelectedKeys() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
getSelectedKeys() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
getSelectedKeys() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getSelectedMethod() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionComboBox
 
getSelectedMethod() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodComboBox
Deprecated.
 
getSelectedPieColumn() - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
 
getSelectedProps() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
 
getSelectedProps() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
 
getSelectedRows() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Returns the indices of all selected rows.
getSelectedSections() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getSelectedSet(Point[]) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Determines the row keys (as DataCells) which belong to the given cell of the confusion matrix.
getSelectedString() - Method in class org.knime.core.node.util.StringHistoryPanel
Get currently selected entry.
getSelectedSubElement(Point) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Returns the sub element of this element that contains the given point or null if none contains the point.
getSelectedURLs() - Method in class org.knime.core.node.util.MultipleURLList
Returns a list with all selected URLs.
getSelectedValue() - Method in class org.knime.core.node.util.CheckedRadioButtonPanel
 
getSelectedValue() - Method in class org.knime.core.node.util.RadionButtonPanel
 
getSelectedXColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
Deprecated.
getSelectedXColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLineScatterPlotter
getSelectedXColumn() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
 
getSelectedXColumn() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
getSelectedXColumnIndex() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
Returns the selected column index or 0 by default, that is if no DataTableSpec is set and no column was selected before.
getSelectedXColumnName() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
getSelectedXColumnSpec() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeDialogPane
 
getSelectedYColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
Deprecated.
getSelectedYColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLineScatterPlotter
getSelectedYColumn() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
 
getSelectedYColumn() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
getSelectedYColumnIndex() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
Returns the selected column index or 0 by default, that is if no DataTableSpec is set and no column was selected before.
getSelection() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
 
getSelectionAsString() - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
 
getSelectionRectangle() - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
For normal behavior, this method should is by the AbstractPlotter only.
getSelections() - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
 
getSeparator() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
 
getSeparator() - Method in class org.knime.core.util.node.quickform.in.StringListPasteboxInputQuickFormInElement
 
getSeparatorModel() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
 
getSeparatorReplacement() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
getSerializer() - Method in class org.knime.core.data.container.CellClassInfo
 
getSerializer(Class<? extends DataCell>) - Method in class org.knime.core.data.DataTypeRegistry
Returns a serializer for the given cell class.
getSerializer(Class<T>, Class<V>, String, boolean) - Static method in class org.knime.core.internal.SerializerMethodLoader
Deprecated.
Invokes a static method named methodName on class encapsulatingClass, which is supposed to have no arguments and whose return type is V<T>.
getServerAuthToken() - Method in class org.knime.core.node.workflow.WorkflowContext
Returns the JWT that should be used when talking to the server specified by WorkflowContext.getRemoteRepositoryAddress() .
getSet() - Method in class org.knime.base.node.preproc.matcher.SetMissmatches
 
getSet() - Method in class org.knime.core.data.collection.SetCell
 
getSetLength() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the number of items in the represented frequent itemset.
getSetOperator() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
 
getSettings() - Method in class org.knime.base.node.io.csvwriter.CSVWriter
 
getSettings() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
Return the component's underlying NumericScorerSettings.
getSettings() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner
 
getSettings() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
Get the settings currently entered in the dialog.
getSettings() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Panel
Deprecated.
Get the settings currently entered in the dialog.
getSettings() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerFactorySelectionPanel
Creates and returns a new settings object for the settings made by the user.
getSettings() - Method in class org.knime.base.node.preproc.pmml.missingval.MVColumnSettings
 
getSettings() - Method in class org.knime.base.node.preproc.pmml.missingval.MVIndividualSettings
Returns the node settings used to store user settings for the selected factory.
getSettings() - Method in class org.knime.base.node.preproc.rename.RenameColumnPanel
 
getSettings() - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Returns the settings of this object.
getSettings() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
 
getSettings() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Get the settings of the node.
getSettings() - Method in class org.knime.core.node.ExtensionTable.LoadContext
 
getSettings() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
 
getSettings() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
 
getSettings() - Method in class org.knime.core.util.tokenizer.Tokenizer
 
getSettingsButtonColIdx() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
getSettingsButtonColIdx() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
 
getSettingsButtonColIdx() - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
 
getSettingsForColumn(DataColumnSpec) - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
Returns the missing value handling settings for a column.
getSettingsForDataType(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
Returns the missing value handling settings for a data type.
getSettingsPanel() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
Returns the optional Component that allows the user to adjust all DBAggregationFunction specific settings.
getSettingsPanel() - Method in class org.knime.base.data.aggregation.AggregationOperator
Override this method if the operator requires additional settings.
getSettingsPanel() - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
Override this method if the operator requires additional settings.
getSettingsPanel() - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
Override this method if the operator requires additional settings.
getSettingsPanel() - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
Override this method if the operator requires additional settings.
getSettingsPanel() - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
Override this method if the operator requires additional settings.
getSettingsPanel() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
Override this method if the operator requires additional settings.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
Creates and returns the panel where the user can make changes to settings of the missing value handler.
getSettingsPanel() - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
Returns the optional Component that allows the user to adjust all DBAggregationFunction specific settings.
getSettingsPanel() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
Returns the optional Component that allows the user to adjust all DBAggregationFunction specific settings.
getSettingsPanel() - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
Returns the optional Component that allows the user to adjust all DBAggregationFunction specific settings.
getSettingsPanel() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
Returns the optional Component that allows the user to adjust all DBAggregationFunction specific settings.
getSettingsPanel() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
Returns the optional Component that allows the user to adjust all DBAggregationFunction specific settings.
getSettingsPanel() - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
Returns the optional Component that allows the user to adjust all DBAggregationFunction specific settings.
getSettingsPanelComponent(NodeContainer.NodeContainerSettings.SplitType) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Creates a new instance of a panel that holds components to display the job manager's settings and to allow the user to enter new values.
getSettingsPanelComponent(NodeContainer.NodeContainerSettings.SplitType) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Creates a new instance of a panel that holds components to display the job manager's settings and to allow the user to enter new values.
getSetValidationErrorMethodName() - Method in class org.knime.core.node.web.DefaultWebTemplate
getSetValidationErrorMethodName() - Method in interface org.knime.core.node.web.WebTemplate
 
getShape() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getShape() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getShape() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
getShape() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
getShape() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
getShape() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getShape(String) - Static method in class org.knime.core.data.property.ShapeFactory
 
getShape(DataCell) - Method in class org.knime.core.data.property.ShapeHandler
Returns a Shape of the given DataCell.
getShape(DataCell) - Method in interface org.knime.core.data.property.ShapeHandler.ShapeModel
Returns a Shape object for a given DataCell.
getShape(DataCell) - Method in class org.knime.core.data.property.ShapeModelNominal
Returns a Shape for the given DataCell value, or ShapeFactory.DEFAULT if not set.
getShapeHandler() - Method in class org.knime.core.data.DataColumnSpec
Returns the ShapeHandler defined on this column, if available.
getShapes() - Static method in class org.knime.core.data.property.ShapeFactory
 
getShort(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return short for key.
getShort(String, short) - Method in class org.knime.core.node.config.base.ConfigBase
Return short value for key or the default if the key is not available.
getShort(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return short for key.
getShort(String, short) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return short value for key or the default if the key is not available.
getShort() - Method in class org.knime.core.node.config.base.ConfigShortEntry
 
getShort(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the short configuration parameter registered under the given ID.
getShortArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return a short array which can be null for key, or the default value if not available.
getShortArray(String, short...) - Method in class org.knime.core.node.config.base.ConfigBase
Return short array which can be null for key, or the default array if the key is not available.
getShortArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return a short array which can be null for key, or the default value if not available.
getShortArray(String, short...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return short array which can be null for key, or the default array if the key is not available.
getShortArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the short array configuration parameter registered under the given ID.
getShortCutLines() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
 
getShortDescription() - Method in interface org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescription
 
getShortDescription() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionV1
getShortStringFrom(Collection<?>, int) - Static method in class org.knime.core.node.util.ConvenienceMethods
Get string summary from argument collection for printing in warning messages, see ConvenienceMethods.getShortStringFrom(Iterator, int, int) for details.
getShortStringFrom(Iterator<?>, int, int) - Static method in class org.knime.core.node.util.ConvenienceMethods
Get string summary from argument iterator for printing in warning messages.
getShowAllAction() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
 
getShowAllAction() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
The ScatterPlotter adds the posssibility to show, fade or hide unhilited dots and this is the show all action.
getShowDotsBox() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotterProperties
 
getShowDotsBox() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
 
getShowDotsBox() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
 
getShowDotsBox() - Method in class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
 
getShowDotsBox() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
 
getShowGrid() - Method in class org.knime.core.node.workflow.EditorUIInformation
 
getShowHideCheckbox() - Method in class org.knime.base.node.mine.cluster.hierarchical.DistancePlotProperties
 
getShowHideMenu() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
 
getShowHideMenu() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
The ScatterPlotter adds the posssibility to show, fade or hide unhilited dots and this is the complete menu to hide, fade.
getShowMissingValsButton() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
 
getShowMissingValsButton() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
 
getShrink() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
Returns the lower bound for non-conflicting instances.
getShrink() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
 
getShrink() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
 
getShrinkValue(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Called if a new row has to be adjusted.
getShrinkValue(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Called if a new BasisFunctionLearnerRow has to be adjusted.
getShrinkValue(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Called if a new BasisFunctionLearnerRow has to be adjusted.
getSignBounds(Rectangle) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
Compute bounds of the collapse/expand sign.
getSignOffset() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getSignSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getSimulatedHiliteHandlerPortIndex(int) - Method in class org.knime.core.node.NodeModel
Returns the argument.
getSimulatedInPort() - Method in class org.knime.core.node.workflow.WorkflowOutPort
Return a NodeInPort for the WFM's output ports so that the Outport of a node within the WFM can connect to it as an "input".
getSingleNodeContainerSettings() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getSingleNodeGraphAnnotation(NodeID) - Method in class org.knime.core.node.workflow.Workflow
 
getSister() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
getSize(String) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
Returns the number of elements in the list retrieved using the given key
getSize() - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
Returns the number of elements in the list retrieved using the default key
getSize() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the current size.
getSize() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
 
getSize() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryRuleSet
 
getSize() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
getSize() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
getSize() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
getSize() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getSize(DataCell) - Method in class org.knime.core.data.property.SizeHandler
Deprecated.
getSize(DataCell) - Method in interface org.knime.core.data.property.SizeHandler.SizeModel
getSize(DataCell) - Method in class org.knime.core.data.property.SizeModelDouble
Deprecated.
getSizeFactor(DataCell) - Method in class org.knime.core.data.property.SizeHandler
Returns the size as a scaling factor (in [1, )).
getSizeFactor(DataCell) - Method in interface org.knime.core.data.property.SizeHandler.SizeModel
 
getSizeFactor(DataCell) - Method in class org.knime.core.data.property.SizeModelDouble
Computes the size based on the actual value of the provided cell, the interval, the scaling factor and the mapping method.
getSizeHandler() - Method in class org.knime.core.data.DataColumnSpec
Returns the SizeHandler defined on this column, if available.
getSkewness(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the skewness for the desired column.
getSkewness() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the skewness for all columns.
getSkipFirstLines() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
 
getSkipFirstLinesCount() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
getSkipMessage() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getSkippedAttributes() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getSkippedAttributes() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getSkippedAttributesString(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getSkippedAttributesString(int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getSkippedColumns() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
getSkippedGroupsByColName() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
Returns a Map with all skipped groups.
getSkippedGroupsMessage(int, int) - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
getSkipRowButton() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
 
getSkipRowButton() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
 
getSkipThisColumn() - Method in class org.knime.base.node.io.filereader.ColProperty
 
getSkipValueButton() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
 
getSkipValueButton() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
 
getSmallDisplayIcon() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
getSmallFormat() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinner.BinnerNumberFormat
 
getSmotedTable() - Method in class org.knime.base.node.mine.smote.Smoter
Get final output table, including original input table and smoted table.
getSmtpHost() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getSmtpHostStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getSmtpPassword() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getSmtpPort() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getSmtpPortStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getSmtpUser() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getSmtpUserStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getSnapToGrid() - Method in class org.knime.core.node.workflow.EditorUIInformation
 
getSnapToGrid() - Method in class org.knime.core.node.workflow.NodeUIInformation
If set, the coordinates set should be changed right after edit part activation.
getSNCSettings() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
getSNCSettings() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
getSNCSettings() - Method in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
 
getSortColumn() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
Deprecated.
 
getSortColumn() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.Curve
 
getSortColumnIndices() - Method in class org.knime.core.node.tableview.TableSortOrder
Get indices of sort columns in array, passed to sorter.
getSortColumnOrder() - Method in class org.knime.core.node.tableview.TableSortOrder
 
getSortedClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getSortedClassValues() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getSortedEigenVectors(double[][], double[], int) - Static method in class org.knime.base.node.mine.pca.EigenValue
Constructs a matrix consisting of the first number eigenvectors of m, where first refers to the corresponding eigenvalues sorted by absolute value.
Take care that the matrix is symmetric!
getSortedInput() - Method in class org.knime.base.node.viz.liftchart.LiftCalculator
 
getSortedInputTableModel() - Static method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeDialog
Creates and returns the settings model, storing the "sorted input table" flag.
getSortIncludesCategories() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
 
getSortIncludesCategories() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
 
getSorting(String) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
Returns an immutable list of the ordered DataCell of the given column or null if no sorting is configured for the given column.
getSortInMemory() - Method in class org.knime.core.data.sort.AbstractTableSorter
 
getSortKeyForColumn(int) - Method in class org.knime.core.node.tableview.TableSortOrder
For a given query column return the sort key.
getSortOrder() - Method in class org.knime.base.node.io.database.DBSorterNodeDialogPanel
Returns the sortOrder array.
getSortOrder() - Method in class org.knime.base.node.io.database.DBSortItem
The Sortorder of this SortItem.
getSortOrder() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel
Returns the sortOrder array.
getSortOrder() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
Returns the sortOrder array.
getSortOrder() - Method in class org.knime.base.node.preproc.sorter.SortItem
The Sortorder of this SortItem.
getSortTargetCategories() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
 
getSortTargetCategories() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
 
getSota() - Method in class org.knime.base.node.mine.sota.SotaPortObject
 
getSotaManager() - Method in class org.knime.base.node.mine.sota.SotaNodeModel
 
getSotaRoot() - Method in class org.knime.base.node.mine.sota.SotaPortObject
 
getSource() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getSource() - Method in class org.knime.core.node.workflow.ConnectionProgressEvent
getSource() - Method in class org.knime.core.node.workflow.ConnectionUIInformationEvent
getSource() - Method in class org.knime.core.node.workflow.NodeMessageEvent
getSource() - Method in class org.knime.core.node.workflow.NodeProgressEvent
getSource() - Method in class org.knime.core.node.workflow.NodePropertyChangedEvent
getSource() - Method in class org.knime.core.node.workflow.NodeStateEvent
getSource() - Method in class org.knime.core.node.workflow.NodeUIInformationEvent
getSourceActions(JComponent) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTargetTransferHander
 
getSourceActions(JComponent) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
getSourceActions(JComponent) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
 
getSourcePort() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getSourcePort() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
getSourceSuffix() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
getSourceType() - Method in class org.knime.core.data.convert.ConversionKey
Get the source type of the factory this key refers to.
getSourceType() - Method in class org.knime.core.data.convert.datacell.ArrayToCollectionConverterFactory
 
getSourceType() - Method in class org.knime.core.data.convert.datacell.FactoryMethodToDataCellConverterFactory
 
getSourceType() - Method in interface org.knime.core.data.convert.datacell.JavaToDataCellConverterFactory
Get the Class of the type which converters created by this factory are able to convert
getSourceType() - Method in class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
 
getSourceType() - Method in class org.knime.core.data.convert.java.CollectionConverterFactory
 
getSourceType() - Method in interface org.knime.core.data.convert.java.DataCellToJavaConverterFactory
Get the Class of the type (a subclass of DataValue, see type parameter <S>) which converters created by this factory are able to convert.
getSourceType() - Method in class org.knime.core.data.convert.java.MissingToNullConverterFactory
 
getSourceType() - Method in class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
 
getSourceTypeName() - Method in class org.knime.core.data.convert.util.SerializeUtil.FactoryPlaceholder
Get the name of the source type of the factory
getSourceURI() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
 
getSpec() - Method in class org.knime.base.data.normalize.NormalizerPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
 
getSpec() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Deprecated.
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.mine.bfn.BasisFunctionModelContent
 
getSpec() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
 
getSpec() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the spec of the output.
getSpec() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Returns the spec of the output.
getSpec() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the spec of the output.
getSpec() - Method in class org.knime.base.node.mine.sota.SotaPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
 
getSpec() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Get specification to this port object.
getSpec() - Method in class org.knime.base.node.preproc.joiner.OutputRow.Settings
The spec of an OutputRow.
getSpec() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel.CalculationResult
Deprecated.
 
getSpec() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel.CalculationResult
Deprecated.
 
getSpec() - Method in class org.knime.core.node.BufferedDataTable
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.database.DatabasePortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.image.ImagePortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
Get specification to this port object.
getSpec() - Method in interface org.knime.core.node.port.PortObject
Get specification to this port object.
getSpec() - Method in class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
Get specification to this port object.
getSpecClass() - Method in class org.knime.core.node.port.PortObjectSpec.PortObjectSpecSerializer
Returns the port object süec class that this serializer reads and writes.
getSpecClass(String) - Method in class org.knime.core.node.port.PortTypeRegistry
Returns the DataCell class for the given class name.
getSpecSerializer(Class<? extends PortObjectSpec>) - Method in class org.knime.core.node.port.PortTypeRegistry
Returns a serializer for the given port object spec class.
getSplit() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitFinder
Returns the split evaluated as the best for the given data.
getSplitAttr() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Return name of attribute this node splits on.
getSplitAttribute() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Returns the name of the field the predicate operates on, an empty String if it works on multiple attributes, or null if not applicable.
getSplitAttribute() - Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
Returns the name of the field the predicate operates on, an empty String if it works on multiple attributes, or null if not applicable.
getSplitAttribute() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Returns the name of the field the predicate operates on, an empty String if it works on multiple attributes, or null if not applicable.
getSplitAttribute() - Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
Returns the name of the field the predicate operates on, an empty String if it works on multiple attributes, or null if not applicable.
getSplitAttribute() - Method in class org.knime.base.util.kdtree.NonterminalNode
Returns the attribute index that is used for the split.
getSplitAttributeIndex() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitFinder
Returns the attribute list that determines the split.
getSplitAttributeName() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
Returns the name of this split's attribute.
getSplitPred() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Returns the split predicate array of this node.
getSplitType() - Method in class org.knime.core.node.workflow.NodeContainer
 
getSplitValue() - Method in class org.knime.base.util.kdtree.NonterminalNode
Returns the split value.
getSplitValues() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominal
Returns the possible values of this splits attribute.
getSplitValues() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
Returns the values array of this nodes split attribute.
getSpreadsheetModel() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
 
getSQLFragment(StatementManipulator, String) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRow
 
getSQLFragment(StatementManipulator, String, String) - Method in interface org.knime.core.node.port.database.aggregation.DBAggregationFunction
 
getSQLFragment(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
getSQLFragment(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
getSQLFragment(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
getSQLFragment(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
getSQLFragment(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
 
getSQLFragment(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in interface org.knime.core.node.port.database.aggregation.DBAggregationFunction
 
getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
 
getSQLFragment4SubQuery(StatementManipulator, String, String) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
getSqlType() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Returns the SQL data type
getSqlType() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Returns the SQL data type
getSqlTypeCellEditor(String, int) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Returns the SQLTypeCellEditor retrieved from the map using the specified key
getSqlTypes(String) - Static method in class org.knime.base.node.io.database.tablecreator.util.DBUtil
 
getSqlTypes() - Static method in class org.knime.base.node.io.database.tablecreator.util.DBUtil
 
getSqlTypesMap() - Static method in class org.knime.base.node.io.database.tablecreator.util.DBUtil
 
getSqlTypesMap(String) - Static method in class org.knime.base.node.io.database.tablecreator.util.DBUtil
 
getSquaredEuclideanDistance(DataRow, int[]) - Method in class org.knime.base.node.mine.cluster.assign.Prototype
Computes the distance between this prototype and a given DataRow.
getStacktrace() - Method in class org.knime.core.node.workflow.FlowTryCatchContext
 
getStandardDeviation(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Calculates the standard deviation for the desired column.
getStandardDeviation() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns the standard deviation for all columns.
getStandardDeviation(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Calculates the standard deviation for the desired column.
getStandardDeviation() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the standard deviation for all columns.
getStandardDeviation(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Calculates the standard deviation for the desired column.
getStandardDeviation() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the standard deviation for all columns.
getStandardDeviation(DataRow, boolean) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the standard deviation of the given row.
getStandardDeviation(SotaTreeCell) - Static method in class org.knime.base.node.mine.sota.distances.Distances
Returns the standard deviation of the given cell.
getStandardErrors(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the parameters mapped to the standard error for the given logit.
getStandardErrors(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Returns the parameters mapped to the standard error for the given logit.
getStandardErrors() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the parameters mapped to the standard error.
getStart() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
 
getStartIndex() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
getStartIndex() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
getStartIndex() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
 
getStartNodes() - Method in class org.knime.core.node.workflow.Workflow
Return list of nodes, which are either source nodes (no inputs) in this workflow or which are connected to a workflow input port.
getStartNodeStackAsString() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
 
getStartsWith() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
 
getStartX() - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Returns the objects start X coordinate.
getStartX() - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
Returns the objects start X coordinate.
getStartY() - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Returns the objects start Y coordinate.
getStartY() - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
Returns the objects start Y coordinate.
getState() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getState() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
getState() - Method in class org.knime.core.node.workflow.NodeContainer
Deprecated.
getState() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getState() - Method in class org.knime.core.node.workflow.NodeStateEvent
Deprecated.
Don't get the state from the event but receive it from the node itself
getStatementManipulator() - Method in class org.knime.core.node.port.database.DatabaseUtility
Returns a statement manipulator for the database.
getStatementManipulator() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistic() - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
Returns a Knime statistic to be evaluated before missing values are replaced.
getStatistics() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
getStatistics() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Get a wrapper for the statistics.
getStatistics() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
Get the statistics for the node.
getStatistics() - Method in interface org.knime.base.node.viz.plotter.box.BoxPlotDataProvider
 
getStatistics() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
getStatisticsSpecification() - Static method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
 
getStatisticsTable() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getStatsTable() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
 
getStatsTable() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
 
getStatTable() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
 
getStatus(DataTableSpec) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
getStatus() - Method in class org.knime.core.node.MiscSettingsTab
Get the memory policy for the currently selected radio button.
getStatusOfSettings() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Method to check consistency and completeness of the current settings.
getStatusOfSettings(boolean, DataTableSpec) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Method to check consistency and completeness of the current settings.
getStatusOfSettings(boolean, DataTableSpec) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Method to check consistency and completeness of the current settings.
getStatusOfSettings() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Method to check consistency and completeness of the current settings.
getStatusOfSettings(boolean) - Method in class org.knime.base.node.io.filereader.FileTable
Method to check consistency and completeness of the current settings.
getStatusOfSettings() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Method to check consistency and completeness of the current settings.
getStdDev() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
 
getStdErr() - Method in class org.knime.base.node.util.exttool.CommandExecution
 
getStdOutput() - Method in class org.knime.base.node.util.exttool.CommandExecution
 
getStore() - Method in class org.knime.core.node.workflow.CredentialsProvider
 
getStoreUUID() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
 
getStoreUUID() - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
 
getStoreUUID() - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
getStoreUUID() - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
getStoreUUID() - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
getStoreUUID() - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
getStoreUUID() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
 
getStrategy() - Method in class org.knime.base.util.SortingOptionPanel
 
getStreamableInPortIdx() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
 
getStreamableOutPortIdx() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
 
getString() - Method in class org.knime.core.data.RowKey
 
getString(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return String for key.
getString(String, String) - Method in class org.knime.core.node.config.base.ConfigBase
Return String object which can be null, or the default array if the key is not available.
getString(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return String for key.
getString(String, String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return String object which can be null, or the default value if the key is not available.
getString() - Method in class org.knime.core.node.config.base.ConfigStringEntry
 
getString(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the String configuration parameter registered under the given ID.
getStringArray(String) - Method in class org.knime.core.node.config.base.ConfigBase
Return String array which can be null for key.
getStringArray(String, String...) - Method in class org.knime.core.node.config.base.ConfigBase
Return String array which can be null for key, or the default array if the key is not available.
getStringArray(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return String array which can be null for key.
getStringArray(String, String...) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Return String array which can be null for key, or the default array if the key is not available.
getStringArray(String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Get value of the String array configuration parameter registered under the given ID.
getStringArrayValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
 
getStringDomainValue() - Method in class org.knime.base.util.coordinate.CoordinateMapping
 
getStringExtension(Map<String, String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
getStringForDateField(int) - Static method in class org.knime.core.data.date.DateAndTimeRenderUtil
 
getStringRepresentationFor(DateAndTimeValue) - Method in class org.knime.core.data.date.DateAndTimeValueRenderer
 
getStringSummary() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
getStringSummary() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
 
getStringSummary() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
getStringSummary() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
getStringSummary() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
getStringSummary() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
getStringValue() - Method in class org.knime.core.data.date.DateAndTimeCell
getStringValue() - Method in class org.knime.core.data.def.StringCell
getStringValue() - Method in interface org.knime.core.data.StringValue
 
getStringValue() - Method in class org.knime.core.data.xml.PMMLBlobCell
getStringValue() - Method in class org.knime.core.data.xml.PMMLCell
getStringValue() - Method in class org.knime.core.data.xml.PMMLCellContent
 
getStringValue() - Method in class org.knime.core.data.xml.XMLBlobCell
getStringValue() - Method in class org.knime.core.data.xml.XMLCell
getStringValue() - Method in class org.knime.core.data.xml.XMLCellContent
Returns the XML Document as a string.
getStringValue() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
 
getStringValue() - Method in class org.knime.core.node.dialog.ExternalNodeData
Returns node data as a plain string.
getStringValue() - Method in class org.knime.core.node.workflow.FlowVariable
 
getStringValues() - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.StringType
 
getStringValues() - Static method in enum org.knime.core.data.property.SizeModelDouble.Mapping
 
getStroke() - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
 
getStyleRanges() - Method in class org.knime.core.node.workflow.Annotation
 
getStyleRanges() - Method in class org.knime.core.node.workflow.AnnotationData
 
getSubject() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getSubjectStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getSubmittedCount() - Method in class org.knime.core.util.MultiThreadWorker
 
getSubNodeContainerFlowObjectStack() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
 
getSubNodeDescription() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
getSubNodeDescription() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
 
getSubnodeInputPortInfo(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Get information on input ports of the argument (sub) node.
getSubnodeOutputPortInfo(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Get information on output ports of the argument (sub) node.
getSuccessor() - Method in class org.knime.core.node.NodeTriple
Returns the successor.
getSuffixes() - Method in class org.knime.core.node.util.FilesHistoryPanel
 
getSuggestedNodIDSuffix(NodeID) - Method in class org.knime.core.node.workflow.WorkflowCopyContent
The overwritten NodeID suffix to the given node or null if not overwritten.
getSum(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns the sum for the desired column.
getSum() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns the sum values for all columns.
getSum(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the sum for the desired column.
getSum() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the sum values for all columns.
getSum(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the sum for the desired column.
getSum() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the sum values for all columns.
getSummary() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
 
getSummary() - Method in class org.knime.base.data.normalize.NormalizerPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
getSummary() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
getSummary() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Deprecated.
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.mine.sota.SotaPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
getSummary() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
getSummary() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberConfiguration
Get descriptive summary.
getSummary() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
Get descriptive summary.
getSummary() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberConfiguration
Get descriptive summary.
getSummary() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
Get descriptive summary.
getSummary() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Get a short summary of this PortObject.
getSummary() - Method in interface org.knime.core.data.image.ImageContent
 
getSummary() - Method in class org.knime.core.data.image.png.PNGImageContent
getSummary() - Method in class org.knime.core.node.BufferedDataTable
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.database.DatabasePortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.image.ImagePortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
getSummary() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
Get a short summary of this PortObject.
getSummary() - Method in interface org.knime.core.node.port.PortObject
Get a short summary of this PortObject.
getSummary() - Method in class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
Get a short summary of this PortObject.
getSumOfCounter() - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Returns the sum of that counter for a pruning heuristic.
getSumOfWeights() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Returns the sum of the weights of all rows.
getSupport() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
getSupport() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
The support of this item, which is the number of transaction it is present in.
getSupport() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
Returns the support of this set, which is equal to the number of transactions the items in this set appear together in.
getSupport() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
 
getSupport() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
 
getSupport() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the support of the represented frequent itemset.
getSupportedClasses() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
 
getSupportedNumberSortStrategies() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Returns the supported number sorting strategies.
getSupportedStringSortStrategies() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Returns the supported string sorting strategies.
getSupportedType() - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
getSupportedType() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
getSupportedType() - Method in class org.knime.base.data.aggregation.AggregationOperator
getSupportedType() - Method in class org.knime.base.data.aggregation.OperatorData
 
getSupportedTypeLabel() - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
getSupportedTypeLabel() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
getSupportedTypeLabel() - Method in class org.knime.base.data.aggregation.AggregationOperator
getSupportedTypes() - Static method in class org.knime.base.data.aggregation.AggregationMethods
Returns a set with all data types that are supported by at least one AggregationOperator.
getSupportedVersion() - Static method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getSupportedVersions() - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
Returns the supported PMML versions.
getSupportFrom(DefaultRow) - Static method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns the support of a former frequent itemset row.
getSupportShortLines() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getSupportVectors() - Method in class org.knime.base.node.mine.svm.Svm
 
getSurroundingRectangle() - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
 
getSurroundingRectangle() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getSurvivors() - Method in class org.knime.base.node.preproc.joiner.OutputRow.Settings
 
getSvm() - Method in class org.knime.base.node.mine.svm.util.BinarySvmRunnable
 
getSVMInfos() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
 
getSVMs() - Method in class org.knime.base.node.mine.svm.PMMLSVMTranslator
/**
getSymbol() - Method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
Returns the symbol for the operator.
getSystemPropertyDatabaseTimeout() - Static method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Returns the database timeout set via the (deprecated) system property.
getTab(String) - Method in class org.knime.core.node.NodeDialogPane
Returns the component of the tab with the specified title.
getTabIndex(String) - Method in class org.knime.core.node.NodeDialogPane
Returns the current index of the specified tab.
getTable() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
getTable() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
 
getTable() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration.Result
 
getTable() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
Returns the InMemoryTable.
getTable() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer
Return the table.
getTable() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
 
getTable() - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
The table with statistics which is appended to the output of the crosstab node (contains e.g.
getTable() - Method in class org.knime.core.data.container.DataContainer
Get reference to table.
getTable() - Method in class org.knime.core.node.BufferedDataContainer
Returns the content of this container in a BufferedDataTable.
getTable(int) - Method in class org.knime.core.node.ExtensionTable.LoadContext
Resolves a reference to another table by id.
getTable(ExecutionMonitor, CredentialsProvider, boolean, int) - Method in interface org.knime.core.node.port.database.reader.DBReader
Read data from database.
getTable(ExecutionMonitor, CredentialsProvider, boolean, int) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
Read data from database.
getTable() - Method in class org.knime.core.node.util.ConfigTablePanel
Access to underlying table.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationMethodTableCellEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.NamedAggregationMethodNameTableCellEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
Deprecated.
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternTableCellEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternTableCellEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.NameCellEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.RadioButtonCellEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable.DataTypeTableCellEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable.InputTableCellEditor
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionAndRowTableCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer
Deprecated.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellRenderer
Deprecated.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.BooleanCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.DataColumnSpecTableCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.IncludeMissingCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.NamedAggregationMethodNameTableCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
Deprecated.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.RadioButtonCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.node.io.tablecreator.table.CellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Render this object in a table using the current renderer.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.data.renderer.ImageValueRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.node.util.DataColumnSpecTableCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable.BooleanRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable.DefaultFieldTableCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.node.util.FlowVariableTableCellRenderer
getTableCollapsed() - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
 
getTableConstraintsFragment(DBKey[]) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
Creates key constraints statement to create a table in database
getTableContent() - Method in class org.knime.core.node.tableview.TableRowHeaderModel
 
getTableContentFilter() - Method in class org.knime.core.node.tableview.TableContentModel
 
getTableCreator(String, String, boolean) - Method in class org.knime.core.node.port.database.DatabaseUtility
Class that creates a new table.
getTableCreator(String, String, boolean) - Method in class org.knime.core.node.port.database.DB2Utility
Class that creates a new table.
getTableCreator(String, String, boolean) - Method in class org.knime.core.node.port.database.OracleUtility
Class that creates a new table.
getTableMissingValueRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
Returns the render component for a table if the respective value is a missing value.
getTableModel() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
getTableModel() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
 
getTableMouseAdapter() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
getTableName() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Returns the table name
getTableName() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getTableName() - Method in interface org.knime.core.node.port.database.tablecreator.DBTableCreator
 
getTableName() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
getTableName() - Method in class org.knime.core.node.tableview.TableContentModel
Get the name of the current data table (if any) or null.
getTableNameSettingsModel() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
 
getTableRepository() - Method in class org.knime.core.data.container.CopyOnAccessTask
Get table repository in workflow for blob (de)serialization.
getTableSortOrder() - Method in class org.knime.core.node.tableview.TableContentModel
 
getTableSpec(DataTableSpec, DataColumnSpec...) - Static method in class org.knime.base.data.append.column.AppendedColumnTable
Get table spec that is generated when the table is extended by the columns.
getTableSpec() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Returns the DataTableSpec instance
getTableSpec() - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
Deprecated.
 
getTableSpec(DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Returns the DataTableSpec from the data input port of the node model
getTableSpec(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeDialogPane
Get the DataTableSpec from the PortObjectSpecs.
getTableSpec(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeDialog
Get the DataTableSpec from the PortObjectSpecs.
getTableSpec() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
 
getTableSpec() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
getTableSpec() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
 
getTableSpec() - Method in class org.knime.core.data.container.Buffer
Get the table spec that was set in the constructor.
getTableSpec() - Method in class org.knime.core.data.container.DataContainer
Get the currently set DataTableSpec.
getTableSpec() - Method in class org.knime.core.node.ExtensionTable.LoadContext
 
getTableValues() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Getter for the table values.
getTableView() - Method in class org.knime.core.node.tableview.TableViewFrame
Get reference to underlying TableView.
getTableViewContentModel() - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
 
getTabName() - Method in class org.knime.core.node.MiscSettingsTab
 
getTabName() - Method in class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab
Returns a name of this tab.
getTailNode() - Method in class org.knime.core.node.workflow.FlowLoopContext
 
getTarget() - Method in class org.knime.base.node.mine.regression.RegressionTrainingRow
The value of the target for this row.
getTargetAlphas() - Method in class org.knime.base.node.mine.svm.Svm
Multiplies the alpha coefficients of the SVM with the target value (-1 or 1, depending if the input is a 'positive' example or not).
getTargetCategory() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
 
getTargetCategory() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
getTargetCategory() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell
 
getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
 
getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
 
getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
 
getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Returns all target columns of the model.
getTargetCols(TargetsDocument.Targets) - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Extracts target columns as strings from the model.
getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
 
getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
 
getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
 
getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
 
getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
 
getTargetCols() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
 
getTargetColumn() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
The target column which is the dependent variable.
getTargetColumn() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
The target column which is the dependent variable.
getTargetColumn() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
The target column which is the dependent variable.
getTargetColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
Returns the name of the target column that holds the dependent variable.
getTargetColumn() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
Returns the name of the target column that holds the dependent variable.
getTargetColumn() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
getTargetColumn() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
getTargetColumnName() - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
Get the name of the response column, i.e.
getTargetColumns() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
getTargetFieldName(int) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
Returns a name under which the output column or flow variable can be accessed or defined in the target script
getTargetFields() - Method in class org.knime.core.node.port.pmml.PMMLMiningSchemaTranslator
 
getTargetFields() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
getTargetReferenceCategory() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
 
getTargetReferenceCategory() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
 
getTargetReferenceCategory() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getTargetType() - Method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ConvertionType
 
getTargetValues() - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns the target values.
getTCol() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
getTempFragment(boolean) - Method in class org.knime.core.node.port.database.DB2TableCreator
getTempFragment(boolean) - Method in class org.knime.core.node.port.database.OracleTableCreator
 
getTempFragment(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
getTemplateInformation() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
getTemplateInformation() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
template information associated with the workflow, e.g.
getTemplateInformation() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
getTemplateInformation() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
template information associated with the workflow, e.g.
getTemplateInformation() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
template information associated with the workflow, e.g.
getTemplateInformation() - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
 
getTemplateInformation() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
template information associated with the workflow, e.g.
getTemplateInformation() - Method in class org.knime.core.node.workflow.SubNodeContainer
 
getTemplateInformation() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
 
getTemplateInformation() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getTemplateInformation() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
template information associated with the workflow, e.g.
getTempLocation() - Method in class org.knime.core.node.workflow.WorkflowContext
Returns the location of the temporary directory for this workflow or null if no specific temporary directory for the workflow exists.
getTempTableName() - Method in class org.knime.core.node.port.database.StatementManipulator
Returns a random name for a temporary table.
getTempTableSettingsModel() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
 
getTerminalCharacter() - Method in class org.knime.core.node.port.database.DB2TableCreator
getTerminalCharacter() - Method in class org.knime.core.node.port.database.OracleTableCreator
getTerminalCharacter() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
getTestedPatterns() - Method in class org.knime.base.util.kdtree.KDTree
Returns the number of tested patterns during the last call to KDTree.getKNearestNeighbours(double[], int).
getText() - Method in enum org.knime.base.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
getText() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
getText() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
getText() - Method in class org.knime.base.node.io.tablecreator.table.Cell
 
getText() - Method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.BinNaming
getText() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
getText() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
getText() - Method in enum org.knime.base.node.preproc.setoperator.SetOperation
getText() - Method in enum org.knime.base.node.switches.caseswitch.CaseEndNodeModel.MultipleActiveHandling
getText() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getText() - Method in enum org.knime.base.node.viz.aggregation.AggregationMethod
getText() - Method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
 
getText() - Method in enum org.knime.base.node.viz.aggregation.ValueScale
getText() - Method in enum org.knime.base.node.viz.histogram.HistogramLayout
 
getText() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
 
getText() - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
 
getText() - Method in enum org.knime.core.data.vector.bitvector.BitVectorType
getText() - Method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
getText() - Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
 
getText() - Method in class org.knime.core.node.util.ConvenientComboBoxRenderer
Does the clipping automatically, clips off characters from the middle of the string.
getText() - Method in class org.knime.core.node.util.DefaultStringIconOption
getText() - Method in interface org.knime.core.node.util.StringIconOption
 
getText() - Method in class org.knime.core.node.util.WatermarkTextField
getText() - Method in class org.knime.core.node.workflow.Annotation
 
getText() - Method in class org.knime.core.node.workflow.AnnotationData
 
getText() - Method in class org.knime.core.util.node.quickform.out.TextAreaOutputQuickFormOutElement
 
getTextFormat() - Method in class org.knime.core.util.node.quickform.out.TextAreaOutputQuickFormOutElement
 
getTforName(String) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
Get the a T for the given name.
getTforName(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Get the a T for the given name.
getTforName(String) - Method in class org.knime.core.node.util.filter.StringFilterPanel
Get the a T for the given name.
getTforName(String) - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
Get the a T for the given name.
getThetaMinus() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
Returns the upper bound for conflicting instances.
getThetaMinus() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
 
getThetaMinus() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
 
getThetaPlus() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
Returns the lower bound for non-conflicting instances.
getThetaPlus() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
 
getThetaPlus() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
 
getThicknessSpinner() - Method in class org.knime.base.node.mine.cluster.hierarchical.DistancePlotProperties
 
getThicknessSpinner() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotterProperties
 
getThicknessSpinner() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
 
getThicknessSpinner() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
 
getThicknessSpinner() - Method in class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
 
getThicknessSpinner() - Method in class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
 
getThousandsSeparator() - Method in class org.knime.base.node.io.filereader.DataCellFactory
Returns the character currently accepted as thousands separator.
getThousandsSeparator() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
getThreadName() - Method in class org.knime.core.util.GUIDeadlockDetector
Returns the event dispatch thread's name, e.g.
getThreshold() - Method in class org.knime.base.data.neural.Perceptron
Returns the threshold.
getThreshold() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
Returns the split threshold of this continuous split.
getThreshold() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
 
getThreshold() - Method in class org.knime.base.node.mine.svm.Svm
 
getTickOffset() - Method in class org.knime.base.node.viz.plotter.Axis
 
getTickPositions(double, double, double, double) - Method in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(int, int, int, int) - Method in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(double, boolean) - Method in class org.knime.base.util.coordinate.Coordinate
Deprecated.
getTickPositions(double) - Method in class org.knime.base.util.coordinate.Coordinate
Returns an array with the position of all ticks and their corresponding domain values given an absolute length.
getTickPositions(double, double, double, double) - Method in class org.knime.base.util.coordinate.PercentagePolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(int, int, int, int) - Method in class org.knime.base.util.coordinate.PercentagePolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(double, double, double, double) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(double, double, double, double, double, double) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(int, int, int, int, double, double) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositions(int, int, int, int) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Calculates the mappings of the ticks according to the policy.
getTickPositionsInternal(double) - Method in class org.knime.base.util.coordinate.DoubleCoordinate
Returns an array with the positions of all ticks and their corresponding domain values given an absolute length.
getTickPositionsInternal(double) - Method in class org.knime.base.util.coordinate.IntegerCoordinate
Returns an array with the positions of all ticks and their corresponding domain values given an absolute length.
getTickPositionsInternal(double) - Method in class org.knime.base.util.coordinate.NumericCoordinate
Returns an array with the positions of all ticks and their corresponding domain values given an absolute length.
getTickPositionsWithLabels(double) - Method in class org.knime.base.util.coordinate.Coordinate
Returns an array with the position of all ticks and their corresponding domain values given an absolute length.
getTickPositionsWithLabels(double) - Method in class org.knime.base.util.coordinate.NominalCoordinate
Returns an array with the position of all ticks and their corresponding nominal domain values given an absolute length.
getTickPositionsWithLabels(double) - Method in class org.knime.base.util.coordinate.NumericCoordinate
Returns an array with the positions of all ticks and their corresponding domain values given an absolute length.
getTIDs() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
Returns the list of tids as a integer list.
getTIDs() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.TIDFrequentItemSet
Returns the transaction ids.
getTimeInMillis() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
Returns the saved Date in milliseconds since 1970 in UTC time.
getTimestamp() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
 
getTimeStampString() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
The timestamp formatted as string or null if this is not a link.
getTimeZone() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
getTimezone() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Returns the manually set timezone that should be assumed for dates returned by the database.
getTimeZoneOffset(long) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
getTitle() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
 
getTN(int) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns the true negatives for the given class index.
getTo() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getToHiLiteHandlers() - Method in class org.knime.core.node.property.hilite.HiLiteManager
An unmodifiable set of target hilite handlers.
getToHiLiteHandlers() - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
An unmodifiable set of target hilite handlers.
getToolTip() - Method in enum org.knime.base.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
getToolTip() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
getToolTip() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
getToolTip() - Method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.BinNaming
getToolTip() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
getToolTip() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
getTooltip() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.StringType
 
getToolTip() - Method in enum org.knime.base.node.switches.caseswitch.CaseEndNodeModel.MultipleActiveHandling
getToolTip() - Method in enum org.knime.base.node.viz.aggregation.AggregationMethod
getToolTip() - Method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
getToolTip() - Method in enum org.knime.base.node.viz.aggregation.ValueScale
getToolTip() - Method in enum org.knime.base.node.viz.histogram.HistogramLayout
getToolTip(int) - Method in class org.knime.base.node.viz.plotter.box.Box
Returns the domain values as a string for all values near y.
getToolTip() - Method in enum org.knime.core.data.vector.bitvector.BitVectorType
getToolTip() - Method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
getToolTip() - Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
 
getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer
getToolTipText(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer
getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer
Deprecated.
getToolTipText(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer
Deprecated.
getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellRenderer
Deprecated.
getToolTipText(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodTableCellRenderer
Deprecated.
getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.BooleanCellRenderer
getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.IncludeMissingCellRenderer
getToolTipText() - Method in class org.knime.base.data.aggregation.dialogutil.NamedAggregationMethodNameTableCellRenderer
getToolTipText(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.NamedAggregationMethodNameTableCellRenderer
getToolTipText(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
getToolTipText(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Returns the string to be used as the tooltip for event.
getToolTipText(MouseEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
getToolTipText(MouseEvent) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane
No tool tips yet.
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.plotter.Axis
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
The original (not mapped) distance of the clustering between the two subnodes.
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
getToolTipText(MouseEvent) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
getTopGap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
getToSort() - Method in class org.knime.core.data.sort.SortingDescription
 
getToStringHistoryID() - Static method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
getTotal() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel.CrosstabTotals
Get the total count.
getTotalChange() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getTotalColCountName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getTotalCountName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getTotalNoOfRecs() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
 
getTotalNrOf0s() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
 
getTotalNrOf0s() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
getTotalNrOf1s() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
 
getTotalNrOf1s() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
 
getTotalRowCountName() - Method in class org.knime.base.node.viz.crosstable.CrosstabProperties
 
getTotals() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Get a wrapper for the row count totals, the column count totals and the total count.
getTP(int) - Method in class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Returns the true positives for the given class index.
getTrans() - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
 
getTransactionIDs() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
The transaction ids as a bitset, where the bit is set if the item is present in the corresponding transaction.
getTransferable() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecSourceTransferHandler
getTransferable() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
getTransferData(DataFlavor) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
getTransferDataFlavors() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
getTransformElement() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
getTransformElement() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
getTransientString(String) - Method in class org.knime.core.node.config.base.ConfigBase
Returns a transient string if present or null if no longer available (setting restored from disc).
getTransientString(String) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Returns a transient string if present or null if no longer available (setting restored from disc).
getTransientString() - Method in class org.knime.core.node.config.base.ConfigTransientStringEntry
Returns the transient string.
getTranslations() - Method in class org.knime.base.data.normalize.AffineTransConfiguration
 
getTreeCellClass() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class org.knime.core.node.config.ConfigEditTreeEditor
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeRenderer
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.knime.core.node.config.ConfigEditTreeRenderer
getTreeMap() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
The keys are retrieved from getNodeWidgetFactory().getChildren(...).
getTreeNode() - Method in class org.knime.core.node.port.pmml.XMLTreeCreator
 
getTRow() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
getTrueHiliteHandlerPortIndex(int) - Method in class org.knime.core.node.NodeModel
Returns the argument.
getTValues() - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the parameters mapped to the t-value.
getType() - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
 
getType() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Returns the SQL data type of the column
getType() - Method in class org.knime.base.node.io.tablecreator.table.Cell
 
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
getType() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
getType() - Method in class org.knime.base.node.mine.mds.distances.CosinusDistanceManager
getType() - Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
getType() - Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
getType() - Method in interface org.knime.base.node.mine.mds.distances.RowDistanceManager
 
getType() - Method in interface org.knime.base.node.mine.sota.logic.SotaCell
 
getType() - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
getType() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
getType() - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
getType() - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
 
getType(Kernel) - Static method in class org.knime.base.node.mine.svm.kernel.KernelFactory
Given a pointer to a kernel, get its type.
getType() - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
getType() - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
getType(String) - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
 
getType(String) - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.StringType
 
getType() - Method in enum org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel.ColType
 
getType() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
getType() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
 
getType() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
Returns the type of the node.
getType(String) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Returns the data type for the given cell retrieving it from the initial DataTableSpec.
getType() - Method in class org.knime.core.data.DataCell
Returns this cell's DataType.
getType() - Method in class org.knime.core.data.DataColumnSpec
Returns the column type which is a subclass of DataType.
getType(Class<? extends DataCell>) - Static method in class org.knime.core.data.DataType
Returns the runtime DataType for a DataCell implementation.
getType(Class<? extends DataCell>, DataType) - Static method in class org.knime.core.data.DataType
Implementation of DataType.getType(Class) dedicated for special cell classes that represent collections of DataCell.
getType(Class<? extends DataCell>, DataType, List<Class<? extends DataValue>>) - Static method in class org.knime.core.data.DataType
Implementation of DataType.getType(Class, DataType) with additional information adapter classes.
getType(String) - Static method in enum org.knime.core.data.vector.bitvector.BitVectorType
 
getType() - Method in class org.knime.core.data.xml.util.XmlDomComparer.Diff
 
getType() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
 
getType() - Method in class org.knime.core.node.DelegateNodeDescription
Returns the type of the node.
getType() - Method in class org.knime.core.node.FlowVariableModel
 
getType() - Method in class org.knime.core.node.missing.MissingNodeFactory
 
getType() - Method in class org.knime.core.node.Node
Returns the type for this node.
getType() - Method in class org.knime.core.node.Node.Input
 
getType() - Method in class org.knime.core.node.NodeDescription
Returns the type of the node.
getType() - Method in class org.knime.core.node.NodeDescription13Proxy
Returns the type of the node.
getType() - Method in class org.knime.core.node.NodeDescription210Proxy
Returns the type of the node.
getType() - Method in class org.knime.core.node.NodeDescription212Proxy
Returns the type of the node.
getType() - Method in class org.knime.core.node.NodeDescription27Proxy
Returns the type of the node.
getType() - Method in class org.knime.core.node.NodeDescription28Proxy
Returns the type of the node.
getType() - Method in class org.knime.core.node.NodeDescription31Proxy
Returns the type of the node.
getType() - Method in class org.knime.core.node.NodeFactory
Returns the type of the node.
getType() - Method in class org.knime.core.node.NoDescriptionProxy
Returns the type of the node.
getType(DataType) - Method in interface org.knime.core.node.port.database.aggregation.DBAggregationFunction
 
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction
getType(DataType) - Method in class org.knime.core.node.port.database.aggregation.SimpleDBAggregationFunction
getType() - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
Returns the SQL data type of the column
getType() - Method in class org.knime.core.node.port.MetaPortInfo
 
getType(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Returns the data type for the given cell retrieving it from the initial DataTableSpec.
getType() - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel.ConfigurationRequestEvent
 
getType() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
The type identifier of the actual filter implementation.
getType() - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
 
getType() - Method in class org.knime.core.node.web.WebResourceLocator
 
getType() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getType() - Method in class org.knime.core.node.workflow.FlowVariable
 
getType() - Method in class org.knime.core.node.workflow.NativeNodeContainer
getType() - Method in class org.knime.core.node.workflow.NodeContainer
 
getType() - Method in class org.knime.core.node.workflow.SubNodeContainer
getType() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
Returns the type of the node.
getType() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
Returns the type of the node.
getType() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
Returns the type of the node.
getType() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
Returns the type of the node.
getType() - Method in class org.knime.core.node.workflow.WorkflowEvent
 
getType() - Method in class org.knime.core.node.workflow.WorkflowManager
getType() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
getType() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
 
getType() - Method in class org.knime.core.util.node.quickform.in.AbstractQuickFormInElement
 
getType() - Method in class org.knime.core.util.node.quickform.in.CheckboxInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.DateStringInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.DoubleInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.DummyInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.IntInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.StringInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.StringListInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.StringListPasteboxInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.StringOptionInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.StringSelectionInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.TwinStringListInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
getType() - Method in class org.knime.core.util.node.quickform.out.AbstractQuickFormOutElement
Get enum type this object represents.
getType() - Method in class org.knime.core.util.node.quickform.out.FileDownloadQuickFormOutElement
Get enum type this object represents.
getType() - Method in class org.knime.core.util.node.quickform.out.ImageOutputQuickFormOutElement
Get enum type this object represents.
getType() - Method in class org.knime.core.util.node.quickform.out.TextAreaOutputQuickFormOutElement
Get enum type this object represents.
getType() - Method in class org.knime.core.util.node.quickform.out.VariableOutputQuickFormOutElement
Get enum type this object represents.
getTypeConfig() - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
getTypeConfig() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
 
getTypeForChar(byte) - Method in class org.knime.core.data.container.Buffer
Perform lookup for the DataCell class info given the argument byte.
getTypeOfColumn(int) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
Return the type of a column previously added.
getTypeRendererMap() - Method in class org.knime.core.node.tableview.TableContentView
Creates a new map containing DataType<->available renderer identifiers.
getUIInfo() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
getUIInfo() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
getUIInfo() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
getUIInfo() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
getUiInfo() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
getUIInformation() - Method in class org.knime.core.node.workflow.ConnectionUIInformationEvent
 
getUIInformation() - Method in class org.knime.core.node.workflow.NodeContainer
Returns the UI information.
getUIInformation() - Method in class org.knime.core.node.workflow.NodeUIInformationEvent
 
getUnderlyingPort() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
 
getUnderlyingPort() - Method in class org.knime.core.node.workflow.WorkflowInPort
 
getUnderlyingStream() - Method in class org.knime.core.data.util.NonClosableInputStream
Get reference to underlying stream.
getUnderlyingStream() - Method in class org.knime.core.data.util.NonClosableOutputStream
Get reference to underlying stream.
getUnderlyingTable() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Getter for the underlying table.
getUnderlyingTable() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
Deprecated.
Get reference to underlying table.
getUnderlyingTable() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
Get reference to underlying table.
getUndoPersistor() - Method in class org.knime.core.node.workflow.WorkflowPersistor.NodeContainerTemplateLinkUpdateResult
 
getUnfilteredModel() - Method in class org.knime.core.node.util.ColumnSelectionList
Returns the complete list of added DataColumnSpecs, which may differ from the ListModel returned by JList.getModel() if ColumnSelectionList.filterItems(int[]) has been called previously.
getUnfilteredModel() - Method in class org.knime.core.node.util.FilterableListModel
 
getUnfoldMethod() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
getUnfoldToLevel() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
getUnfoldWithCoverage() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
getUnhiliteAction() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
This action calls AbstractPlotter.unHiLiteSelected(), if it is overridden take care to not return null since it might be called also when the AbstractPlotter.getHiLiteMenu() returns null.
getUniqueCellFactoryMap() - Method in class org.knime.core.data.container.RearrangeColumnsTable.NewColumnsProducerMapping
A map that for each cell factory (often only 0 or 1) keeps a list of two-index pairs.
getUniqueColumnName(DataTableSpec, String) - Static method in class org.knime.core.data.DataTableSpec
Returns a column name, which is not contained in specified DataTableSpec.
getUniqueProducerFactories(Collection<ColumnRearranger.SpecAndFactoryObject>) - Static method in class org.knime.core.data.container.RearrangeColumnsTable
Counts for the argument collection the number of unique cell factories.
getUnknownKNIMEVersionLoadPolicy(String) - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
Callback if an unknown version string is encountered in the KNIME workflow.
getUnkownColumnsHandling() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
 
getUnusedDistBetweenTicks(double) - Method in class org.knime.base.util.coordinate.Coordinate
Returns the range according to the mapping in which no values can have values.
getUnusedDistBetweenTicks(double) - Method in class org.knime.base.util.coordinate.NominalCoordinate
Returns the range according to the mapping in which no values can have values.
getUnusedDistBetweenTicks(double) - Method in class org.knime.base.util.coordinate.NumericCoordinate
A numeric coordinate does not has a unused distance range.
getUpdatedSettings() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
 
getUpdateStatus() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
Transient field that is set by the update checker.
getUpperBound() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
 
getUpperBound() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
 
getUpperBound() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
 
getUpperBound() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getUpperBound() - Method in class org.knime.core.data.DataColumnDomain
Return the upper bound of the domain of this column, if available.
getUpperBound() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
 
getUpperBound() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
 
getUpperBound() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
 
getUpperBoundColumnPort1() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
getUpperQuartile() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getUpperQuartile() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
getUpperWhisker() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getUpperWhisker() - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
getUpstreamPortType(int) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
getUpstreamPortType(int) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
getUpstreamPortType(int) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
getUpstreamPortType(int) - Method in interface org.knime.core.node.workflow.FromFileNodeContainerPersistor
getUri() - Method in class org.knime.core.eclipseUtil.UpdateChecker.UpdateInfo
Returns the URI for the new update site.
getUrl(String) - Static method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Creates an URL from the "file"name entered in the dialog.
getURL() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
Convert url string into URL, fail if invalid or null/empty.
getUrl() - Method in class org.knime.core.node.NodeCreationContext
 
getURL() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getUrlColName() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Deprecated.
 
getUrlFile() - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
 
getURLForDriver(String) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
Returns a URL protocol for a given Driver extended by an default host, port, database name String.
getURLFromSettings(String) - Static method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Convert argument string to a URL.
getUrlString() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
getUsage() - Static method in class org.knime.core.data.util.memory.MemoryAlertSystem
Returns the current memory usage as a fraction between 0 and 1.
getUseAsDefault() - Method in class org.knime.core.node.workflow.ExecutionEnvironment
 
getUseCaches() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
getUsedColumns() - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
 
getUsedMemory() - Method in class org.knime.core.data.util.memory.MemoryAlert
Returns the currently used memory.
getUsedMemory() - Static method in class org.knime.core.data.util.memory.MemoryAlertSystem
Returns the currently used amount of memory in the old generation memory pool.
getUsedNominalSplitAttributeValues() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
getUsedNominalSplitAttributeValues() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
getUsedNominalSplitAttributeValues() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
getUsedNominalSplitAttributeValues() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
getUseDynamicSettingsModel() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
 
getUseMaxRowsModel() - Static method in class org.knime.base.node.mine.mds.MDSNodeDialog
 
getUseNamePrefixComponent() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
Get the name prefix dialog component.
getUseNamePrefixModel() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
get the name prefix settings model.
getUseNames() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
 
getUserDefinedDriver() - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
 
getUserid() - Method in class org.knime.core.node.workflow.WorkflowContext
Returns the ID of the user which executes this workflow.
getUsername() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
 
getUserName(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
getUserName() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
getUsername() - Static method in class org.knime.core.util.User
Returns the name of the current user.
getUserObject() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the user object of this NodeWidget.
getUserObject() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
getUserSettings() - Method in class org.knime.base.node.io.filereader.ColProperty
 
getUserTypeLabel(Class<? extends DataValue>) - Static method in class org.knime.base.data.aggregation.AggregationMethods
Creates a more user friendly string for the given type.
getUseSeed() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
getUseSeed() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
 
getUseVariable() - Method in class org.knime.core.node.config.ConfigEditTreeEvent
 
getUseVariableName() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
 
getUTCCalendar() - Static method in class org.knime.core.data.date.DateAndTimeCell
 
getUTCCalendarClone() - Method in class org.knime.core.data.date.DateAndTimeCell
getUTCCalendarClone() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getUTCTimeInMillis() - Method in class org.knime.core.data.date.DateAndTimeCell
getUTCTimeInMillis() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getUtility() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Returns a utility implementation for the current database.
getUtility(String) - Static method in class org.knime.core.node.port.database.DatabaseUtility
Returns a utility implementation for the given database type.
getUtility(String) - Method in class org.knime.core.node.port.database.DatabaseUtilityRegistry
 
getUtilityFor(Class<? extends DataValue>) - Static method in class org.knime.core.data.DataType
Determines the UtilityFactory for a given DataValue implementation.
getV() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
getValidateConnection() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Returns whether the connection should be validated by dialogs.
getValidateMethodName() - Method in class org.knime.core.node.web.DefaultWebTemplate
getValidateMethodName() - Method in interface org.knime.core.node.web.WebTemplate
 
getValidateQuery() - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Returns whether the query should be validated during configure.
getValidColumnName(String) - Method in class org.knime.core.node.port.database.StatementManipulator
Replaces all characters that are not supported by the database in identifiers with supported characters.
getValidExtensions() - Method in class org.knime.core.util.SimpleFileFilter
 
getValidFileName(String, int) - Static method in class org.knime.core.util.FileUtil
For some suggested name the returned string can be used to create a file.
getValue(String) - Method in class org.knime.base.data.aggregation.GlobalSettings
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getValue(String) - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getValue() - Method in class org.knime.base.node.io.tablecreator.table.Cell
 
getValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.AtomicDouble
Returns the value.
getValue(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.ClassValueDataRow
Returns the attribute value for the given index.
getValue(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DataRowWeighted
Returns the attribute value for the given index.
getValue() - Method in class org.knime.base.node.mine.pca.EigenValue
 
getValue() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
 
getValue() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
getValue() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell
 
getValue(String, String, String) - Method in class org.knime.base.node.mine.regression.predict2.PPMatrix
 
getValue(DataCell, int, RegressionTrainingRow.MissingHandling) - Static method in class org.knime.base.node.mine.regression.RegressionTrainingRow
Gets the value from the cell with the 0-based index in case it was a collection.
getValue() - Method in interface org.knime.base.node.mine.sota.logic.SotaCell
Returns a double value of the cell.
getValue() - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
Returns a double value of the cell.
getValue() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
Returns a double value of the cell.
getValue(int) - Method in class org.knime.base.node.mine.svm.util.DoubleVector
return the i'th value in the vector.
getValue() - Method in class org.knime.base.node.preproc.autobinner.apply.NumericBin
 
getValue() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
 
getValue() - Method in class org.knime.base.node.viz.plotter.box.Outlier
 
getValue(int) - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
The value at a given index.
getValue(int) - Method in interface org.knime.core.data.vector.doublevector.DoubleVectorValue
The value at a given index.
getValue(int) - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
The value at a given index.
getValue(int) - Method in interface org.knime.core.data.vector.stringvector.StringVectorValue
The value at a given index.
getValue() - Method in class org.knime.core.util.node.config.ConfigElementAbstractSimple
 
getValue() - Method in class org.knime.core.util.node.quickform.in.CheckboxInputQuickFormInElement
 
getValue() - Method in class org.knime.core.util.node.quickform.in.DateStringInputQuickFormInElement
 
getValue() - Method in class org.knime.core.util.node.quickform.in.DoubleInputQuickFormInElement
 
getValue() - Method in class org.knime.core.util.node.quickform.in.IntInputQuickFormInElement
 
getValue() - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
 
getValue() - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
 
getValue() - Method in class org.knime.core.util.node.quickform.in.StringInputQuickFormInElement
 
getValue() - Method in class org.knime.core.util.node.quickform.in.StringListPasteboxInputQuickFormInElement
 
getValue() - Method in class org.knime.core.util.node.quickform.in.StringOptionInputQuickFormInElement
 
getValue() - Method in class org.knime.core.util.node.quickform.in.StringSelectionInputQuickFormInElement
 
getValue() - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
 
getValue() - Method in class org.knime.core.util.node.quickform.out.VariableOutputQuickFormOutElement
 
getValueAsString() - Method in class org.knime.core.node.workflow.FlowVariable
 
getValueAt(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
getValueAt(int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
getValueAt(int, int) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
getValueAt(int, int) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
getValueAt(int, int) - Method in class org.knime.base.node.mine.scorer.accuracy.ConfusionTableModel
Returns the confusion matrix value at the corresponding position.
getValueAt(int, int) - Method in class org.knime.core.node.tableview.TableContentModel
Get the DataCell at a specific location.
getValueAt(int, int) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Returns the key of the row with index rowIndex.
getValueAt(int, FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
Returns an attribute value for the cell at row and column.
getValueAtRow(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
getValueAtRow(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
getValueAtRow(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
getValueAtRow(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
getValueAtRow(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
getValueAtRow(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
getValueAtRow(int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
getValueAtRow(int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
getValueAtRow(int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
getValueAtRow(int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Returns the value of the cell at the specified row index and column index
getValueClass(String) - Method in class org.knime.core.data.DataTypeRegistry
Returns the DataValue class for the given class name.
getValueClasses() - Method in class org.knime.core.data.DataType
Returns a copy of all DataValues to which this DataType is compatible to.
getValueColumn() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
getValueColumnPort0() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
getValueConfiguration() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
getValueCount() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
getValueCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
getValueCount() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
getValueDelimiter() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
getValueDelimiter() - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
 
getValueDelimiter() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
 
getValueDelimiter() - Method in class org.knime.base.data.aggregation.GlobalSettings
 
getValueFromArray(byte[], int) - Method in class org.knime.core.data.filestore.internal.FileStoreKey
 
getValueList() - Method in class org.knime.core.data.collection.SparseListCell
 
getValues() - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
 
getValues() - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
 
getValues() - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
 
getValues() - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
 
getValues() - Method in class org.knime.base.data.aggregation.deprecated.AndElementOperator
Deprecated.
 
getValues() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
Use in combination with getRowIndices and getColumnIndices.
getValues() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Use in combination with getRowIndices and getColumnIndices.
getValues() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
getValues() - Method in class org.knime.base.node.mine.cluster.assign.Prototype
 
getValues() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Returns the array values.
getValues(Matrix) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
Returns the parameters mapped to the values of the given matrix.
getValues(Matrix) - Method in class org.knime.base.node.mine.regression.RegressionContent
Returns the parameters mapped to the values of the given matrix.
getValues(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
Returns a set of all different values seen in the specified column.
getValues(int) - Method in interface org.knime.base.node.util.DataArray
Returns a set of all different values seen in the specified column.
getValues(int) - Method in class org.knime.base.node.util.DefaultDataArray
Returns a set of all different values seen in the specified column.
getValues() - Method in class org.knime.base.util.coordinate.CoordinateMapping
Returns the values if set.
getValues() - Method in class org.knime.base.util.coordinate.NominalCoordinateMapping
Returns the values if set.
getValues() - Method in class org.knime.base.util.coordinate.PolicyStrategy
Returns the values.
getValues() - Method in class org.knime.core.data.DataColumnDomain
Returns all possible values in this column.
getValues() - Method in class org.knime.core.data.property.filter.FilterModelNominal
 
getValues() - Method in class org.knime.core.node.port.database.pivoting.PivotData
 
getValues() - Method in class org.knime.core.node.util.KeyValuePanel
Get the elements of the second column.
getValues() - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
 
getValues() - Method in class org.knime.core.util.node.quickform.in.TwinStringListInputQuickFormInElement
 
getValues() - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
 
getValueScale() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
getValueScale() - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
getVariableControlledParameters() - Method in class org.knime.core.node.config.ConfigEditTreeModel
 
getVariableName() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
Deprecated.
 
getVariableName() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
getVariableName() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration.VarNameFileNamePair
 
getVariableName() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
getVariables() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.RegressionTable
 
getVariablesOfInterest() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
Deprecated.
 
getVariablesOfInterest() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
Deprecated.
 
getVariablesSettings() - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
 
getVariableValue() - Method in class org.knime.core.node.FlowVariableModel
Returns the value of the selected flow variable or an empty optional if no flow variable has been selected.
getVariance(int) - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns the variance for the desired column.
getVariance() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns the variance for all columns.
getVariance(int) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the variance for the desired column.
getVariance() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns the variance for all columns.
getVariance(int) - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the variance for the desired column.
getVariance() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the variance for all columns.
getVariance() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns the within-cluster variance.
getVariance() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
 
getVector() - Method in class org.knime.base.node.mine.pca.EigenValue
 
getVectorLength() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
 
getVectorLength() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
 
getVectorLengths() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
getVectorLengths() - Method in class org.knime.base.node.mine.regression.RegressionTrainingData
 
getVectorType() - Method in class org.knime.base.data.bitvector.BitVectorColumnCellFactory
 
getVersion() - Method in class org.knime.core.data.container.Buffer
Get the version string to write to the meta file.
getVersion() - Method in class org.knime.core.data.container.NoKeyBuffer
Get the version string to write to the meta file.
getVersion() - Method in class org.knime.core.node.NodeFrequencies
Returns the version of this node frequencies object.
getVersion() - Method in class org.knime.core.node.workflow.Annotation
 
getVersion() - Method in class org.knime.core.node.workflow.AnnotationData
Save-Version of this annotation.
getVersionString() - Method in enum org.knime.core.node.workflow.FileWorkflowPersistor.LoadVersion
 
getView() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Returns the JComponent for the HierarchicalGraphView.
getView(int, String) - Method in class org.knime.core.node.Node
Return a new instance of the node's view (without opening it).
getView(NodeContainer) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Return a new instance of a node view for the job of the provided node.
getView(int) - Method in class org.knime.core.node.workflow.NodeContainer
 
getView(NodeContainer) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Return a new instance of a node view for the job of the provided node.
getViewClass() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView.WizardNodeViewExtension
 
getViewCount() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
Returns the number of views which are listed in the meta information.
getViewCount() - Method in class org.knime.core.node.DelegateNodeDescription
Returns the number of views which are listed in the meta information.
getViewCount() - Method in class org.knime.core.node.NodeDescription
Returns the number of views which are listed in the meta information.
getViewCount() - Method in class org.knime.core.node.NodeDescription13Proxy
Returns the number of views which are listed in the meta information.
getViewCount() - Method in class org.knime.core.node.NodeDescription210Proxy
Returns the number of views which are listed in the meta information.
getViewCount() - Method in class org.knime.core.node.NodeDescription212Proxy
Returns the number of views which are listed in the meta information.
getViewCount() - Method in class org.knime.core.node.NodeDescription27Proxy
Returns the number of views which are listed in the meta information.
getViewCount() - Method in class org.knime.core.node.NodeDescription28Proxy
Returns the number of views which are listed in the meta information.
getViewCount() - Method in class org.knime.core.node.NodeDescription31Proxy
Returns the number of views which are listed in the meta information.
getViewCount() - Method in class org.knime.core.node.NoDescriptionProxy
Returns the number of views which are listed in the meta information.
getViewCreator() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
 
getViewCreator() - Method in interface org.knime.core.node.wizard.WizardNode
 
getViewData() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
 
getViewData() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Deprecated.
Returns the data for the two views.
getViewData() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
Returns the data for the two views.
getViewData() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Returns the data that should be displayed in the node's view.
getViewDescription(int) - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
Returns a description for a view.
getViewDescription(int) - Method in class org.knime.core.node.DelegateNodeDescription
Returns a description for a view.
getViewDescription(int) - Method in class org.knime.core.node.NodeDescription
Returns a description for a view.
getViewDescription(int) - Method in class org.knime.core.node.NodeDescription13Proxy
Returns a description for a view.
getViewDescription(int) - Method in class org.knime.core.node.NodeDescription210Proxy
Returns a description for a view.
getViewDescription(int) - Method in class org.knime.core.node.NodeDescription212Proxy
Returns a description for a view.
getViewDescription(int) - Method in class org.knime.core.node.NodeDescription27Proxy
Returns a description for a view.
getViewDescription(int) - Method in class org.knime.core.node.NodeDescription28Proxy
Returns a description for a view.
getViewDescription(int) - Method in class org.knime.core.node.NodeDescription31Proxy
Returns a description for a view.
getViewDescription(int) - Method in class org.knime.core.node.NodeFactory
Returns a description for a view.
getViewDescription(int) - Method in class org.knime.core.node.NoDescriptionProxy
Returns a description for a view.
getViewDescription() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView.WizardNodeViewExtension
 
getViewExportMap() - Static method in class org.knime.core.node.NodeViewExport
Get a read only map containing pairs of export type identifier (as string) and the export type.
getViewHiliteHandler() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Get the hilite handler that the view talks to.
getViewHTMLPath() - Method in interface org.knime.core.node.wizard.WizardNode
 
getViewName(int) - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
Returns the name for this node's view at the given index.
getViewName() - Method in class org.knime.core.node.AbstractNodeView
 
getViewName(int) - Method in class org.knime.core.node.DelegateNodeDescription
Returns the name for this node's view at the given index.
getViewName(int) - Method in class org.knime.core.node.Node
Returns the name for this node's view at the given index.
getViewName(int) - Method in class org.knime.core.node.NodeDescription
Returns the name for this node's view at the given index.
getViewName(int) - Method in class org.knime.core.node.NodeDescription13Proxy
Returns the name for this node's view at the given index.
getViewName(int) - Method in class org.knime.core.node.NodeDescription210Proxy
Returns the name for this node's view at the given index.
getViewName(int) - Method in class org.knime.core.node.NodeDescription212Proxy
Returns the name for this node's view at the given index.
getViewName(int) - Method in class org.knime.core.node.NodeDescription27Proxy
Returns the name for this node's view at the given index.
getViewName(int) - Method in class org.knime.core.node.NodeDescription28Proxy
Returns the name for this node's view at the given index.
getViewName(int) - Method in class org.knime.core.node.NodeDescription31Proxy
Returns the name for this node's view at the given index.
getViewName(int) - Method in class org.knime.core.node.NoDescriptionProxy
Returns the name for this node's view at the given index.
getViewName() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView.WizardNodeViewExtension
 
getViewName(NodeContainer) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Creates a title for the corresponding view.
getViewName() - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult.SingleInteractiveWebViewResult
 
getViewName(int) - Method in class org.knime.core.node.workflow.NodeContainer
 
getViewName(NodeContainer) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Creates a title for the corresponding view.
getViewRepresentation() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
Create content which can be used by the interactive view implementation.
getViewRepresentation() - Method in interface org.knime.core.node.interactive.InteractiveNode
Create content which can be used by the interactive view implementation.
getViewRepresentation() - Method in interface org.knime.core.node.wizard.WizardNode
Create content which can be used by the web view implementation.
getViews() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObject
 
getViews() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.data.DataTableSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.BufferedDataTable
The returned views are displayed in the out port view of the referring node.
getViews(BufferedDataTable) - Method in class org.knime.core.node.ExtensionTable
Overwrite this method to provide a custom viewer.
getViews() - Method in class org.knime.core.node.port.AbstractSimplePortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.database.DatabasePortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.image.ImagePortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.image.ImagePortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in interface org.knime.core.node.port.PortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in interface org.knime.core.node.port.PortObjectSpec
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.viewproperty.ColorHandlerPortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.viewproperty.FilterDefinitionHandlerPortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.viewproperty.ShapeHandlerPortObject
The returned views are displayed in the out port view of the referring node.
getViews() - Method in class org.knime.core.node.port.viewproperty.SizeHandlerPortObject
The returned views are displayed in the out port view of the referring node.
getViewSource() - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
 
getViewTitle() - Method in class org.knime.core.node.NodeView
 
getViewValue() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
getViewValue() - Method in interface org.knime.core.node.interactive.InteractiveNode
 
getViewValue() - Method in interface org.knime.core.node.wizard.WizardNode
getVirtualInNode() - Method in class org.knime.core.node.workflow.SubNodeContainer
 
getVirtualInNodeID() - Method in class org.knime.core.node.workflow.SubNodeContainer
 
getVirtualInNodeIDSuffix() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
getVirtualInNodeIDSuffix() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
getVirtualInNodeIDSuffix() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
 
getVirtualInNodeModel() - Method in class org.knime.core.node.workflow.SubNodeContainer
 
getVirtualInputNodeModel(WorkflowManager, int) - Static method in class org.knime.core.node.workflow.SubNodeContainer
Static utility node to retrieve the nodemodel of the virtual input node.
getVirtualNodeInput(int) - Method in interface org.knime.core.node.workflow.LoopStartParallelizeNode
 
getVirtualOutNode() - Method in class org.knime.core.node.workflow.SubNodeContainer
 
getVirtualOutNodeID() - Method in class org.knime.core.node.workflow.SubNodeContainer
 
getVirtualOutNodeIDSuffix() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
getVirtualOutNodeIDSuffix() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
getVirtualOutNodeIDSuffix() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
 
getVirtualOutNodeModel() - Method in class org.knime.core.node.workflow.SubNodeContainer
 
getVirtualOutputID() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
 
getVirtualOutputNodeModel(WorkflowManager, int) - Static method in class org.knime.core.node.workflow.SubNodeContainer
Static utility node to retrieve the nodemodel of the virtual output node.
getVisible() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Returns the visible nodes and their bounds.
getVisualRepresentation(Transferable) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
getVizModel() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
 
getVizModel() - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
 
getVizModelInternal() - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
getVizModelInternal() - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
getVizModelInternal() - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
 
getWaitingLoops() - Method in class org.knime.core.node.workflow.NodeContainer
 
getWarning() - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Returns warning message if number of possible values exceeds predefined maximum.
getWarning() - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Returns warning message if number of possible values exceeds predefined maximum.
getWarning() - Method in class org.knime.base.node.mine.svm.util.BinarySvmRunnable
 
getWarning() - Method in interface org.knime.core.node.port.database.tablecreator.DBTableCreator
 
getWarning() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
getWarningMessage() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration.Result
 
getWarningMessage() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration.Result
 
getWarningMessage() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2Learner
The warning message generated by this learner.
getWarningMessage() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
A message (or null) that is later set by learner node model as warning.
getWarningMessage() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearner
A message (or null) that is later set by learner node model as warning.
getWarningMessage() - Method in class org.knime.base.node.mine.regression.RegressionContent
 
getWarningMessage() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
 
getWarningMessage() - Method in class org.knime.base.node.viz.roc.ROCCalculator
 
getWarningMessage() - Method in class org.knime.core.node.CopyNodePersistor
getWarningMessage() - Method in class org.knime.core.node.FileNodePersistor
getWarningMessage() - Method in interface org.knime.core.node.NodeContentPersistor
 
getWarningMessage() - Method in class org.knime.core.node.NodeModel
Get the most recently set warning message.
getWarningMessage() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
getWarningMessage(int) - Method in class org.knime.core.util.tokenizer.SettingsStatus
 
getWarningMessageFromModel() - Method in class org.knime.core.node.Node
Getter for the currently set node warning message in the corresponding NodeModel.
getWarnMessage() - Method in class org.knime.base.collection.list.split.SplitCellFactory
 
getWebResources() - Method in class org.knime.core.node.web.DefaultWebTemplate
getWebResources() - Method in interface org.knime.core.node.web.WebTemplate
 
getWebTemplate() - Method in interface org.knime.core.node.wizard.WizardViewCreator
 
getWebTemplateFromJSObjectID(String) - Static method in class org.knime.core.node.workflow.WizardExecutionController
 
getWeight(int) - Method in class org.knime.base.data.neural.Perceptron
Get weight at given position.
getWeight() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DataRowWeighted
Return the weight of this data row.
getWeight() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
getWeight() - Method in class org.knime.core.util.node.quickform.AbstractQuickFormElement
 
getWeightColumn() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
getweightMatrix() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getWeightMatrix() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
getweightMatrix() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
 
getWeights() - Method in class org.knime.base.data.neural.Perceptron
 
getWFMInternalState() - Method in class org.knime.core.node.workflow.WorkflowLock
Callback by WorkflowManager to retrieve a guaranteed up-to-date status of the workflow.
getWidgets() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Returns the widgets for the nodes returned by getVisible() and getCollapsed().
getWidth() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
getWidth() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinRuler
Returns the width of the ruler.
getWidth() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
getWidth() - Method in class org.knime.core.node.workflow.Annotation
 
getWidth() - Method in class org.knime.core.node.workflow.AnnotationData
 
getWindowForColumn(int) - Method in class org.knime.base.node.preproc.pmml.missingval.WindowedDataTableIterator
Returns a data column window for the column at the given index.
getWinner(double[]) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Helper method to determine the winner cluster center (The cluster center to which the DataRow has the highest membership value).
getWinnerAndClasscounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
getWinnerAndClasscounts(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Classify a new pattern given as a row of values.
getWinnerNode(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Determine the leaf node where the walk through of the predictor ends.
getWinnerNode(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Returns this node because if the decision tree predictor ends up here, we are done.
getWinnerNode(DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Determine the leaf node where the walk through of the predictor ends.
getWinnerNode(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Determine the leaf where the prediction ends up.
getWinnerNode(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
Determine winning leaf node for a new pattern given as a row of values.
getWinnerNode(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
Determine the leaf where the prediction ends up.
getWinnerNode(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
Determine the leaf where the prediction ends up.
getWinnerNode(DataCell, DataRow, DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Determine the leaf where the prediction ends up.
getWithBlobSupport(int) - Method in class org.knime.core.data.collection.BlobSupportDataCellList
Returns the element at the specified position of the list.
getWithinClusterVariations() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
Calculates the Within-Cluster Variation for each cluster.
getWithinClusterVariations() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Calculates the Within-Cluster Variation for each cluster.
getWizardExecutionController() - Method in class org.knime.core.node.workflow.WorkflowManager
Creates lazy and returns an instance that controls the wizard execution of this workflow.
getWizardExecutionControllerState() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
NodeSettings used to save the wizard state (usually null).
getWizardExecutionControllerState() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
NodeSettings used to save the wizard state (usually null).
getWizardExecutionControllerState() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
NodeSettings used to save the wizard state (usually null).
getWizardExecutionControllerState() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
NodeSettings used to save the wizard state (usually null).
getWizardExecutionControllerState() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
NodeSettings used to save the wizard state (usually null).
getWorkflow() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getWorkflowAnnotations() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getWorkflowAnnotations() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
getWorkflowAnnotations() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getWorkflowAnnotations() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getWorkflowAnnotations() - Method in class org.knime.core.node.workflow.WorkflowManager
 
getWorkflowAnnotations() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getWorkflowCipher() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getWorkflowCipher() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
getWorkflowCipher() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getWorkflowCipher() - Method in interface org.knime.core.node.workflow.NodeContainerParent
 
getWorkflowCipher() - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
 
getWorkflowCipher() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getWorkflowCipher() - Method in class org.knime.core.node.workflow.SubNodeContainer
getWorkflowCipher() - Method in class org.knime.core.node.workflow.WorkflowManager
getWorkflowCipher() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getWorkflowContext() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
getWorkflowContext() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
getWorkflowContext() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
getWorkflowContext() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
getWorkflowContext() - Method in class org.knime.core.node.workflow.WorkflowCreationHelper
Returns a context for the workflow that is being loaded.
getWorkflowContext() - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
Returns a context for the workflow that is being loaded.
getWorkflowContext() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
getWorkflowDir() - Method in class org.knime.core.node.NodeLogger.KNIMELogMessage
 
getWorkflowExecutionResult() - Method in class org.knime.core.node.workflow.execresult.SubnodeContainerExecutionResult
 
getWorkflowIncomingPort(int) - Method in class org.knime.core.node.workflow.WorkflowManager
 
getWorkflowKNIMEFile() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
getWorkflowKNIMEFile() - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
getWorkflowManager() - Method in class org.knime.core.node.workflow.NodeContext
Returns the workflow manager which currently does an operation on a node.
getWorkflowManager() - Method in class org.knime.core.node.workflow.SubNodeContainer
 
getWorkflowManager() - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowLoadResult
 
getWorkflowOutgoingPort(int) - Method in class org.knime.core.node.workflow.WorkflowManager
 
getWorkflowPersistor() - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
getWorkflowPersistor() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
getWorkflowPersistor() - Method in interface org.knime.core.node.workflow.SubNodeContainerPersistor
 
getWorkflowUser() - Static method in class org.knime.core.node.workflow.NodeContext
Returns the user of the current workflow.
getWorkflowVariables() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Get the workflow variables associated with this metanode/workflow.
getWorkflowVariables() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Get the workflow variables associated with this metanode/workflow.
getWorkflowVariables() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Get the workflow variables associated with this metanode/workflow.
getWorkflowVariables() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Get the workflow variables associated with this metanode/workflow.
getWorkflowVariables() - Method in class org.knime.core.node.workflow.WorkflowManager
Get read-only access on the current workflow variables.
getWorkflowVariables() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
Get the workflow variables associated with this metanode/workflow.
getWorkingDir() - Method in class org.knime.core.node.workflow.WorkflowManager
Get working folder associated with this WFM.
getWorkspaceDirPath() - Static method in class org.knime.core.internal.KNIMEPath
Getter for the workspace directory.
getWorstValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGainRatio
Returns the worst value for this quality measure.
getWorstValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGini
Returns the worst value for this quality measure.
getWorstValue() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityMeasure
Returns the worst value for this quality measure.
getWriteFileStoreHandlers() - Method in class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
 
getWriter(DatabaseConnectionSettings) - Method in class org.knime.core.node.port.database.DatabaseUtility
 
getX() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
Deprecated.
Returns the curve's x-values.
getX() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel.EnrichmentPlot
Returns the curve's x-values.
getX() - Method in class org.knime.base.node.viz.plotter.basic.DataCellPoint
 
getX() - Method in class org.knime.base.node.viz.plotter.box.Box
 
getX() - Method in class org.knime.base.node.viz.roc.ROCCurve
Returns the curve's x-values.
getX() - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
 
getX() - Method in class org.knime.core.node.workflow.Annotation
 
getX() - Method in class org.knime.core.node.workflow.AnnotationData
 
getXAxis() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getXAxisCaption() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getXAxisCaptionCell() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
getXColIdx() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
getXColName() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
getXColSpec() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
getXColumnName() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getXColumnName() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getXColumnName() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
getXColumnName() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
getXColumnSpec() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
getXColumnSpec() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
getXColumnSpec() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
getXColumnSpec() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
getXCoord() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getXCoordinate() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
getXDomainValue() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getXieBeniIndex() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMQualityMeasures
The Xie-Beni index, also called the compactness and separation validity function, is an index that involves the membership values and the dataset.
getXieBeniIndex() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Calculates the Xie Beni Index.
getXMaxValue() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
getXMinValue() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
getXMLDescription() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.DelegateNodeDescription
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.Node
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.NodeDescription
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.NodeDescription13Proxy
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.NodeDescription210Proxy
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.NodeDescription212Proxy
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.NodeDescription27Proxy
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.NodeDescription28Proxy
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.NodeDescription31Proxy
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.NodeFactory
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.NoDescriptionProxy
The XML description can be used with the NodeFactoryHTMLCreator in order to get a converted HTML description of it, which fits the overall KNIME HTML style.
getXMLDescription() - Method in class org.knime.core.node.workflow.NativeNodeContainer
getXMLDescription() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
getXMLDescription() - Method in class org.knime.core.node.workflow.SubNodeContainer
 
getXMLFileURL() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Get the URL of the XML file this spec was build from.
getXPosition() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
getY() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel.EnrichmentPlot
Deprecated.
Returns the curve's y-values.
getY() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel.EnrichmentPlot
Returns the curve's y-values.
getY() - Method in class org.knime.base.node.viz.plotter.basic.DataCellPoint
 
getY() - Method in class org.knime.base.node.viz.roc.ROCCurve
Returns the curve's y-values.
getY() - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
 
getY() - Method in class org.knime.core.node.workflow.Annotation
 
getY() - Method in class org.knime.core.node.workflow.AnnotationData
 
getYAxis() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
getYCoord() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getYCoordinate() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
getYDomainValue() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
getYear() - Method in class org.knime.core.data.date.DateAndTimeCell
getYear() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
getYMaxValue() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
getYMinValue() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
 
getZipEntryName() - Method in class org.knime.base.node.io.filereader.FileRowIterator
 
getZipEntryName() - Method in class org.knime.base.node.util.BufferedFileReader
If the underlying source is a ZIP archive this method returns the name of the entry read.
getZoomLevel() - Method in class org.knime.core.node.workflow.EditorUIInformation
 
getZScores(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Returns the parameters mapped to the z-score for the given logit.
getZScores(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Returns the parameters mapped to the z-score for the given logit.
GLOBAL_CONST_ID - Static variable in class org.knime.core.node.workflow.FlowVariable
Deprecated.
GLOBAL_THREAD_POOL - Static variable in class org.knime.core.node.KNIMEConstants
The global thread pool from which all threads should be taken.
GLOBAL_TIMER - Static variable in class org.knime.core.node.workflow.NodeTimer
 
GlobalClassCreator - Class in org.knime.core.eclipseUtil
Deprecated.
Since 2.4 the KNIME core is using the Eclipse Buddy-Classloading mechanism. So the workaround via the GlobalClassCreator is not necessary any more.
GlobalNodeStats() - Constructor for class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
 
GlobalObjectInputStream - Class in org.knime.core.eclipseUtil
ObjectInputStream which uses the GlobalClassCreator to resolve Objects by class name.
GlobalObjectInputStream(InputStream) - Constructor for class org.knime.core.eclipseUtil.GlobalObjectInputStream
 
GlobalSettings - Class in org.knime.base.data.aggregation
Utility class that contains general information such as the column delimiter and the total number of rows.
GlobalSettings(int) - Constructor for class org.knime.base.data.aggregation.GlobalSettings
Deprecated.
GlobalSettings(int, String, DataTableSpec, int) - Constructor for class org.knime.base.data.aggregation.GlobalSettings
Deprecated.
GlobalSettings(DataTableSpec, GlobalSettings) - Constructor for class org.knime.base.data.aggregation.GlobalSettings
Constructor for class GlobalSettings.
GlobalSettings(FileStoreFactory, List<String>, int, String, DataTableSpec, long) - Constructor for class org.knime.base.data.aggregation.GlobalSettings
GlobalSettings.AggregationContext - Enum in org.knime.base.data.aggregation
A context the aggregation is performed in (e.g.
GlobalSettings.GlobalSettingsBuilder - Class in org.knime.base.data.aggregation
Builder to create GlobalSettings-objects.
GlobalTableRepository - Class in org.knime.core.node.workflow
Synchronized table repository held by WorkflowManager.
GlobalTableRepository() - Constructor for class org.knime.core.node.workflow.GlobalTableRepository
 
GlobalTimerinfoNodeFactory - Class in org.knime.base.node.util.globaltimerinfo
 
GlobalTimerinfoNodeFactory() - Constructor for class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeFactory
Create factory, that instantiates nodes.
GlobalTimerinfoNodeModel - Class in org.knime.base.node.util.globaltimerinfo
A simple node reporting global node timing and execution information for the entire KNIME installation during it's life span.
GlobalTimerinfoNodeModel() - Constructor for class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
No input, two data outputs.
gotoCell(int, int) - Method in class org.knime.core.node.tableview.TableView
Scrolls to the given coordinate cell.
GraphListener - Interface in org.knime.base.node.mine.decisiontree2.view.graph
Currently only used for the outline view.
graphRepaint() - Method in interface org.knime.base.node.mine.decisiontree2.view.graph.GraphListener
Called after graph has been repainted.
graphRepaint() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
Called after graph has been repainted.
GROUP_SEPARATOR - Static variable in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
The separator to separate groups in group identifier.
GroupByNodeDialog - Class in org.knime.base.node.preproc.groupby
The node dialog of the group by node.
GroupByNodeDialog() - Constructor for class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Constructor for class GroupByNodeDialog.
GroupByNodeDialog(boolean, boolean) - Constructor for class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Constructor for class GroupByNodeDialog.
GroupByNodeFactory - Class in org.knime.base.node.preproc.groupby
Factory class of the group by node.
GroupByNodeFactory() - Constructor for class org.knime.base.node.preproc.groupby.GroupByNodeFactory
 
GroupByNodeModel - Class in org.knime.base.node.preproc.groupby
The NodeModel implementation of the group by node which uses the GroupByTable class implementations to create the resulting table.
GroupByNodeModel() - Constructor for class org.knime.base.node.preproc.groupby.GroupByNodeModel
Creates a new group by model with one in- and one out-port.
GroupByNodeModel(int, int) - Constructor for class org.knime.base.node.preproc.groupby.GroupByNodeModel
Creates a new group by model.
GroupByTable - Class in org.knime.base.node.preproc.groupby
 
GroupByTable(ExecutionContext, BufferedDataTable, List<String>, ColumnAggregator[], GlobalSettings, boolean, ColumnNamePolicy, boolean) - Constructor for class org.knime.base.node.preproc.groupby.GroupByTable
Constructor for class GroupByTable.
GroupByTable(ExecutionContext, BufferedDataTable, List<String>, ColumnAggregator[], GlobalSettings, boolean, boolean, ColumnNamePolicy, boolean) - Constructor for class org.knime.base.node.preproc.groupby.GroupByTable
Deprecated.
sortInMemory option is no longer required
GroupConcatDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
GroupConcatDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
Constructor.
GroupConcatDBAggregationFunction(Class<? extends DataValue>) - Constructor for class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
Constructor.
GroupConcatDBAggregationFunction(String, Class<? extends DataValue>) - Constructor for class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
 
GroupConcatDBAggregationFunction(String, String, Class<? extends DataValue>) - Constructor for class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
 
GroupConcatDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
GroupKey - Class in org.knime.base.node.preproc.groupby
Groups the data cells that specify a group.
GroupKey(DataCell[]) - Constructor for class org.knime.base.node.preproc.groupby.GroupKey
Constructor for class GroupKey.
GroupLoopStartConfigKeys - Class in org.knime.base.node.meta.looper.group
 
GroupLoopStartNodeDialog - Class in org.knime.base.node.meta.looper.group
Creates the dialog of the group loop start node and provides static methods which create the necessary settings models.
GroupLoopStartNodeDialog() - Constructor for class org.knime.base.node.meta.looper.group.GroupLoopStartNodeDialog
Creates new instance of GroupLoopStartNodeDialog.
GroupLoopStartNodeFactory - Class in org.knime.base.node.meta.looper.group
 
GroupLoopStartNodeFactory() - Constructor for class org.knime.base.node.meta.looper.group.GroupLoopStartNodeFactory
 
GroupLoopStartNodeModel - Class in org.knime.base.node.meta.looper.group
The node model of the group loop start node.
GroupLoopStartNodeModel() - Constructor for class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
Creates a new model.
groupMethodsByType(List<AggregationMethod>) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
gt(int, int, DataValueComparator) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new greater than node, that compares the values in two columns.
gt(int, Number) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new greater than node, that compares the value in a column to a fixed number.
gt(int, String) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new greater than node, that compares the value in a column to a fixed string.
guessDefaultColumnFilter(DataTableSpec, DataTableSpec) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
Sets default in the filter configuration: Columns in common (name & type) go to the include list, others to the exclude list.
guessDefaults(DataTableSpec) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Deprecated.
Guesses meaningful default values, e.g.
guessDefaults(DataTableSpec) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
Sets the DataColumnSpecFilterConfiguration and the normalization mode to MINMAX.
guessNominalClassColumn(DataTableSpec, boolean) - Static method in class org.knime.core.data.DataTableSpec
Guesses the column in the argument spec that likely contains the class attribute.
guessOutputPortTypes(WorkflowPersistor.LoadResult, String) - Method in class org.knime.core.node.FileNodePersistor
Called on "missing" nodes to guess their output port types (only possible for executed nodes).
guessPortTypesFromConnectedNodes(NodeAndBundleInformation, NodeSettingsRO, ArrayList<FromFileNodeContainerPersistor.PersistorWithPortIndex>, ArrayList<List<FromFileNodeContainerPersistor.PersistorWithPortIndex>>) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
guessPortTypesFromConnectedNodes(NodeAndBundleInformation, NodeSettingsRO, ArrayList<FromFileNodeContainerPersistor.PersistorWithPortIndex>, ArrayList<List<FromFileNodeContainerPersistor.PersistorWithPortIndex>>) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
Called on single node persistors if their factory can't be loaded (extension not installed).
guessPortTypesFromConnectedNodes(NodeAndBundleInformation, NodeSettingsRO, ArrayList<FromFileNodeContainerPersistor.PersistorWithPortIndex>, ArrayList<List<FromFileNodeContainerPersistor.PersistorWithPortIndex>>) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Called on single node persistors if their factory can't be loaded (extension not installed).
guessPortTypesFromConnectedNodes(NodeAndBundleInformation, NodeSettingsRO, ArrayList<FromFileNodeContainerPersistor.PersistorWithPortIndex>, ArrayList<List<FromFileNodeContainerPersistor.PersistorWithPortIndex>>) - Method in interface org.knime.core.node.workflow.FromFileNodeContainerPersistor
Called on single node persistors if their factory can't be loaded (extension not installed).
GUIDeadlockDetector - Class in org.knime.core.util
This class tries to detect deadlocks in GUI threads.
GUIDeadlockDetector() - Constructor for class org.knime.core.util.GUIDeadlockDetector
Creates a new deadlock detector.
GUIUtils - Class in org.knime.base.node.viz.aggregation.util
This class provides different methods which are used in multiple aggregation implementations mainly in the GUI creation.

H

HalfDoubleMatrix - Class in org.knime.base.util
This stores half a matrix of doubles efficiently in just one array.
HalfDoubleMatrix(double[], boolean) - Constructor for class org.knime.base.util.HalfDoubleMatrix
Creates a HalfDoubleMatrix based on the given single double array and diagonal flag.
HalfDoubleMatrix(int, boolean) - Constructor for class org.knime.base.util.HalfDoubleMatrix
Creates a new half-matrix of doubles.
HalfDoubleMatrix(ConfigRO) - Constructor for class org.knime.base.util.HalfDoubleMatrix
Loads a half int matrix from the given node settings object.
HalfFloatMatrix - Class in org.knime.base.util
This stores half a matrix of floats efficiently in just one array.
HalfFloatMatrix(int, boolean) - Constructor for class org.knime.base.util.HalfFloatMatrix
Creates a new half-matrix of floats.
HalfFloatMatrix(ConfigRO) - Constructor for class org.knime.base.util.HalfFloatMatrix
Loads a half int matrix from the given node settings object.
HalfIntMatrix - Class in org.knime.base.util
This stores half a matrix of ints efficiently in just one array.
HalfIntMatrix(int, boolean) - Constructor for class org.knime.base.util.HalfIntMatrix
Creates a new half-matrix of ints.
HalfIntMatrix(ConfigRO) - Constructor for class org.knime.base.util.HalfIntMatrix
Loads a half int matrix from the given node settings object.
HANDLE_MISSING_VALS - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
The name of the settings tag which holds the boolean if the user wants to replace missing values.
handleCell(RowKey, DataCell) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
First invokes the DataValidatorCellDecorator.handleCell(RowKey, DataCell) method on the inner decorator and afterwards performs DataValidatorCellDecorator.doHandleCell(RowKey, DataCell) on the result.
handleCommandlineArgument(String[], String, BatchExecutor.WorkflowConfiguration) - Method in class org.knime.core.node.workflow.BatchExecutor
Handles a single command line argument (pair).
handlerException(String, Exception) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
handleSlash(String, String, String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
This method handles the slash between the base dir path and the file name.
hasAbsoluteCoordinates() - Method in class org.knime.core.node.workflow.NodeUIInformation
 
hasBeenConfigured() - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Deprecated.
use AbstractSamplingNodeModel.checkSettings(DataTableSpec) instead because this also checks for the class column if stratified sampling has been selected
hasBounds() - Method in class org.knime.core.data.DataColumnDomain
Returns true if both, lower and upper bound, are defined.
hasChanged() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
hasClassColumn() - Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
 
hasColHeader() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
hasConfiguration() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
hasConfiguration() - Method in class org.knime.core.node.config.ConfigEditTreeModel
 
hasConfiguredState() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
Called during load by the Node instance to determine whether or not the flow variable output port is to be populated with the FlowVariablePortObjectSpec singleton.
hasConfigureLock() - Method in class org.knime.core.node.workflow.NodeContainer.NodeLocks
 
hasConflicts() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
hasContent() - Method in class org.knime.core.node.CopyNodePersistor
hasContent() - Method in class org.knime.core.node.FileNodePersistor
hasContent() - Method in class org.knime.core.node.Node
Delegate method to node model.
hasContent() - Method in interface org.knime.core.node.NodeContentPersistor
 
hasContent() - Method in class org.knime.core.node.NodeModel
 
hasContent() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
hasCopiedFileStores() - Method in class org.knime.core.data.filestore.internal.NotInWorkflowWriteFileStoreHandler
 
hasCurrentWizardPage() - Method in class org.knime.core.node.workflow.WizardExecutionController
Returns true if the wizard was stepped forward and has a subnode awaiting input.
hasData() - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
 
hasData() - Method in class org.knime.base.node.viz.table.TableNodeView
Checks if there is data to display.
hasData() - Method in class org.knime.core.node.tableview.TableContentModel
Is there valid data to show?
hasData() - Method in class org.knime.core.node.tableview.TableContentView
This table "hasData" when there is valid input, i.e.
hasData() - Method in class org.knime.core.node.tableview.TableView
This table "has data" when there is valid input, i.e.
hasData() - Method in class org.knime.core.node.tableview.TableViewFrame
Delegating method to internal table view.
hasDataAwareDialogPane() - Method in class org.knime.core.node.workflow.NativeNodeContainer
Whether the dialog is a DataAwareNodeDialogPane.
hasDataAwareDialogPane() - Method in class org.knime.core.node.workflow.NodeContainer
Whether the dialog is a DataAwareNodeDialogPane.
hasDate() - Method in class org.knime.core.data.date.DateAndTimeCell
hasDate() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
hasDeleteLock() - Method in class org.knime.core.node.workflow.NodeContainer.NodeLocks
 
hasDialog() - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.collection.list.split.CollectionSplitNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DataPortCatchNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.DBPortCatchNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericPortCatchNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.VariablePortCatchNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.DataPortTryNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.VariablePortTryNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.image.ImageToTableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.image.writeimage.WriteImageNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.binning.apply.DBApplyBinnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBColumnFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBConnectionNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBGroupByNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBJoinerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBQueryNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBRowFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBSorterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBUpdateNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.DBWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.SQLExtractNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.SQLInjectNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.def.DefaultTableNodeFactory
 
hasDialog() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.filereader.FileReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.linereader.LineReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.table.read.ReadTableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.table.write.WriteTableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart1NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStart2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.LoopEndJoin2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.LoopEndNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory3
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeFactory
 
hasDialog() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictor2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
 
hasDialog() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory2
 
hasDialog() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeFactory3
 
hasDialog() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.knn.KnnNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.mds.MDSNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.pca.PCAApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.pca.PCAComputeNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.pca.PCANodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.pca.PCAReverseNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeFactory3
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.smote.SmoteNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeFactory
 
hasDialog() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeFactory
 
hasDialog() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeFactory
 
hasDialog() - Method in class org.knime.base.node.preproc.binner.BinnerNodeFactory
 
hasDialog() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.bitvector.expand.ExpandBitVectorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.bytevector.expand.ExpandByteVectorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.Discretization2ApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretization2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.domain.DomainNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnSplitRefNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.filter.rowref.RowSplitRefNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.normalize.NormalizerDeNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.partition.PartitionNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory
 
hasDialog() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeFactory2
 
hasDialog() - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.rank.RankNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.rename.RenameNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.sample.SamplingNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.sorter.SorterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.split2.SplitNodeFactory2
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.rules.RuleEngineNodeFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.endcase.EndcaseNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.endif.EndifNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.manualif.ManualIfNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.switches.startcase.StartcaseNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.util.cache.CacheNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.util.sampledata.SampleDataNodeFactory
No Dialog available.
hasDialog() - Method in class org.knime.base.node.util.sendmail.SendMailNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterFactory
Deprecated.
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.hilite.AutoHiLiteNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.pie.node.PieNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.roc.ROCNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeFactory
Deprecated.
No dialog for this node.
hasDialog() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeFactory
Deprecated.
No dialog for this node.
hasDialog() - Method in class org.knime.base.node.viz.table.TableNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.core.node.missing.MissingNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.core.node.Node
Returns true if this node can show a dialog.
hasDialog() - Method in class org.knime.core.node.NodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.core.node.workflow.NativeNodeContainer
hasDialog() - Method in class org.knime.core.node.workflow.NodeContainer
 
hasDialog() - Method in class org.knime.core.node.workflow.SubNodeContainer
hasDialog() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
Returns true if this node provides a dialog to adjust node specific settings.
hasDialog() - Method in class org.knime.core.node.workflow.WorkflowManager
hasErrorCaught() - Method in class org.knime.core.node.workflow.FlowTryCatchContext
 
hasErrors() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
 
hasErrors() - Method in class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
 
hasErrors() - Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
 
hasErrors() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
 
hasEscapeChar() - Method in class org.knime.core.util.tokenizer.Quote
 
hashCode() - Method in class org.knime.base.data.aggregation.AggregationOperator
hashCode() - Method in class org.knime.base.data.aggregation.GlobalSettings
hashCode() - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
hashCode() - Method in class org.knime.base.data.aggregation.OperatorData
hashCode() - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
hashCode() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
hashCode() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns a hash code computed by the product of the hash code of anchor and class label.
hashCode() - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist
hashCode() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
hashCode() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
hashCode() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
hashCode() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
hashCode() - Method in class org.knime.base.node.mine.pca.EigenValue
hashCode() - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPredictor
hashCode() - Method in class org.knime.base.node.mine.regression.pmmlgreg.VectorHandling.NameAndIndex
hashCode() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
hashCode() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
hashCode() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
hashCode() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
hashCode() - Method in class org.knime.base.node.preproc.groupby.GroupKey
hashCode() - Method in class org.knime.base.node.preproc.joiner.InputRow
hashCode() - Method in class org.knime.base.node.preproc.joiner.InputRow.WildCardCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.base.node.preproc.joiner.JoinTuple
hashCode() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
hashCode() - Method in class org.knime.base.node.preproc.rank.DataCellTuple
hashCode() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
Deprecated.
hashCode() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.Curve
hashCode() - Method in class org.knime.base.node.viz.histogram.util.ColorColumn
hashCode() - Method in class org.knime.base.node.viz.plotter.box.Outlier
hashCode() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
hashCode() - Method in class org.knime.base.util.kdtree.NearestNeighbour
hashCode() - Method in class org.knime.core.data.blob.BinaryObjectDataCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer
hashCode() - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.collection.BlobSupportDataCellList
hashCode() - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
hashCode() - Method in class org.knime.core.data.collection.ListCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.collection.SetCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.collection.SparseListCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
hashCode() - Method in class org.knime.core.data.container.BlobWrapperDataCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.container.CellClassInfo
hashCode() - Method in class org.knime.core.data.container.LongUTFDataInputStream
hashCode() - Method in class org.knime.core.data.convert.ConversionKey
 
hashCode() - Method in class org.knime.core.data.DataCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.DataColumnDomain
Returns the hash code of this domain, based on the hash codes of the lower, upper bound, and each possible value - if available.
hashCode() - Method in class org.knime.core.data.DataColumnProperties
Hash code based on underlying Properties class.
hashCode() - Method in class org.knime.core.data.DataColumnSpec
The hash code is computed based on the hash code of column name and type.
hashCode() - Method in class org.knime.core.data.DataTableSpec
hashCode() - Method in class org.knime.core.data.DataType
The hash code is based on the preferred value flag and the hash codes of all DataValue classes.
hashCode() - Method in class org.knime.core.data.DataType.MissingCell
Deprecated.
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.date.DateAndTimeCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.BooleanCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.ComplexNumberCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.DefaultRow
hashCode() - Method in class org.knime.core.data.def.DoubleCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.FuzzyIntervalCell
Computes hash code based on all private members.
hashCode() - Method in class org.knime.core.data.def.FuzzyNumberCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.IntCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.IntervalCell
Computes hash code based on all private members.
hashCode() - Method in class org.knime.core.data.def.LongCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.StringCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.def.TimestampCell
Deprecated.
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.filestore.FileStoreCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.filestore.FileStorePortObject
hashCode() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
hashCode() - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
hashCode() - Method in class org.knime.core.data.image.png.PNGImageBlobCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.image.png.PNGImageCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.image.png.PNGImageContent
hashCode() - Method in class org.knime.core.data.MissingCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.model.PortObjectCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.property.ColorAttr
Hash code of the underlying color value.
hashCode() - Method in class org.knime.core.data.property.ColorHandler
hashCode() - Method in class org.knime.core.data.property.ColorModelNominal
hashCode() - Method in class org.knime.core.data.property.ColorModelRange
hashCode() - Method in class org.knime.core.data.property.filter.FilterHandler
 
hashCode() - Method in class org.knime.core.data.property.filter.FilterModel
 
hashCode() - Method in class org.knime.core.data.property.filter.FilterModelNominal
 
hashCode() - Method in class org.knime.core.data.property.filter.FilterModelRange
 
hashCode() - Method in class org.knime.core.data.property.ShapeHandler
hashCode() - Method in class org.knime.core.data.property.ShapeModelNominal
hashCode() - Method in class org.knime.core.data.property.SizeHandler
hashCode() - Method in class org.knime.core.data.property.SizeModelDouble
hashCode() - Method in class org.knime.core.data.renderer.AbstractDataValueRendererFactory
hashCode() - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
hashCode() - Method in class org.knime.core.data.RowKey
hashCode() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
hashCode() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
hashCode() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
hashCode() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
hashCode() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.xml.PMMLBlobCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.xml.PMMLCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode(Node) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
Computes a default hashCode from a given XML Node.
hashCode(Node, XmlDomComparerCustomizer) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
Computes a default hashCode from a given XML Node.
hashCode() - Method in class org.knime.core.data.xml.XMLBlobCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.xml.XMLCell
This method must be implemented in order to ensure that two equal DataCell objects return the same hash code.
hashCode() - Method in class org.knime.core.data.xml.XMLCellContent
hashCode(XMLValue) - Static method in interface org.knime.core.data.xml.XMLValue
Returns a hash code for the given data value.
hashCode() - Method in class org.knime.core.internal.ReferencedFile
hashCode() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
hashCode() - Method in class org.knime.core.node.dialog.ExternalNodeData
 
hashCode() - Method in class org.knime.core.node.NodeFrequencies
hashCode() - Method in class org.knime.core.node.NodeInfo
hashCode() - Method in class org.knime.core.node.NodeTriple
hashCode() - Method in class org.knime.core.node.port.AbstractSimplePortObject
Method computes the hash code as defined by the underlying ModelContent object that first need to be saved by calling AbstractSimplePortObject.save(ModelContentWO, ExecutionMonitor).
hashCode() - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
hashCode() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
hashCode() - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
hashCode() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
hashCode() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject
hashCode() - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
hashCode() - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec
hashCode() - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
hashCode() - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
hashCode() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
hashCode() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
hashCode() - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
hashCode() - Method in class org.knime.core.node.port.PortType
hashCode() - Method in class org.knime.core.node.tableview.FindPosition.SearchOptions
hashCode() - Method in class org.knime.core.node.tableview.SearchString
hashCode() - Method in class org.knime.core.node.util.DefaultStringIconOption
hashCode() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
hashCode() - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
hashCode() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
hashCode() - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
hashCode() - Method in class org.knime.core.node.web.WebResourceLocator
hashCode() - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
hashCode() - Method in class org.knime.core.node.workflow.AnnotationData
hashCode() - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
hashCode() - Method in class org.knime.core.node.workflow.ConnectionContainer
hashCode() - Method in class org.knime.core.node.workflow.ConnectionID
hashCode() - Method in class org.knime.core.node.workflow.Credentials
hashCode() - Method in class org.knime.core.node.workflow.CredentialsProvider
hashCode() - Method in class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
hashCode() - Method in class org.knime.core.node.workflow.EditorUIInformation
hashCode() - Method in class org.knime.core.node.workflow.FlowLoopContext
hashCode() - Method in class org.knime.core.node.workflow.FlowObject
hashCode() - Method in class org.knime.core.node.workflow.FlowObjectStack
hashCode() - Method in class org.knime.core.node.workflow.FlowScopeContext
hashCode() - Method in class org.knime.core.node.workflow.FlowSubnodeScopeContext
hashCode() - Method in class org.knime.core.node.workflow.FlowTryCatchContext
hashCode() - Method in class org.knime.core.node.workflow.FlowVariable
hashCode() - Method in class org.knime.core.node.workflow.InnerFlowLoopContext
hashCode() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
hashCode() - Method in class org.knime.core.node.workflow.NodeID
 
hashCode() - Method in class org.knime.core.node.workflow.NodeID.NodeIDSuffix
hashCode() - Method in class org.knime.core.node.workflow.NodeMessage
hashCode() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
hashCode() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
hashCode() - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
hashCode() - Method in class org.knime.core.node.workflow.WorkflowContext
hashCode() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
hashCode() - Method in class org.knime.core.util.LogfileAppender
hashCode() - Method in class org.knime.core.util.MutableDouble
hashCode() - Method in class org.knime.core.util.MutableInteger
hashCode() - Method in class org.knime.core.util.node.quickform.AbstractQuickFormElement
hashCode() - Method in class org.knime.core.util.Pair
hashCode() - Method in class org.knime.core.util.tokenizer.Delimiter
hashCode() - Method in class org.knime.core.util.tokenizer.Quote
hashCode() - Method in class org.knime.core.util.Version
hasHiLiteHandler() - Method in class org.knime.base.node.viz.table.TableNodeView
Checks is property handler is set.
hasHiLiteHandler() - Method in class org.knime.core.node.tableview.TableContentModel
Is there a HiLiteHandler connected?
hasHiLiteHandler() - Method in class org.knime.core.node.tableview.TableContentView
Is there a HiLiteHandler connected?
hasHiLiteHandler() - Method in class org.knime.core.node.tableview.TableView
Checks if a property handler is registered.
hasHiLiteHandler() - Method in class org.knime.core.node.tableview.TableViewFrame
Delegating method to internal table view.
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.AbstractConfigEntry
Derived classes must compare their value with the value in the passed argument (on equality).
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigBase
 
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigBooleanEntry
Derived classes must compare their value with the value in the passed argument (on equality).
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigByteEntry
Derived classes must compare their value with the value in the passed argument (on equality).
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigCharEntry
Derived classes must compare their value with the value in the passed argument (on equality).
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigDoubleEntry
Derived classes must compare their value with the value in the passed argument (on equality).
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigFloatEntry
Derived classes must compare their value with the value in the passed argument (on equality).
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigIntEntry
Derived classes must compare their value with the value in the passed argument (on equality).
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigLongEntry
Derived classes must compare their value with the value in the passed argument (on equality).
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigPasswordEntry
Derived classes must compare their value with the value in the passed argument (on equality).
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigShortEntry
Derived classes must compare their value with the value in the passed argument (on equality).
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigStringEntry
Derived classes must compare their value with the value in the passed argument (on equality).
hasIdenticalValue(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigTransientStringEntry
Derived classes must compare their value with the value in the passed argument (on equality).
hasInteractiveView() - Method in class org.knime.core.node.Node
Returns true if this node can show an interactive view.
hasInteractiveView() - Method in class org.knime.core.node.workflow.NativeNodeContainer
hasInteractiveView() - Method in class org.knime.core.node.workflow.NodeContainer
 
hasInteractiveView() - Method in class org.knime.core.node.workflow.SubNodeContainer
hasInteractiveView() - Method in class org.knime.core.node.workflow.WorkflowManager
hasListeners(String) - Method in class org.knime.core.node.tableview.TableContentModel
Are there listeners registered to this class?
hasLowerBound() - Method in class org.knime.core.data.DataColumnDomain
Returns true, if a lower bound is defined.
hasMessage() - Method in class org.knime.core.node.workflow.ConnectionProgress
Returns whether there is currently a message to display.
hasMessage() - Method in class org.knime.core.node.workflow.NodeProgress
If the progress message has changed (more correctly is not null).
hasMillis() - Method in class org.knime.core.data.date.DateAndTimeCell
hasMillis() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
hasMissingCells() - Method in class org.knime.base.node.mine.regression.RegressionTrainingRow
Returns true when row has missing cells.
hasMissingCells(DataRow) - Static method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
Checks if given row contains missing cells and returns true, otherwise false.
hasMissingSection() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
hasMissingValues(DataRow) - Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
Returns true if there are missing values in given row and false if not.
hasMoreZipEntries() - Method in class org.knime.base.node.util.BufferedFileReader
 
hasNext() - Method in class org.knime.base.data.append.column.AppendedColumnRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
Deprecated.
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.append.row.AppendedRowsRowInput.RowInputIterator
Deprecated.
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.filter.column.FilterColumnRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.filter.row.FilterRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.join.InMemoryIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.join.JoinedTableRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.normalize.AffineTransRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.normalize.AffineTransRowIterator.RowInputIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.data.replace.ReplacedColumnsRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.io.arffreader.ARFFRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.io.filereader.FileRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthPreviewRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.mine.bfn.BasisFunctionIterator
Checks if the iterator already reached the end of the iteration.
hasNext() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.mine.regression.RegressionTrainingDataIterator
hasNext() - Method in interface org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel.CustomRowIterator
 
hasNext() - Method in class org.knime.base.node.preproc.filter.row.RowFilterIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2TableIterator
Deprecated.
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3TableIterator
Deprecated.
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic.MappingTableIterator
hasNext() - Method in class org.knime.base.node.preproc.pmml.missingval.WindowedDataTableIterator
Indicates whether more rows are available.
hasNext() - Method in class org.knime.core.data.append.AppendedRowsIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.data.append.AppendedRowsRowInput.RowInputIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.data.AutoconvertRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
hasNext() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.data.container.JoinTableIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.data.def.DefaultCellIterator
hasNext() - Method in class org.knime.core.data.def.DefaultRowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.data.RowIterator
Returns true if there are more rows and false otherwise.
hasNext() - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
Returns true if there are more rows and false otherwise.
hasNextWizardPage() - Method in class org.knime.core.node.workflow.WizardExecutionController
hasNumColSpec() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
 
hasOptionalSettings() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
This method indicates if the operator requires additional settings.
hasOptionalSettings() - Method in class org.knime.base.data.aggregation.AggregationOperator
Override this method and return true if the operator requires additional settings.
hasOptionalSettings() - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
Override this method and return true if the operator requires additional settings.
hasOptionalSettings() - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
Override this method and return true if the operator requires additional settings.
hasOptionalSettings() - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
Override this method and return true if the operator requires additional settings.
hasOptionalSettings() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
Override this method and return true if the operator requires additional settings.
hasOptionalSettings() - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
This method indicates if the operator requires additional settings.
hasOptionalSettings() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
This method indicates if the operator requires additional settings.
hasOptionalSettings() - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
This method indicates if the operator requires additional settings.
hasOptionalSettings() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
This method indicates if the operator requires additional settings.
hasOptionalSettings() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
This method indicates if the operator requires additional settings.
hasOptionalSettings() - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
This method indicates if the operator requires additional settings.
hasOwnFileStoreCells() - Method in class org.knime.core.data.container.Buffer
 
hasParseErrors() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
hasPrefix(NodeID) - Method in class org.knime.core.node.workflow.NodeID
Checks for matching prefix (this node prefix can be longer, though).
hasPreviousWizardPage() - Method in class org.knime.core.node.workflow.WizardExecutionController
 
hasProgress() - Method in class org.knime.core.node.workflow.NodeProgress
If the progress value has changed (more correctly is not null).
hasResetLock() - Method in class org.knime.core.node.workflow.NodeContainer.NodeLocks
 
hasRowHeader() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
hasSamePrefix(NodeID) - Method in class org.knime.core.node.workflow.NodeID
Checks for exact matching prefixes.
hasSameRowsInEachIteration() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
 
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasSettingsPanel() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
If true, the factory provides a custom settings panel.
hasThousandsSeparator() - Method in class org.knime.base.node.io.filereader.DataCellFactory
Returns true, if grouping of thousands in floating point numbers is currently supported.
hasTime() - Method in class org.knime.core.data.date.DateAndTimeCell
hasTime() - Method in interface org.knime.core.data.date.DateAndTimeValue
 
hasUpdateableMetaNodeLink(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Returns true when the metanode for the given ID is a link or contains links, which have the update status set (doesn't actually check on remote side but uses cached information).
hasUpperBound() - Method in class org.knime.core.data.DataColumnDomain
Returns true, if an upper bound is defined.
hasValidSpec() - Method in class org.knime.base.node.preproc.rename.RenameColumnPanel
 
hasValues() - Method in class org.knime.core.data.DataColumnDomain
Returns true if the values are not null.
hasView() - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Returns true if this job manager provides a view.
hasView() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Returns true if this job manager provides a view.
hasWarningEntries() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
 
hasWarningMessage() - Method in class org.knime.base.node.io.csvwriter.CSVWriter
 
hasWizardExecution(WorkflowManager) - Static method in class org.knime.core.node.workflow.WizardExecutionController
Temporary workaround to check if the argument workflow contains sub nodes and hence can be used with the WizardNode execution.
hasWizardView() - Method in class org.knime.core.node.Node
Returns true if this node can provide the content for an interactive web view.
HEADER - Static variable in class org.knime.core.node.tableview.FindPosition
 
HeaderRenderer - Class in org.knime.base.node.io.tablecreator.table
The renderer for the spreadsheets row and column header.
HeaderRenderer() - Constructor for class org.knime.base.node.io.tablecreator.table.HeaderRenderer
Create new instance.
Hex2BitVectorCellFactory - Class in org.knime.base.data.bitvector
Factory class to transform a StringValue cell into a DenseBitVectorCell.
Hex2BitVectorCellFactory(DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
Create new cell factory that provides one column given by newColSpec.
Hex2BitVectorCellFactory(BitVectorType, DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.Hex2BitVectorCellFactory
 
HEX_DIGIT - Static variable in class org.knime.core.util.crypto.HexUtils
Deprecated.
HEX_RENDERER - Static variable in class org.knime.core.data.renderer.BitVectorValueStringRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
HexRendererFactory() - Constructor for class org.knime.core.data.renderer.BitVectorValueStringRenderer.HexRendererFactory
 
hexToBytes(String) - Static method in class org.knime.core.util.crypto.HexUtils
 
HexUtils - Class in org.knime.core.util.crypto
 
HiddenLayer - Class in org.knime.base.data.neural
This class represents a hidden layer in a MultiLayerPerceptron.
HiddenLayer(Layer, int) - Constructor for class org.knime.base.data.neural.HiddenLayer
Constructs a layer with given predecessor layer and given number of hidden neurons.
HiddenLayer(Layer, int, Random) - Constructor for class org.knime.base.data.neural.HiddenLayer
Constructs a layer with given predecessor layer and given number of hidden neurons.
HiddenLayer(Layer, Perceptron[]) - Constructor for class org.knime.base.data.neural.HiddenLayer
Constructs a hidden layer with the given predecessor layer and the given neurons.
HIDDENLAYER_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Key to store the number of hidden layer.
HIDE_UNHILITED - Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
Constant for "show hilited only" menu entry.
hideColumns(DataColumnSpec...) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Removes the given columns form either include or exclude list and notifies all listeners.
hideInWizard() - Method in interface org.knime.core.quickform.QuickFormNode
 
hideNames(T...) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Removes the given columns form either include or exclude list and notifies all listeners.
HierarchicalClusterNodeDialog - Class in org.knime.base.node.mine.cluster.hierarchical
A dialog to get the number of output clusters, the distance function and the linkage type for cluster.
HierarchicalClusterNodeDialog() - Constructor for class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeDialog
Creates a new NodeDialogPane for hierarchical clustering in order to set the parameters.
HierarchicalClusterNodeFactory - Class in org.knime.base.node.mine.cluster.hierarchical
The Factory for the hierarchical clustering node.
HierarchicalClusterNodeFactory() - Constructor for class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeFactory
 
HierarchicalClusterNodeModel - Class in org.knime.base.node.mine.cluster.hierarchical
Implements a Hierarchical Clustering.
HierarchicalClusterNodeModel() - Constructor for class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Creates a new hierarchical clustering model.
HierarchicalClusterNodeModel.Linkage - Enum in org.knime.base.node.mine.cluster.hierarchical
Different types of determination of the distance between two clusters.
HierarchicalClusterNodeView - Class in org.knime.base.node.mine.cluster.hierarchical
This view displays the scoring results.
HierarchicalClusterNodeView(HierarchicalClusterNodeModel, DendrogramPlotter) - Constructor for class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeView
creates a new ScorerNodeView with scroll bars.
HierarchicalGraphComponent<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
This is a JComponent which displays a HierarchicalGraphView.
HierarchicalGraphComponent(HierarchicalGraphView<K>) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
 
HierarchicalGraphComponent.MyMouseListener - Class in org.knime.base.node.mine.decisiontree2.view.graph
Just forward mouse events to the graph.
HierarchicalGraphView<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
A widget for a tree.
HierarchicalGraphView(K) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Create a new instance.
HierarchicalGraphView(K, HierarchicalGraphView.Align) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Create a new instance.
HierarchicalGraphView.Align - Enum in org.knime.base.node.mine.decisiontree2.view.graph
The alignment of the graph.
HierarchicalGraphView.LayoutSettings - Class in org.knime.base.node.mine.decisiontree2.view.graph
Constants for the layout.
hiLite(KeyEvent) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageView
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
Deprecated.
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorGraphView
Invoked when some item(s) were hilit.
hiLite(Set<K>) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
HiLite the given nodes.
hiLite(KeyEvent) - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Invoked when some item(s) were hilit.
hilite(Set<Hiliteable>) - Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
Hilites the given objects.
hilite(Hiliteable) - Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
Hilites the given object.
hiLite(KeyEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
hiLite(KeyEvent) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Invoked when some item(s) were hilit.
HILITE - Static variable in class org.knime.core.data.property.ColorAttr
The color for hilite as new Color(255, 181, 0).
HILITE - Static variable in class org.knime.core.node.property.hilite.HiLiteHandler
Constant for the Menu entry 'HiLite'.
hiLite(KeyEvent) - Method in interface org.knime.core.node.property.hilite.HiLiteListener
Invoked when some item(s) were hilit.
hiLite(KeyEvent) - Method in class org.knime.core.node.tableview.TableContentModel
Invoked when some item(s) were hilit.
HILITE_MAPPING_FILE_NAME - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
File name for hilite mapping.
HILITE_RECT_WIDTH_FACTOR - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The width of the hilite rectangle in percent of the surrounding rectangle.
HILITE_SELECTED - Static variable in class org.knime.core.node.property.hilite.HiLiteHandler
Constant for the menu entry 'HiLite Selected'.
Hiliteable - Interface in org.knime.base.node.mine.sota.view.interaction
 
HiliteFilterNodeFactory - Class in org.knime.base.node.preproc.filter.hilite
 
HiliteFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeFactory
 
HiliteFilterNodeModel - Class in org.knime.base.node.preproc.filter.hilite
 
HiliteFilterNodeModel() - Constructor for class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Creates an instance of HiliteFilterNodeModel.
HiLiteHandler - Class in org.knime.core.node.property.hilite
HiLiteHandler implementation which receives hilite change requests, answers, queries, and notifies registered listeners.
HiLiteHandler() - Constructor for class org.knime.core.node.property.hilite.HiLiteHandler
Creates a new default hilite handler with an empty set of registered listeners and an empty set of hilit items.
hiliteHdl - Variable in class org.knime.core.node.Node.Output
 
HiLiteListener - Interface in org.knime.core.node.property.hilite
The event listener interface has to be implemented by classes that are interested in receiving hilite events.
HiliteManager - Interface in org.knime.base.node.mine.sota.view.interaction
 
HiLiteManager - Class in org.knime.core.node.property.hilite
A manager for hilite events between one source (from) HiLiteHandler and a number of target handlers (to).
HiLiteManager() - Constructor for class org.knime.core.node.property.hilite.HiLiteManager
Creates a new manager.
HiLiteMapper - Interface in org.knime.core.node.property.hilite
This mapper has to be implemented by all classes that are interested in mapping hilite events between RowKeys.
hiLiteSelected() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
hiLiteSelected() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Is called from the menu entry hilite selected.
hiLiteSelected() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Is called from the menu entry hilite selected.
hiliteSelected() - Method in class org.knime.base.node.viz.table.TableNodeView
Hilites selected rows in the hilite handler.
hiliteSelected() - Method in class org.knime.core.node.tableview.TableContentView
Requests to the HiLiteHandler that all rows that are currently selected are added to the set of hilited patterns.
hiliteSelected() - Method in class org.knime.core.node.tableview.TableView
Sends a request to the content table to hilite all currently selected rows.
HiliteShapeCalculator<S extends Shape,H extends Shape> - Interface in org.knime.base.node.viz.aggregation
Hilite shape calculator interface which is used in the aggregation value classes to calculate the hilite shape.
HiLiteTranslator - Class in org.knime.core.node.property.hilite
A translator for hilite events between one source (from) HiLiteHandler and a number of target handlers (to).
HiLiteTranslator() - Constructor for class org.knime.core.node.property.hilite.HiLiteTranslator
Creates a translator with an empty mapping and a default hilite handler.
HiLiteTranslator(HiLiteHandler) - Constructor for class org.knime.core.node.property.hilite.HiLiteTranslator
Creates a new translator.
HiLiteTranslator(HiLiteMapper) - Constructor for class org.knime.core.node.property.hilite.HiLiteTranslator
Creates a new translator.
HiLiteTranslator(HiLiteHandler, HiLiteMapper) - Constructor for class org.knime.core.node.property.hilite.HiLiteTranslator
Creates a new translator.
hiliting(boolean) - Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
 
hiliting() - Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
 
HistoChart() - Constructor for class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.HistoChart
 
HistogramDrawingPane - Class in org.knime.base.node.viz.histogram.impl
The view class of a Histogram visualisation.
HistogramDrawingPane(AbstractHistogramProperties) - Constructor for class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
Constructor for class HistogramDrawingPane.
HistogramHiliteCalculator() - Constructor for class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel.HistogramHiliteCalculator
Constructor for class HistogramHiliteCalculator.
HistogramLayout - Enum in org.knime.base.node.viz.histogram
Enumerates all possible layouts of the Histogram visualisation.
HistogramNodeDialogPane - Class in org.knime.base.node.viz.histogram.node
The dialog of the HistogramNodeModel where the user can define the x column and the number of rows.
HistogramNodeDialogPane() - Constructor for class org.knime.base.node.viz.histogram.node.HistogramNodeDialogPane
Constructor for class HistogramNodeDialogPane.
HistogramNodeFactory - Class in org.knime.base.node.viz.histogram.node
Factory class of the interactive histogram.
HistogramNodeFactory() - Constructor for class org.knime.base.node.viz.histogram.node.HistogramNodeFactory
 
HistogramNodeModel - Class in org.knime.base.node.viz.histogram.node
The NodeModel class of the interactive histogram plotter.
HistogramNodeModel() - Constructor for class org.knime.base.node.viz.histogram.node.HistogramNodeModel
 
HistogramNodeView - Class in org.knime.base.node.viz.histogram.node
The node view which contains the histogram plotter panel.
HistogramNodeView(HistogramNodeModel) - Constructor for class org.knime.base.node.viz.histogram.node.HistogramNodeView
Creates a new view instance for the histogram node.
hitThreshold() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Returns the threshold above and including which a data point is considered a hit.
hitThreshold(double) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Sets the threshold above and including which a data point is considered a hit.
hitThreshold() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Returns the threshold above and including which a data point is considered a hit.
hitThreshold(double) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Sets the threshold above and including which a data point is considered a hit.
HORIZONTAL - Static variable in class org.knime.base.node.viz.plotter.Axis
Constant for the horizontal enumeration value.
HORIZONTAL_LINE - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the horizontal line.
HostUtils - Class in org.knime.core.util
Utility methods for access host information, such as IP and MAC addresses.
HSBColorComparator - Class in org.knime.base.node.viz.histogram.datamodel
Comparator comparing two Color objects using the HSB color space.
HTML_VALUE_FORMATER - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
The NumberFormater to use in the html views.
HTML_VALUE_FORMATER - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
The NumberFormater to use in the html views.
HttpURLConnectionDecorator - Class in org.knime.core.util
Decorator for a HttpURLConnection that is used for writing data.
HttpURLConnectionDecorator(HttpURLConnection) - Constructor for class org.knime.core.util.HttpURLConnectionDecorator
 
HyperTangentKernel - Class in org.knime.base.node.mine.svm.kernel
Hypertangent kernel.
HyperTangentKernel() - Constructor for class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
 
hypotenuse(double, double) - Static method in class org.knime.base.util.math.MathUtils
Calculates sqrt(x^2 + y^2) reducing the risk of over- or underflow.

I

ICredentials - Interface in org.knime.core.node.workflow
Credentials object representing login/password information.
ID - Static variable in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
Id of this handler.
ID - Static variable in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
The ID of the do nothing factory.
ID - Static variable in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
The ID of the DoubleMovingAverageMissingCellHandlerFactory.
ID - Static variable in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
The ID of the do nothing factory.
ID - Static variable in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
The ID of the next value factory.
ID - Static variable in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
The ID of the next value factory.
ID - Static variable in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
ID for a ascending tick policy.
ID - Static variable in class org.knime.base.util.coordinate.DescendingNumericTickPolicyStrategy
ID of a descending policy.
ID - Static variable in class org.knime.base.util.coordinate.PercentagePolicyStrategy
ID for a percentage tick policy.
ID - Static variable in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
The id of the custom aggregation function.
ID_BASE_10 - Static variable in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Deprecated.
ID_BASE_2 - Static variable in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Deprecated.
ID_BASE_E - Static variable in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Identifier for a logarithmic mapping method with base e ( ln ).
ID_SQRT - Static variable in class org.knime.base.util.coordinate.SquareRootMappingMethod
ID for a square root mapping method.
IdString2BitVectorCellFactory - Class in org.knime.base.data.bitvector
 
IdString2BitVectorCellFactory(DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
Create new cell factory that provides one column given by newColSpec.
IdString2BitVectorCellFactory(BitVectorType, DataColumnSpec, int) - Constructor for class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
 
IdString2BitVectorCellFactory(BitVectorType, DataColumnSpec, int, int) - Constructor for class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
 
IEarlyStartup - Interface in org.knime.core.util
This interface is used by the extension point org.knime.core.EarlyStartup.
IEncrypter - Interface in org.knime.core.util.crypto
Interface for encrypters.
IFileStoreHandler - Interface in org.knime.core.data.filestore.internal
 
ifNotExists() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
 
ignorableWhitespace(char[], int, int) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
IGNORE_MISSING_VALUES - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
Config key for the ignore missing value flag.
ignoreDelimsAtEORUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
ignoreDelimsAtEORUserValue() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
IgnoreDelimsPanel - Class in org.knime.base.node.io.filereader
Dialog panel for the expert dialog of the filereader.
IgnoreDelimsPanel(FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.IgnoreDelimsPanel
Constructs the panels and loads it with the settings from the passed object.
ignoreEmptyTables(boolean) - Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
Sets if iterations with empty tables are ignored in the output.
ignoreEmptyTables() - Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
Returns if iterations with empty tables are ignored in the output.
ignoreEmptyTables1(boolean) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Sets if iterations with empty tables are ignored in the first output port.
ignoreEmptyTables1() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Returns if iterations with empty tables are ignored in the first output port.
ignoreEmptyTables2(boolean) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Sets if iterations with empty tables are ignored in the second output port.
ignoreEmptyTables2() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Returns if iterations with empty tables are ignored in the second output port.
ignoreEmptyTokensAtEndOfRow() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
ignoreMissingVals() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
IGNOREMV_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Key to store whether missing values should be ignoted.
ignoreWSChanged() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
The item changed listener to the 'ignore whitespaces' check box.
ignoreWSChanged() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
The item changed listener to the 'ignore whitespaces' check box.
IllegalFlowObjectStackException - Exception in org.knime.core.node.workflow
Runtime exception that is thrown when two or more branches of a workflow are merged and they contain non-compatible FlowObjectStack.
IllegalFlowObjectStackException(String) - Constructor for exception org.knime.core.node.workflow.IllegalFlowObjectStackException
 
IllegalLoopException - Exception in org.knime.core.node.workflow
Exception that is thrown when a loop is constructed illegally.
IllegalLoopException(String) - Constructor for exception org.knime.core.node.workflow.IllegalLoopException
 
IllegalLoopException(String, Throwable) - Constructor for exception org.knime.core.node.workflow.IllegalLoopException
 
IllegalOptionException(String) - Constructor for exception org.knime.core.node.workflow.BatchExecutor.IllegalOptionException
Creates a new exception.
IllegalOptionException(String, Throwable) - Constructor for exception org.knime.core.node.workflow.BatchExecutor.IllegalOptionException
Creates a new exception with a cause.
ILoopStartWriteFileStoreHandler - Interface in org.knime.core.data.filestore.internal
 
ImageCellUtilityFactory() - Constructor for class org.knime.core.data.image.png.PNGImageValue.ImageCellUtilityFactory
Only subclasses are allowed to instantiate this class.
ImageColumnWriterNodeDialogeColumn - Class in org.knime.base.node.image.imagecolwriter
This is the dialog for the Image writer.
ImageColumnWriterNodeDialogeColumn() - Constructor for class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeDialogeColumn
Creates a new dialog.
ImageColumnWriterNodeFactory - Class in org.knime.base.node.image.imagecolwriter
This is the factory for the Image writer node.
ImageColumnWriterNodeFactory() - Constructor for class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeFactory
 
ImageColumnWriterNodeModel - Class in org.knime.base.node.image.imagecolwriter
This is the model for the Image writer node.
ImageColumnWriterNodeModel() - Constructor for class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
Creates a new model with one input port and not output port.
ImageContent - Interface in org.knime.core.data.image
Generic content of an image.
ImageDataValueRenderer - Class in org.knime.core.data.image
Renderer for image content.
ImageDataValueRenderer(String) - Constructor for class org.knime.core.data.image.ImageDataValueRenderer
Create new renderer.
ImageOutputQuickFormOutElement - Class in org.knime.core.util.node.quickform.out
Variable output element, for instance provided by nodes that expose values of flow variables.
ImageOutputQuickFormOutElement(String, String, int, byte[], boolean, int, int) - Constructor for class org.knime.core.util.node.quickform.out.ImageOutputQuickFormOutElement
Creates output element with the given label and description.
ImagePortObject - Class in org.knime.core.node.port.image
Port object representing a simple image (png, ...).
ImagePortObject() - Constructor for class org.knime.core.node.port.image.ImagePortObject
Empty framework constructor.
ImagePortObject(ImageContent, ImagePortObjectSpec) - Constructor for class org.knime.core.node.port.image.ImagePortObject
Create new port object based on the given arguments.
ImagePortObject.Serializer - Class in org.knime.core.node.port.image
 
ImagePortObjectSpec - Class in org.knime.core.node.port.image
Port object spec to an ImagePortObject.
ImagePortObjectSpec(DataType) - Constructor for class org.knime.core.node.port.image.ImagePortObjectSpec
Constructor to be used.
ImagePortObjectSpec() - Constructor for class org.knime.core.node.port.image.ImagePortObjectSpec
Framework constructor - do not use. The constructor is required by the super class implementation to restort the content.
ImagePortObjectSpec.Serializer - Class in org.knime.core.node.port.image
 
ImageToTableNodeDialog - Class in org.knime.base.node.image
Dialog for the Image To Table node allowing to specify the row ID, manually or by flow variable.
ImageToTableNodeDialog() - Constructor for class org.knime.base.node.image.ImageToTableNodeDialog
 
ImageToTableNodeFactory - Class in org.knime.base.node.image
Factory to create a table with one cell from an image port object.
ImageToTableNodeFactory() - Constructor for class org.knime.base.node.image.ImageToTableNodeFactory
 
ImageToTableNodeModel - Class in org.knime.base.node.image
Node model allows translating an generic image port object into a table with one cell.
ImageToTableNodeModel() - Constructor for class org.knime.base.node.image.ImageToTableNodeModel
New node model with on image port input and a data table output.
ImageValue - Interface in org.knime.core.data.image
Interface for all image cells.
ImageValue.ImageValueUtilityFactory - Class in org.knime.core.data.image
Utility factory for image values.
ImageValueRenderer - Class in org.knime.core.data.renderer
Renderer for ImageValues that tries to get the concrete renderer for every image (e.g.
ImageValueRenderer.Factory - Class in org.knime.core.data.renderer
Factory for percentage renderers.
ImageValueUtilityFactory() - Constructor for class org.knime.core.data.image.ImageValue.ImageValueUtilityFactory
 
ImageViewPanel - Class in org.knime.core.node.util
Panel that displays a BufferedImage in its center.
ImageViewPanel() - Constructor for class org.knime.core.node.util.ImageViewPanel
Panel with no current image and scaling ImageViewPanel.ScaleType.ShrinkAsNeeded.
ImageViewPanel(BufferedImage) - Constructor for class org.knime.core.node.util.ImageViewPanel
Panel displaying given image and scaling ImageViewPanel.ScaleType.ShrinkAsNeeded.
ImageViewPanel.ScaleType - Enum in org.knime.core.node.util
Scaling options to fit the image into the available panel area.
importData(TransferHandler.TransferSupport) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTargetTransferHander
 
importData(TransferHandler.TransferSupport) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
importData(JComponent, Transferable) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
importData(JComponent, Transferable) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
 
importString(JComponent, String) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.ListTransferHandler
 
importString(JComponent, String) - Method in class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
Gets a string and adds this string to the component.
IN - Static variable in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
Values on the border are included.
in(int, List<String>) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Returns a new in node that checks if the the value in the column is equal to at least one string value from the list.
IN_DATA_INDEX - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
The index of the data table containing the input data.
INACTIVE - Static variable in class org.knime.core.data.property.ColorAttr
The color for inactive points, "grayed out", as Color.LIGHT_GRAY.
INACTIVE_SELECTED - Static variable in class org.knime.core.data.property.ColorAttr
The color for inactive points, "grayed out", but selected as Color.GRAY.
INACTIVEBRANCH - Static variable in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
break on inactive branch.
InactiveBranchConsumer - Interface in org.knime.core.node.port.inactive
Marker interface implemented by nodes (NodeModel) that are able to consume inactive branches.
InactiveBranchPortObject - Class in org.knime.core.node.port.inactive
An empty PortObject implementation which indicates that this node execution was skipped (likely because it is part of inactive IF-ENDIF branch).
InactiveBranchPortObject.Serializer - Class in org.knime.core.node.port.inactive
Serializer for InactiveBranchPortObjects.
InactiveBranchPortObjectSpec - Class in org.knime.core.node.port.inactive
An empty PortObjectSpec implementation which indicates that this node execution was skipped (likely because it is part of inactive IF-ENDIF branch).
InactiveBranchPortObjectSpec.Serializer - Class in org.knime.core.node.port.inactive
inactiveScope(boolean) - Method in class org.knime.core.node.workflow.FlowScopeContext
 
inc() - Method in class org.knime.core.util.MutableDouble
Increments this double by one.
inc() - Method in class org.knime.core.util.MutableInteger
Increments this integer by one.
inclMissingCells() - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
inclMissingCells() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
 
inclMissingCells() - Method in class org.knime.base.data.aggregation.AggregationOperator
inclMissingCells() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationFunctionRow
 
inclMissingCells() - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
 
inclMissingCells() - Method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
INCLUDE - Static variable in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
Include columns.
INCLUDE - Static variable in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
Include rows.
include(DataColumnSpec) - Method in class org.knime.core.node.util.filter.column.DataTypeColumnFilter
Checks if the given column type is included in the list of allowed types.
include(T) - Method in class org.knime.core.node.util.filter.InputFilter
Checks if the given name should be included or not.
include(FlowVariableListCellRenderer.FlowVariableCell) - Method in class org.knime.core.node.util.filter.variable.FlowVariableTypeFilter
 
include(FlowVariable) - Method in class org.knime.core.node.util.filter.variable.FlowVariableTypeFilter
 
include(T) - Method in class org.knime.core.node.workflow.WorkflowManager.NodeModelFilter
Tests whether the concrete instance is to be included.
include(File) - Method in interface org.knime.core.util.FileUtil.ZipFileFilter
Called with each file in the to-be-zipped directory.
INCLUDE_METHOD - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Config key for the method to determine whether the value of a column is selected or not.
INCLUDE_METHOD - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Config key for the method to determine whether the value of a column is selected or not.
includeColumn(DataColumnSpec) - Method in class org.knime.base.node.viz.histogram.util.NoDomainColumnFilter
Checks if the column with the given DataColumnSpec should be included or not.
includeColumn(DataColumnSpec) - Method in class org.knime.base.node.viz.pie.util.PieColumnFilter
Checks if the column with the given DataColumnSpec should be included or not.
includeColumn(DataColumnSpec) - Method in interface org.knime.core.node.util.ColumnFilter
Checks if the column with the given DataColumnSpec should be included or not.
includeColumn(DataColumnSpec) - Method in class org.knime.core.node.util.ColumnFilterPanel.ValueClassFilter
Deprecated.
Checks if the given column type is included in the list of allowed types.
includeColumn(DataColumnSpec) - Method in class org.knime.core.node.util.CombinedColumnFilter
Checks if the column with the given DataColumnSpec should be included or not.
includeColumn(DataColumnSpec) - Method in class org.knime.core.node.util.DataValueColumnFilter
Checks if the column with the given DataColumnSpec should be included or not.
INCLUDED_COLUMNS - Static variable in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Settings key for the excluded columns.
INCLUDED_COLUMNS - Static variable in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Settings key for the excluded columns.
includedColumns(BWElimModel) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Returns a list with the columns that should be included in the output table.
includedColumns() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Returns a list with all currently included columns.
IncludeFromNowOn - Exception in org.knime.base.node.preproc.filter.row.rowfilter
An exception thrown by a row filter to indicate that the current and all following rows from now on are to be included into the result table.
IncludeFromNowOn() - Constructor for exception org.knime.base.node.preproc.filter.row.rowfilter.IncludeFromNowOn
Creates a new Exception with no message.
IncludeFromNowOn(String) - Constructor for exception org.knime.base.node.preproc.filter.row.rowfilter.IncludeFromNowOn
Creates a new exception object with a message.
includeInToken() - Method in class org.knime.core.util.tokenizer.Comment
 
includeInToken() - Method in class org.knime.core.util.tokenizer.Delimiter
 
INCLUDELIST_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store the excluded column list in the settings.
INCLUDELIST_KEY - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
The key for the IncludeList in the NodeSettings.
includeLowerBound(SettingsModelString) - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
includeMatchingLines() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
 
IncludeMissingCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
Include missing cell table cell renderer that contains most of the code from the {JTable$BooleanRenderer} class.
IncludeMissingCellRenderer(TableModel) - Constructor for class org.knime.base.data.aggregation.dialogutil.IncludeMissingCellRenderer
Constructor for class IncludeMissingCellRenderer.
includeNext() - Method in interface org.knime.base.node.preproc.equalsizesampling.OccurrenceCounter.Sampler
 
IncludePanel - Class in org.knime.base.node.preproc.draganddroppanel
 
IncludePanel() - Constructor for class org.knime.base.node.preproc.draganddroppanel.IncludePanel
 
includes(IntervalValue) - Method in class org.knime.core.data.def.IntervalCell
Determines if the given IntervalValue is contained in this interval.
includes(IntervalValue) - Method in interface org.knime.core.data.IntervalValue
Determines if the given IntervalValue is contained in this interval.
includeTargetColumn() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Returns if the target column should be included in the output table.
includeTargetColumn(boolean) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
sets if the target column should be included in the output table.
includeUpperBound(SettingsModelString) - Static method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
incMissing() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
 
InColumnField() - Constructor for class org.knime.core.node.util.dialog.field.ColumnField.InColumnField
 
InColumnList() - Constructor for class org.knime.core.node.util.dialog.field.FieldList.InColumnList
Create an empty instance.
IncorpMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
Makes use the missing value by using it inside the model.
IncorpMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.IncorpMissingValueReplacementFunction
 
increment(double, int, double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.NominalValueHistogram
Increments the histogram count at the given position for the given weight.
increment(int) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
Increments the counter for the item with id = pos.
incrementAndGet(double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.AtomicDouble
Increments this double by the given increment.
incrementCount() - Method in class org.knime.base.node.preproc.equalsizesampling.OccurrenceCounter
Increment count by one.
incrementCount() - Method in class org.knime.core.node.NodeTriple
Increments the count by one.
incrementIterationIndex() - Method in class org.knime.core.node.workflow.FlowLoopContext
increment iteration index and return new value.
incrementNrOfRows() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
Increments the number of processed rows.
incrementNumThreads() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
Increments the current number of threads in use by 1.
incRemoteWorkflowOpening() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
Called when a remote workflow is opened.
incWorkflowOpening() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
Called when a workflow is opened.
INDATA - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
In port of the data for the examples.
INDATAPORT - Static variable in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
Index of input data port.
INDATAPORT - Static variable in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
Index of input data port.
index - Variable in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
 
index - Variable in class org.knime.base.node.rules.Rule.ColumnReference
Deprecated.
 
indexOf(Object) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
indexOf(String) - Method in class org.knime.core.data.container.ColumnRearranger
Get the current index of the column with name colName.
indices(NameFilterConfiguration.FilterResult, DataTableSpec) - Static method in class org.knime.base.node.util.SourceColumnsAsProperties
Finds the column indices for the included column names.
indices(String[], DataTableSpec) - Static method in class org.knime.base.node.util.SourceColumnsAsProperties
Finds the indices for the includes column names.
indicesAsString(int[]) - Static method in class org.knime.base.node.util.SourceColumnsAsProperties
 
indicesFrom(DataColumnSpec) - Static method in class org.knime.base.node.util.SourceColumnsAsProperties
 
InFlowVariableField() - Constructor for class org.knime.core.node.util.dialog.field.FlowVariableField.InFlowVariableField
 
InFlowVariableList() - Constructor for class org.knime.core.node.util.dialog.field.FieldList.InFlowVariableList
Create an empty instance.
info(Object) - Method in class org.knime.core.node.NodeLogger
Write info message into this logger.
info(Object, Throwable) - Method in class org.knime.core.node.NodeLogger
Write info message and throwable into this logger.
INFO - Static variable in class org.knime.core.node.util.FilesHistoryPanel.LocationCheckLabel
Color for info messages.
INFO_OUTPORT - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
Index of decomposition output port.
infoWithFormat(String, Object...) - Method in class org.knime.core.node.NodeLogger
Write info message, created by String.format(String, Object...) into this logger.
init(DataTableSpec, int) - Method in class org.knime.base.data.statistics.calculation.ApacheMathStatistic
init(DataTableSpec, int) - Method in class org.knime.base.data.statistics.calculation.DoubleMinMax
init(DataTableSpec, int) - Method in class org.knime.base.data.statistics.calculation.Median
init(DataTableSpec, int) - Method in class org.knime.base.data.statistics.calculation.MinMax
init(DataTableSpec, int) - Method in class org.knime.base.data.statistics.calculation.MissingValue
init(DataTableSpec, int) - Method in class org.knime.base.data.statistics.calculation.NominalValue
init(DataTableSpec, int) - Method in class org.knime.base.data.statistics.calculation.SpecialDoubleCells
init(DataTableSpec, int) - Method in class org.knime.base.data.statistics.CellMean
init(DataTableSpec, int) - Method in class org.knime.base.data.statistics.Statistic
 
init(DataTableSpec, String...) - Method in class org.knime.base.data.statistics.Statistic
 
init(int, int, DataTable) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Inits the cluster centers and the weight matrix.
init(int, int, DataTable, Random) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Inits the cluster centers and the weight matrix.
init(DataTable) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
An easier initialization, the rowcount and dimension are determined by iterating over the table.
init(DataTable, Random) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
An easier initialization, the rowcount and dimension are determined by iterating over the table.
init(int, int, DataTable) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Inits the cluster centers and the weight matrix.
init(int, int, DataTable, Random) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Inits the cluster centers and the weight matrix.
init(RowKey[], double[][]) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Inits the cluster centers and the weight matrix.
init(RowKey[], double[][], Random) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithmMemory
Inits the cluster centers and the weight matrix.
init(long) - Method in class org.knime.base.node.mine.mds.MDSManager
Initializes the lower dimensional data points randomly.
init(long) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Initializes the lower dimensional data points randomly.
init() - Method in class org.knime.base.node.mine.regression.RegressionContent
Initializes the factor domain values.
init() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
Initialize the dialog tabs.
init(DataRow[], int) - Method in class org.knime.base.node.preproc.pmml.missingval.DataColumnWindow
Initializes the window with a buffer that is at least as big as lookahead + lookbehind + 1.
init(DataTableSpec, int) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueStatistic
init(DataTableSpec, int) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationStatisticMB
init(DataTableSpec, int) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationStatisticMB
init(DataTableSpec, int) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
init(DataTableSpec, int) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticMB
init(DataTableSpec, int) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticTB
init(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellReplacingDataTable
Initializes the statistics for the handlers.
init(ExecutionContext) - Method in class org.knime.core.data.blob.BinaryObjectCellFactory
This method is called once by DataTypeRegistry when a factory instance is created.
init(ExecutionContext) - Method in class org.knime.core.data.container.ColumnRearrangerFunction
Called once before the execution starts.
init(ExecutionContext) - Method in interface org.knime.core.data.DataCellFactory
This method is called once by DataTypeRegistry when a factory instance is created.
init(DataTableSpec) - Method in class org.knime.core.data.sort.SortingDescription
finds and sets the indices of the set columns.
init(BufferedDataTable[], ExecutionContext) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Do here the initialisation of the model.
init() - Method in class org.knime.core.node.NodeFactory
Initializes the node factory by reading and processing the node description.
init(ExecutionContext) - Method in class org.knime.core.node.streamable.StreamableFunction
Called once before the execution starts.
INIT_HEIGHT - Static variable in class org.knime.core.node.workflow.OutPortView
Initial frame height.
INIT_WIDTH - Static variable in class org.knime.core.node.workflow.OutPortView
Initial frame width.
initCellFactory(int) - Static method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Initialises the SotaTreeCellFactory instance.
initCellFactory() - Static method in class org.knime.base.node.mine.sota.logic.SotaTreeCellFactory
Initialises the SotaTreeCellFactory instance.
initComboBox(DataTableSpec, JComboBox, String) - Method in class org.knime.core.node.util.ColumnPairsSelectionPanel
Initialize a combo box and set the selected index.
initDefaultLocations(HashMap<SotaTreeCell, SotaTreeCellLocations>, SotaTreeCell) - Static method in class org.knime.base.node.mine.sota.logic.SotaManager
 
initDefaults(DataTableSpec) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
Do auto-configuration.
INITIAL_DELAY - Static variable in class org.knime.core.node.interrupt.InterruptibleNodeModel
A constant to define the initial delay, so the algorithm and the slider have the same initial values.
INITIAL_MAX_ITERATIONS - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Constant for the initial number of iterations used in the dialog.
INITIAL_NR_CLUSTERS - Static variable in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Constant for the initial number of clusters used in the dialog.
initialize(List<L>, List<R>, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Initializes the panel.
initialize(List<R>) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
Initializes the column aggregator table with the given ColumnAggregators.
initialize(DataTableSpec, List<ColumnAggregator>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
Initializes the panel.
initialize(List<R>) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
This method is used to initialize the TableModel with the initial selected AggregationFunctionRows.
initialize(DataTableSpec, List<ColumnAggregator>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
Initializes the panel.
initialize(DataType, List<NamedAggregationOperator>, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
Initializes the panel.
initialize(List<R>) - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
This method is used to initialize the TableModel with the initial selected AggregationFunctionRows.
initialize(DataTableSpec, List<DBColumnAggregationFunctionRow>) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
Initializes the panel.
initialize(DataTableSpec, List<DBPatternAggregationFunctionRow>) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
Initializes the panel.
initialize(DataTableSpec, List<DBDataTypeAggregationFunctionRow>) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
Initializes the panel.
initializeDimension() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyHelper
Returns the number of a specific type of DataCells in a RowContainers row.
initializeDimension() - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
Returns the number of a specific type of DataCells in a RowContainers row.
initializeDimension() - Method in class org.knime.base.node.mine.sota.logic.SotaNumberHelper
Returns the number of a specific type of DataCells in a RowContainers row.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.data.normalize.PMMLNormalizeTranslator
Initializes the translator based on a derived field array.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.cluster.PMMLClusterTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Deprecated.
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.neural.mlp2.PMMLNeuralNetworkTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.mine.svm.PMMLSVMTranslator
Initializes the translator based on a PMML document.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.PMMLMapValuesTranslator
Initializes the translator based on a derived field array.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.PMMLMapValuesTranslator
Initializes the translator based on a derived field array.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.pmml.binner.PMMLBinningTranslator
Initializes the translator based on a derived field array.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.pmml.columnTrans.PMMLMany2OneTranslator
Deprecated.
Initializes the translator based on a derived field array.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.pmml.columnTrans.PMMLOne2ManyTranslator
Deprecated.
Not yet implemented! Initializes the translator based on a derived field array.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.pmml.columntrans2.PMMLMany2OneTranslator
Initializes the translator based on a derived field array.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.pmml.columntrans2.PMMLOne2ManyTranslator
Not yet implemented! Initializes the translator based on a derived field array.
initializeFrom(PMMLDocument) - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLMissingValueReplacementTranslator
Initializes the translator based on a PMML document.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
Initializes the translator based on a derived field array.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
Initializes the translator based on a derived field array.
initializeFrom(PMMLDocument) - Method in class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
Initializes the translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in class org.knime.core.node.port.pmml.PMMLMiningSchemaTranslator
Initializes the mining schema translator based on a PMML document.
initializeFrom(PMMLDocument) - Method in interface org.knime.core.node.port.pmml.PMMLTranslator
Initializes the translator based on a PMML document.
initializeFrom(DerivedFieldDocument.DerivedField[]) - Method in interface org.knime.core.node.port.pmml.preproc.PMMLPreprocTranslator
Initializes the translator based on a derived field array.
initializeModelTranslator(PMMLTranslator) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
 
initializeTree() - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyHelper
Initializes the Sota tree with specific SotaCells like SotaFuzzyCell or SotaDoubleCell.
initializeTree() - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
Initializes the Sota tree with specific SotaCells like SotaFuzzyCell or SotaDoubleCell.
initializeTree(DataTable, DataArray, ExecutionMonitor, int) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Initializes the tree by creating the root node and two children cells of the root node.
initializeTree() - Method in class org.knime.base.node.mine.sota.logic.SotaNumberHelper
Initializes the Sota tree with specific SotaCells like SotaFuzzyCell or SotaDoubleCell.
initProcessing(RearrangeColumnsTable.NewColumnsProducerMapping, ExecutionContext) - Static method in class org.knime.core.data.container.RearrangeColumnsTable
Set a file store factory on the AbstractCellFactory.
initQualityMeasure(double[], double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGainRatio
Calculates the entropy of the distribution before a split.
initQualityMeasure(double[], double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGini
Some quality measures, like the information gain, calculate a quality of a previous distribution compared to a new one.
initQualityMeasure(double[], double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityMeasure
Some quality measures, like the information gain, calculate a quality of a previous distribution compared to a new one.
initSimpleSetPred(PMMLSimpleSetPredicate, SimpleSetPredicateDocument.SimpleSetPredicate) - Static method in class org.knime.base.node.mine.decisiontree2.PMMLPredicateTranslator
Converts a PMMLSimpleSetPredicate (sp) to a SimpleSetPredicateDocument.SimpleSetPredicate (setPred).
initStatistics(int, SummaryStatistics[]) - Method in class org.knime.base.node.mine.regression.RegressionStatisticsLearner
Initialize/create the objects to compute the statistics.
InjectVariablesDBNodeFactory - Class in org.knime.base.node.flowvariable.injectvariables
 
InjectVariablesDBNodeFactory() - Constructor for class org.knime.base.node.flowvariable.injectvariables.InjectVariablesDBNodeFactory
Creates factory for DatabasePortObject type ports.
InjectVariablesNodeFactory - Class in org.knime.base.node.flowvariable.injectvariables
 
InjectVariablesNodeFactory() - Constructor for class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Creates factory for BufferedDataTable type ports.
InjectVariablesNodeFactory(PortType) - Constructor for class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeFactory
Create factory, that instantiates nodes, whose first input and the only output port are typed to the argument.
InjectVariablesNodeModel - Class in org.knime.base.node.flowvariable.injectvariables
 
InjectVariablesNodeModel(PortType) - Constructor for class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Two inputs, one output.
inMemoryChanged() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Call this method if the process in memory flag has changed.
inMemoryChanged() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Deprecated.
obsolete to be notified when consistent settings are loaded into the model (since 2.6)
InMemoryIterator - Class in org.knime.base.data.join
This iterator joins two tables (given by a JoinedTable) in memory and is therfore magnituded faster than the standard joiner.
InMemoryIterator(JoinedTable) - Constructor for class org.knime.base.data.join.InMemoryIterator
Creates a new iterator for an in memory join of two tables.
InMemoryTable - Class in org.knime.base.node.mine.decisiontree2.learner2
Implements a table that holds DataRowWeighteds in memory.
InMemoryTable(ValueMapper<DataCell>[], ValueMapper<DataCell>, ValueMapper<String>, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Creates an empty table that keeps all rows in memory.
InMemoryTable(InMemoryTable) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Creates an empty table from a given template table.
InMemoryTableCreator - Class in org.knime.base.node.mine.decisiontree2.learner2
Creates an in memory representation of the given BufferedDataTable.
InMemoryTableCreator(BufferedDataTable, int, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTableCreator
Creates a creator from the given table and the specified class index.
InMemoryTableCreator(BufferedDataTable, int, double, boolean) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTableCreator
Creates a creator from the given table and the specified class index.
INMODEL - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
In port of the optional PMMLModel.
INMODELPORT - Static variable in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
Index of input model (=decision tree) port.
INMODELPORT - Static variable in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
Index of input model (=decision tree) port.
innerCreateCell(String, String) - Method in enum org.knime.base.node.preproc.constantvalue.TypeCellFactory
Should not be called.
InnerFlowLoopContext - Class in org.knime.core.node.workflow
Control object on a FlowObjectStack to indicate the actual execution of a loop start node.
InnerFlowLoopContext() - Constructor for class org.knime.core.node.workflow.InnerFlowLoopContext
 
INPORT - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
The input port used here.
INPORT - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
The input port 0.
INPORT - Static variable in class org.knime.base.node.mine.sota.SotaNodeModel
The input port used here.
INPORT - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
The input port used here.
INPORT - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Keeps port number for the single input port.
INPORT - Static variable in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Keeps port number for the single input port.
INPORT - Static variable in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Keeps port number for the single input port.
INPORT - Static variable in class org.knime.base.node.viz.table.TableNodeModel
Index of the input port (only one anyway).
INPORT_CLUSTERING - Static variable in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Inport port of the clustering to judge.
INPORT_REFERENCE - Static variable in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Inport port of the reference clustering.
inProgress() - Method in class org.knime.core.node.workflow.ConnectionProgress
 
Input(String, PortType) - Constructor for class org.knime.core.node.Node.Input
 
INPUT_COLUMNS - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
 
INPUT_COLUMNS_PLACEHOLDER - Static variable in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
 
INPUT_KEY - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Key to store the input value of a neuron in the ModelContent.
inputColumns() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
Returns a list with all input columns.
InputFilter<T> - Class in org.knime.core.node.util.filter
Used to (pre-)filter items in a filter configuration.
InputFilter() - Constructor for class org.knime.core.node.util.filter.InputFilter
 
InputLayer - Class in org.knime.base.data.neural
A special layer holding the input perceptrons.
InputLayer(Perceptron[]) - Constructor for class org.knime.base.data.neural.InputLayer
Constructs an input layer with given input perceptrons.
InputLayer(int) - Constructor for class org.knime.base.data.neural.InputLayer
Constructs an input layer with given number of input neurons, input set to zero.
InputNode - Interface in org.knime.core.node.dialog
Interface for nodes that can be controlled by input from external sources, e.g.
InputPerceptron - Class in org.knime.base.data.neural
Class representing an input perceptron.
InputPerceptron(double) - Constructor for class org.knime.base.data.neural.InputPerceptron
Constructs a perceptron with given input.
InputPerceptron() - Constructor for class org.knime.base.data.neural.InputPerceptron
Constructs a perceptron with input 0.
InputPortRole - Class in org.knime.core.node.streamable
A port role describes the requirements for a node's input object.
InputRow - Class in org.knime.base.node.preproc.joiner
This class is a container for a DataRow and an index.
InputRow(DataRow, int, InputRow.Settings.InDataPort, InputRow.Settings) - Constructor for class org.knime.base.node.preproc.joiner.InputRow
 
InputRow.Settings - Class in org.knime.base.node.preproc.joiner
Common settings for all InputDataRows.
InputRow.Settings.InDataPort - Enum in org.knime.base.node.preproc.joiner
A InputRow belongs either to the left input table or to the right input table.
InputRow.WildCardCell - Class in org.knime.base.node.preproc.joiner
Used in the match any case.
InputTableCellEditor(OutFieldsTable, DataTableSpec, Map<String, FlowVariable>) - Constructor for class org.knime.core.node.util.dialog.OutFieldsTable.InputTableCellEditor
Create a new instance.
inputWorkflow - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
The input workflow, either a directory or zip file.
insert(DenseByteVectorCell) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Inserts the bytes at the lower positions of the current vector.
insert(SparseByteVectorCell) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Inserts the bytes at the lower positions of the current vector.
insertAt(int, CellFactory) - Method in class org.knime.core.data.container.ColumnRearranger
Inserts the columns provided by fac at a given position.
insertBound(double) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Inserts a new bound into an interval.
InsertColumn - Class in org.knime.base.node.parallel.appender
 
InsertColumn(int) - Constructor for class org.knime.base.node.parallel.appender.InsertColumn
Creates a column destination that inserts a column.
insertColumns(int[]) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Add columns with default properties.
InsertColumnsAction - Class in org.knime.base.node.io.tablecreator.table
The swing action to insert columns based on the selected columns.
InsertColumnsAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.InsertColumnsAction
Creates a new instance.
insertIndexInterval(int, int, boolean) - Method in class org.knime.core.util.NoSelectionListSelectionModel
insertNewColAt(FixedWidthColProperty, int) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
insertRows(int[]) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Insert empty rows.
InsertRowsAction - Class in org.knime.base.node.io.tablecreator.table
The swing action to insert rows based on the selected columns.
InsertRowsAction(SpreadsheetTable) - Constructor for class org.knime.base.node.io.tablecreator.table.InsertRowsAction
Creates a new instance.
insertUpdate(DocumentEvent) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
InsertWorkflowPersistor - Class in org.knime.core.node.workflow
Persistor that is used when a workflow (a project) is loaded.
InsertWorkflowPersistor(TemplateNodeContainerPersistor) - Constructor for class org.knime.core.node.workflow.InsertWorkflowPersistor
 
installFixer() - Static method in class org.knime.core.node.MacFileChooserFixer
Installs the fixer upon the first call.
installUI(JComponent) - Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
INSTANCE - Static variable in class org.knime.base.util.NullPrintStream
The singleton instance of this NullPrintStream.
INSTANCE - Static variable in class org.knime.base.util.NullWriter
Deprecated.
Do not use this public instance because Writers are internally synchronized on themselves.
INSTANCE - Static variable in class org.knime.core.data.DataType.MissingCell
Deprecated.
Singleton to be used.
INSTANCE - Static variable in class org.knime.core.data.MissingCell
 
INSTANCE - Static variable in class org.knime.core.data.model.PortObjectValueRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
INSTANCE - Static variable in class org.knime.core.data.renderer.BooleanValueRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
INSTANCE - Static variable in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
INSTANCE - Static variable in class org.knime.core.data.renderer.ByteVectorValueStringRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
INSTANCE - Static variable in class org.knime.core.data.renderer.IntValueRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
INSTANCE - Static variable in class org.knime.core.data.renderer.LongValueRenderer
Deprecated.
Instance to be used.
INSTANCE - Static variable in class org.knime.core.data.renderer.StringValueRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
INSTANCE - Static variable in class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated.
Singleton to be used for default handling.
INSTANCE - Static variable in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
 
INSTANCE - Static variable in class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
 
INSTANCE - Static variable in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
Singleton instance to be used.
INSTANCE - Static variable in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec
Singleton instance to be used.
INSTANCE - Static variable in class org.knime.core.node.port.inactive.InactiveBranchPortObject
Singleton to be used.
INSTANCE - Static variable in class org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec
Singleton to be used.
INSTANCE - Static variable in class org.knime.core.node.workflow.WorkflowLoadHelper
Default (pessimistic) default load helper.
INSTANCE - Static variable in class org.knime.core.util.CLibrary.UnixCLibrary
 
INSTANCE - Static variable in class org.knime.core.util.CLibrary.WindowsCLibrary
 
instantiateAndLoad(ModelContentRO, PortObjectSpec) - Static method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
Creates a new linear regression model that is read from the given model content object.
IntCell - Class in org.knime.core.data.def
A data cell implementation holding an integer value by storing this value in a private int member.
IntCell(int) - Constructor for class org.knime.core.data.def.IntCell
Creates new cell for a generic int value.
IntCell.IntCellFactory - Class in org.knime.core.data.def
Factory for IntCells.
IntCell.IntCellSerializer - Class in org.knime.core.data.def
Serializer for an IntCell.
IntCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.IntCellEntry
 
IntCellFactory() - Constructor for class org.knime.core.data.def.IntCell.IntCellFactory
 
IntCellSerializer() - Constructor for class org.knime.core.data.def.IntCell.IntCellSerializer
 
IntegerCoordinate - Class in org.knime.base.util.coordinate
 
IntegerCoordinate(DataColumnSpec) - Constructor for class org.knime.base.util.coordinate.IntegerCoordinate
Constructor for class IntegerCoordinate.
IntegerCoordinateFactory - Class in org.knime.base.util.coordinate
 
IntegerCoordinateFactory() - Constructor for class org.knime.base.util.coordinate.IntegerCoordinateFactory
 
IntegerCoordinateMapping - Class in org.knime.base.util.coordinate
Holds the original value according to the domain and its mapping.
IntegerCoordinateMapping(String, int, double) - Constructor for class org.knime.base.util.coordinate.IntegerCoordinateMapping
Constructs a coordinate mapping.
integerLoop() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Returns if the loop should iterate over integer and not doubles.
integerLoop(boolean) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Sets if the loop should iterate over integer and not doubles.
IntegerMeanMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
A handler that replaces missing values with the rounded mean of the column.
IntegerMeanMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandler
 
IntegerMeanMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Creates a handler that replaces missing values with the column's rounded mean.
IntegerMeanMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandlerFactory
 
InteractiveBarDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This class extends the BarDataModel to support hiliting.
InteractiveBarDataModel(String, Color) - Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveBarDataModel
Constructor for class BarDataModel.
InteractiveBarElementDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This class extends the BarElementDataModel to support hiliting.
InteractiveBarElementDataModel(Color) - Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveBarElementDataModel
Constructor for class BarElementDataModel.
InteractiveBinDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This class extends the BinDataModel to support hiliting.
InteractiveBinDataModel(String, double, double) - Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
Constructor for class BinDataModel.
InteractiveClientNodeView<T extends NodeModel & InteractiveNode<REP,VAL>,REP extends ViewContent,VAL extends ViewContent> - Class in org.knime.core.node.interactive
Abstract base class for interactive views which are launched on the client side and have direct access to the NodeModel itself.
InteractiveClientNodeView(T) - Constructor for class org.knime.core.node.interactive.InteractiveClientNodeView
 
InteractiveHiLiteCollectorNodeFactory - Class in org.knime.base.node.preproc.filter.hilite.collector
 
InteractiveHiLiteCollectorNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeFactory
 
InteractiveHiLiteCollectorNodeModel - Class in org.knime.base.node.preproc.filter.hilite.collector
 
InteractiveHiLiteCollectorNodeModel() - Constructor for class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
 
InteractiveHiLiteCollectorNodeView - Class in org.knime.base.node.preproc.filter.hilite.collector
 
InteractiveHiLiteCollectorNodeView(InteractiveHiLiteCollectorNodeModel) - Constructor for class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeView
 
InteractiveHiLiteCollectorViewContent - Class in org.knime.base.node.preproc.filter.hilite.collector
 
InteractiveHiLiteCollectorViewContent() - Constructor for class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorViewContent
 
InteractiveHistogramDataModel - Class in org.knime.base.node.viz.histogram.datamodel
This data model holds all information (DataRows, DataTableSpec) to provide the flexibility.
InteractiveHistogramDataModel(DataArray, List<Color>) - Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
Constructor for class InteractiveHistogramDataModel.
InteractiveHistogramPlotter - Class in org.knime.base.node.viz.histogram.impl.interactive
This class is the controller between the data model of the InteractiveHistogramVizModel class and the view HistogramDrawingPane.
InteractiveHistogramPlotter(InteractiveHistogramProperties, HiLiteHandler) - Constructor for class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramPlotter
Creates a new PlotterScrolling pane and associates it with the passed view control panel.
InteractiveHistogramProperties - Class in org.knime.base.node.viz.histogram.impl.interactive
The properties panel of the Histogram plotter which allows the user to change the look and behaviour of the histogram plotter.
InteractiveHistogramProperties(DataTableSpec, AbstractHistogramVizModel) - Constructor for class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
Constructor for class FixedColumnHistogramProperties.
InteractiveHistogramVizModel - Class in org.knime.base.node.viz.histogram.datamodel
Extends the AbstractHistogramVizModel to allow hiliting and column changing.
InteractiveHistogramVizModel(List<Color>, AggregationMethod, HistogramLayout, DataTableSpec, List<DataRow>, DataColumnSpec, Collection<ColorColumn>, int) - Constructor for class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
Constructor for class InteractiveHistogramVizModel.
InteractiveIntervalBinCreator - Class in org.knime.base.node.viz.histogram.util
This is the IntervalBinCreator implementation that created the InteractiveBinDataModels for the interactive histogram.
InteractiveIntervalBinCreator() - Constructor for class org.knime.base.node.viz.histogram.util.InteractiveIntervalBinCreator
Constructor for class InteractiveIntervalBinCreator.
InteractiveNode<REP extends ViewContent,VAL extends ViewContent> - Interface in org.knime.core.node.interactive
Interface for NodeModels that support interactive views and repeated execution when the view has been modified by the user.
InteractiveNodeFactoryExtension<T extends NodeModel & InteractiveNode<REP,VAL>,REP extends ViewContent,VAL extends ViewContent> - Interface in org.knime.core.node.interactive
Interface for NodeFactories of InteractiveNodeModels.
InteractivePieDataModel - Class in org.knime.base.node.viz.pie.datamodel.interactive
This is the interactive implementation of the PieDataModel which allows hiliting and column changing.
InteractivePieDataModel(ExecutionMonitor, DataTable, int, boolean) - Constructor for class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
Constructor for class InteractivePieDataModel.
InteractivePieNodeFactory - Class in org.knime.base.node.viz.pie.node.interactive
Factory class of the interactive pie chart implementation.
InteractivePieNodeFactory() - Constructor for class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeFactory
 
InteractivePieNodeModel - Class in org.knime.base.node.viz.pie.node.interactive
The interactive implementation of the PieNodeModel class.
InteractivePieNodeModel() - Constructor for class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
The constructor.
InteractivePieNodeView - Class in org.knime.base.node.viz.pie.node.interactive
The interactive implementation of the PieNodeView.
InteractivePieNodeView(InteractivePieNodeModel) - Constructor for class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeView
Constructor for class InteractivePieNodeView.
InteractivePiePlotter - Class in org.knime.base.node.viz.pie.impl.interactive
The interactive implementation of the pie plotter which allows the user to change the pie and aggregation column in the view and supports hiliting.
InteractivePiePlotter(InteractivePieProperties, HiLiteHandler) - Constructor for class org.knime.base.node.viz.pie.impl.interactive.InteractivePiePlotter
Constructor for class InteractivePiePlotter.
InteractivePieProperties - Class in org.knime.base.node.viz.pie.impl.interactive
The interactive implementation of the PieProperties panel which allows the changing of the pie and aggregation column.
InteractivePieProperties(InteractivePieVizModel) - Constructor for class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
Constructor for class FixedPieProperties.
InteractivePieVizModel - Class in org.knime.base.node.viz.pie.datamodel.interactive
This is the interactive implementation of the PieVizModel.
InteractivePieVizModel(InteractivePieDataModel, String, String) - Constructor for class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
Constructor for class InteractivePieVizModel.
InteractiveView<T extends NodeModel & InteractiveNode<REP,VAL>,REP extends ViewContent,VAL extends ViewContent> - Interface in org.knime.core.node.interactive
Interface for all interactive views.
InteractiveViewDelegate<V extends ViewContent> - Class in org.knime.core.node.interactive
Delegate class that can be used in an InteractiveView implementation.
InteractiveViewDelegate() - Constructor for class org.knime.core.node.interactive.InteractiveViewDelegate
 
InteractiveWebViewsResult - Class in org.knime.core.node.workflow.action
InteractiveWebViewsResult(InteractiveWebViewsResult.SingleInteractiveWebViewResult[]) - Constructor for class org.knime.core.node.workflow.action.InteractiveWebViewsResult
 
InteractiveWebViewsResult.Builder - Class in org.knime.core.node.workflow.action
InteractiveWebViewsResult.SingleInteractiveWebViewResult - Class in org.knime.core.node.workflow.action
Represents a single web view, currently a NodeModel and a name.
INTERN_FILE_DIR - Static variable in interface org.knime.core.node.NodePersistor
Directory name to save and load node internals.
INTERNAL_MODEL - Static variable in class org.knime.base.node.mine.sota.SotaNodeModel
The configuration key for the internal model of SOTA.
INTERNAL_TABLE_FOLDER_PREFIX - Static variable in class org.knime.core.node.FileNodePersistor
Prefix of associated port folders.
internalCreateNew(String) - Static method in class org.knime.core.util.node.config.ConfigRegistry
Factory method used by the framework to create a new empty config registry.
InternalDuplicateChecker - Class in org.knime.core.data.filestore.internal
 
InternalDuplicateChecker() - Constructor for class org.knime.core.data.filestore.internal.InternalDuplicateChecker
 
internalIsDirty() - Method in class org.knime.core.node.workflow.NodeContainer
 
internalIsDirty() - Method in class org.knime.core.node.workflow.SubNodeContainer
InternalIterator() - Constructor for class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator.InternalIterator
 
internalLoadSettingsFrom(NodeSettingsRO, PortObjectSpec[], PortObject[], FlowObjectStack, CredentialsProvider, boolean) - Method in class org.knime.core.node.NodeDialogPane
Method being called from the node when the dialog shall load the settings from a NodeSettingsRO object.
InternalNodeContainerState - Enum in org.knime.core.node.workflow
(Package scope) implementation of NodeContainerState.
internalSaveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.NodeDialogPane
Called from the node when the current settings shall be written to a NodeSettings object.
interpolate(Point, Point, List<DotInfo>) - Method in class org.knime.base.node.viz.plotter.line.LinePlotter
The nr of intermediate points and the last row index is used to determine the x value (only the y value is interpolated).
interpolatePosition(double, double, double, double) - Method in class org.knime.base.util.coordinate.AscendingNumericTickPolicyStrategy
Interpolates the correct mapping for a given value.
interpolatePosition(double, double, double, double) - Method in class org.knime.base.util.coordinate.DescendingNumericTickPolicyStrategy
Interpolates the correct mapping for a given value.
InterpolationMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
 
InterpolationMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
 
InterpolationTab - Class in org.knime.base.node.viz.plotter.props
Provides a checkbox if the missing values should be interpolated or not.
InterpolationTab() - Constructor for class org.knime.base.node.viz.plotter.props.InterpolationTab
Creates a box with a checkbox (interpolate missing values).
interruptAll() - Method in class org.knime.core.util.ThreadPool
Interrupts all running jobs.
InterruptControlPanel - Class in org.knime.core.node.interrupt
A simple control panel holding the control elements necessary to control the InterruptibleNodeModel, that is a "Run"-, "Break"- and "Finish"-Button and a slider to adjust the delay.
InterruptControlPanel() - Constructor for class org.knime.core.node.interrupt.InterruptControlPanel
Constructs the InterruptControlPanel with the buttons: "Run", "Break" and "Finish" and the slider to adjust the delay.
InterruptedExecutionException - Exception in org.knime.base.node.io.filereader
Exception thrown by the FileAnalyzer, if the program (the node dialog) interrupted the analysis.
InterruptedExecutionException() - Constructor for exception org.knime.base.node.io.filereader.InterruptedExecutionException
Creates a new exception with no detail message.
InterruptedExecutionException(String) - Constructor for exception org.knime.base.node.io.filereader.InterruptedExecutionException
Creates a new exception with a detail message.
InterruptibleNodeModel - Class in org.knime.core.node.interrupt
This class provides a generic implementation of a node that can be stopped and resumed during execution.
InterruptibleNodeModel(int, int) - Constructor for class org.knime.core.node.interrupt.InterruptibleNodeModel
Constructs a NodeModel with the desired in- and out-ports, setting the state to paused, that is waiting for an initial event to start executing.
InterruptibleNodeView - Class in org.knime.core.node.interrupt
This class provides a generic view for the InterruptibleNodeModel and all deriving classes, which basically consists in a control panel, with some control elements such as a "Run"-, a "Break"- and a "Finish"-Button and a slider to adjust the delay.
InterruptibleNodeView(InterruptibleNodeModel) - Constructor for class org.knime.core.node.interrupt.InterruptibleNodeView
Constructs an instance of the InterruptibleNodeView with the underlying InterruptibleNodeModel and a title.
InterruptibleNodeView(InterruptibleNodeModel, JPanel) - Constructor for class org.knime.core.node.interrupt.InterruptibleNodeView
Creates an instance of the interruptible node view with the control elements and a specific additional panel.
intersects(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns true, if this and the argument vector have at least one bit set at the same position.
intersects(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns true, if this and the argument vector have at least one bit set at the same position.
Interval - Class in org.knime.base.node.preproc.discretization.caim2
Represents a double interval.
Interval(double, double, boolean, boolean) - Constructor for class org.knime.base.node.preproc.discretization.caim2.Interval
Creates an interval from its boundaries and whether the boundaries belong to the interval or not.
Interval(Config) - Constructor for class org.knime.base.node.preproc.discretization.caim2.Interval
Creates an interval from its boundaries and whether the boundaries belong to the interval or not.
INTERVAL_DIGITS - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Defines the number of decimal places which are used by default in the binning method.
INTERVAL_DIGITS - Static variable in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Number of digits used in an interval.
IntervalBinCreator<E extends BinDataModel> - Class in org.knime.base.node.viz.histogram.util
This class is a helper class of the BinningUtil class to create the different BinDataModels for fixed and interactive histogram.
IntervalBinCreator() - Constructor for class org.knime.base.node.viz.histogram.util.IntervalBinCreator
 
IntervalCell - Class in org.knime.core.data.def
A DataCell implementation holding a numeric interval as value by storing left and right bound.
IntervalCell(double, double, boolean, boolean) - Constructor for class org.knime.core.data.def.IntervalCell
Creates a new interval cell based on the minimum and maximum value.
IntervalCell(double, double) - Constructor for class org.knime.core.data.def.IntervalCell
Creates a new interval cell based on the minimum and maximum value, while both bounds are included.
IntervalCell.IntervallCellFactory - Class in org.knime.core.data.def
Factory for IntervalCells.
IntervalCell.IntervalSerializer - Class in org.knime.core.data.def
Factory for (de-)serializing a IntervalCell.
IntervalItemPanel(BinnerNodeDialogPane.IntervalPanel, boolean, Double, boolean, Double, String, DataType) - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
IntervalItemPanel(BinnerNodeDialogPane.IntervalPanel, Double, Double, String, DataType) - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
IntervallCellFactory() - Constructor for class org.knime.core.data.def.IntervalCell.IntervallCellFactory
 
IntervalPanel(String, String, Component, DataType) - Constructor for class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalPanel
Create new interval panel.
IntervalSerializer() - Constructor for class org.knime.core.data.def.IntervalCell.IntervalSerializer
 
IntervalUtilityFactory() - Constructor for class org.knime.core.data.IntervalValue.IntervalUtilityFactory
Only subclasses are allowed to instantiate this class.
IntervalValue - Interface in org.knime.core.data
Interface supporting interval cells holding minimum and maximum boundaries.
IntervalValue.IntervalUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
IntervalValueComparator - Class in org.knime.core.data
Comparator returned by the IntervalValue datacell type.
IntervalValueComparator() - Constructor for class org.knime.core.data.IntervalValueComparator
 
IntInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to enter a simple integer number.
IntInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.IntInputQuickFormInElement
Create an integer input with a given description.
intoBinnerMaps(PMMLPortObject, DataTableSpec) - Static method in class org.knime.base.node.io.database.binning.DBAutoBinner
This method translates a PMMLPortObject into a DBBinnerMaps object which holds several Maps needed to create a binner statement in StatementManipulator
IntPair(int, int) - Constructor for class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
Create a new instance.
IntUtilityFactory() - Constructor for class org.knime.core.data.IntValue.IntUtilityFactory
Only subclasses are allowed to instantiate this class.
IntValue - Interface in org.knime.core.data
Interface supporting generic int values.
intValue() - Method in class org.knime.core.util.MutableDouble
intValue() - Method in class org.knime.core.util.MutableInteger
IntValue.IntUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
IntValueComparator - Class in org.knime.core.data
Comparator returned by the IntValue interface.
IntValueComparator() - Constructor for class org.knime.core.data.IntValueComparator
 
IntValueRenderer - Class in org.knime.core.data.renderer
Default renderer for IntValue and LongValue.
IntValueRenderer() - Constructor for class org.knime.core.data.renderer.IntValueRenderer
Default Initialization is empty.
IntValueRenderer.Factory - Class in org.knime.core.data.renderer
Factory for the IntValueRenderer.
INVALID_PROPERTY_NAME - Static variable in class org.knime.core.node.util.DataColumnSpecListCellRenderer
All DataColumnSpecs that contain a property whit this name "KNIME_invallid_property_flag" in their DataColumnProperties are considered as invalid and special rendered.
INVALID_VAL_BAR_CAPTION - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The caption of the bar which holds all missing values.
InvalidAggregationFunction - Interface in org.knime.core.node.port.database.aggregation
Interface that indicates an invalid aggregation function.
invalidate() - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
invalidate() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Overridden for performance reasons.
InvalidDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation
Class that indicates an invalid db aggregation function.
InvalidDBAggregationFunction(String, String, String) - Constructor for class org.knime.core.node.port.database.aggregation.InvalidDBAggregationFunction
 
InvalidSettingsException - Exception in org.knime.core.node
This exception is thrown during load and save settings within the dialog's pane and model to indicate that the parameters set are not valid and can't be applied.
InvalidSettingsException(String) - Constructor for exception org.knime.core.node.InvalidSettingsException
Constructs an InvalidSettingsException with the specified detail message.
InvalidSettingsException(Throwable) - Constructor for exception org.knime.core.node.InvalidSettingsException
Constructs an InvalidSettingsException with the specified cause.
InvalidSettingsException(String, Throwable) - Constructor for exception org.knime.core.node.InvalidSettingsException
Constructs an InvalidSettingsException with the specified detail message and a cause.
invalidType(String, DataType, DataType) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
 
inverse(double[][]) - Static method in class org.knime.base.util.math.MathUtils
Calculates the inverse matrix of a given matrix.
invert() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Creates and returns a new bit vector whose bits are inverted compared to this vector.
InvocationTargetRuntimeException - Exception in org.knime.core.node.util
Thrown by the methods in the ViewUtils class that execute code in the Event Dispatch Thread, if the executed code throws an exception.
InvocationTargetRuntimeException(String, Throwable) - Constructor for exception org.knime.core.node.util.InvocationTargetRuntimeException
Creates a new exception, wrapping the cause in a runtime exception.
invokeAndWaitInEDT(Runnable) - Static method in class org.knime.core.node.util.ViewUtils
Executes the specified runnable in the Swing Event Dispatch Thread.
invokeCloseView(AbstractNodeView<?>) - Static method in class org.knime.core.node.Node
Widens scope of AbstractNodeView.closeView() method so it can be called from UI framework components.
invokeDialogInternalLoad(NodeDialogPane, NodeSettingsRO, PortObjectSpec[], PortObject[], FlowObjectStack, CredentialsProvider, boolean) - Static method in class org.knime.core.node.Node
Widens scope of internalLoadSettingsFrom method in NodeDialogPane.
invokeEnsureOpen(BufferedDataTable) - Static method in class org.knime.core.node.Node
Exposes BufferedDataTable.ensureOpen() as public method.
invokeFlush(FileStoreProxy.FlushCallback) - Static method in class org.knime.core.data.filestore.FileStoreUtil
 
invokeFullyNodeModelExecute(ExecutionContext, ExecutionEnvironment, PortObject[]) - Method in class org.knime.core.node.Node
invokeGetAvailableFlowVariables(NodeModel, FlowVariable.Type...) - Static method in class org.knime.core.node.Node
Invokes the corresponding package scope method in class NodeModel.
invokeGetAvailableFlowVariables(NodeDialogPane, FlowVariable.Type...) - Static method in class org.knime.core.node.Node
Invokes the corresponding package scope method in class NodeDialogPane.
invokeLaterInEDT(Runnable) - Static method in class org.knime.core.node.util.ViewUtils
Executes the specified runnable some time in the Swing Event Dispatch Thread.
invokeNodeModelConfigure(PortObjectSpec[]) - Method in class org.knime.core.node.Node
Invokes protected method NodeModel#configureModel.
invokeNodeModelExecute(ExecutionContext, PortObject[]) - Method in class org.knime.core.node.Node
 
invokeNodeModelExecute(ExecutionContext, ExecutionEnvironment, PortObject[]) - Method in class org.knime.core.node.Node
Calls Node.invokeFullyNodeModelExecute(ExecutionContext, ExecutionEnvironment, PortObject[]) with additional array element indicating flow variable port.
invokeOpenView(AbstractNodeView<?>, String) - Static method in class org.knime.core.node.Node
Widens scope of AbstractNodeView.openView(String, Rectangle) method so it can be called from UI framework components.
invokeOpenView(AbstractNodeView<?>, String, Rectangle) - Static method in class org.knime.core.node.Node
Widens scope of AbstractNodeView.openView(String, Rectangle) method so it can be called from UI framework components.
invokePeekFlowScopeContext(NodeModel) - Static method in class org.knime.core.node.Node
Invokes the corresponding package scope method in class NodeModel.
invokePushFlowVariable(NodeModel, FlowVariable) - Static method in class org.knime.core.node.Node
Invokes the corresponding package scope method in class NodeModel.
IRowFilter - Interface in org.knime.base.node.preproc.filter.row.rowfilter
Internal interface used by row filter nodes.
IS_APPENDED - Static variable in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
Key if new column is appended.
IS_APPENDED - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Key if new column is appended.
IS_NOMINAL - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Type of color setting.
IS_WINDOWS - Static variable in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
Boolean to check whether the system is windows.
isActive() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
 
isAdaptable(Class<V>) - Method in class org.knime.core.data.AdapterCell
Returns whether this adapter value is an adapter for the given value class.
isAdaptable(Class<V>) - Method in interface org.knime.core.data.AdapterValue
Returns whether this adapter value is an adapter for the given value class.
isAdaptable(Class<? extends DataValue>) - Method in class org.knime.core.data.DataType
Returns true if this data type is compatible to AdapterValue and the corresponding cells support the AdapterValue.getAdapter(Class) method for the given target value.
isAdaptableToAny(Class<? extends DataValue>...) - Method in class org.knime.core.data.DataType
Returns true if this data type is compatible to AdapterValue and the corresponding cells support any of the AdapterValue.getAdapter(Class) method for the given target value.
isAdditionalColumn(DataColumnSpec) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
isAdditionalColumn(String) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
isAddNewValuesFirst() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
 
isAllInputDataAvailable() - Method in class org.knime.core.node.workflow.NodeContainer
Called for nodes having data aware dialogs in order to check whether to prompt for execution or not.
isAllInputDataAvailableToNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Returns true if all required input data is available to the node.
isAppendedColumn() - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
Deprecated.
 
isAppendedColumn() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
 
isAppendedColumn() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalPanel
 
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isApplicable(DataType) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
Determines whether the missing cell handler created by this factory can be applied to cells of a data type.
isASuperTypeOf(DataType) - Method in class org.knime.core.data.DataType
Returns true if this data type is a supertype of the passed type (type), that is, the argument is compatible to all DataValue classes of this type (and may be more).
isAtLeastMode() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
isAttribute(Node) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
true if the given node is an attribute.
isAutoSave() - Method in class org.knime.core.node.workflow.WorkflowSaveHelper
 
isBetter(double, double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGainRatio
A gain ratio index is better if it is larger than the other one.
isBetter(double, double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGini
A gini index is better if it is larger than the other one.
isBetter(double, double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityMeasure
Determines if the first passed quality is better compared to the second quality.
isBetterOrEqual(double, double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGainRatio
A gain ratio index is better if it is larger or equal than the other one.
isBetterOrEqual(double, double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGini
A GINI index is better if it is larger than the other one.
isBetterOrEqual(double, double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityMeasure
Determines if the first passed quality is better or equal compared to the second quality.
isBinNominal() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isBorderOpaque() - Method in class org.knime.core.node.util.ComponentBorder
 
isCalcError() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
 
isCalculateDelta() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
isCanceled() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
 
isCanceled() - Method in class org.knime.core.node.ExecutionMonitor
 
isCanonEQ() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isCaseInsensitive() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
isCaseInsensitive() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isCaseInsensitiveNameMatching() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
isCaseSensitive() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
isCaseSensitive() - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
 
isCaseSensitive() - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
 
isCell() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns true if the cell is a Cell, false if it is a Node.
isCellEditable(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
isCellEditable(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationTableModel
isCellEditable(int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
isCellEditable(int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
isCellEditable(int, int) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
isCellEditable(int, int) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
isCellEditable(EventObject) - Method in class org.knime.core.node.config.ConfigEditTreeEditor
isCellEditable(int, int) - Method in class org.knime.core.node.util.DefaultConfigTableModel
isCellEditable(int, int) - Method in class org.knime.core.node.util.dialog.OutFieldsTableModel
isCharsetUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isClosed() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
 
isClosed() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
Returns whether the represented itemset is closed or not.
isClosed() - Method in class org.knime.core.data.container.DataContainer
Returns true if table has been closed and getTable() will return a DataTable object.
isCollapsed() - Method in class org.knime.base.node.mine.decisiontree2.view.CollapsiblePanel
 
isCollectionType() - Method in class org.knime.core.data.DataType
Does this type represent a collection.
isColumnHeaderResizingAllowed() - Method in class org.knime.core.node.tableview.TableView
Whether or not the resizing of the column header height is allowed.
isColumnHeaderSpecified() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns true if column header is specified in the data file and must be read from data input file, otherwise false.
isColumnSelected() - Method in class org.knime.base.node.io.database.DBSortItem
Returns true when a valid selection is done for the column field.
isColumnSelected() - Method in class org.knime.base.node.preproc.sorter.SortItem
Returns true when a valid selection is done for the column field.
isComments() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isCommentUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isCommment(Node) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
true if the given node is an comment.
isCompatible(DataColumnSpec) - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
isCompatible(DataColumnSpec) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
isCompatible(DataType) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
Returns true if the method supports the given DataType otherwise it returns false.
isCompatible(DataColumnSpec) - Method in class org.knime.base.data.aggregation.AggregationOperator
isCompatible(DataType) - Method in class org.knime.base.data.aggregation.AggregationOperator
 
isCompatible(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.ColumnAggregator
 
isCompatible(int, Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
 
isCompatible(int, Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
 
isCompatible(int, DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
 
isCompatible(int, DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
 
isCompatible(DataType) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
isCompatible(DataType) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
isCompatible(DataType) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
isCompatible(DataType) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
isCompatible(DataType) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
isCompatible(DataType) - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
 
isCompatible(Class<? extends DataValue>) - Method in class org.knime.core.data.DataType
Checks if the given DataValue.class is compatible to this type.
isCompatible(DataType) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
 
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.AvgDistinctDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.CorrDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.CountDistinctDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.CovarPopDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.CovarSampDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.GroupConcatDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction
isCompatible(DataType) - Method in class org.knime.core.node.port.database.aggregation.SimpleDBAggregationFunction
isCompatible(DatabaseConnectionSettings) - Method in interface org.knime.core.node.port.database.connection.DBDriverFactory
 
isCompatibleType(DataType) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
 
isCompatibleType(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRow
 
isCompatibleWithDomain(DataColumnDomain) - Method in class org.knime.base.util.coordinate.LogarithmicMappingMethod
Checks compatibility with a domain.
isCompatibleWithDomain(DataColumnDomain) - Method in interface org.knime.base.util.coordinate.MappingMethod
Checks compatibility with a domain.
isCompatibleWithDomain(DataColumnDomain) - Method in class org.knime.base.util.coordinate.SquareRootMappingMethod
Checks compatibility with a domain.
isConfigured() - Method in class org.knime.core.node.CopyNodePersistor
isConfigured() - Method in class org.knime.core.node.FileNodePersistor
Is configured according to the settings object.
isConfigured() - Method in interface org.knime.core.node.NodePersistor
 
isConfigured() - Method in enum org.knime.core.node.workflow.InternalNodeContainerState
isConfigured() - Method in interface org.knime.core.node.workflow.NodeContainerState
 
isConfiguredColumn(String) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
Returns true if there is a sorting configuration for given column.
isConfiguredColumn(DataColumnSpec) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ConfiguredColumnDeterminer
 
isConnected() - Method in class org.knime.core.node.port.MetaPortInfo
 
isContainedIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
Returns true if any point of this line is contained in the rectangle.
isContainedIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
isContainerTable(DataTable) - Static method in class org.knime.core.data.container.DataContainer
Returns true if the given argument table has been created by the DataContainer, false otherwise.
isConvertedColumn() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
isCopyData() - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
 
isCreatedInThisLoop(FileStoreKey) - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
 
isCreatedInThisLoop(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
isCreatedInThisLoop(FileStoreKey) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
isCreatedValue(String, DataCell) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
Returns true if the cell is a within this node created value.
isDataAvailable() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Returns true if model is avaiable, i.e.
isDataAvailable() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Returns true if model is available, i.e.
isDataAvailable() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Returns true if model is available, i.e.
isDataAvailable() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
Returns true if model is available, i.e.
isDataAvailable() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Returns true if model is available, i.e.
isDataFlavorSupported(DataFlavor) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDColumnSpecTransferable
isDebugEnabled() - Method in class org.knime.core.node.NodeLogger
Checks if debug logging level is enabled.
isDefault() - Method in enum org.knime.base.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
isDefault() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
isDefault() - Method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
isDefault() - Method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.BinNaming
isDefault() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
isDefault() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
isDefault() - Method in enum org.knime.base.node.switches.caseswitch.CaseEndNodeModel.MultipleActiveHandling
isDefault() - Method in enum org.knime.base.node.viz.aggregation.AggregationMethod
isDefault() - Method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
isDefault() - Method in enum org.knime.base.node.viz.aggregation.ValueScale
isDefault() - Method in enum org.knime.base.node.viz.histogram.HistogramLayout
isDefault() - Method in enum org.knime.core.data.vector.bitvector.BitVectorType
isDefault() - Method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
isDefault() - Method in interface org.knime.core.node.util.ButtonGroupEnumInterface
 
isDefault() - Method in class org.knime.core.node.workflow.NodeAnnotationData
 
isDeletable() - Method in class org.knime.core.node.workflow.ConnectionContainer
 
isDeletable() - Method in class org.knime.core.node.workflow.NodeContainer
 
isDeletable() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
isDeleteOnDiscard() - Method in class org.knime.core.node.exec.SandboxedNodeCreator
Callback from SandboxedNodeCreator.SandboxedNode instance whether to delete the folder after the workflow is disposed.
isDeleteOnReset() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
isDelimiterUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isDeprecated() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
Returns whether the node is deprecated.
isDeprecated() - Method in class org.knime.core.node.DelegateNodeDescription
Returns whether the node is deprecated.
isDeprecated() - Method in class org.knime.core.node.NodeDescription
Returns whether the node is deprecated.
isDeprecated() - Method in class org.knime.core.node.NodeFactory
Returns whether this node (factory) is deprecated.
isDeprecated(NodeFactory<? extends NodeModel>) - Method in class org.knime.core.node.NodeFactoryRepository
Returns whether the given node factory is deprecated.
isDetermineMostSpecificDataType() - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
 
isDirty() - Method in class org.knime.core.internal.ReferencedFile
isDirty() - Method in class org.knime.core.node.workflow.NodeContainer
 
isDirtyAfterLoad() - Method in class org.knime.core.node.CopyNodePersistor
Whether this node should be marked as dirty after load.
isDirtyAfterLoad() - Method in class org.knime.core.node.FileNodePersistor
Whether this node should be marked as dirty after load.
isDirtyAfterLoad() - Method in interface org.knime.core.node.NodePersistor
Whether this node should be marked as dirty after load.
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
isDirtyAfterLoad() - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
isDirtyAfterLoad() - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
 
isDirtyAfterLoad() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
isDistributable() - Method in class org.knime.core.node.streamable.PortRole
Defines that the data an input port can be processed in a distributable (= parallelizable) fashion.
isDistributable() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
Can the computation of the individual nodes run in parallel? Default is true but subclasses can enforce sequential access by overwriting this method and returning false.
isDotAll() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isDrawHierarchicalFuzzyData() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
isDrawHierarchicalSeparators() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
isDReal() - Method in class org.knime.base.util.math.EigenvalueDecomposition
 
isDropable(List<DataColumnSpec>) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
isDropable(List<DataColumnSpec>) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeDialogPane
 
isDropable(List<DataColumnSpec>) - Method in interface org.knime.base.node.preproc.datavalidator.dndpanel.DnDDropListener
 
isDropLocation() - Method in class org.knime.core.node.workflow.NodeUIInformation
Return true, if the coordinates specify the location of the node drop and should be adjusted to place the node figure center under the cursor.
isEditable(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
isEditable(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
isEditable(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
isEditable(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
isEditable(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
isEditable(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
isEditable(int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
isEditable(int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
isEditable(int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
This method does only need to handle the none missing cell option columns since the include/exclude missing cell column is handled by this abstract class.
isEditable(int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Returns true if the cell at the specified row index and column index is editable, otherwise returns false
isElement(Node) - Static method in class org.knime.core.data.xml.util.XmlDomComparer
true if the given node is an element.
isEmpty(String) - Static method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
 
isEmpty() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Returns true it the table is empty
isEmpty() - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Returns true if the table model is empty, otherwise returns false
isEmpty() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
 
isEmpty() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
isEmpty() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
isEmpty() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
isEmpty() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
isEmpty() - Method in interface org.knime.core.data.vector.bitvector.BitVector
Returns true if no bits are set in this bit vector.
isEmpty() - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Returns true, if all bits in the vector are cleared.
isEmpty() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns true if no bits are set in this bit vector.
isEmpty() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns true, if all bits in the vector are cleared.
isEmpty() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Returns true if no bits are set in this bit vector.
isEmpty() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns true if no bits are set in this bit vector.
isEmpty() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns true, if all bits in the vector are cleared.
isEmpty() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Returns true if no bits are set in this bit vector.
isEmpty() - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Checks all counts and returns true if they are all zero.
isEmpty() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Checks all counts and returns true if they are all zero.
isEmpty() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Checks all counts and returns true if they are all zero.
isEmpty() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Checks all counts and returns true if they are all zero.
isEmpty() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Checks all counts and returns true if they are all zero.
isEmpty() - Method in class org.knime.core.node.property.hilite.KeyEvent
 
isEmpty() - Method in class org.knime.core.node.workflow.FlowObjectStack
 
isEmpty(Path) - Static method in class org.knime.core.util.PathUtils
Returns whether the given directory is empty.
isEnabled() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
isEnabled() - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
 
isEnabled() - Method in class org.knime.core.node.util.ColumnSelectionPanel
isEnabledAddButton() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
 
isEnabledFor(NodeLogger.LEVEL) - Method in class org.knime.core.node.NodeLogger
Returns true if the underlying Log4J logger is enabled for the given level.
isEnabledRemoveButton() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
 
isEnableHilite() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
isEncrypted() - Method in class org.knime.core.node.workflow.WorkflowCipher
 
isEncrypted() - Method in class org.knime.core.node.workflow.WorkflowManager
 
isEnd() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
isEnforceExclusion() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
 
isEnforceInclusion() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
 
isEnlargeOnClick() - Method in class org.knime.core.util.node.quickform.out.ImageOutputQuickFormOutElement
 
isExecuted() - Method in class org.knime.core.node.CopyNodePersistor
isExecuted() - Method in class org.knime.core.node.FileNodePersistor
isExecuted() - Method in interface org.knime.core.node.NodePersistor
 
isExecuted() - Method in enum org.knime.core.node.workflow.InternalNodeContainerState
isExecuted() - Method in interface org.knime.core.node.workflow.NodeContainerState
 
isExecuted() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
 
isExecutingRemotely() - Method in enum org.knime.core.node.workflow.InternalNodeContainerState
isExecutingRemotely() - Method in interface org.knime.core.node.workflow.NodeContainerState
 
isExecutionInProgress() - Method in enum org.knime.core.node.workflow.InternalNodeContainerState
isExecutionInProgress() - Method in interface org.knime.core.node.workflow.NodeContainerState
 
isExtractAllProps() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
 
isExtractAllProps() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
 
isFailIfNoMatch() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
isFailIfNoRuleMatches() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
isFailIfSomeMissing() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
 
isFailOnInvalid() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Deprecated.
 
isFileHasColumnHeadersUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isFileHasRowHeadersUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isFilled() - Method in class org.knime.base.node.viz.plotter.basic.Basic2DDrawingElement
Returns whether the shape should be filled (true) or not (false).
isFilledProperly() - Method in class org.knime.core.node.workflow.NodeUIInformation
Returns if the loaded UI information is complete.
isFinished() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Indicates whether the state of the algorithm is finished or not.
isFlushedToFileStore() - Method in class org.knime.core.data.filestore.FileStoreCell
 
isForceCopyOfBlobs() - Method in class org.knime.core.data.container.DataContainer
Get the property, which has possibly been set by DataContainer.setForceCopyOfBlobs(boolean).
isForceSychronousIO() - Method in class org.knime.core.node.Node
isFullyConnected(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Check if a node has fully connected incoming ports.
isFuzzyIntervalType(DataType) - Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
Returns true if given DataType is a FuzzyIntervalType, otherwise false.
isGlobalConstant() - Method in class org.knime.core.node.workflow.FlowVariable
 
isGuessNumOfCols() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
isGzipOutput() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
isHalted(NodeID) - Method in class org.knime.core.node.workflow.ExecutionController
Check if execution was halted at this node previously.
isHalted() - Method in enum org.knime.core.node.workflow.InternalNodeContainerState
isHalted() - Method in interface org.knime.core.node.workflow.NodeContainerState
 
isHalted(NodeID) - Method in class org.knime.core.node.workflow.WizardExecutionController
Check if execution was halted at this node previously.
isHeldByCurrentThread() - Method in class org.knime.core.node.workflow.WorkflowLock
 
isHidden() - Method in class org.knime.core.node.port.PortType
Returns whether this port type should be shown to the user in e.g.
isHideInDialog() - Method in interface org.knime.core.node.dialog.DialogNode
Property set in the configuration dialog of the node to hide this quickform/dialog node in the meta or subnode dialog.
isHideInWizard() - Method in interface org.knime.core.node.wizard.WizardNode
Property set in the configuration dialog to the node to skip this node in the wizard execution.
isHideInWizard() - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
isHideMode() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
 
isHierarchical() - Method in class org.knime.core.node.streamable.MergeOperator
Whether the merge can be done hierarchically.
isHierarchicalFuzzyData() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
isHiLit() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
isHiLit(RowKey...) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Returns true if the specified row IDs are hilit.
isHiLit(int) - Method in interface org.knime.core.node.tableview.TableContentInterface
Is the Row row hilited? The row with the index will be cached (if it hasn't been in there) and the hilite status of the row is returned.
isHiLit(int) - Method in class org.knime.core.node.tableview.TableContentModel
Is the Row row hilited? The row with the index will be cached (if it hasn't been in there) and the hilite status of the row is returned.
isHiLit(int) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Delegating method to TableContentModel.
isHilite() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
isHilite() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
isHilited() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns true if object is hilited, false if not.
isHilited() - Method in interface org.knime.base.node.mine.sota.view.interaction.Hiliteable
Returns true if object is hilited, false if not.
isHilited(Hiliteable) - Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
Returns true if the given object is hilited.
isHilited() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
isHilited() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
isHilited() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
isIdentical(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.AbstractConfigEntry
Checks the identity of two config entries.
isIdle() - Method in enum org.knime.core.node.workflow.InternalNodeContainerState
isIdle() - Method in interface org.knime.core.node.workflow.NodeContainerState
 
isIgnoreCase() - Method in class org.knime.core.node.tableview.SearchString
 
isIgnoreDomainColumns() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
 
isIgnoreEmptyLinesUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isIgnoreNotExistingColumns() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
 
isIgnoreWrongTypes() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
 
isIgnoreWrongTypes() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
 
isIn(DataRow) - Method in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
Checks if the given row lies within the define interval borders.
isIn(DataRow) - Method in interface org.knime.base.data.filter.row.FilterRowGenerator
 
isInactive() - Method in class org.knime.core.node.FileNodePersistor
Accessor for derived class, not part of interface!
isInactive() - Method in class org.knime.core.node.Node
 
isInactive() - Method in class org.knime.core.node.workflow.NativeNodeContainer
isInactive() - Method in class org.knime.core.node.workflow.NodeContainerOutPort
isInactive() - Method in interface org.knime.core.node.workflow.NodeOutPort
 
isInactive() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
isInactive() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
isInactive() - Method in class org.knime.core.node.workflow.SubNodeContainer
isInactiveBranchConsumer() - Method in class org.knime.core.node.Node
Returns true if the contained model is an instance of InactiveBranchConsumer.
isInactiveBranchConsumer() - Method in class org.knime.core.node.workflow.NativeNodeContainer
isInactiveBranchConsumer() - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
isInactiveBranchConsumer() - Method in class org.knime.core.node.workflow.SubNodeContainer
isInactiveScope() - Method in class org.knime.core.node.workflow.FlowScopeContext
Indicates that the start node of the scope represented by this object was inactive - the end should then be inactive as well.
isIncludeAll() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
 
isIncludeAll() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
isIncludeInOutConnections() - Method in class org.knime.core.node.workflow.WorkflowCopyContent
isIncludeLeft() - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
 
isIncludeRight() - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
 
isIncompatible(DataColumnSpec) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeDialogPane
Deprecated.
 
isIncompatible(int, DataColumnSpec) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeDialogPane
Deprecated.
 
isIncompatible(DataColumnSpec) - Static method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeDialog
 
isIncompatible(DataType, DataColumnSpec) - Static method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeDialog
 
isInFilter(DataRow) - Method in class org.knime.core.data.DataTableSpec
Consults all columns that have a FilterHandler assigned and returns true if all handlers return true on FilterHandler.isInFilter(DataCell).
isInFilter(DataCell) - Method in class org.knime.core.data.property.filter.FilterHandler
For a given element in the column return whether that row having that cell is filtering out or not.
isInFilter(DataCell) - Method in class org.knime.core.data.property.filter.FilterModel
Determines if the given cell matches the filter (= is included).
isInFilter(DataCell) - Method in class org.knime.core.data.property.filter.FilterModelNominal
 
isInFilter(DataCell) - Method in class org.knime.core.data.property.filter.FilterModelRange
Checks if the argument implements DoubleValue and then checks the range.
isInfoEnabled() - Method in class org.knime.core.node.NodeLogger
Checks if info logging level is enabled.
isInline() - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
 
isInOutputTable(int, int) - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
Returns true when given cell is in the output table.
isInterruptible() - Method in class org.knime.core.node.Node
 
isIntType(DataType) - Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
Returns true if given DataType is a IntType, otherwise false.
isInvalid(DataColumnSpec) - Static method in class org.knime.core.node.util.DataColumnSpecListCellRenderer
 
isInvertInclusion() - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
Can be override by sub-classes.
isInvertInclusion() - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
Can be override by sub-classes.
isInvertInclusion() - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
It's a hack to get row-reference filter working.
isInvertInclusion() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
It's a hack to get row-reference filter working.
isItemAvailable() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
 
isKeepAllSelected() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Returns the status of the keep-all columns selection box.
isKeepAllSelected() - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
If the keep all box is visible and is selected.
isKnimeProducedAndOlderThanVersion(PMMLDocument.PMML, Integer[]) - Static method in class org.knime.core.node.port.pmml.PMMLPortObject
 
isLeaf() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns if this node is a leaf.
isLeaf(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageGraphView.DecTreeToImageNodeWidgetFactory
Returns true when the given object is a leaf.
isLeaf() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
isLeaf() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
isLeaf() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
isLeaf(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidgetFactory
Returns true when the given object is a leaf.
isLeaf(K) - Method in interface org.knime.base.node.mine.decisiontree2.view.graph.NodeWidgetFactory
Returns true when the given object is a leaf.
isLeaf() - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
 
isLeaf() - Method in interface org.knime.base.node.viz.plotter.dendrogram.DendrogramNode
Returns if this node is a leaf.
isLeaf() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
 
isLeaf() - Method in class org.knime.core.node.config.base.ConfigBase
 
isLeavingWorkflow() - Method in enum org.knime.core.node.workflow.ConnectionContainer.ConnectionType
 
isLeftOpen() - Method in class org.knime.base.node.preproc.binner.NumericBin
Deprecated.
 
isLeftOpen() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
isLeftOpen() - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
 
isLiteral() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
isLiteral() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isLocalWFM() - Method in class org.knime.core.node.workflow.NodeContainer
Is this node a to be locally executed workflow.
isLocalWFM() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Is this node a to be locally executed workflow.
isLocalWFM() - Method in class org.knime.core.node.workflow.WorkflowManager
A "local wfm" is a workflow or metanode that has the default job manager.
isLockedByCurrentThread() - Method in interface org.knime.core.node.workflow.NodeContainerParent
 
isLockedByCurrentThread() - Method in class org.knime.core.node.workflow.SubNodeContainer
isLockedByCurrentThread() - Method in class org.knime.core.node.workflow.WorkflowManager
isLockedForVM(File) - Static method in class org.knime.core.util.VMFileLocker
 
isLowerBoundInclusive() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
isMappingAllowed() - Method in class org.knime.base.util.coordinate.PercentagePolicyStrategy
Returns whether mapping and relabeling by MappingMethods should be allowed for the ticks of this PolicyStrategy.
isMappingAllowed() - Method in class org.knime.base.util.coordinate.PolicyStrategy
Returns whether mapping and relabeling by MappingMethods should be allowed for the ticks of this PolicyStrategy.
isMaxClassCoverage() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
isMaxDomainValueSet() - Method in class org.knime.base.util.coordinate.DoubleCoordinate
isMaxDomainValueSet() - Method in class org.knime.base.util.coordinate.IntegerCoordinate
isMaxDomainValueSet() - Method in class org.knime.base.util.coordinate.NumericCoordinate
 
isMaximal() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
 
isMaximal() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
 
isMaximumInclusive() - Method in class org.knime.core.data.property.filter.FilterModelRange
 
isMemberOfScope() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Check if the given node is part of a scope (loop, try/catch...).
isMemoryLow() - Method in class org.knime.core.data.sort.MemoryService
Deprecated.
This is a stateful method return true in the low memory condition.
isMemoryLow() - Method in class org.knime.core.data.util.memory.MemoryAlertSystem
Returns if the memory usage is above the configured threshold.
isMetaConfig() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Is this config a meta-config?
isMetaNode(File) - Static method in class org.knime.core.util.KnimeFileUtil
 
isMetaNodeTemplate(File) - Static method in class org.knime.core.util.KnimeFileUtil
 
isMinDomainValueSet() - Method in class org.knime.base.util.coordinate.DoubleCoordinate
isMinDomainValueSet() - Method in class org.knime.base.util.coordinate.IntegerCoordinate
isMinDomainValueSet() - Method in class org.knime.base.util.coordinate.NumericCoordinate
 
isMinimumInclusive() - Method in class org.knime.core.data.property.filter.FilterModelRange
 
isMissing(DataCell) - Method in class org.knime.base.node.mine.regression.RegressionTrainingRow.MissingHandling
 
isMissing() - Method in interface org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescription
 
isMissing() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionV1
isMissing() - Method in class org.knime.core.data.DataCell
Returns true if this represents missing cell, false otherwise.
isMissingIntern() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
isMissingValue(Object) - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
 
isModelCompatibleTo(Class<?>) - Method in class org.knime.core.node.Node
 
isModelCompatibleTo(Class<?>) - Method in class org.knime.core.node.workflow.NativeNodeContainer
isModelCompatibleTo(Class<?>) - Method in class org.knime.core.node.workflow.SingleNodeContainer
 
isModelCompatibleTo(Class<?>) - Method in class org.knime.core.node.workflow.SubNodeContainer
isMountpointRelative(URI) - Method in interface org.knime.core.util.pathresolve.URIToFileResolve
Returns true, if this is a URI that is relative to the current mountpoint (of the flow it is used in).
isMountpointRelativeURL(URI) - Static method in class org.knime.core.util.pathresolve.ResolverUtil
Checks whether the passed URI is a mountpoint relative URI.
isMouseDown() - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
 
isMultiColumn() - Method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
 
isMultiLine() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isMultiple() - Method in class org.knime.core.util.node.quickform.in.StringListInputQuickFormInElement
 
isNewColumn() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
 
isNewerThan(MetaNodeTemplateInformation) - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
Checks if this template or link has a newer timestamp than the argument.
isNewTableSpec(DataTableSpec) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
 
isNodeRelative(URI) - Method in interface org.knime.core.util.pathresolve.URIToFileResolve
Returns true, if this is a URI that is relative to the node it is used in.
isNoise() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
isNominal(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Whether the attribute at the given index position is nominal or not.
isNominal() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
isNominal() - Method in class org.knime.base.util.coordinate.Coordinate
Whether this coordinate is a nominal one.
isNominal() - Method in class org.knime.base.util.coordinate.NominalCoordinate
Whether this coordinate is a nominal one.
isNominal() - Method in class org.knime.base.util.coordinate.NumericCoordinate
Whether this coordinate is a nominal one.
isNotNull() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Returns true if the column cannot be null, otherwise false
isNotNull() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Returns true if the generated column cannot be null, otherwise returns false
isNotNull() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Returns true if the generated column cannot be null, otherwise returns false
isNotNull() - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
Returns true if the column cannot have null value, otherwise returns false
isNotShrunk() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
 
isNullCipher() - Method in class org.knime.core.node.workflow.WorkflowCipher
 
isNumberType(DataType) - Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
Returns true if given DataType is a DoubleType or an IntType, otherwise false.
isNumericalXColumn() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramDialogPane
Checks if the current selected x column is numerical.
ISO8061 - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
Iso8061RendererFactory() - Constructor for class org.knime.core.data.date.DateAndTimeValueRenderer.Iso8061RendererFactory
 
ISO8601_DATE_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
yyyy-MM-dd.
ISO8601_DATE_TIME_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
yyyy-MM-dd'T'HH:mm:ss.
ISO8601_DATE_TIME_MILLIS_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
yyyy-MM-dd'T'HH:mm:ss.SSS.
ISO8601_TIME_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
HH:mm:ss.
ISO8601_TIME_MILLIS_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
yyyy-MM-dd'T'HH:mm:ss.SSS.
isOlderThan(FileWorkflowPersistor.LoadVersion) - Method in enum org.knime.core.node.workflow.FileWorkflowPersistor.LoadVersion
Is this' ordinal smaller than this ordinal of the argument? For instance getLoadVersion().isOlderThan(LoadVersion.V200) means we are loading a workflow older than 2.0
isOpaque() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Overridden for performance reasons.
isOpen() - Method in class org.knime.core.data.container.ContainerTable
Do not use!
isOpen() - Method in class org.knime.core.data.container.DataContainer
Returns true if the container has been initialized with DataTableSpec and is ready to accept rows.
isOpen() - Method in class org.knime.core.node.NodeView
 
isOptional() - Method in class org.knime.core.node.port.PortType
 
isOutputAsCols() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
isOutputAsList() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
isOutputAsSet() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
isPaintCrossForMissing() - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
If a cross is painted for missing values.
isParallelProcessing() - Method in class org.knime.core.data.container.AbstractCellFactory
Returns true if parallel processing is enabled, either via the constructor argument or by calling the AbstractCellFactory.setParallelProcessing(boolean) method.
isPatternFilterEnabled() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Checks if the pattern filter is enabled in constructor.
isPaused() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Indicates whether the execution of the algorithm is paused or not.
isPreferredSizeDataDependent() - Method in class org.knime.core.node.tableview.TableView
isPresentable() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
isPresentable() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
isPresentable() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
isPresentable() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
isPrimaryKey() - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Returns true if this key is a primary key, otherwise returns false
isPrimaryKey() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Returns true if this key is a primary key, otherwise returns false
isPrimaryKey() - Method in class org.knime.core.node.port.database.tablecreator.DBKey
Returns true if the key is a primary key, otherwise returns false
isPrintedErrorOnMissing() - Method in class org.knime.base.data.join.JoinedTable
Deprecated.
Requested by iterated.
isPrintedErrorOnSorting() - Method in class org.knime.base.data.join.JoinedTable
Deprecated.
Requested by iterated.
isProcessConcurrently() - Method in class org.knime.core.data.DataCellTypeConverter
 
isProcessInMemory() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
 
isProject() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
isProject() - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
isProject() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
isProject() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
isProject() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
isProject() - Method in interface org.knime.core.node.workflow.TemplateNodeContainerPersistor
 
isProject() - Method in class org.knime.core.node.workflow.WorkflowManager
Returns true if this workflow manager is a project (which usually means that the parent is WorkflowManager.ROOT).
isProject() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
isPureEnough() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Determines if the data distribution (class value distribution) is pure enough.
isPureEnough() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Get the marker field for the purity.
isQuoteUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isReConnecting() - Method in class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJob
Whether this job has been disconnected (from a cluster execution, e.g.) and is now resuming the execution.
isReConnecting() - Method in class org.knime.core.node.exec.LocalNodeExecutionJob
Whether this job has been disconnected (from a cluster execution, e.g.) and is now resuming the execution.
isReConnecting() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Whether this job has been disconnected (from a cluster execution, e.g.) and is now resuming the execution.
isRecursive() - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
isRecursive() - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
 
isRegex() - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
 
isRegex() - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRow
 
isRegex() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Returns true if the name pattern is regex, otherwise returns false
isRegex() - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Returns true if the name pattern is regex, otherwise returns false
isRegex() - Method in class org.knime.core.node.tableview.SearchString
 
isRejectOnMissingValue() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
isRemoveQuotes() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
isReplaceInputColumn() - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
 
isRequired() - Method in class org.knime.core.node.util.ColumnSelectionPanel
Indicates whether in the current configuration at least one compatible type is required or not.
isResetable() - Method in class org.knime.core.node.workflow.NodeContainer
 
isResetable() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Check if node can be safely reset.
isResetable() - Method in class org.knime.core.node.workflow.SubNodeContainer
Check if node can be safely reset.
isResetable() - Method in class org.knime.core.node.workflow.WorkflowManager
check if node can be safely reset.
isRetainOrder() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
 
isRetainOrder() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
 
isReverseOrder() - Method in class org.knime.base.util.SortingOptionPanel
 
isRightOpen() - Method in class org.knime.base.node.preproc.binner.NumericBin
Deprecated.
 
isRightOpen() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
isRightOpen() - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
 
isRootFileLockedForVM() - Method in class org.knime.core.internal.ReferencedFile
 
isRowCountFinal() - Method in class org.knime.core.node.tableview.TableContentModel
Returns true if the iterator has traversed the whole DataTable at least once.
isRowCountFinal() - Method in class org.knime.core.node.tableview.TableContentView
Is the row count returned by JTable.getRowCount() final?
isRowCountFinal() - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Return false if the underlying table is an instance of TableContentModel and its row count is not final (indicating that the table has not been traversed to the very end).
isRowDelimiter(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Deprecated.
isRowDelimiter(String, boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
isRowHeaderSpecified() - Method in class org.knime.base.node.io.filereader.XMLPropsReader
Returns true if row header is specified in the data file and must be read from data input file, otherwise false.
isRunFromSDK() - Static method in class org.knime.core.util.EclipseUtil
Returns the whether the current application has been started from an SDK or if it is a standalone instance.
isRunInDebug() - Static method in class org.knime.core.util.EclipseUtil
Returns the whether the current application has been started in debug or production mode.
isSameOrNewer(Version) - Method in class org.knime.core.util.Version
Checks whether the version is the same or newer than the reference version.
isSatisfied() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.ConfigurationContainer
 
isSaveData() - Method in class org.knime.core.node.workflow.WorkflowSaveHelper
 
isSavedForDisconnect() - Method in class org.knime.core.node.workflow.NodeExecutionJob
 
isSaveWizardController() - Method in class org.knime.core.node.workflow.WorkflowSaveHelper
 
isScatterPlotterDrawingPane() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
 
isScatterPlotterProperties() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
 
isSearchColumnName() - Method in class org.knime.core.node.tableview.FindPosition.SearchOptions
 
isSearchData() - Method in class org.knime.core.node.tableview.FindPosition.SearchOptions
 
isSearchRowID() - Method in class org.knime.core.node.tableview.FindPosition.SearchOptions
 
isSelected() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Returns true if object is selected, false if not.
isSelected() - Method in interface org.knime.base.node.mine.sota.view.interaction.Selectable
Returns true if object is selected, false if not.
isSelected(Selectable) - Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
Returns true if the given object is selected.
isSelected() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
isSelected() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
isSelected() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
isSelected() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
isSelected() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
isSelected() - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
isSelected() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
isSelected() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
 
isSelected() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
 
isSelected() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
 
isSetAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
True if has "algorithmName" attribute.
isSetAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
True if has "algorithmName" attribute.
isSetAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
True if has "algorithmName" attribute.
isSetAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
True if has "algorithmName" attribute.
isSetAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
True if has "algorithmName" attribute.
isSetAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
True if has "algorithmName" attribute.
isSetAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
True if has "algorithmName" attribute.
isSetAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
True if has "algorithmName" attribute.
isSetAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
True if has "algorithmName" attribute.
isSetAlgorithmName() - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
True if has "algorithmName" attribute.
isShowBarOutline() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowBarOutline() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowBinOutline() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowBinOutline() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowColorInfo() - Method in class org.knime.base.node.viz.table.TableNodeView
Is the color info shown.
isShowColorInfo() - Method in class org.knime.core.node.tableview.TableRowHeaderView
Is the color info shown?
isShowColorInfo() - Method in class org.knime.core.node.tableview.TableView
Is color icon shown?
isShowElementOutline() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowElementOutline() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowEmptyBins() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowEmptyBins() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowGrid() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowGridLines() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowIcon() - Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
 
isShowIcon() - Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
Is the icon with the color info shown?
isShowIconInColumnHeader() - Method in class org.knime.core.node.tableview.TableContentView
Get the status if the icon in the column header is shown.
isShowIconInColumnHeader() - Method in class org.knime.core.node.tableview.TableView
Get the status if the icon in the column header is shown.
isShowInvalidValBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowInvalidValBin() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowLabelVertical() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowLabelVertical() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShowMissingValBin() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
isShowMissingValBin() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
isShrinkAfterCommit() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
 
isSkipEmptyLines() - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
isSkipInitialIncompleteRows() - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
 
isSkipLastIncompleteRows() - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
 
isSkipped() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
isSortDescending() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
Deprecated.
 
isSortDescending() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.Curve
 
isSortingAllowed() - Method in class org.knime.core.node.tableview.TableContentModel
Whether interactive sorting on column header click is enabled (default is false).
isSortInMemory() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Deprecated.
sort in memory is no longer required
isSortInMemory() - Method in class org.knime.base.node.preproc.groupby.GroupByTable
Deprecated.
this option is no longer required and always returns false
isSortMissingToEnd() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
 
isStreamable() - Method in class org.knime.core.node.streamable.InputPortRole
Defines that the input data is streamable, node implementations will only need to see the data once (using a RowInput).
isStringType(DataType) - Static method in class org.knime.base.node.mine.sota.logic.SotaUtil
Returns true if given DataType is a StringTyoe, otherwise false.
isSubsetOf(FrequentItemSet) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Returns true, if this itemset is a subset of the passed one, that is, if the passed one contains all items of this set.
isSuccess() - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
Whether the execution was successful.
isSuccess() - Method in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
Whether the execution was successful.
isSuperSetOf(TIDItemSet) - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
 
isSuperTypeOf(PortType) - Method in class org.knime.core.node.port.PortType
Determines if the argument type is a sub type of this type.
isSuppLeftMax() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
isSupportShortLines() - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
isSuppRightMax() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
isSymbolRelative() - Method in class org.knime.core.node.workflow.NodeUIInformation
If false, the coordinates are loaded with an old workflow and are relative to the top left corner of the node's figure.
isSynchronousWrite() - Method in class org.knime.core.data.container.DataContainer
 
isTableBacked() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
 
isTemplateFlow() - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
Returns true if the workflow is a template flow, i.e.
isTempTable() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Returns true if the table is a temporary table, otherwise returns false
isTempTable() - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
isThreadAvailable() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
Method invoked to manage available thread capacity.
isThreadAvailableBlocking() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
Method invoked to manage available thread capacity.
isTrained() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
isTrim() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
isTypeFilterEnabled() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
Checks if the type filter is enabled.
isUniCodeCase() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isUnique(Object, int, FieldsTableModel.Column, FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
Checks whether to given value is unique in the given column.
isUnixLines() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
isUnlocked() - Method in class org.knime.core.node.workflow.WorkflowCipher
 
isUnlocked() - Method in class org.knime.core.node.workflow.WorkflowManager
 
isUpdatePossible() - Method in class org.knime.core.eclipseUtil.UpdateChecker.UpdateInfo
Returns whether a direct update is possible or not.
isUpperBoundInclusive() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
isUseAuthentication() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
isUseBinarySearch() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
isUseCompression() - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
 
isUseCredentials() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
isUsed() - Method in class org.knime.core.node.util.DateInputDialog
This method returns false if no date is specified, in case the component is optional.
isUseEmptyString() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
isUseEscapeCharacter() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
isUseHierarchicalFuzzyData() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
isUseMissingDouble() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
isUseMissingInt() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
isUseMissingString() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
isUserSelectionAllowed() - Method in class org.knime.core.node.util.ColumnSelectionList
Returns if the user can change the list selection or not.
isUsesLimit() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
isUseVariability() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
isValid() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
 
isValid() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationFunctionRow
 
isValid() - Method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
isValid(Connection) - Method in class org.knime.core.node.port.database.DatabaseUtility
Checks if the given connection is valid and can be re-used.
isValid() - Method in class org.knime.core.node.util.FlowVariableListCellRenderer.FlowVariableCell
Returns if this cell is valid.
isValidSplit() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
Whether this split is a valid split.
isValidValue(int, FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
Test whether the value of the cell defined by row and column is valid.
isValidValue(int, int) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
Test whether the value of the cell defined by row and column is valid.
isValidValue(int, FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.OutFieldsTableModel
Test whether the value of the cell defined by row and column is valid.
isVariableReplacementEnabled() - Method in class org.knime.core.node.FlowVariableModel
 
isVariableReplacementEnabled() - Method in class org.knime.core.node.util.FilesHistoryPanel
 
isWaitingToBeExecuted() - Method in enum org.knime.core.node.workflow.InternalNodeContainerState
isWaitingToBeExecuted() - Method in interface org.knime.core.node.workflow.NodeContainerState
 
isWhiteSpace(char) - Method in class org.knime.core.util.tokenizer.Tokenizer
 
isWhiteSpaceUserSet() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
 
isWindowsNetworkMount(Path) - Static method in class org.knime.core.util.FileUtil
Returns whether the given path is within a mounted network drive on Windows.
isWindowsNetworkMount(URL) - Static method in class org.knime.core.util.FileUtil
Returns whether the given file-URL is within a mounted network drive on Windows.
isWorkflow(File) - Static method in class org.knime.core.util.KnimeFileUtil
 
isWorkflowGroup(File) - Static method in class org.knime.core.util.KnimeFileUtil
 
isWorkflowRelative(URI) - Method in interface org.knime.core.util.pathresolve.URIToFileResolve
Returns true, if this is a URI that is relative to the workflow it is used in.
isWorkflowRelativeURL(URI) - Static method in class org.knime.core.util.pathresolve.ResolverUtil
Checks whether the passed URI is a workflow relative URI.
isWrapColumnHeader() - Method in class org.knime.core.node.tableview.TableView
isWrapColumnHeaderInTableViews() - Method in class org.knime.core.internal.CorePlugin
isWrapHeader() - Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
isWrapHeader() - Method in class org.knime.core.node.tableview.TableContentView
isWriteProtected() - Method in class org.knime.core.node.NodeDialogPane
Returns true if the underlying node is write protected.
isWriteProtected() - Method in interface org.knime.core.node.workflow.NodeContainerParent
Is this workflow represents a linked metanode (locked for edit).
isWriteProtected() - Method in class org.knime.core.node.workflow.SubNodeContainer
Is this workflow represents a linked metanode (locked for edit).
isWriteProtected() - Method in class org.knime.core.node.workflow.WorkflowManager
Is this workflow represents a linked metanode (locked for edit).
isZippedSource() - Method in class org.knime.base.node.util.BufferedFileReader
 
isZooming() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
itemStateChanged(ItemEvent) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.RadioButtonCellEditor
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
This dialog implements the ItemListener for the file selection combo box.
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeDialog
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeDialog
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
If the nominal column selection changes, include and exclude lists are cleared and all possible values of that column are put into the exclude list.
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
The item change listener for the regular expression box.
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeDialogPane
 
itemStateChanged(ItemEvent) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeDialogPane
 
iterate(StreamableOperatorInternals) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Streaming API (pending): Called to determine whether the node requires an(other) iteration on the data before the final results are computed.
iterate(StreamableOperatorInternals) - Method in class org.knime.core.node.NodeModel
Streaming API (pending): Called to determine whether the node requires an(other) iteration on the data before the final results are computed.
iterateAllColumns() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Returns if always all columns should be iterated over.
iterateAllColumns(boolean) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Sets if always all columns should be iterated over.
iterateOverColumn(Collection<String>) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Sets the collection with the columns over which the loop should iterate.
iterateOverColumns() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Returns a list with the columns over which the loop should iterate.
iterator() - Method in class org.knime.base.data.append.column.AppendedColumnRow
Deprecated.
iterator() - Method in class org.knime.base.data.append.column.AppendedColumnTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.append.row.AppendedRowsTable
Deprecated.
Returns a row iterator which returns each row one-by-one from the table.
iterator(ExecutionMonitor, int) - Method in class org.knime.base.data.append.row.AppendedRowsTable
Deprecated.
Get an iterator whose RowIterator.next() method may throw an exception if the execution is canceled.
iterator() - Method in class org.knime.base.data.append.row.ResortedCellsRow
Deprecated.
iterator() - Method in class org.knime.base.data.filter.column.FilterColumnRow
iterator() - Method in class org.knime.base.data.filter.column.FilterColumnTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.filter.row.FilterRowTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.join.JoinedTable
Deprecated.
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.nominal.NominalTable
 
iterator() - Method in class org.knime.base.data.normalize.AffineTransTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.replace.ReplacedColumnsDataRow
iterator() - Method in class org.knime.base.data.replace.ReplacedColumnsTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.sort.SortedTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Returns the row iterator of the original data table.
iterator() - Method in class org.knime.base.node.io.arffreader.ARFFTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.io.filereader.FileTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.mine.bfn.BasisFunctionFilterRow
iterator() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
iterator() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
iterator() - Method in class org.knime.base.node.mine.regression.RegressionTrainingData
iterator() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
 
iterator() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetRow
iterator() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
Deprecated.
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.parallel.appender.CombinedTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
iterator() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
 
iterator() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
iterator() - Method in class org.knime.base.node.preproc.filter.row.RowFilterTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer.Missing
iterator() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Table
Deprecated.
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3Table
Deprecated.
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationStatisticMB
iterator() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationStatisticMB
iterator() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
iterator() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticMB
iterator() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticTB
iterator() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellReplacingDataTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in interface org.knime.base.node.util.DataArray
 
iterator() - Method in class org.knime.base.node.util.DefaultDataArray
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
iterator() - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
iterator() - Method in class org.knime.base.util.kdtree.TerminalBucket
iterator() - Method in class org.knime.core.data.AdapterCell
iterator() - Method in class org.knime.core.data.append.AppendedColumnRow
iterator() - Method in class org.knime.core.data.append.AppendedRowsTable
Returns a row iterator which returns each row one-by-one from the table.
iterator(ExecutionMonitor, int) - Method in class org.knime.core.data.append.AppendedRowsTable
Get an iterator whose RowIterator.next() method may throw an exception if the execution is canceled.
iterator() - Method in class org.knime.core.data.append.ResortedCellsRow
iterator() - Method in class org.knime.core.data.collection.BlobSupportDataCellList
iterator() - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
iterator() - Method in class org.knime.core.data.collection.ListCell
iterator() - Method in class org.knime.core.data.collection.SetCell
iterator() - Method in class org.knime.core.data.collection.SparseListCell
iterator() - Method in class org.knime.core.data.container.BlobSupportDataRow
iterator() - Method in class org.knime.core.data.container.Buffer
Get a new RowIterator, traversing all rows that have been added.
iterator() - Method in class org.knime.core.data.container.ConcatenateTable
Overridden to narrow return type to closeable iterator.
iterator() - Method in class org.knime.core.data.container.ContainerTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.core.data.container.JoinedTable
Overridden to narrow return type to closeable iterator.
iterator() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.core.data.container.TableSpecReplacerTable
Overridden to narrow return type to closeable iterator.
iterator() - Method in class org.knime.core.data.container.VoidTable
Overridden to narrow return type to closeable iterator.
iterator() - Method in class org.knime.core.data.container.WrappedTable
Overridden to narrow return type to closeable iterator.
iterator() - Method in interface org.knime.core.data.DataTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.core.data.DataTableSpec
Returns an iterator for the contained DataColumnSpec elements.
iterator() - Method in class org.knime.core.data.def.DefaultRow
iterator() - Method in class org.knime.core.data.def.DefaultTable
Deprecated.
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in class org.knime.core.data.def.JoinedRow
iterator() - Method in class org.knime.core.data.property.ColorModelNominal
Returns an iterator over the keys.
iterator() - Method in class org.knime.core.data.property.ShapeModelNominal
Returns an iterator over the keys.
iterator() - Method in class org.knime.core.data.sort.SortingDescription.MappedDataRow
iterator() - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
iterator() - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
iterator() - Method in class org.knime.core.node.BufferedDataTable
Returns a row iterator which returns each row one-by-one from the table.
iterator() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Overridden to narrow return type to closeable iterator.
iterator() - Method in class org.knime.core.node.config.base.ConfigBase
iterator() - Method in interface org.knime.core.node.config.base.ConfigBaseRO
iterator() - Method in interface org.knime.core.node.config.ConfigRO
iterator() - Method in class org.knime.core.node.port.database.DatabaseReaderConnection.RowIteratorConnection
Deprecated.
 
iterator() - Method in interface org.knime.core.node.port.database.reader.DBRowIterator
 
iterator() - Method in class org.knime.core.node.port.database.reader.RowIteratorConnection
 
iterator() - Method in class org.knime.core.node.workflow.FlowObjectStack
Get iterator on elements, top of stack first.
iteratorEndedEarly() - Method in class org.knime.base.node.io.filereader.FileRowIterator
The settings allow for specifying a maximum number of rows.
iteratorFailProve() - Method in class org.knime.core.node.BufferedDataTable
Get an iterator instance that will return missing values when the table is cleared as part of a node reset.
IWriteFileStoreHandler - Interface in org.knime.core.data.filestore.internal
 

J

JavaToDataCellConverter<S> - Interface in org.knime.core.data.convert.datacell
Interface for converters converting Java objects into a DataCell.
JavaToDataCellConverterFactory<S> - Interface in org.knime.core.data.convert.datacell
Interface for all factory classes which create JavaToDataCellConverters.
JavaToDataCellConverterRegistry - Class in org.knime.core.data.convert.datacell
Service containing all registered JavaToDataCellConverterFactories.
JDBC_ODBC_DRIVER - Static variable in class org.knime.core.node.port.database.DatabaseDriverLoader
Name of the standard JDBC-ODBC database driver, sun.jdbc.odbc.JdbcOdbcDriver object.
jdbcCompliant() - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
JDBCConnectorNodeDialog - Class in org.knime.base.node.io.database.connection
 
JDBCConnectorNodeDialog() - Constructor for class org.knime.base.node.io.database.connection.JDBCConnectorNodeDialog
Constructor.
JDBCConnectorNodeFactory - Class in org.knime.base.node.io.database.connection
 
JDBCConnectorNodeFactory() - Constructor for class org.knime.base.node.io.database.connection.JDBCConnectorNodeFactory
 
JDBCConnectorNodeModel - Class in org.knime.base.node.io.database.connection
 
JDBCConnectorNodeModel() - Constructor for class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
Creates a new Database JDBC Connector node model.
jitterDots(DotInfo[], int, int) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Jitters the dots according to the kind of axis and there values.
JMultiLineToolTip - Class in org.knime.base.node.mine.sota.view
 
JMultiLineToolTip() - Constructor for class org.knime.base.node.mine.sota.view.JMultiLineToolTip
Creates new instance of JMultiLineToolTip.
JoinContainer - Class in org.knime.base.node.preproc.joiner
A Container used to collect DataRows.
JoinContainer(OutputRow.Settings) - Constructor for class org.knime.base.node.preproc.joiner.JoinContainer
Create a new instance.
JoinedRow - Class in org.knime.core.data.def
Row that concatenates two given rows.
JoinedRow(DataRow, DataRow) - Constructor for class org.knime.core.data.def.JoinedRow
Creates a new row based on two given rows.
JoinedRowKeyFactory - Interface in org.knime.base.node.preproc.joiner
An interface that provides a method for creating the row key of a joined row.
JoinedTable - Class in org.knime.base.data.join
Deprecated.
don't use this class because it joins in memory which doesn't work for large tables
JoinedTable(DataTable, DataTable) - Constructor for class org.knime.base.data.join.JoinedTable
Deprecated.
Creates new table with the left part defined by left and the appended right part given by right.
JoinedTable(DataTable, DataTable, String, String, boolean) - Constructor for class org.knime.base.data.join.JoinedTable
Deprecated.
Creates a new table with the left part defined by left and the appended right part given by right.
JoinedTable - Class in org.knime.core.data.container
Class that realizes a join table of two BufferedDataTable arguments.
JoinedTableRowIterator - Class in org.knime.base.data.join
What is worth to notice about the order: Ideally, the order in both tables is the same.
JoinedTableRowIterator(JoinedTable) - Constructor for class org.knime.base.data.join.JoinedTableRowIterator
Creates new Iterator based on table.
Joiner - Class in org.knime.base.node.preproc.joiner
The joiner implements a database like join of two tables.
Joiner(DataTableSpec, DataTableSpec, Joiner2Settings) - Constructor for class org.knime.base.node.preproc.joiner.Joiner
Creates a new instance.
Joiner2NodeDialog - Class in org.knime.base.node.preproc.joiner
This is the dialog for the joiner node.
Joiner2NodeDialog() - Constructor for class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
Creates a new dialog for the joiner node.
Joiner2NodeDialog(boolean) - Constructor for class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
Constructor for extending classes.
Joiner2NodeFactory - Class in org.knime.base.node.preproc.joiner
This factory create all necessary classes for the joiner node.
Joiner2NodeFactory() - Constructor for class org.knime.base.node.preproc.joiner.Joiner2NodeFactory
 
Joiner2NodeModel - Class in org.knime.base.node.preproc.joiner
This is the model of the joiner node.
Joiner2NodeModel() - Constructor for class org.knime.base.node.preproc.joiner.Joiner2NodeModel
Creates a new model for the Joiner node.
Joiner2Settings - Class in org.knime.base.node.preproc.joiner
This class hold the settings for the joiner node.
Joiner2Settings() - Constructor for class org.knime.base.node.preproc.joiner.Joiner2Settings
 
Joiner2Settings.CompositionMode - Enum in org.knime.base.node.preproc.joiner
This enum holds all ways how join attributes can be combined.
Joiner2Settings.DuplicateHandling - Enum in org.knime.base.node.preproc.joiner
This enum holds all ways of handling duplicate column names in the two input tables.
Joiner2Settings.JoinMode - Enum in org.knime.base.node.preproc.joiner
This enum holds all ways of joining the two tables.
JoinTableIterator - Class in org.knime.core.data.container
Internal iterator class that concatenates two rows.
JoinTableIterator(CloseableRowIterator, CloseableRowIterator, int[], boolean[]) - Constructor for class org.knime.core.data.container.JoinTableIterator
Creates new iterator based on two iterators.
JoinTuple - Class in org.knime.base.node.preproc.joiner
Two InputRow do join when two of there JoinTuples do match.
JoinTuple(DataCell[]) - Constructor for class org.knime.base.node.preproc.joiner.JoinTuple
Creates a new JoinTuple.
jsonValue(JsonValue) - Method in class org.knime.core.node.dialog.ExternalNodeData.ExternalNodeDataBuilder
Sets the JSON value for the external data.

K

k() - Method in class org.knime.base.node.mine.knn.KnnSettings
Returns the number of neighbours to consider.
k(int) - Method in class org.knime.base.node.mine.knn.KnnSettings
Sets the number of neighbours to consider.
kBufferSpace - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
KDTree<T> - Class in org.knime.base.util.kdtree
This class is an implementation of a k-d tree as described in Friedman, Jerome H; Bentley, Jon Louis; Finkel, Raphael Ari: An Algorithm for Finding Best Matches in Logarithmic Expected Time; ACM Transactions on Mathematical Software; 1997, 3(3), pages 209-226 For creating a k-d tree use the KDTreeBuilder.
KDTree(int, Node, int) - Constructor for class org.knime.base.util.kdtree.KDTree
Creates a new optimized k-d tree.
KDTreeBuilder<T> - Class in org.knime.base.util.kdtree
This class is some kind of factory for the KDTree.
KDTreeBuilder(int) - Constructor for class org.knime.base.util.kdtree.KDTreeBuilder
Creates a new k-d tree builder.
KEEP_COLS - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
The name of the settings tag which holds true if the user wants have the selected condensing columns removed as boolean.
KEEP_COLS - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
The name of the settings tag which holds true if the user wants have the selected condensing columns removed as boolean.
keepColumnSpec() - Method in class org.knime.base.data.aggregation.AggregationOperator
 
keepColumnSpec() - Method in class org.knime.base.data.aggregation.OperatorData
 
keepOnly(int...) - Method in class org.knime.core.data.container.ColumnRearranger
Removes all columns from the current settings, whose index is not contained in the argument colIndices.
keepOnly(String...) - Method in class org.knime.core.data.container.ColumnRearranger
Removes all columns from the current settings, whose column name is not contained in the argument colNames.
Kernel - Interface in org.knime.base.node.mine.svm.kernel
The kernel interface to be used by any class that wants to implement a kernel.
KernelFactory - Class in org.knime.base.node.mine.svm.kernel
This class is responsible for managing all the kernels that are known to the SVM.
KernelFactory.KernelType - Enum in org.knime.base.node.mine.svm.kernel
The different kernel types.
KernelPanel - Class in org.knime.base.node.mine.svm.learner
Panel for kernel parameter values.
KernelPanel() - Constructor for class org.knime.base.node.mine.svm.learner.KernelPanel
Constructor.
KEY_APPEND_DATA - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
Config key for the append data.
KEY_BATCH_SIZE - Static variable in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
Config key for the batch size.
KEY_BATCH_SIZE - Static variable in class org.knime.base.node.io.database.DBUpdateNodeModel
Config key for the batch size.
KEY_BATCH_SIZE - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
Config key for the batch size.
KEY_BENDPOINTS - Static variable in class org.knime.core.node.workflow.ConnectionUIInformation
The key under which the bounds are registered.
KEY_BINARY_MAX_NUM_NOMINAL_VALUES - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store the max number of nominal values for which to compute all subsets for binary splits.
KEY_BINARY_NOMINAL_SPLIT_MODE - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store whether to use the binary nominal split mode.
KEY_CATEG_COUNT - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Keys under which to save the parameters.
KEY_CLASSCOL - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Key to save the DataTableSpec .
KEY_CLASSIFYCOLUMN - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store the classification column in the settings.
KEY_COLUMNS_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.KeyElement
The column index of the key columns in the table
KEY_CONNECTIONS - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
Key for connections.
KEY_CUSTOM_DESCRIPTION - Static variable in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
Key for this node's custom description.
KEY_CUSTOM_NAME - Static variable in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
Key for this node's user name.
KEY_FILTER_NOMINAL_VALUES_FROM_PARENT - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
post process tree and remove test attribute values from children, which have been removed further up in the tree already.
KEY_FIRST_SPLIT_COL - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store the name of the column to perform first split on.
KEY_ID - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
Key for this node's internal ID.
KEY_INSERT_NULL_FOR_MISSING_COLS - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
Config key for the insert null for missing columns.
KEY_MEMORY_OPTION - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store the memory option (memory build or on disk).
KEY_MIN_NUMBER_RECORDS_PER_NODE - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store the minimum number of records per node.
KEY_MISSINGSTRATEGY - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The config key for the missing value strategy.
KEY_NAME_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.KeyElement
The column index of the key name in the table
KEY_NAME_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
The column index of the key name in the table
KEY_NODES - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
Key for nodes.
KEY_NOTRUECHILD - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The config key for the no true child strategy.
KEY_NUM_PROCESSORS - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store the number of processors to use.
KEY_NUMBER_VIEW_RECORDS - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store the number of records stored for the view.
KEY_PRUNING_CONFIDENCE_THRESHOLD - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store the confidence threshold for tree pruning in the settings.
KEY_PRUNING_METHOD - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store the confidence threshold for tree pruning in the settings.
KEY_REDUCED_ERROR_PRUNING - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to switch on/off error pruning method, default true.
KEY_SET_FILTER_COLUMN - Static variable in class org.knime.base.node.io.database.DBUpdateNodeModel
Config key for the set columns.
KEY_SKIP_COLUMNS - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store whether nominal columns without domain values should be skipped for learning.
KEY_SPEC - Static variable in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
key to save the DataTableSpec .
KEY_SPLIT_AVERAGE - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store the split average in the settings.
KEY_SPLIT_QUALITY_MEASURE - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store the split quality measure in the settings.
KEY_TABLE_NAME - Static variable in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
Config key for the table name.
KEY_TABLE_NAME - Static variable in class org.knime.base.node.io.database.DBUpdateNodeModel
Config key for the table name.
KEY_TABLE_NAME - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
Config key for the table name.
KEY_UI_INFORMATION - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
 
KEY_USE_FIRST_SPLIT_COL - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Key to store whether the column to perform the first split on is manually specified
KEY_VERSION - Static variable in class org.knime.core.node.workflow.ConnectionUIInformation
The key under which the type is registered.
KEY_WHERE_FILTER_COLUMN - Static variable in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
Config key for the where columns.
KEY_WHERE_FILTER_COLUMN - Static variable in class org.knime.base.node.io.database.DBUpdateNodeModel
Config key for the where columns.
KeyElement - Class in org.knime.base.node.io.database.tablecreator.util
Key row element of the KeysPanel
KeyElement(String, Set<ColumnElement>, boolean) - Constructor for class org.knime.base.node.io.database.tablecreator.util.KeyElement
Creates a new instance of KeyElement
KeyElement(NodeSettingsRO) - Constructor for class org.knime.base.node.io.database.tablecreator.util.KeyElement
Creates a new instance of KeyElement from the given NodeSettingsRO instance
KeyEvent - Class in org.knime.core.node.property.hilite
Event object that is fired when registered listener need to update its properties.
KeyEvent(Object) - Constructor for class org.knime.core.node.property.hilite.KeyEvent
Creates an empty key event with the given source.
KeyEvent(Object, RowKey...) - Constructor for class org.knime.core.node.property.hilite.KeyEvent
Creates a new event with the underlying source and one data cell.
KeyEvent(Object, Set<RowKey>) - Constructor for class org.knime.core.node.property.hilite.KeyEvent
Creates a new event with the underlying source and a set of row keys.
keys() - Method in class org.knime.core.node.property.hilite.KeyEvent
Returns the set of RowKey row keys on which the event initially occurred.
keySet() - Method in class org.knime.core.node.config.base.ConfigBase
Returns an unmodifiable Set of keys in this Config.
keySet() - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Returns an unmodifiable Set of keys in this Config.
keySet() - Method in class org.knime.core.node.property.hilite.DefaultHiLiteMapper
Returns an unmodifiable set of key (source) for hiliting.
keySet() - Method in interface org.knime.core.node.property.hilite.HiLiteMapper
Returns an unmodifiable set of key (source) for hiliting.
KeysPanel - Class in org.knime.base.node.io.database.tablecreator.util
Panel used to define key settings for table creator
KeysPanel(String, DBTableCreatorConfiguration) - Constructor for class org.knime.base.node.io.database.tablecreator.util.KeysPanel
Creates a new instance of KeysPanel
KeysPanel(String, DBTableCreatorConfiguration, String, String, String) - Constructor for class org.knime.base.node.io.database.tablecreator.util.KeysPanel
Creates a new instance of KeysPanel
keyTyped(KeyEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
KeyValuePanel - Class in org.knime.core.node.util
A visual component to define key - value pairs.
KeyValuePanel() - Constructor for class org.knime.core.node.util.KeyValuePanel
Create a new instance.
KeyValuePanel.CopyAction - Class in org.knime.core.node.util
The swing action for copying the selected cells to the system clipboard.
KeyValuePanel.PasteAction - Class in org.knime.core.node.util
The swing action to insert cells from the system clipboard.
KNIME - Static variable in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
The application name for PMML generated with KNIME.
KNIME16X16 - Static variable in class org.knime.core.node.KNIMEConstants
Icon 16 times 16 pixel.
KNIME16X16_SWT - Static variable in class org.knime.core.node.KNIMEConstants
SWT Icon 16 times 16 pixel.
KNIME_ARCHIVE_FILE_EXTENSION - Static variable in class org.knime.core.node.KNIMEConstants
The standard file extension for KNIME imports/exports
KNIME_CONSOLE_APPENDER - Static variable in class org.knime.core.node.NodeLogger
Name of the default appender to the KNIME console.
KNIME_DATABASE_FETCHSIZE - Static variable in class org.knime.core.node.KNIMEConstants
Deprecated.
Use #PROPERTY_DATABASE_FETCHSIZE instead.
KNIME_DATABASE_LOGIN_TIMEOUT - Static variable in class org.knime.core.node.KNIMEConstants
Deprecated.
Use #PROPERTY_DATABASE_LOGIN_TIMEOUT instead.
KNIME_HOME_PROPERTYNAME - Static variable in class org.knime.core.node.KNIMEConstants
Deprecated.
KNIME_PROTOCOL_FILE_EXTENSION - Static variable in class org.knime.core.node.KNIMEConstants
The standard file extension for the KNIME protocol
KNIME_TYPE_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
The column index of the knime type in the table
KNIME_V_2_3_3 - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Version array for KNIME v.2.3.3.
KNIME_V_2_4 - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Version array for KNIME v.2.4.
KNIME_WORKFLOW_FILE_EXTENSION - Static variable in class org.knime.core.node.KNIMEConstants
The standard file extension for KNIME workflows
KNIMEBasedMappingElement - Class in org.knime.base.node.io.database.tablecreator.util
KnimeBasedMapping row element of the KnimeBasedMappingPanel
KNIMEBasedMappingElement(DataType, String, boolean) - Constructor for class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Creates a new instance of KnimeBasedMappingElement
KNIMEBasedMappingElement(NodeSettingsRO) - Constructor for class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Creates a new instance of KnimeBasedMappingElement
KNIMEBasedMappingPanel - Class in org.knime.base.node.io.database.tablecreator.util
Panel used to map columns to SQL data types based on the Knime data type of the columns
KNIMEBasedMappingPanel(String, DBTableCreatorConfiguration) - Constructor for class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
Creates a new instance of KnimeBasedMappingPanel
KNIMEBasedMappingPanel(String, DBTableCreatorConfiguration, String, String, String) - Constructor for class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
Creates a new instance of KnimeBasedMappingPanel
KNIMEConstants - Class in org.knime.core.node
Class that hold static values about the KNIME platform.
KNIMEDecryptionStream - Class in org.knime.core.util.crypto
This stream decrypts data that has been encrypted with the secret KNIME key.
KNIMEDecryptionStream(InputStream) - Constructor for class org.knime.core.util.crypto.KNIMEDecryptionStream
Creates a new decryption stream using KNIME's public key.
KnimeEncryption - Class in org.knime.core.util
This class handles the encryption and decryption with the static stored key.
KnimeFileUtil - Class in org.knime.core.util
Important: This class is no public api but for internal usage only!
KNIMEJob - Interface in org.knime.core.node.util
KNIMEJob - Class in org.knime.core.util
Subclass of Job which is automatically assigned to a job family for a given bundle.
KNIMEJob(String, Bundle) - Constructor for class org.knime.core.util.KNIMEJob
Creates a new job.
KNIMEPath - Class in org.knime.core.internal
Container for a field, which holds the home directory of KNIME.
KNIMEStreamConstants - Interface in org.knime.core.data.container
Defines some constants commonly used when writing Buffer files.
KNIMETimer - Class in org.knime.core.util
This final singleton class is a global timer available for all classes inside KNIME.
KNIMETypeCellEditor - Class in org.knime.base.node.io.database.tablecreator.util
Cell Editor to edit the Knime data type in the table
KNIMETypeCellEditor(Collection<DataType>) - Constructor for class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
Creates a new instance of KnimeTypeCellEditor
KnnNodeDialogPane - Class in org.knime.base.node.mine.knn
This class represens the dialog for the kNN node.
KnnNodeDialogPane() - Constructor for class org.knime.base.node.mine.knn.KnnNodeDialogPane
Creates a new dialog pane for the kNN node.
KnnNodeFactory - Class in org.knime.base.node.mine.knn
This factory creates all necessary object for the kNN node.
KnnNodeFactory() - Constructor for class org.knime.base.node.mine.knn.KnnNodeFactory
 
KnnNodeModel - Class in org.knime.base.node.mine.knn
This is the model for the k Nearest Neighbor node.
KnnNodeModel() - Constructor for class org.knime.base.node.mine.knn.KnnNodeModel
Creates a new model for the kNN node.
KnnSettings - Class in org.knime.base.node.mine.knn
This class stores the settings for the kNN node.
KnnSettings() - Constructor for class org.knime.base.node.mine.knn.KnnSettings
 
Kurtosis - Class in org.knime.base.data.statistics.calculation
Calculates the Kurtosis of the given columns.
Kurtosis(String...) - Constructor for class org.knime.base.data.statistics.calculation.Kurtosis
 
KurtosisOperator - Class in org.knime.base.data.aggregation.numerical
Computes the kurtosis per group.
KurtosisOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.KurtosisOperator
Constructor for class KurtosisOperator.

L

label() - Method in enum org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings.RowKeyPolicy
 
LABEL_AREA_MARGIN - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The margin of the label area in percent of the drawing space size.
LABEL_POSTIX - Static variable in class org.knime.core.node.port.database.aggregation.function.AbstractDistinctDBAggregationFunction
The string that is attached to the label as returned by the AggregationFunction.getLabel() method to generate the id.
LabelDisplayPolicy - Enum in org.knime.base.node.viz.aggregation.util
Enumerates all possible label display options and provides some utility functions.
LabelPaintUtil - Class in org.knime.base.node.viz.plotter
Util class providing methods for drawing labels, which can be rotated if the available space is to small.
LabelPaintUtil.Position - Enum in org.knime.base.node.viz.plotter
Possible positions of the label.
LagColumnConfiguration - Class in org.knime.base.node.preproc.columnlag
Config proxy of node.
LagColumnConfiguration() - Constructor for class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
 
LagColumnNodeDialogPane - Class in org.knime.base.node.preproc.columnlag
Dialog to node.
LagColumnNodeDialogPane() - Constructor for class org.knime.base.node.preproc.columnlag.LagColumnNodeDialogPane
Inits fields, add tab.
LagColumnNodeFactory - Class in org.knime.base.node.preproc.columnlag
 
LagColumnNodeFactory() - Constructor for class org.knime.base.node.preproc.columnlag.LagColumnNodeFactory
 
LagColumnNodeModel - Class in org.knime.base.node.preproc.columnlag
 
LagColumnNodeModel() - Constructor for class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
One in, one out.
LagColumnStreamableOperator - Class in org.knime.base.node.preproc.columnlag
 
LagColumnStreamableOperator(LagColumnConfiguration, DataTableSpec) - Constructor for class org.knime.base.node.preproc.columnlag.LagColumnStreamableOperator
 
LAMBDAVALUE_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store the lambda value in the config.
LastDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
LastDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
lastIndexOf(Object) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
LastOperator - Class in org.knime.base.data.aggregation.general
Returns the last element per group.
LastOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.LastOperator
Constructor for class FirstOperator.
LastOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.LastOperator
Constructor for class LastOperator.
lastTokenWasDelimited() - Method in class org.knime.core.util.tokenizer.Tokenizer
 
lastTokenWasDelimiter() - Method in class org.knime.core.util.tokenizer.Tokenizer
 
lastTokenWasQuoted() - Method in class org.knime.core.util.tokenizer.Tokenizer
Call this to distinguish between missing and empty tokens.
Layer - Class in org.knime.base.data.neural
An abstract class defining a layer in a Neural Network.
Layer(Perceptron[]) - Constructor for class org.knime.base.data.neural.Layer
Constructs a layer with given perceptrons.
Layer() - Constructor for class org.knime.base.data.neural.Layer
Used to construct an empty layer which cannot be used unless perceptrons are set.
layoutContainer(Container) - Method in class org.knime.base.node.viz.plotter.Plotter2DScrollPaneLayout
Overwrites the method of the parent class to arrange the header at the bottom of the view.
layoutGraph() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Re-layout the graph.
LayoutHelper - Class in org.knime.core.node.interrupt
A helper class for the use of the GridBagLayout.
LayoutSettings(int, float) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.LayoutSettings
 
LayoutUtil - Class in org.knime.core.node.wizard.util
 
LayoutUtil() - Constructor for class org.knime.core.node.wizard.util.LayoutUtil
 
lazyInitTemplateWorkflowRoot() - Static method in class org.knime.core.node.workflow.WorkflowManager
 
le(int, int, DataValueComparator) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new less than or equal node, that compares the values in two columns.
le(int, Number) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new less than or equal node, that compares the value in a column to a fixed number.
le(int, String) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new less than or equal node, that compares the value in a column to a fixed string.
LeafConfigElement - Class in org.knime.core.util.node.config
A config element that can't be further subdivided.
LeafConfigElement(String, AbstractDisplayOption) - Constructor for class org.knime.core.util.node.config.LeafConfigElement
Create new leaf with given display options (or null).
leafs() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Returns an Iterable over all leaf nodes contained in this node.
Learner - Class in org.knime.base.node.mine.regression.linear2.learner
A Linear Regression Learner.
Learner(PMMLPortObjectSpec) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.Learner
 
Learner(PMMLPortObjectSpec, boolean, double, boolean) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.Learner
 
Learner - Class in org.knime.base.node.mine.regression.logistic.learner
A Logistic Regression Learner.
Learner(PMMLPortObjectSpec, DataCell, boolean, boolean) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.Learner
 
Learner(PMMLPortObjectSpec, DataCell, boolean, boolean, int, double) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.Learner
 
Learner - Class in org.knime.base.node.mine.regression.logistic.learner3
A Logistic Regression Learner.
Learner(PMMLPortObjectSpec, List<DataColumnSpec>, DataCell, boolean, boolean) - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.Learner
 
Learner(PMMLPortObjectSpec, List<DataColumnSpec>, DataCell, boolean, boolean, int, double) - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.Learner
 
Learner - Class in org.knime.base.node.mine.regression.polynomial.learner2
A Polynomial Regression Learner.
Learner(PMMLPortObjectSpec, int) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.Learner
 
Learner(PMMLPortObjectSpec, double, boolean, int) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.Learner
 
leaveOneOut() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Returns if leave-one-out cross validation should be performed.
leaveOneOut(boolean) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Sets if leave-one-out cross validation should be performed.
LEFT - Static variable in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
Use interval on the left of the border.
LEFT - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
Left/open or right/closed interval bracket.
LEFT_PARTITION - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
index for left partition of a binary nominal split.
leftBoundIncluded() - Method in class org.knime.core.data.def.IntervalCell
leftBoundIncluded() - Method in interface org.knime.core.data.IntervalValue
 
leftCoreLoss(double, MembershipFunction) - Method in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
leftCoreLoss(.).
leftCoreLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
leftCoreLoss(.).
leftCoreLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
leftCoreLoss(.).
leftCoreLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
 
leftSuppLoss(double, MembershipFunction) - Method in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
leftSuppLoss(.).
leftSuppLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
 
leftSuppLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
leftSuppLoss(.).
leftSuppLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
 
LEGAL_MUST_ROTATE - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
LEGAL_ROMAN - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
length() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
 
length() - Method in class org.knime.core.data.blob.BinaryObjectDataCell
Length in bytes of the binary object.
length() - Method in interface org.knime.core.data.blob.BinaryObjectDataValue
Length in bytes of the binary object.
length() - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
Length in bytes of the binary object.
length() - Method in interface org.knime.core.data.vector.bitvector.BitVector
Returns the number of bits stored in this vector.
length() - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Returns the length of the bit vector.
length() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns the number of bits stored in this vector.
length() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns the length of the bit vector.
length() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Returns the number of bits stored in this vector.
length() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns the number of bits stored in this vector.
length() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns the length of the bit vector.
length() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Returns the number of bits stored in this vector.
length() - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Returns the length of the byte vector.
length() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns the length of the vector.
length() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Returns the length of the byte vector.
length() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns the number of numbers stored in this vector.
length() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Returns the length of the byte vector.
LF_STR - Static variable in class org.knime.core.util.tokenizer.Tokenizer
String containing only the LF char.
LiftCalculator - Class in org.knime.base.node.viz.liftchart
 
LiftCalculator(String, String, String, double) - Constructor for class org.knime.base.node.viz.liftchart.LiftCalculator
Creates a new instance of LisftCalculator.
LiftChartNodeDialog - Class in org.knime.base.node.viz.liftchart
Class for an configuration dialog for the lift chart node.
LiftChartNodeDialog() - Constructor for class org.knime.base.node.viz.liftchart.LiftChartNodeDialog
Creates a new lift chart configuration dialog.
LiftChartNodeFactory - Class in org.knime.base.node.viz.liftchart
The factory for a lift chart node.
LiftChartNodeFactory() - Constructor for class org.knime.base.node.viz.liftchart.LiftChartNodeFactory
 
LiftChartNodeModel - Class in org.knime.base.node.viz.liftchart
The node model of a lift chart.
LiftChartNodeModel() - Constructor for class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Creates a new lift chart node model.
LiftChartNodeView - Class in org.knime.base.node.viz.liftchart
 
LiftChartNodeView(LiftChartNodeModel) - Constructor for class org.knime.base.node.viz.liftchart.LiftChartNodeView
 
like(int, String) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Returns a new like not that tries to match a fixed wildcard expression to the value in a column.
like(String, int) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Returns a new like not that tries to match a wildcard expression in a column to a fixed string value.
like(int, int) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Returns a new like not that tries to match a fixed wildcard expression to the value in a column.
LimitedXPathMatcher - Class in org.knime.core.data.xml.io
 
LimitedXPathMatcher(String, NamespaceContext) - Constructor for class org.knime.core.data.xml.io.LimitedXPathMatcher
Create a new instance.
limitRows(String, long) - Method in class org.knime.core.node.port.database.StatementManipulator
Modifies the incoming SQL query so that the number of rows is limited.
LimitRowsPanel - Class in org.knime.base.node.io.filereader
 
LimitRowsPanel(FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.LimitRowsPanel
Constructs the panels and loads it with the settings from the passed object.
LINEAR_NORM - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
LINEAR_NORM - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
LinearInterpolationMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
A handler that replaces missing values with a linear interpolation of the next and previous valid values.
LinearInterpolationMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandler
 
LinearInterpolationMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
Creates a handler that replaces missing values with the a linear interpolation of the previous and next non-missing values.
LinearInterpolationMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory
 
LinearInterpolationStatisticMB - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
HashMap based statistic for linear interpolation.
LinearInterpolationStatisticMB(String, boolean) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationStatisticMB
 
LinearInterpolationStatisticTB - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
Table based statistic that calculates for each missing cell the linear interpolation between the previous and next valid cell.
LinearInterpolationStatisticTB(String, boolean) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationStatisticTB
Constructor for NextValidValueStatistic.
LinearNorm - Class in org.knime.base.node.mine.cluster
 
LinearNorm(String) - Constructor for class org.knime.base.node.mine.cluster.LinearNorm
 
LinearRegressionContent - Class in org.knime.base.node.mine.regression.linear
Deprecated.
LinearRegressionContent() - Constructor for class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
Public no arg constructor as required by super class.
LinearRegressionContent(DataTableSpec, double, double[], double[]) - Constructor for class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
Create new object with the given parameters.
LinearRegressionContent - Class in org.knime.base.node.mine.regression.linear2.learner
Utility class that stores results of linear regression models.
LinearRegressionContent(PMMLPortObjectSpec, int, List<String>, List<String>, Matrix, boolean, double, Matrix, double, double, SummaryStatistics[]) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinearRegressionContent
Deprecated.
use the constructor with the warning message to keep
LinearRegressionContent(PMMLPortObjectSpec, int, List<String>, List<String>, Matrix, boolean, double, Matrix, double, double, SummaryStatistics[], String) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinearRegressionContent
Create new instance.
LinearSamplingRowFilter - Class in org.knime.base.node.preproc.sample
This row filter always includes at least the first and the last row.
LinearSamplingRowFilter(int, int) - Constructor for class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
LinearSamplingRowFilter(int, double) - Constructor for class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
LinearSamplingRowFilter(long, long) - Constructor for class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
Creates a new row filter that selects a certain absolute number of rows.
LinearSamplingRowFilter(long, double) - Constructor for class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
Creates a new row filter that selects a certain fraction of rows.
LineInfo - Class in org.knime.base.node.viz.plotter.parcoord
Represents a line (one row) in the parallel coordinates plot.
LineInfo(List<Point>, List<DataCell>, boolean, boolean, ColorAttr, double, RowKey) - Constructor for class org.knime.base.node.viz.plotter.parcoord.LineInfo
Creates a line.
LinePlotter - Class in org.knime.base.node.viz.plotter.line
Plots the values of all selected numeric columns as lines in a plot, where the x axis are the rows and the y axis are the values from the minimum of the values in all columns to the maximum of the values of all selected columns.
LinePlotter(AbstractDrawingPane, AbstractPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.line.LinePlotter
The construction kit constructor.
LinePlotter() - Constructor for class org.knime.base.node.viz.plotter.line.LinePlotter
Default constructor.
LinePlotterAppearanceTab - Class in org.knime.base.node.viz.plotter.props
Provides three checkboxes, one to show or hide the dots, one for the line thickness and one for the dot size.
LinePlotterAppearanceTab() - Constructor for class org.knime.base.node.viz.plotter.props.LinePlotterAppearanceTab
Creates the tab with a show/hide dots checkbox, a dot size spinner and a line thickness spinner.
LinePlotterDrawingPane - Class in org.knime.base.node.viz.plotter.line
Connects the dots in the passed DotInfoArray with lines.
LinePlotterDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane
 
LinePlotterNodeFactory - Class in org.knime.base.node.viz.plotter.line
 
LinePlotterNodeFactory() - Constructor for class org.knime.base.node.viz.plotter.line.LinePlotterNodeFactory
 
LinePlotterProperties - Class in org.knime.base.node.viz.plotter.line
One tab for the color legend with the possibility to change the color for each column, one tab to set whether missing values should be interpolated or not and one tab to adjust dot size and line thickness and to select whether to show or hide the dots.
LinePlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.line.LinePlotterProperties
 
LineReaderConfig - Class in org.knime.base.node.io.linereader
Configuration for line reader node.
LineReaderConfig() - Constructor for class org.knime.base.node.io.linereader.LineReaderConfig
 
LineReaderNodeDialogPane - Class in org.knime.base.node.io.linereader
Dialog to Line Reader node.
LineReaderNodeDialogPane() - Constructor for class org.knime.base.node.io.linereader.LineReaderNodeDialogPane
Create new dialog, init layout.
LineReaderNodeFactory - Class in org.knime.base.node.io.linereader
Factory to node.
LineReaderNodeFactory() - Constructor for class org.knime.base.node.io.linereader.LineReaderNodeFactory
 
LineReaderNodeModel - Class in org.knime.base.node.io.linereader
Model implementation of the line reader node.
LineReaderNodeModel() - Constructor for class org.knime.base.node.io.linereader.LineReaderNodeModel
No input, one output.
LINKAGETYPE_KEY - Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Key to store the linkage type in the settings.
LinkedDouble - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
A single linked list with a double value.
LinkedDouble(double) - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
Creates a new linked double list element.
LinReg2DataProvider - Interface in org.knime.base.node.mine.regression.linear2.view
An interface that both the learner node model and the predictor node model implement.
LinReg2Learner - Class in org.knime.base.node.mine.regression.linear2.learner
Linear Regression Learner implementation.
LinReg2Learner(PortObjectSpec[], LinReg2LearnerSettings) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2Learner
 
LinReg2Learner(PortObjectSpec[], boolean, LinReg2LearnerSettings) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2Learner
 
LinReg2LearnerNodeDialogPane - Class in org.knime.base.node.mine.regression.linear2.learner
Dialog for the linear regression learner.
LinReg2LearnerNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeDialogPane
Create new dialog for linear regression model.
LinReg2LearnerNodeFactory - Class in org.knime.base.node.mine.regression.linear2.learner
Factory class for linear regression node.
LinReg2LearnerNodeFactory() - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory
 
LinReg2LearnerNodeFactory2 - Class in org.knime.base.node.mine.regression.linear2.learner
Factory class for linear regression node.
LinReg2LearnerNodeFactory2() - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeFactory2
 
LinReg2LearnerNodeModel - Class in org.knime.base.node.mine.regression.linear2.learner
NodeModel to the linear regression learner node.
LinReg2LearnerNodeModel() - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Inits a new node model, it will have 1 data input, and optional PMML model inport, 1 model and 1 data output.
LinReg2LearnerNodeModel(boolean) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Inits a new node model, it will have 1 data input, and optional PMML model inport, 1 model and 1 data output.
LinReg2LearnerNodeView - Class in org.knime.base.node.mine.regression.linear2.learner
View on the linear regression learner node.
LinReg2LearnerNodeView(LinReg2LearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeView
New instance.
LinReg2LearnerSettings - Class in org.knime.base.node.mine.regression.linear2.learner
This class hold the settings for the Linear Learner Node.
LinReg2LearnerSettings() - Constructor for class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
Create a new instance.
LinReg2LearnerSettings.MissingValueHandling - Enum in org.knime.base.node.mine.regression.linear2.learner
Deprecated.
LinReg2LineDrawingPane - Class in org.knime.base.node.mine.regression.linear2.view
DrawingPane that also draws the regression line.
LinReg2LineDrawingPane() - Constructor for class org.knime.base.node.mine.regression.linear2.view.LinReg2LineDrawingPane
 
LinReg2LineNodeView - Class in org.knime.base.node.mine.regression.linear2.view
2D plot showing the linear regression line.
LinReg2LineNodeView(LinReg2LearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.linear2.view.LinReg2LineNodeView
Create new view with a scatter plot an the regression line.
LinReg2LinePlotter - Class in org.knime.base.node.mine.regression.linear2.view
A scatter plot with a regression line.
LinReg2LinePlotter(ScatterPlotterDrawingPane, LinReg2LinePlotterProperties) - Constructor for class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotter
 
LinReg2LinePlotterProperties - Class in org.knime.base.node.mine.regression.linear2.view
Properties for the LinReg2LinePlotter which ensures that the y axis is fixed to the target column and the x column selection box only contains the columns used for the model calculation.
LinReg2LinePlotterProperties() - Constructor for class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotterProperties
Creates the same properties as the ScatterPlotterProperties but with different functionality.
LinReg2Predictor - Class in org.knime.base.node.mine.regression.predict2
A Predictor for a linear regression model.
LinReg2Predictor(PMMLGeneralRegressionContent, DataTableSpec, PMMLPortObjectSpec, String, RegressionPredictorSettings) - Constructor for class org.knime.base.node.mine.regression.predict2.LinReg2Predictor
This constructor should be used when executing the node.
LinRegDataProvider - Interface in org.knime.base.node.mine.regression.linear.view
Deprecated.
LinRegLearnerNodeDialogPane - Class in org.knime.base.node.mine.regression.linear.learn
Deprecated.
LinRegLearnerNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeDialogPane
Deprecated.
Create new dialog for linear regression model.
LinRegLearnerNodeFactory - Class in org.knime.base.node.mine.regression.linear.learn
Deprecated.
LinRegLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeFactory
Deprecated.
 
LinRegLearnerNodeModel - Class in org.knime.base.node.mine.regression.linear.learn
Deprecated.
LinRegLearnerNodeModel() - Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Inits a new node model, it will have 1 data input, 1 optional model input and 1 model output.
LinRegLearnerNodeView - Class in org.knime.base.node.mine.regression.linear.learn
Deprecated.
LinRegLearnerNodeView(LinRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
Deprecated.
Constructs new view, inits members.
LinRegLineDrawingPane - Class in org.knime.base.node.mine.regression.linear.view
Deprecated.
LinRegLineDrawingPane() - Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
Deprecated.
 
LinRegLineNodeView - Class in org.knime.base.node.mine.regression.linear.view
Deprecated.
LinRegLineNodeView(LinRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLineNodeView
Deprecated.
Create new view with a scatter plot an the regression line.
LinRegLinePlotter - Class in org.knime.base.node.mine.regression.linear.view
Deprecated.
LinRegLinePlotter(ScatterPlotterDrawingPane, LinRegLinePlotterProperties) - Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotter
Deprecated.
 
LinRegLinePlotterProperties - Class in org.knime.base.node.mine.regression.linear.view
Deprecated.
LinRegLinePlotterProperties() - Constructor for class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
Deprecated.
Creates the same properties as the ScatterPlotterProperties but with different functionality.
LinRegPredictorNodeFactory - Class in org.knime.base.node.mine.regression.linear.predict
Deprecated.
LinRegPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.regression.linear.predict.LinRegPredictorNodeFactory
Deprecated.
 
ListCell - Class in org.knime.core.data.collection
Default implementation of a CollectionDataValue, whereby the underlying data structure is a list.
ListCell(BlobSupportDataCellList) - Constructor for class org.knime.core.data.collection.ListCell
Rather use one of the factory methods.
ListCell.ListCellSerializer - Class in org.knime.core.data.collection
Serializer for ListCells.
ListCellOperator - Class in org.knime.base.data.aggregation.general
Returns all values as a ListCell per group.
ListCellOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.ListCellOperator
Constructor for class ListCellOperator.
ListCellOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.ListCellOperator
Constructor for class ListCellOperator.
ListCellSerializer() - Constructor for class org.knime.core.data.collection.ListCell.ListCellSerializer
 
ListDataValue - Interface in org.knime.core.data.collection
Provides additionally access by index to the collection elements.
ListDataValue.ListUtilityFactory - Class in org.knime.core.data.collection
Implementations of the meta information of this value class.
listenerForBooleanValues(JCheckBox, SettingsModelBoolean) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
Default listener for a SettingsModelBoolean with a JCheckBox to update.
listenerForStringValues(JTextField, JLabel, SettingsModelString) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
Default listener for a SettingsModelString with a JTextField (and optionally a JLabel) to update.
ListFiles - Class in org.knime.base.node.io.listfiles
 
ListFiles(ListFilesSettings) - Constructor for class org.knime.base.node.io.listfiles.ListFiles
Init object according to argument settings.
ListFiles - Class in org.knime.base.node.io.listfiles2
 
ListFiles(ListFilesSettings) - Constructor for class org.knime.base.node.io.listfiles2.ListFiles
Init object according to argument settings.
ListFiles.Filter - Enum in org.knime.base.node.io.listfiles
Filter criterion.
ListFiles.Filter - Enum in org.knime.base.node.io.listfiles2
Filter criterion.
ListFilesNodeDialog - Class in org.knime.base.node.io.listfiles
NodeDialog for the "List Files" Node.
ListFilesNodeDialog() - Constructor for class org.knime.base.node.io.listfiles.ListFilesNodeDialog
Creates a new List FilesNodeDialog.
ListFilesNodeDialog - Class in org.knime.base.node.io.listfiles2
NodeDialog for the "List Files" Node.
ListFilesNodeDialog() - Constructor for class org.knime.base.node.io.listfiles2.ListFilesNodeDialog
Creates a new List FilesNodeDialog.
ListFilesNodeFactory - Class in org.knime.base.node.io.listfiles
NodeFactory for the "List Files" Node.
ListFilesNodeFactory() - Constructor for class org.knime.base.node.io.listfiles.ListFilesNodeFactory
 
ListFilesNodeFactory - Class in org.knime.base.node.io.listfiles2
NodeFactory for the "List Files" Node.
ListFilesNodeFactory() - Constructor for class org.knime.base.node.io.listfiles2.ListFilesNodeFactory
 
ListFilesNodeModel - Class in org.knime.base.node.io.listfiles
This is the model implementation of List Files.
ListFilesNodeModel() - Constructor for class org.knime.base.node.io.listfiles.ListFilesNodeModel
Constructor for the node model.
ListFilesNodeModel - Class in org.knime.base.node.io.listfiles2
This is the model implementation of List Files.
ListFilesNodeModel() - Constructor for class org.knime.base.node.io.listfiles2.ListFilesNodeModel
Constructor for the node model.
ListFilesSettings - Class in org.knime.base.node.io.listfiles
 
ListFilesSettings() - Constructor for class org.knime.base.node.io.listfiles.ListFilesSettings
 
ListFilesSettings - Class in org.knime.base.node.io.listfiles2
 
ListFilesSettings() - Constructor for class org.knime.base.node.io.listfiles2.ListFilesSettings
 
listIterator() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
listIterator(int) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
ListListModel<E> - Class in org.knime.base.node.preproc.domain.editnominal
A ListModel and List implementation backed by an ArrayList.
ListListModel() - Constructor for class org.knime.base.node.preproc.domain.editnominal.ListListModel
Constructor.
ListListModel(int) - Constructor for class org.knime.base.node.preproc.domain.editnominal.ListListModel
Constructor.
ListModelFilterUtils - Class in org.knime.core.data.util
Utility class providing filter methods on JList and ListModel.
listNames() - Method in class org.knime.core.node.workflow.CredentialsProvider
List all credentials variables available in the workflow.
listNames() - Method in class org.knime.core.node.workflow.CredentialsStore
Get a list with identifiers of the available credential variables.
ListTransferHandler - Class in org.knime.base.node.preproc.draganddroppanel.transferhandler
Transfer handler to move list items around.
ListTransferHandler() - Constructor for class org.knime.base.node.preproc.draganddroppanel.transferhandler.ListTransferHandler
 
ListUtilityFactory() - Constructor for class org.knime.core.data.collection.ListDataValue.ListUtilityFactory
 
load(Config) - Static method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
Loads a new cell using the properties from the given config.
load(ModelContentRO) - Static method in class org.knime.base.data.normalize.AffineTransConfiguration
Restores content.
load(DataTable, ModelContentRO) - Static method in class org.knime.base.data.normalize.AffineTransTable
Reads the meta information from the settings object and constructs a AffineTransTable based on this information and the given DataTable.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.data.normalize.NormalizerPortObject
Loads the content into the freshly instantiated object.
load(NodeSettingsRO) - Static method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Load a new statistic table by the given settings object.
load(NodeSettingsRO) - Static method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Load a new statistic table by the given settings object.
load(ConfigRO) - Static method in class org.knime.base.data.util.DataCellStringMapper
Reads a DataCellStringMapper from given ConfigRO.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Deprecated.
Loads the content into the freshly instantiated object.
load(ModelContentRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
Deprecated.
Loads the content into the freshly instantiated object.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO, PortObjectSpec) - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
Loads a linear regression model from the given model content object.
load(ModelContentRO, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.linear2.learner.LinearRegressionContent
 
load(ModelContentRO, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
 
load(ModelContentRO, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
 
load(ModelContentRO, DataTableSpec) - Static method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
 
load(File, ExecutionMonitor) - Static method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Factory method to restore this object given a directory in which the content is saved.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.SotaPortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO) - Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
Loads the content into the freshly instantiated object.
load(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
Load the configuration.
load(ConfigRO) - Static method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Factory method to load from config.
load(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
Loads settings from a NodeSettings object, used in NodeModel.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Loads the content into the freshly instantiated object.
load(NodeSettingsRO, String) - Method in class org.knime.base.util.SortingOptionPanel
Initializes the values based on the settings with the specified prefix of the keys.
load(NodeSettingsRO, DataTableSpec, Map<Integer, BufferedDataTable>) - Static method in class org.knime.core.data.container.ConcatenateTable
Restore table form node settings object.
load(NodeSettingsRO, DataTableSpec, Map<Integer, BufferedDataTable>) - Static method in class org.knime.core.data.container.JoinedTable
Method being called when the workflow is restored and the table shall recreated.
load(NodeSettingsRO, DataTableSpec, Map<Integer, BufferedDataTable>) - Static method in class org.knime.core.data.container.TableSpecReplacerTable
Restores table from a file that has been written using KNIME 1.2.0 or later.
load(DataTableSpec) - Static method in class org.knime.core.data.container.VoidTable
Method being called when the workflow is restored and the table shall be recreated.
load(NodeSettingsRO, Map<Integer, BufferedDataTable>) - Static method in class org.knime.core.data.container.WrappedTable
Restore table, reverse operation to save.
load(ConfigRO) - Static method in class org.knime.core.data.DataColumnDomain
Reads lower and upper bounds as well as the possible values - if available - from ConfigRO.
load(ConfigRO) - Static method in class org.knime.core.data.DataColumnProperties
Reads all properties (key-value pairs) from the given ConfigRO and returns a new DataColumnProperties object.
load(ConfigRO) - Static method in class org.knime.core.data.DataColumnSpec
Reads name, type, domain, and properties from the given ConfigRO and - if available - size, shape, and color handler.
load(ConfigRO) - Static method in class org.knime.core.data.DataTableSpec
Reads all DataColumnSpec objects from the given ConfigRO and returns a new DataTableSpec object containing them.
load(ConfigRO) - Static method in class org.knime.core.data.DataType
Loads a DataType from a given ConfigRO.
load(ConfigRO) - Static method in class org.knime.core.data.date.DateAndTimeCell
Load a data cell that was previously written with the DateAndTimeCell.save(ConfigWO) method.
load(DataInput) - Static method in class org.knime.core.data.filestore.internal.FileStoreKey
 
load(ModelContentRO) - Static method in class org.knime.core.data.filestore.internal.FileStoreKey
 
load(ConfigRO) - Static method in class org.knime.core.data.property.ColorHandler
Reads the color model settings from the given Config, inits a new ColorModel, and returns a new ColorHandler.
load(ConfigRO) - Static method in class org.knime.core.data.property.ColorModelNominal
Read color settings from given Config and returns a new ColorModelNominal object.
load(ConfigRO) - Static method in class org.knime.core.data.property.ColorModelRange
Load color settings from Config including lower and upper bound, and min and max colors.
load(ConfigRO) - Static method in class org.knime.core.data.property.filter.FilterHandler
Counterpart method for FilterHandler.save(ConfigWO).
load(ConfigRO) - Static method in class org.knime.core.data.property.filter.FilterModel
load(ConfigRO) - Static method in class org.knime.core.data.property.ShapeHandler
Reads ShapeModel from the given Config and returns a new ShapeHandler.
load(ConfigRO) - Static method in class org.knime.core.data.property.ShapeModelNominal
Reads Shape settings from given Config and returns a new ShapeModelNominal object.
load(ConfigRO) - Static method in class org.knime.core.data.property.SizeHandler
Reads size settings from the given Config and returns a new SizeHandler.
load(ConfigRO) - Static method in class org.knime.core.data.property.SizeModelDouble
Reads the size settings and return a new SizeModelDouble.
load(InputStream) - Method in class org.knime.core.node.config.base.ConfigBase
Read config entries from an XML file into this object.
load(ConfigBase, InputStream) - Static method in class org.knime.core.node.config.base.XMLConfig
Reads from the given input stream into the given config object.
load(InputStream) - Method in class org.knime.core.node.config.Config
Read config entries from an XML file into this object.
load(Node, WorkflowPersistor, ExecutionMonitor, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>, WorkflowFileStoreHandlerRepository, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.FileNodePersistor
Loads content into node instance.
load(InputStream, ExecutionMonitor) - Method in class org.knime.core.node.ModelContent
Load this object from a directory.
load(NodePersistor, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.Node
Load settings and data + internals from a loader instance.
load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Static method in class org.knime.core.node.NodeAndBundleInformation
Restores the information object from the given node settings object.
load(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractPortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractSimplePortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO) - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
Loads the content into the freshly instantiated object.
load(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.image.ImagePortObject
Loads the content into the freshly instantiated object.
load(ModelContentRO) - Method in class org.knime.core.node.port.image.ImagePortObjectSpec
Loads the content into the freshly instantiated object.
load(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
Loads the content into the freshly instantiated object.
load(NodeSettingsRO) - Static method in class org.knime.core.node.port.PortType
Loads from settings object.
load(ConfigRO) - Static method in class org.knime.core.node.port.PortType
Loads from a config object, counterpart to PortType.save(ConfigWO).
load(ModelContentRO, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
Loads the content into the freshly instantiated object.
load(ConfigRO) - Static method in class org.knime.core.node.property.hilite.DefaultHiLiteMapper
Restores the mapper from the config object that has been written using the save method.
load(DataInputStream) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableOperatorInternals
Used on the client side to restore the internals that were created on the remote side.
load(DataInputStream) - Method in class org.knime.core.node.streamable.StreamableOperatorInternals
Used on the client side to restore the internals that were created on the remote side.
load(NodeSettingsRO) - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
Restores a job manager given the parameters contained in the argument settings.
load(NodeExecutionJobManager, NodeSettingsRO) - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
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.
load(NodeSettingsRO) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Restores the properties of the specific job manager.
load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Method in class org.knime.core.node.workflow.Annotation
Reads the information from the NodeSettings object.
load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Method in class org.knime.core.node.workflow.AnnotationData
loads new values.
load(NodeSettingsRO) - Static method in class org.knime.core.node.workflow.AnnotationData.StyleRange
Load from settings.
load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Method in class org.knime.core.node.workflow.ConnectionUIInformation
Reads the information from the NodeSettings object.
load(NodeSettingsRO, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
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.
load(NodeSettingsRO) - Static method in class org.knime.core.node.workflow.Credentials
Load credentials from argument.
load(NodeSettingsRO) - Static method in class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
 
load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Method in class org.knime.core.node.workflow.EditorUIInformation
Reads the information from the NodeSettings object.
load(NodeSettingsRO, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
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.
load(NodeSettingsRO) - Static method in class org.knime.core.node.workflow.FlowVariable
Read a flow variable from a settings object.
load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Static method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
Load information from argument, throw InvalidSettingsException if that fails.
load(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
Restores all settings (currently only job manager and its settings) from argument.
load(NodeSettingsRO, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
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.
load(NodeSettingsRO) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Restores the properties of the specific job manager.
load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Method in class org.knime.core.node.workflow.NodeUIInformation
Reads the information from the NodeSettings object.
load(NodeSettingsRO, FileWorkflowPersistor.LoadVersion) - Method in interface org.knime.core.node.workflow.UIInformation
Reads the information from the NodeSettings object.
load(FileWorkflowPersistor.LoadVersion, NodeSettingsRO) - Static method in class org.knime.core.node.workflow.WorkflowCipher
Load cipher settings.
load(File, ExecutionMonitor, WorkflowLoadHelper, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Loads the workflow contained in the directory as node into this workflow instance.
load(FileWorkflowPersistor, ExecutionMonitor, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Loads the content of the argument persistor into this node.
load(TemplateNodeContainerPersistor, WorkflowPersistor.MetaNodeLinkUpdateResult, ExecutionMonitor, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.AbstractConfigElement
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementBoolean
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementBooleanArray
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementByte
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementByteArray
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementDouble
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementDoubleArray
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementFloat
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementFloatArray
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementInt
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementIntArray
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementLong
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementLongArray
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementShort
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementShortArray
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementString
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.ConfigElementStringArray
Load value from argument.
load(ConfigBaseRO) - Method in class org.knime.core.util.node.config.NodeConfiguration
Load value from argument.
load11x(File, NodeSettingsRO, Map<Integer, BufferedDataTable>) - Static method in class org.knime.core.data.container.TableSpecReplacerTable
Restores table from a file that has been written using KNIME 1.1.x or before.
loadAdditionalFactorySettings(ConfigRO) - Method in class org.knime.core.node.NodeFactory
Loads additional settings to this instance that were saved using the NodeFactory.saveAdditionalFactorySettings(ConfigWO).
loadAdditionalFactorySettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
Reads sub settings object.
loadAdditionalFactorySettings(ConfigRO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
Loads additional settings to this instance that were saved using the NodeFactory.saveAdditionalFactorySettings(ConfigWO).
loadAdditionalFactorySettings(ConfigRO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
Loads additional settings to this instance that were saved using the NodeFactory.saveAdditionalFactorySettings(ConfigWO).
loadAdditionalFactorySettings(ConfigRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
Loads additional settings to this instance that were saved using the NodeFactory.saveAdditionalFactorySettings(ConfigWO).
loadAdditionalFactorySettings(ConfigRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
Loads additional settings to this instance that were saved using the NodeFactory.saveAdditionalFactorySettings(ConfigWO).
loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeDialogPane
Override hook to load additional settings when all input ports are data ports.
loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeDialog
Override hook to load additional settings when all input ports are data ports.
loadAdditionalSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBQueryNodeDialogPane
Deprecated.
This method can be overridden to load additional settings.
loadAdditionalSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.SQLInjectNodeDialog
List of available string flow variables must be updated since it could have changed.
loadAdditionalSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeDialog
This method can be overridden to load additional settings.
loadAdditionalSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingValueHandlerPanel
Loads additional settings in extending classes.
loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeDialog2
Override hook to load additional settings when all input ports are data ports.
loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeDialog
Override hook to load additional settings when all input ports are data ports.
loadAdditionalSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
This method can be overridden to load additional settings.
loadAdditionalSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Override hook to load additional settings when all input ports are data ports.
loadAggregators(NodeSettingsRO, String) - Static method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
Creates a List with all PatternAggregators that were stored in the settings.
loadAggregators(NodeSettingsRO, String, DataTableSpec) - Static method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
Creates a List with all PatternAggregators that were stored in the settings.
loadAggregators(NodeSettingsRO, String) - Static method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
Creates a List with all DataTypeAggregators that were stored in the settings.
loadAggregators(NodeSettingsRO, String, DataTableSpec) - Static method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
Creates a List with all DataTypeAggregators that were stored in the settings.
loadAndValidate(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
Load the configuration and check for validity.
loadAuthorInformation(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadClassAttributeFromPMML(BayesOutputDocument.BayesOutput) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
 
loadColumnAggregators(NodeSettingsRO) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
Creates a List with all ColumnAggregators that were stored in the settings.
loadColumnAggregators(NodeSettingsRO, DataTableSpec) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
Creates a List with all ColumnAggregators that were stored in the settings.
loadColumnAggregators(NodeSettingsRO, String, DataTableSpec) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
Creates a List with all ColumnAggregators that were stored in the settings.
loadColumnSettingsFromTableSpec(DataTableSpec) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Load column settings from table spec
loadCommonSettings(NodeContainer.NodeContainerSettings) - Method in class org.knime.core.node.workflow.NodeContainer
 
loadConfiguration(DataColumnSpecFilterConfiguration, DataTableSpec) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
Load configuration.
loadConfiguration(TypeFilterConfigurationImpl, DataTableSpec) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
 
loadConfiguration(NameFilterConfiguration, String[]) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Updates this filter panel by removing all current selections from the include and exclude list.
loadConfiguration(PatternFilterConfigurationImpl, String[]) - Method in class org.knime.core.node.util.filter.PatternFilterPanelImpl
 
loadConfiguration(NameFilterConfiguration, String[]) - Method in class org.knime.core.node.util.filter.StringFilterPanel
Load configuration.
loadConfiguration(FlowVariableFilterConfiguration, Map<String, FlowVariable>) - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
Load configuration.
loadConfiguration(ConfigBaseRO) - Method in class org.knime.core.util.node.config.NodeConfiguration
Reads the values from the argument and sets them in the internal fields.
loadConfigurationInDialog(NodeSettingsRO) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
Load configuration in dialog, init defaults if invalid.
loadConfigurationInDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
Load in Dialog.
loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
Load config in dialog, init defaults if necessary.
loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
Loads the configuration for the dialog with corresponding default values.
loadConfigurationInDialog(NodeSettingsRO, DataTableSpec, DataTableSpec) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
Loads the configuration for the dialog with corresponding default values.
loadConfigurationInDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
Loads the configuration for the dialog with corresponding default values.
loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
Loads the configuration for the dialog with corresponding default values.
loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
Loads the configuration for the dialog with corresponding default values.
loadConfigurationInDialog(NodeSettingsRO) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
Loader in dialog (with defaults).
loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
Loads the configuration in the dialog (no exception thrown) and maps it to the input spec.
loadConfigurationInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
Loads the configuration from the given settings object.
loadConfigurationInDialog(NodeSettingsRO, String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Load config in dialog, init defaults if necessary.
loadConfigurationInDialog(NodeSettingsRO) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
Loads the configuration from the given settings object.
loadConfigurationInDialog(NodeSettingsRO, Map<String, FlowVariable>) - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterConfiguration
Loads the configuration in the dialog (no exception thrown) and maps it to the flow variables.
loadConfigurationInDialog(NodeSettingsRO, Map<String, FlowVariable>) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
Load routine to be called from dialog.
loadConfigurationInDialog(NodeSettingsRO, Map<String, FlowVariable>) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
Load routine to be called from dialog.
loadConfigurationInDialogChild(NodeSettingsRO, String[]) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
Subclass hook to read from the sub settings object defined in the constructor.
loadConfigurationInDialogChild(NodeSettingsRO, String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Subclass hook to read from the sub settings object defined in the constructor.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
Load configuration in NodeModel.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
Load in NodeModel.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
Load config from argument.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
Loads the configuration for the model.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
Loads the configuration for the model.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
Loads the configuration for the model.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
Loads the configuration for the model.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
Loads the configuration for the model.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
Load in model.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
Loads the configuration from the given settings object.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Load config from argument.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
Loads the configuration from the given settings object.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
Load routine for model implementation.
loadConfigurationInModel(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
Load routine for model implementation.
loadConfigurationInModelChild(NodeSettingsRO) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
Method call by NameFilterConfiguration.loadConfigurationInModel(NodeSettingsRO) to allow subclasses to read child elements.
loadConfigurationInModelChild(NodeSettingsRO) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Method call by NameFilterConfiguration.loadConfigurationInModel(NodeSettingsRO) to allow subclasses to read child elements.
loadConnection(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadConnection(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
loadConnectionDestID(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadConnectionDestPort(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadConnectionSettings(PortObject) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
 
loadConnectionSourcePort(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadContent(NodeContainerPersistor, Map<Integer, BufferedDataTable>, FlowObjectStack, ExecutionMonitor, WorkflowPersistor.LoadResult, boolean) - Method in class org.knime.core.node.workflow.NodeContainer
Restore content from persistor.
loadContent(NodeContainerPersistor, Map<Integer, BufferedDataTable>, FlowObjectStack, ExecutionMonitor, WorkflowPersistor.LoadResult, boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Restore content from persistor.
loadContent(NodeContainerPersistor, Map<Integer, BufferedDataTable>, FlowObjectStack, ExecutionMonitor, WorkflowPersistor.LoadResult, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Restore content from persistor.
loadCredentials(CredentialsProvider) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
Loads items in credentials select box.
loadCredentials(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Loads credentials, this method returns an empty list.
loadCredentials(List<Credentials>) - Method in class org.knime.core.node.workflow.WorkflowLoadHelper
Caller method invoked when credentials are needed during loading of a workflow.
loadCurrentValue(NodeSettingsRO) - Method in interface org.knime.core.node.dialog.ValueControlledDialogPane
loadCustomDescription(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
Read the custom description.
loadDataAndInternals(NodeContentPersistor, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.Node
Loads data from an argument persistor.
loadDataCellToJavaConverterFactory(ConfigBaseRO, String) - Static method in class org.knime.core.data.convert.util.SerializeUtil
Load a DataCellToJavaConverterFactorz from given config.
loadDefault(NodeSettingsRO) - Method in class org.knime.base.util.SortingOptionPanel
Initializes the values based on the settings without prefixing the keys.
loadDefault(DataTableSpec, InputFilter<DataColumnSpec>, boolean) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
Applies default values and resets the current configuration (if any).
loadDefaults(DataTableSpec) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
Loads a default configuration by putting all appropriate columns into the include list.
loadDefaults(DataTableSpec, InputFilter<DataColumnSpec>, boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
Inits default values, usually used during first-time node configuration (auto-configure).
loadDefaults(DataTableSpec, boolean) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
Guess default settings on the argument spec.
loadDefaults(String[], boolean) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Sets default names, used in auto-configure of a node when no settings are available.
loadDefaults(String[], String[], NameFilterConfiguration.EnforceOption) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Sets the include and exclude list and force the filter type to be "standard".
loadDefaults(Map<String, FlowVariable>, boolean) - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterConfiguration
Guess default settings on the given flow variables.
loadDialogComponentSettings(NodeSettingsRO) - Method in interface org.knime.core.node.workflow.DialogComponentNode
 
loadDriver(File) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
Loads Driver from the given file.
loadEditorUIInformation(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Load editor information (grid settings & zoom level).
loadElements(ConfigRO, ExecutionMonitor) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
loadElements(ConfigRO, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
loadElements(ConfigRO, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
loadExecutionResult(NodeContainerExecutionResult, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Load information from execution result.
loadExecutionResult(NodeContainerExecutionResult, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.NodeContainer
Load information from execution result.
loadExecutionResult(NodeContainerExecutionResult, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.SubNodeContainer
Load information from execution result.
loadExecutionResult(NodeContainerExecutionResult, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.WorkflowManager
Load information from execution result.
loadExtensionTable(ReferencedFile, DataTableSpec, NodeSettingsRO, Map<Integer, BufferedDataTable>, ExecutionMonitor) - Static method in class org.knime.core.node.ExtensionTable
Load the extension, used internally from BufferedDataTable.
loadFileStoreHandler(Node, ExecutionMonitor, NodeSettingsRO, WorkflowFileStoreHandlerRepository) - Method in class org.knime.core.node.FileNodePersistor
 
loadFlowObjects(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
Load from variables.
loadFrom(ModelContentRO) - Static method in class org.knime.base.node.mine.cluster.assign.Prototype
 
loadFrom(ModelContentRO) - Method in interface org.knime.base.node.mine.sota.logic.SotaCell
Loads the values from the given ModelContentWO.
loadFrom(ModelContentRO) - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
Loads the values from the given ModelContentWO.
loadFrom(ModelContentRO) - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
Loads the values from the given ModelContentWO.
loadFrom(ModelContentRO, int, SotaTreeCell, boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Loads the values from the given ModelContentWO.
loadFrom(PMMLPortObjectSpec, InputStream, String) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Deprecated.
loadFrom(PMMLPortObjectSpec, InputStream) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Initializes the pmml port object based on the xml input stream.
loadFrom(PortObjectSpecZipInputStream) - Static method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
loadFrom(PortObjectSpecZipInputStream) - Static method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec
 
loadFromFile(Config, ExecutionMonitor) - Static method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
 
loadFromFile(Config, ExecutionMonitor) - Static method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
 
loadFromFile(ConfigRO, ExecutionMonitor) - Static method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
loadFromFile(File, ExecutionMonitor) - Static method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
loadFromFile(File, ExecutionMonitor) - Static method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
 
loadFromFile(Config, ExecutionMonitor) - Static method in class org.knime.base.node.viz.histogram.util.ColorColumn
 
loadFromFile(File, ExecutionMonitor) - Static method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
loadFromFile(File, ExecutionMonitor) - Static method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
loadFromFile(Config, ExecutionMonitor) - Static method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
 
loadFromFile(Config, ExecutionMonitor) - Static method in class org.knime.base.node.viz.pie.datamodel.PieSubSectionDataModel
 
loadFromFile(ReferencedFile, NodeSettingsRO, ExecutionMonitor, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>, FileStoreHandlerRepository) - Static method in class org.knime.core.node.BufferedDataTable
Factory method to restore a table that has been written using the save method.
loadFromJson(JsonValue) - Method in interface org.knime.core.node.dialog.DialogNodeValue
Called when parameterized via web service invocation.
loadFromModelContent(ModelContentRO) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
Deprecated.
 
loadFromModelContent(ModelContentRO) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.
 
loadFromNodeSettings(NodeSettingsRO) - Method in interface org.knime.core.node.dialog.DialogNodeValue
 
loadFromNodeSettings(NodeSettingsRO) - Method in interface org.knime.core.node.web.WebViewContent
 
loadFromNodeSettings(NodeSettingsRO) - Static method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
Loads a layout info object from node settings.
loadFromNodeSettingsInDialog(NodeSettingsRO) - Method in interface org.knime.core.node.dialog.DialogNodeValue
 
loadFromPredictorParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Load Decision Tree from a ModelContent object.
loadFromPredictorParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Load node from a model content object.
loadFromPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Load internal predicate settings from a config object.
loadFromPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
Load internal predicate settings from a config object.
loadFromPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Load internal predicate settings from a config object.
loadFromPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
Load internal predicate settings from a config object.
loadFromPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Load internal predicate settings from a config object.
loadFromPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
Load internal predicate settings from a config object.
loadFromQuickFormElement(AbstractQuickFormInElement) - Method in interface org.knime.core.quickform.in.QuickFormInputNode
Loads values from the argument form element.
loadFromReconnectSettings(NodeSettingsRO, PortObject[], NodeContainer) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Read the information previously stored in the settings object and restore an executing job.
loadFromReconnectSettings(NodeSettingsRO, PortObject[], NodeContainer) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Read the information previously stored in the settings object and restore an executing job.
loadFromSettings(T) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeDialog
Enables subclasses to load there settings from the settings object.
loadFromSettings(LoopEnd2NodeSettings) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeDialog
Enables subclasses to load there settings from the settings object.
loadFromSettings(LoopEndNodeSettings) - Method in class org.knime.base.node.meta.looper.LoopEndNodeDialog
Enables subclasses to load there settings from the settings object.
loadFromStream(InputStream) - Method in interface org.knime.core.node.web.WebViewContent
 
loadFromString(String) - Method in interface org.knime.core.node.dialog.DialogNodeValue
Parses the value from command line - default implement will just fail as 'complex' nodes such as the column filter cannot be parameterized via commandline.
loadFromXML(NodeSettingsRO, DataArray) - Static method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Loads a cluster node from the settings.
loadFromXML(ConfigBase, InputStream) - Static method in class org.knime.core.node.config.base.ConfigBase
Reads ConfigBase from XML into a new ConfigBase object.
loadFromXML(Config, InputStream) - Static method in class org.knime.core.node.config.Config
Reads Config from XML into a new Config object.
loadFromXML(InputStream) - Static method in class org.knime.core.node.ModelContent
Reads ModelContent settings from the given XML stream and returns a new ModelContent object.
loadFromXML(InputStream) - Static method in class org.knime.core.node.NodeSettings
Reads NodeSettings object from a given XML input stream and writes them into the given NodeSettings object.
loadFunction(DataTableSpec, DBAggregationFunctionProvider, NodeSettingsRO) - Static method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
 
loadFunctions(NodeSettingsRO, String, String, DataTableSpec) - Static method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRow
Loads the functions and handles invalid aggregation functions graceful.
loadFunctions(NodeSettingsRO, String, String, DataTableSpec) - Static method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRow
Loads the functions and handles invalid aggregation functions graceful.
loadFunctions(NodeSettingsRO, String, String, DataTableSpec) - Static method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRow
Loads the functions and handles invalid aggregation functions graceful.
loadHasContent(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
 
loadHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Called from the AbstractHistogramNodeModel.loadInternals(File, ExecutionMonitor) method to let the histogram implementation load own internal data.
loadHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
Called from the AbstractHistogramNodeModel.loadInternals(File, ExecutionMonitor) method to let the histogram implementation load own internal data.
loadHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
Called from the AbstractHistogramNodeModel.loadInternals(File, ExecutionMonitor) method to let the histogram implementation load own internal data.
loadIcon(Class<?>, String) - Static method in class org.knime.core.data.DataValue.UtilityFactory
Convenience method to allow subclasses to load their icon.
loadIcon(Class<?>, String) - Static method in class org.knime.core.node.util.ViewUtils
Convenience method to load an icon from package relative path.
loadIfMustWarnOnDataLoadError(File) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
check whether there is a "loaded with no data" file.
loadInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Deprecated.
Load config in dialog.
loadInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
Load config in dialog.
loadInDialog(NodeSettingsRO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
loadIndividualColSettings(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Helper that load individual settings from a config object, used in NodeModel.
loadIndividualColSettings(NodeSettingsRO, DataTableSpec) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Helper that individual settings from a config object, used in NodeDialog.
loadInModel(NodeSettingsRO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Deprecated.
Load config in node model.
loadInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
Load config in node model.
loadInModel(NodeSettingsRO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
loadInPortsBarUIInfo(UIInformation, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Sub-class hook to load port bar info.
loadInPortsBarUIInfoClassName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Sub class hook o read port bar info.
loadInPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Sub class hook o read port settings.
loadInPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
Sub class hook o read port settings.
loadInPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Sub class hook o read port settings.
loadInPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
Sub class hook o read port settings.
loadInPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Sub class hook o read port settings.
loadInPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
Sub class hook o read port settings.
loadInternalHeldObjects(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>, FileStoreHandlerRepository) - Method in class org.knime.core.node.FileNodePersistor
loadInternalHeldTablesPre210(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>, FileStoreHandlerRepository) - Method in class org.knime.core.node.FileNodePersistor
Reads internally held table in version FileWorkflowPersistor.LoadVersion.V2100Pre and before.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.ImageToTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
Load internals.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
Load internals.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
Load internals.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCANodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
 
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.cache.CacheNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Loads the converted DataArray.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.table.TableNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.missing.MissingNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.Node
Call NodeModel.loadInternals(File, ExecutionMonitor) and handles errors by logging to the NodeLogger or setting a warning message at the node.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.NodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
Load internals into the derived NodeModel.
loadInternals(StreamableOperatorInternals) - Method in class org.knime.core.node.streamable.StreamableOperator
Called to restore intermediate results when used in an iterative manner.
loadInternals(ReferencedFile) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Restore the internals from a directory.
loadInternals(ReferencedFile) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Restore the internals from a directory.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
Load internals into the derived NodeModel.
loadInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Load internals into the derived NodeModel.
loadInto(Node) - Method in class org.knime.core.node.CopyNodePersistor
Apply the settings to the new node.
loadIsConfigured(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
 
loadIsExecuted(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
 
loadIsInactive(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
 
loadJavaToDataCellConverterFactory(ConfigBaseRO, String) - Static method in class org.knime.core.data.convert.util.SerializeUtil
Load a JavaToDataCellConverterFactory from given config.
loadJobManagerInternalsDirectory(ReferencedFile, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
Load the directory name that is used to persist internals of the associated job manager.
loadMemoryPolicySettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
Load configuration of node.
loadMetaColSettings(NodeSettingsRO) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Helper that load meta settings from a config object, used in NodeModel.
loadMetaColSettings(NodeSettingsRO, DataTableSpec) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Helper that loads meta settings from a config object, used in NodeDialog.
loadMethod(DataTableSpec, NodeSettingsRO) - Static method in class org.knime.base.data.aggregation.AggregationMethodDecorator
 
loadModel(Config) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
loadModel(Config) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
loadModel(BayesInputDocument.BayesInput) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
loadModelContent(PortObjectSpecZipInputStream) - Static method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
Reads the model content from the input stream.
loadModelSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
The settings passed to the NodeModel's validate and load method.
loadModelSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.Node
Loads the settings (but not the data) from the given settings object.
loadNCAndWashModelSettings(NodeSettingsRO, NodeSettingsRO, Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
Called by #loadNodeContainer(Map, ExecutionMonitor, LoadResult).
loadNCAndWashModelSettings(NodeSettingsRO, NodeSettingsRO, Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
Called by #loadNodeContainer(Map, ExecutionMonitor, LoadResult).
loadNCAndWashModelSettings(NodeSettingsRO, NodeSettingsRO, Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
Called by #loadNodeContainer(Map, ExecutionMonitor, LoadResult).
loadNodeAnnotationData(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
Read the custom description.
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.CopyNativeNodeContainerPersistor
Loads internals, configuration, etc into the node instance.
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.CopySubNodeContainerPersistor
Loads internals, configuration, etc into the node instance.
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Loads internals, configuration, etc into the node instance.
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
Loads internals, configuration, etc into the node instance.
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
Loads internals, configuration, etc into the node instance.
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Loads internals, configuration, etc into the node instance.
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Loads internals, configuration, etc into the node instance.
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
Loads internals, configuration, etc into the node instance.
loadNodeContainer(Map<Integer, BufferedDataTable>, ExecutionMonitor, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Loads internals, configuration, etc into the node instance.
loadNodeExecutionJobManager(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
Load the execution manager responsible for this node.
loadNodeExecutionJobSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
Load the settings representing the pending execution of this node.
loadNodeFactory(String) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
 
loadNodeFactoryInfo(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
Load factory name.
loadNodeFile(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
Load file containing node settings.
loadNodeFile(NodeSettingsRO, ReferencedFile) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadNodeIDSuffix(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadNodeInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Load internal node settings from a model content object.
loadNodeInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Load internal node settings from a model content object.
loadNodeInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Load internal node settings from a model content object.
loadNodeInternDirectory(NodeSettingsRO, ReferencedFile) - Method in class org.knime.core.node.FileNodePersistor
Load internal directory.
loadNodeLocks(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
loadNodeMessage(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
Load messages that were set on the node.
loadNodeSettings(NodeID, NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowManager
Load Settings into specified node.
loadNodeSplitInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Load internal SplitNode settings from a ModelContent object.
loadNodeSplitInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
Load internal SplitNode settings from a ModelContent object.
loadNodeSplitInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
Load internal SplitNode settings from a ModelContent object.
loadNodeSplitInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
Load internal SplitNode settings from a ModelContent object.
loadNodeSplitInternalsFromPredParams(ModelContentRO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Load internal SplitNode settings from a ModelContent object.
loadNodeType(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadNodeValue(VAL) - Method in class org.knime.core.node.dialog.DialogNodePanel
Load DialogNode value.
loadOperators(NodeSettingsRO) - Static method in class org.knime.base.data.aggregation.NamedAggregationOperator
 
loadOperators(NodeSettingsRO, DataTableSpec) - Static method in class org.knime.base.data.aggregation.NamedAggregationOperator
 
loadOutPortsBarUIInfo(UIInformation, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Load output port bars.
loadOutPortsBarUIInfoClassName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Sub-class hook to load port bar info.
loadOutPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Sub class hook o read port settings.
loadOutPortsSetting(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
Sub class hook o read port settings.
loadOutPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Sub class hook o read port settings.
loadOutPortsSettingsEnum(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
Sub class hook o read port settings.
loadOutPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Sub class hook o read port settings.
loadOutPortTemplate(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
Sub class hook o read port settings.
loadPieInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
Loads the implementation internals.
loadPieInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
Loads the implementation internals.
loadPieInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Loads the implementation internals.
loadPort(Node, ReferencedFile, NodeSettingsRO, ExecutionMonitor, int, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>, FileStoreHandlerRepository) - Method in class org.knime.core.node.FileNodePersistor
 
loadPortIndex(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
 
loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel.ModelSerializer
Load a portObject from an input stream.
loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec.ModelSerializer
 
loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractPortObject.AbstractPortObjectSerializer
Load a portObject from an input stream.
loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractSimplePortObject.AbstractSimplePortObjectSerializer
Load a portObject from an input stream.
loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject.Serializer
Load a portObject from an input stream.
loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.database.DatabasePortObject.Serializer
Load a portObject from an input stream.
loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject.Serializer
 
loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObject.Serializer
 
loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSerializer
Load a portObject from an input stream.
loadPortObject(PortObjectZipInputStream, PortObjectSpec, ExecutionMonitor) - Method in class org.knime.core.node.port.PortObject.PortObjectSerializer
Load a portObject from an input stream.
loadPortObjectClassName(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
 
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel.SpecSerializer
Load a specification from an input stream.
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec.Serializer
 
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObjectSpec.Serializer
Load a specification from an input stream.
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec.SpecSerializer
 
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.data.DataTableSpec.Serializer
Load a specification from an input stream.
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec.AbstractSimplePortObjectSpecSerializer
Load a specification from an input stream.
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec.Serializer
 
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec.Serializer
Load a specification from an input stream.
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec.Serializer
 
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec.Serializer
 
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecSerializer
Load a specification from an input stream.
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec.Serializer
Load a specification from an input stream.
loadPortObjectSpec(PortObjectSpecZipInputStream) - Method in class org.knime.core.node.port.PortObjectSpec.PortObjectSpecSerializer
Load a specification from an input stream.
loadPorts(Node, ExecutionMonitor, NodeSettingsRO, Map<Integer, BufferedDataTable>, HashMap<Integer, ContainerTable>, FileStoreHandlerRepository) - Method in class org.knime.core.node.FileNodePersistor
 
loadPortsSettings(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
 
loadPortTypeList(ConfigRO) - Static method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
 
loadPortTypeList(ConfigRO) - Static method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
 
loadPredictorParams(ModelContentRO) - Static method in class org.knime.base.data.neural.MultiLayerPerceptron
 
loadProject(File, ExecutionMonitor, WorkflowLoadHelper) - Static method in class org.knime.core.node.workflow.WorkflowManager
 
LoadResult(String) - Constructor for class org.knime.core.node.workflow.WorkflowPersistor.LoadResult
 
LoadResultEntry(WorkflowPersistor.LoadResultEntry.LoadResultEntryType, String) - Constructor for class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
 
loadSettings(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.util.DBAdvancedPanel
Loads the settings into the dialog components.
loadSettings(PortObjectSpec[], CredentialsProvider) - Method in class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
Loads the settings into the dialog components.
loadSettings(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.util.DBConnectionPanel
Loads the settings into the dialog components.
loadSettings(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.util.DBGenericConnectionPanel
Loads the settings into the dialog components.
loadSettings(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.util.DBMiscPanel
Loads the settings into the dialog components.
loadSettings(PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.util.DBTimezonePanel
Loads the settings into the dialog components.
loadSettings(String) - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
Load SQL data types from StringHistory
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Loads configuration, fails if fields are missing/invalid.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
Loads configuration, fails if fields are missing/invalid.
loadSettings(FileReaderSettings) - Method in class org.knime.base.node.io.filereader.CharsetNamePanel
 
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Loads the settings from passed node settings object into this object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
Loads the settings from passed node settings object into this object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
Loads the settings from passed node settings object into this object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
Loads the settings from the given node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.knn.KnnSettings
Loads the settings from the given node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
Deprecated.
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
Loads settings in model.
loadSettings(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
Loads settings in dialog, inits default if invalid.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
Loads settings in model.
loadSettings(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
Loads settings in dialog, inits default if invalid.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Loads settings from a NodeSettings object, used in NodeModel.
loadSettings(NodeSettingsRO, boolean) - Method in class org.knime.base.node.preproc.pmml.missingval.MVColumnSettings
Loads settings from a NodeSettings object.
loadSettings(NodeSettingsRO, boolean) - Method in class org.knime.base.node.preproc.pmml.missingval.MVIndividualSettings
Loads settings for a column.
loadSettings(NodeSettingsRO, boolean) - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
Loads the settings from a read only node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
Loads the settings from the node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
Loads the settings from the settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Load settings from given NodeSettings.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Loads the settings from the given node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Loads the settings from the given node settings object.
loadSettings(NodeSettingsRO, String) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
Reads the color settings for the given column.
loadSettings(NodeSettingsRO, String) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
Reads color settings.
loadSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.roc.ROCSettings
Loads the settings from the given node settings object.
loadSettings(NodeSettingsRO) - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
Loads the settings from a NodeSettings object.
loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.AbstractField
Loads parameters in NodeModel.
loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.ColumnField
Loads parameters in NodeModel.
loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
Loads parameters in NodeModel.
loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.FieldList
Loads parameters in NodeModel.
loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.FlowVariableField
Loads parameters in NodeModel.
loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.OutColumnField
Loads parameters in NodeModel.
loadSettings(Config) - Method in class org.knime.core.node.util.dialog.field.OutFlowVariableField
Loads parameters in NodeModel.
loadSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainer
 
loadSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeExecutionJobManagerPanel
Load the values from the specified settings object into the components.
loadSettings(NodeContainer.NodeContainerSettings, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab
Takes over the settings from the argument and displays them in the panel.
loadSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainer
loadSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.WorkflowManager
loadSettings(CFG) - Method in class org.knime.core.quickform.QuickFormConfigurationPanel
Load quickform configuration.
loadSettingsDialog(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
Load settings in dialog.
loadSettingsDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
Called from dialog when settings are to be loaded.
loadSettingsForConnections(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadSettingsForConnections(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Load settings for NodeDialog
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Loads the settings from passed node settings object into this object using default values if a settings is missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
Loads the settings from passed node settings object into this object using default values if a settings is missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
Loads the settings from passed node settings object into this object using default values if a settings is missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Loads the settings from the node settings object, using default values if a setting is missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Loads the settings from the node settings object.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Loads the settings from the node settings object.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
Loads the settings from the given node settings object.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Loads the settings from the node settings object using default values for missing settings.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
Deprecated.
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
Called from dialog when settings are to be loaded.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
Called from dialog when settings are to be loaded.
loadSettingsForDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
Called from dialog when settings are to be loaded.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
Called from dialog when settings are to be loaded.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Loads the settings from the node settings object.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
Loads the settings from the settings object for use in the dialog, i.e.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Loads the settings from the given node settings object.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Loads the settings from the given node settings object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO) - Method in class org.knime.base.node.viz.roc.ROCSettings
Loads the settings from the given node settings object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
Read the value(s) of this settings model from configuration object.
loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.AbstractField
Loads parameters in Dialog.
loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.ColumnField
Loads parameters in Dialog.
loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
Loads parameters in Dialog.
loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.FieldList
Loads parameters in Dialog.
loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.FlowVariableField
Loads parameters in Dialog.
loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.OutColumnField
Loads parameters in Dialog.
loadSettingsForDialog(Config) - Method in class org.knime.core.node.util.dialog.field.OutFlowVariableField
Loads parameters in Dialog.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Load settings for NodeModel
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
Called from model when settings are to be loaded.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
Called from model when settings are to be loaded.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
Called from model when settings are to be loaded.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
Called from model when settings are to be loaded.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
Read value(s) of this settings model from the configuration object.
loadSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
Read value(s) of this settings model from the configuration object.
loadSettingsForNode(WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
Loads the settings passed to the NodePersistor class.
loadSettingsForNode(WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
Loads the settings passed to the NodePersistor class.
loadSettingsForNode(WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
Loads the settings passed to the NodePersistor class.
loadSettingsForNodes(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
This method is called prior the AggregationFunction.getSettingsPanel() method is called and the dialog is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.AggregationOperator
Override this method if the operator requires additional settings.
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
Override this method if the operator requires additional settings.
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
 
loadSettingsFrom(Config, DataType) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
Deprecated.
loadSettingsFrom(NodeSettingsRO, DataType, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
 
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendToTableNodeDialogPane
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
Deprecated.
Loads settings.
loadSettingsFrom(NodeSettingsRO, Map<String, FlowVariable>) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
Deprecated.
Load settings.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeDialogPane
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
Deprecated.
Loads settings.
loadSettingsFrom(NodeSettingsRO, Map<String, FlowVariable>) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
Deprecated.
Load settings.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeDialogPane
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeDialog
 
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.columnrename.DBRenameNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBDeleteRowsDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DatabasePortObjectSpec, DataTableSpec) - Method in class org.knime.base.node.io.database.DBGroupByAggregationPanel
 
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBGroupByNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBJoinerNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBSorterNodeDialog
Calls the update method of the underlying update method of the DBSorterNodeDialogPanel using the input data table spec from this DBSorterNodeModel.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.io.database.DBSQLTypesPanel
Reads settings and inits the panel with column name to SQL-type mapping read from spec and settings object.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBUpdateDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.DBWriterDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeDialog2
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, String, DataTableSpec) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
 
loadSettingsFrom(NodeSettingsRO, String, DataTableSpec) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
 
loadSettingsFrom(NodeSettingsRO, String, DataTableSpec) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
 
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[], Collection<FlowVariable>) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryPanel
 
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Load the attributes of RowElement from the given NodeSettingsRO instance
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Load the attributes of RowElement from the given NodeSettingsRO instance
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Load the attributes of RowElement from the given NodeSettingsRO instance
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Load the attributes of RowElement from the given NodeSettingsRO instance
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Load the attributes of RowElement from the given NodeSettingsRO instance
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.RowElement
Load the attributes of RowElement from the given NodeSettingsRO instance
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[], CredentialsProvider) - Method in class org.knime.base.node.io.database.util.DBDialogPane
Load settings.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.database.util.DBReaderDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.linereader.LineReaderNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartCountSettings
Loads the settings from the node settings object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.meta.xvalidation.XValidateDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Loads the settings from the node settings object.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPanel
Loads given settings.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeDialog
Loads the settings from the model, Number of Clusters and maximum number of Iterations.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.knn.KnnNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeDialogPane
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeDialogPane
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerDialog
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
Loads the settings from the node settings object.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
Loads the settings from the node settings object.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Fills the two combo boxes with all column names retrieved from the input table spec.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
Loads all the dialog component settings from the given NodeSettingsRO and PortObjectSpecs.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Loads all the setting models from from the given NodeSettingsRO.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.smote.SmoteNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings
Method loadSettingsFrom.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.sota.SotaNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.sota.SotaSettingsPanel
Method loadSettingsFrom.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeDialog
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
Loads configuration.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeDialogPane
 
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeDialogPane
 
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeDialogPane
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeDialogPane
Calls the update method of the underlying filter panel.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeDialog
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.DomainNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionPanel
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPane
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.TypePane
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in interface org.knime.base.node.preproc.draganddroppanel.PaneConfigurationDialog
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeDialogPane
Calls the update method of the underlying filter panel.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeDialogPane
Calls the update method of the underlying filter panel.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AbstractRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
A comparator MUST be set if a range is specified in the config object!! Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in interface org.knime.base.node.preproc.filter.row.rowfilter.IRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
Deprecated.
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeDialogPane
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.partition.PartitionNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.columnfilter.DataColumnSpecFilterPMMLNodeDialogPane
Calls the update method of the underlying filter panel.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingValueHandlerPanel
Loads settings into this panel.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingValueHandlerPanel
Loads settings into this panel.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
Loads user settings.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.rank.RankNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Loads settings from a settings object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.rename.RenameNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
Throws exception, not supported.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sample.RandomNumberRowFilter
Throws exception, not supported.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.sample.SamplingNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.sample.SamplingNodeDialogPanel
Method that is called from the dialog to load settings.
loadSettingsFrom(NodeSettingsRO, boolean) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Loads the setting from the given object.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Load your internal settings from the configuration object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialog
Calls the update method of the underlying update method of the SorterNodeDialogPanel using the input data table spec from this SorterNodeModel.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.split2.SplitNodeDialog2
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
Loads the settings from the node settings object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.rules.RuleEngineNodeDialog
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.switches.endif.EndifNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.base.node.util.sendmail.SendMailNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterDialog
Deprecated.
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeDialogPane
Updates this dialog by refreshing all components in the color tab.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeDialogPane
Updates this dialog by refreshing all components in the shape settings tab.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.base.node.viz.roc.ROCNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.core.node.DataAwareNodeDialogPane
Throws error as this method is not called by framework.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.DataAwareNodeDialogPane
Throws error as this method is not called by framework.
loadSettingsFrom(NodeSettingsRO, BufferedDataTable[]) - Method in class org.knime.core.node.DataAwareNodeDialogPane
Replacement function for NodeDialogPane.loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) which provides the implementation with the input data instead of just the meta data.
loadSettingsFrom(NodeSettingsRO, PortObject[]) - Method in class org.knime.core.node.DataAwareNodeDialogPane
Replacement function for NodeDialogPane.loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) which provides the implementation with the input data instead of just the meta data.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Load settings for all registered components.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
Read value(s) of this dialog component from the configuration object.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[], CredentialsProvider) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
 
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Read value(s) of this component model from configuration object.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.EmptyNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.missing.MissingNodeDialog
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.Node
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.NodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.core.node.NodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(InputStream) - Method in class org.knime.core.node.NodeDialogPane
Loads settings from an input stream (in xml format).
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.NodeModel
Validates the specified settings in the model and then loads them into it.
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
This method is called prior the AggregationFunction.getSettingsPanel() method is called and the dialog is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
This method is called prior the AggregationFunction.getSettingsPanel() method is called and the dialog is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
This method is called prior the AggregationFunction.getSettingsPanel() method is called and the dialog is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettingsPanel
Read value(s) of this dialog component from the configuration object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
This method is called prior the AggregationFunction.getSettingsPanel() method is called and the dialog is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
This method is called prior the AggregationFunction.getSettingsPanel() method is called and the dialog is opened.
loadSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
 
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettingsPanel
Read value(s) of this dialog component from the configuration object.
loadSettingsFrom(NodeSettingsRO, DataTableSpec) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
This method is called prior the AggregationFunction.getSettingsPanel() method is called and the dialog is opened.
loadSettingsFrom(NodeSettingsRO, DataTableSpec[]) - Method in class org.knime.core.node.util.FileSelectionPanel
Method loadSettingsFrom.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.MetaNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFrom(NodeSettingsRO, PortObjectSpec[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeDialogPane
Invoked before the dialog window is opened.
loadSettingsFromFilter(IRowFilter) - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
Adjusts the settings/values of its components to reflect the settings/properties of the filter passed in.
loadSettingsFromFilter(IRowFilter) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
Adjusts the settings/values of its components to reflect the settings/properties of the filter passed in.
loadSettingsFromFilter(IRowFilter) - Method in class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
Adjusts the settings/values of its components to reflect the settings/properties of the filter passed in.
loadSettingsFromFilter(IRowFilter) - Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
Adjusts the settings/values of its components to reflect the settings/properties of the filter passed in.
loadSettingsInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
Load settings, used in dialog.
loadSettingsInDialog(NodeSettingsRO) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
Load settings, used in dialog (no errors).
loadSettingsInDialog(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
loadSettingsInDialog(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
Load settings in dialog (no fail).
loadSettingsInDialog(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
Load settings in dialog (no fail).
loadSettingsInDialog(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
Load settings in dialog, use default if invalid.
loadSettingsInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
Loads the settings from the node settings object using default values if some settings are missing.
loadSettingsInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
Loads the settings from the node settings object.
loadSettingsInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
Called from dialog's load method.
loadSettingsInDialog(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
Load config in dialog.
loadSettingsInDialog(NodeSettingsRO, DataTableSpec) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
Load model for dialog.
loadSettingsInDialog(NodeSettingsRO) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
Load settings in dialog, init defaults if that fails.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
Load settings, called in NodeModel.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
Load in model, fail if settings are invalid.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
Load settings, fail if incomplete.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
Load settings, fail if incomplete.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
Load settings in model, fails if incomplete.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
Called from model's load and validate settings method.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
Load config in model.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
Load method for NodeModel.
loadSettingsInModel(NodeSettingsRO) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
Load config in model.
loadSettingsModel(NodeSettingsRO) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
Load settings in model.
loadSettingsModel(NodeSettingsRO) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
Called from model when settings are to be loaded.
loadSettingsNoFail(NodeSettingsRO) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Loads configuration, inits defaults if fields are missing/invalid.
loadSettingsNoFail(NodeSettingsRO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
Loads configuration, inits defaults if fields are missing/invalid.
loadSpec(ReferencedFile) - Static method in class org.knime.core.node.BufferedDataTable
Utility method used in the node's load method.
loadState(NodeSettingsRO, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
Load the state of the node.
loadSubclass(UUID, ConfigRO) - Static method in class org.knime.core.data.property.filter.FilterModelNominal
Load factory method.
loadSubclass(UUID, ConfigRO) - Static method in class org.knime.core.data.property.filter.FilterModelRange
Load factory method.
loadUIInfoClassName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadUIInfoInstance(String) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Creates the UIInformaion from given settings, describing whatever additional information was stored (graphical layout?).
loadUIInfoSettings(UIInformation, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadValidatedConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
Load validated settings.
loadValidatedConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.base.node.io.database.connection.util.ParameterizedDatabaseConnectionSettings
Load validated settings.
loadValidatedConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Load validated settings.
loadValidatedConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Load validated settings.
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
This method is called in the NodeModel to load the settings that have been saved (AggregationFunction.saveSettingsTo(NodeSettingsWO)) by the DBAggregationFunction used in the in the additional settings panel (AggregationFunction.getSettingsPanel()) into the DBAggregationFunction that is actually used in the NodeModel.
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.AggregationOperator
Override this method if the operator requires additional settings.
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
Override this method if the operator requires additional settings.
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
 
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
 
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
 
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
 
loadValidatedSettings(NodeSettingsRO) - Method in interface org.knime.base.node.preproc.draganddroppanel.PaneConfigurationDialog
 
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
loadValidatedSettings(NodeSettingsRO) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
This method is called in the NodeModel to load the settings that have been saved (AggregationFunction.saveSettingsTo(NodeSettingsWO)) by the DBAggregationFunction used in the in the additional settings panel (AggregationFunction.getSettingsPanel()) into the DBAggregationFunction that is actually used in the NodeModel.
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
This method is called in the NodeModel to load the settings that have been saved (AggregationFunction.saveSettingsTo(NodeSettingsWO)) by the DBAggregationFunction used in the in the additional settings panel (AggregationFunction.getSettingsPanel()) into the DBAggregationFunction that is actually used in the NodeModel.
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
This method is called in the NodeModel to load the settings that have been saved (AggregationFunction.saveSettingsTo(NodeSettingsWO)) by the DBAggregationFunction used in the in the additional settings panel (AggregationFunction.getSettingsPanel()) into the DBAggregationFunction that is actually used in the NodeModel.
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
This method is called in the NodeModel to load the settings that have been saved (AggregationFunction.saveSettingsTo(NodeSettingsWO)) by the DBAggregationFunction used in the in the additional settings panel (AggregationFunction.getSettingsPanel()) into the DBAggregationFunction that is actually used in the NodeModel.
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
This method is called in the NodeModel to load the settings that have been saved (AggregationFunction.saveSettingsTo(NodeSettingsWO)) by the DBAggregationFunction used in the in the additional settings panel (AggregationFunction.getSettingsPanel()) into the DBAggregationFunction that is actually used in the NodeModel.
loadValidatedSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
This method is called in the NodeModel to load the settings that have been saved (AggregationFunction.saveSettingsTo(NodeSettingsWO)) by the DBAggregationFunction used in the in the additional settings panel (AggregationFunction.getSettingsPanel()) into the DBAggregationFunction that is actually used in the NodeModel.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.image.ImageToTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBGroupByNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBJoinerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBQueryNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBSorterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
Reads in all user settings of the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Deprecated.
Reads in all user settings of the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Loads the number of clusters and the maximum number of iterations from the settings.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Method is called when the NodeModel has to set its configuration using the given one.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Loads the class column and the classification value in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCANodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
 
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
 
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
 
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Loads the class column and the classification value in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
 
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
 
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Reads the filtered columns.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
Reads the filtered columns.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
Load the settings (includelist and sort order) in the SorterNodeModel.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.cache.CacheNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Loads the maximum number of rows.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Load color settings.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.viz.table.TableNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.missing.MissingNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.NodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.NoSettingsNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
Sets new settings from the passed object in the model.
loadValidatedSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Sets new settings from the passed object in the model.
loadValueInDialog(NodeSettingsRO) - Method in class org.knime.core.quickform.AbstractQuickFormValueInConfiguration
Load settings in dialog, init defaults if that fails.
loadValueInModel(NodeSettingsRO) - Method in class org.knime.core.quickform.AbstractQuickFormValueInConfiguration
Load config in model.
loadValuesIntoCurrentPage(Map<String, String>) - Method in class org.knime.core.node.workflow.WizardExecutionController
 
loadValuesIntoPanel(FileWriterSettings) - Method in class org.knime.base.node.io.csvwriter.AdvancedPanel
Reads new values from the specified object and puts them into the panel's components.
loadValuesIntoPanel(FileWriterNodeSettings) - Method in class org.knime.base.node.io.csvwriter.CommentPanel
Updates the values in the components from the passed settings object.
loadValuesIntoPanel(FileWriterNodeSettings) - Method in class org.knime.base.node.io.csvwriter.DecimalSeparatorPanel
Updates the values in the components from the passed settings object.
loadValuesIntoPanel(FileWriterSettings) - Method in class org.knime.base.node.io.csvwriter.QuotePanel
Updates the values in the components from the passed settings object.
loadVariableSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
The variable settings (whatever overwrites user parameters).
loadViewValue(InteractiveHiLiteCollectorViewContent, boolean) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
loadViewValue(VAL, boolean) - Method in interface org.knime.core.node.interactive.InteractiveNode
 
loadWarningMessage(NodeSettingsRO) - Method in class org.knime.core.node.FileNodePersistor
Sub class hook to read warning message.
loadWizardState(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadWorkflow(BatchExecutor.WorkflowConfiguration) - Method in class org.knime.core.node.workflow.BatchExecutor
Loads a single workflow.
loadWorkflowAnnotations(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Load annotations (added in v2.3).
loadWorkflowCipher(FileWorkflowPersistor.LoadVersion, NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
loadWorkflowName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Sub class hook o read workflow name.
loadWorkflowName(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
Sub class hook o read workflow name.
loadWorkflowVariables(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Load workflow variables (not available in 1.3.x flows).
loadXmlFromString(String) - Static method in class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionFactory
 
LOCAL_TRANS - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for the LocalTransformations tag.
LOCAL_TRANS - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
LOCAL_TRANS - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
LOCAL_TRANS - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
 
LocalNodeExecutionJob - Class in org.knime.core.node.exec
A locally executed node job.
LocalNodeExecutionJob(SingleNodeContainer, PortObject[]) - Constructor for class org.knime.core.node.exec.LocalNodeExecutionJob
Creates new local job.
Locatable - Interface in org.knime.base.node.mine.sota.view.interaction
 
LOCATION_SETTINGS - Static variable in class org.knime.base.node.io.listfiles.ListFilesSettings
Key to store the location settings.
LOCATION_SETTINGS - Static variable in class org.knime.base.node.io.listfiles2.ListFilesSettings
Key to store the location settings.
LocationCheckLabel() - Constructor for class org.knime.core.node.util.FilesHistoryPanel.LocationCheckLabel
 
lock - Static variable in class org.knime.core.eclipseUtil.GlobalClassCreator
Deprecated.
 
lock() - Method in class org.knime.core.internal.ReferencedFile
Locks this file location.
lock() - Method in interface org.knime.core.node.workflow.NodeContainerParent
Locks and returns the WorkflowLock associated with this workflow.
lock() - Method in class org.knime.core.node.workflow.SubNodeContainer
Locks and returns the WorkflowLock associated with this workflow.
lock() - Method in class org.knime.core.node.workflow.WorkflowLock
Acquires the lock (and increments hold count) and returns this instance.
lock() - Method in class org.knime.core.node.workflow.WorkflowManager
Locks and returns the WorkflowLock associated with this workflow.
lock() - Method in class org.knime.core.util.FileLocker
Tries to acquire the lock on the given File.
LOCK_FILE - Static variable in class org.knime.core.util.VMFileLocker
filename of lock file.
LockFailedException - Exception in org.knime.core.util
Used to indicate that the attempt to acquire a lock on a file or directory failed.
LockFailedException() - Constructor for exception org.knime.core.util.LockFailedException
 
LockFailedException(String, Throwable) - Constructor for exception org.knime.core.util.LockFailedException
 
LockFailedException(String) - Constructor for exception org.knime.core.util.LockFailedException
 
LockFailedException(Throwable) - Constructor for exception org.knime.core.util.LockFailedException
 
lockForVM(File) - Static method in class org.knime.core.util.VMFileLocker
Locks the specified directory (by creating a ".knimeLock" file and placing an exclusive lock on it).
LOG_FILE - Static variable in class org.knime.core.node.NodeLogger
The default log file name, knime.log.
LogarithmicMappingMethod - Class in org.knime.base.util.coordinate
A logarithmic mapping method.
LogarithmicMappingMethod() - Constructor for class org.knime.base.util.coordinate.LogarithmicMappingMethod
 
LogarithmicMappingMethod(double) - Constructor for class org.knime.base.util.coordinate.LogarithmicMappingMethod
Deprecated.
LOGFILE_APPENDER - Static variable in class org.knime.core.node.NodeLogger
Name of the default appender to the log file.
LogfileAppender - Class in org.knime.core.util
This is a special appender for KNIME that writes into the knime.log file, which is typically located in the current workspace.
LogfileAppender() - Constructor for class org.knime.core.util.LogfileAppender
Creates a new LogfileAppender.
LogfileAppender(File) - Constructor for class org.knime.core.util.LogfileAppender
 
LOGGER - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
The node logger for this class.
LOGGER - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Logger for this package.
LOGGER - Static variable in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Logger for this package.
LOGGER - Static variable in class org.knime.core.node.port.database.reader.DBReaderImpl
 
logGlobalMsgsInWfDir(boolean) - Static method in class org.knime.core.node.NodeLogger
Allows to enable/disable logging of global messages e.g.
logInWorkflowDir(boolean) - Static method in class org.knime.core.node.NodeLogger
Allows to enable/disable logging in the workflow directory.
LogisticRegressionContent - Class in org.knime.base.node.mine.regression.logistic.learner
Utility class that stores results of logistic regression models.
LogisticRegressionContent(PMMLPortObjectSpec, List<String>, List<String>, DataCell, boolean, boolean, Matrix, double, Matrix, int) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Create new instance.
LogisticRegressionContent - Class in org.knime.base.node.mine.regression.logistic.learner3
Utility class that stores results of logistic regression models.
LogisticRegressionContent(PMMLPortObjectSpec, List<String>, List<String>, DataCell, boolean, boolean, Matrix, double, Matrix, int) - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Create new instance.
LogisticRegressionContent(PMMLPortObjectSpec, List<String>, List<String>, Map<? extends String, ? extends Integer>, DataCell, boolean, boolean, Matrix, double, Matrix, int) - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Create new instance.
logNodeId(boolean) - Static method in class org.knime.core.node.NodeLogger
Allows to enable/disable node id logging.
LogPatternParser(String) - Constructor for class org.knime.core.node.NodeLoggerPatternLayout.LogPatternParser
 
LogRegLearner - Class in org.knime.base.node.mine.regression.logistic.learner
Logistic Regression Learner implementation.
LogRegLearner(PortObjectSpec[], LogRegLearnerSettings) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
 
LogRegLearner(PortObjectSpec[], boolean, LogRegLearnerSettings) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
 
LogRegLearner - Class in org.knime.base.node.mine.regression.logistic.learner3
Logistic Regression Learner implementation.
LogRegLearner(PortObjectSpec[], LogRegLearnerSettings) - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearner
 
LogRegLearnerNodeDialogPane - Class in org.knime.base.node.mine.regression.logistic.learner
Dialog for the logistic regression learner.
LogRegLearnerNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeDialogPane
Create new dialog for linear regression model.
LogRegLearnerNodeDialogPane - Class in org.knime.base.node.mine.regression.logistic.learner3
Dialog for the logistic regression learner.
LogRegLearnerNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeDialogPane
Create new dialog for linear regression model.
LogRegLearnerNodeFactory - Class in org.knime.base.node.mine.regression.logistic.learner
Factory class for logistic regression node.
LogRegLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory
 
LogRegLearnerNodeFactory2 - Class in org.knime.base.node.mine.regression.logistic.learner
Factory class for logistic regression node.
LogRegLearnerNodeFactory2() - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeFactory2
 
LogRegLearnerNodeFactory3 - Class in org.knime.base.node.mine.regression.logistic.learner3
Factory class for logistic regression node.
LogRegLearnerNodeFactory3() - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeFactory3
 
LogRegLearnerNodeModel - Class in org.knime.base.node.mine.regression.logistic.learner
NodeModel to the logistic regression learner node.
LogRegLearnerNodeModel() - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Inits a new node model, it will have 1 data input, and optional PMML model inport, 1 model and 1 data output.
LogRegLearnerNodeModel(boolean) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Inits a new node model, it will have 1 data input, and optional PMML model inport, 1 model and 1 data output.
LogRegLearnerNodeModel - Class in org.knime.base.node.mine.regression.logistic.learner3
NodeModel to the logistic regression learner node.
LogRegLearnerNodeModel() - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
Inits a new node model, it will have 1 data input, 1 model and 1 data output.
LogRegLearnerNodeView - Class in org.knime.base.node.mine.regression.logistic.learner
View on the logistic regression learner node.
LogRegLearnerNodeView(LogRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeView
New instance.
LogRegLearnerNodeView - Class in org.knime.base.node.mine.regression.logistic.learner3
View on the logistic regression learner node.
LogRegLearnerNodeView(LogRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeView
New instance.
LogRegLearnerSettings - Class in org.knime.base.node.mine.regression.logistic.learner
This class hold the settings for the Logistic Learner Node.
LogRegLearnerSettings() - Constructor for class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Create default settings.
LogRegLearnerSettings - Class in org.knime.base.node.mine.regression.logistic.learner3
This class hold the settings for the Logistic Learner Node.
LogRegLearnerSettings() - Constructor for class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
Create default settings.
LogRegPredictor - Class in org.knime.base.node.mine.regression.predict2
A Predictor for a logistic regression model.
LogRegPredictor(PMMLGeneralRegressionContent, DataTableSpec, PMMLPortObjectSpec, String, RegressionPredictorSettings) - Constructor for class org.knime.base.node.mine.regression.predict2.LogRegPredictor
This constructor should be used when executing the node.
LongCell - Class in org.knime.core.data.def
 
LongCell(long) - Constructor for class org.knime.core.data.def.LongCell
Creates new cell for a generic long value.
LongCell.LongCellFactory - Class in org.knime.core.data.def
Factory for LongCells.
LongCell.LongSerializer - Class in org.knime.core.data.def
Factory for (de-)serializing a LongCell.
LongCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.LongCellEntry
 
LongCellFactory() - Constructor for class org.knime.core.data.def.LongCell.LongCellFactory
 
LongHexdumpFactory() - Constructor for class org.knime.core.data.blob.BinaryObjectDataValueRenderer.LongHexdumpFactory
 
LongSerializer() - Constructor for class org.knime.core.data.def.LongCell.LongSerializer
 
LongUTFDataInputStream - Class in org.knime.core.data.container
Input Stream that's used to read from stream written by LongUTFDataOuputStream.
LongUTFDataInputStream(DataInputStream) - Constructor for class org.knime.core.data.container.LongUTFDataInputStream
Constructor that wraps a given input stream.
LongUTFDataOutputStream - Class in org.knime.core.data.container
Wrapper class of a DataOutputStream that also allows to write UTF strings longer than 65535.
LongUTFDataOutputStream(DataOutputStream) - Constructor for class org.knime.core.data.container.LongUTFDataOutputStream
Wraps the DataOutputStream argument and delegates all method calls (except the writeUTF method) to it.
LongUtilityFactory() - Constructor for class org.knime.core.data.LongValue.LongUtilityFactory
Only subclasses are allowed to instantiate this class.
LongValue - Interface in org.knime.core.data
Interface supporting generic long values.
longValue() - Method in class org.knime.core.util.MutableDouble
longValue() - Method in class org.knime.core.util.MutableInteger
LongValue.LongUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
LongValueComparator - Class in org.knime.core.data
Comparator returned by the LongValue interface.
LongValueComparator() - Constructor for class org.knime.core.data.LongValueComparator
 
LongValueRenderer - Class in org.knime.core.data.renderer
Deprecated.
use the IntValueRenderer instead, it does the same thing
looksLikeUNC(URL) - Static method in class org.knime.core.util.FileUtil
Returns whether the given URL is very likely a UNC URL.
looksLikeUNC(Path) - Static method in class org.knime.core.util.FileUtil
Returns whether the given path is very likely a UNC path.
lookupFromAdapterMap(Class<V>) - Method in class org.knime.core.data.AdapterCell
Allows sub classes to do a lookup in the internal adapter map.
LOOP_FILE_STORE_SPEC - Static variable in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
 
LoopEnd2NodeDialog - Class in org.knime.base.node.meta.looper
 
LoopEnd2NodeDialog() - Constructor for class org.knime.base.node.meta.looper.LoopEnd2NodeDialog
 
LoopEnd2NodeFactory - Class in org.knime.base.node.meta.looper
 
LoopEnd2NodeFactory() - Constructor for class org.knime.base.node.meta.looper.LoopEnd2NodeFactory
 
LoopEnd2NodeModel - Class in org.knime.base.node.meta.looper
 
LoopEnd2NodeModel() - Constructor for class org.knime.base.node.meta.looper.LoopEnd2NodeModel
Creates a new model.
LoopEnd2NodeSettings - Class in org.knime.base.node.meta.looper
This class holds the settings for the generic loop end node (2 ports).
LoopEnd2NodeSettings() - Constructor for class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
 
LoopEndConditionNodeDialog - Class in org.knime.base.node.meta.looper.condition
This class is the dialog for the condition loop tail node in which the user can enter the condition.
LoopEndConditionNodeDialog() - Constructor for class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeDialog
Creates a new dialog.
LoopEndConditionNodeFactory - Class in org.knime.base.node.meta.looper.condition
This factory creates all necessary classes for the condition loop head node.
LoopEndConditionNodeFactory() - Constructor for class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeFactory
 
LoopEndConditionNodeModel - Class in org.knime.base.node.meta.looper.condition
This class is the model for the condition loop tail node.
LoopEndConditionNodeModel() - Constructor for class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
Creates a new node model.
LoopEndConditionSettings - Class in org.knime.base.node.meta.looper.condition
This class holds the settings for the condition loop tail node.
LoopEndConditionSettings() - Constructor for class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
 
LoopEndConditionSettings.Operator - Enum in org.knime.base.node.meta.looper.condition
All comparison operators the user can choose from in the dialog.
LoopEndJoin2NodeFactory - Class in org.knime.base.node.meta.looper
Loop End Node that joins the input table with the previous input (colum wise concatenation).
LoopEndJoin2NodeFactory() - Constructor for class org.knime.base.node.meta.looper.LoopEndJoin2NodeFactory
 
LoopEndJoinNodeConfiguration - Class in org.knime.base.node.meta.looper
 
LoopEndJoinNodeConfiguration() - Constructor for class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
 
LoopEndJoinNodeDialogPane - Class in org.knime.base.node.meta.looper
 
LoopEndJoinNodeDialogPane() - Constructor for class org.knime.base.node.meta.looper.LoopEndJoinNodeDialogPane
 
LoopEndJoinNodeFactory - Class in org.knime.base.node.meta.looper
Loop End Node that joins the input table with the previous input (colum wise concatenation).
LoopEndJoinNodeFactory() - Constructor for class org.knime.base.node.meta.looper.LoopEndJoinNodeFactory
 
LoopEndJoinNodeModel - Class in org.knime.base.node.meta.looper
Loop End Node that joins the input table with the previous input (colum wise concatenation).
LoopEndJoinNodeModel(boolean) - Constructor for class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
 
LoopEndNode - Interface in org.knime.core.node.workflow
Complement to @see{LoopStartNode}.
LoopEndNodeDialog - Class in org.knime.base.node.meta.looper
 
LoopEndNodeDialog() - Constructor for class org.knime.base.node.meta.looper.LoopEndNodeDialog
Create a new dialog.
LoopEndNodeFactory - Class in org.knime.base.node.meta.looper
This factory create all necessary classes for the for-loop head node.
LoopEndNodeFactory() - Constructor for class org.knime.base.node.meta.looper.LoopEndNodeFactory
 
LoopEndNodeModel - Class in org.knime.base.node.meta.looper
This model is the tail node of a for loop.
LoopEndNodeModel() - Constructor for class org.knime.base.node.meta.looper.LoopEndNodeModel
Creates a new model.
LoopEndNodeSettings - Class in org.knime.base.node.meta.looper
This class holds the settings for the generic loop end node.
LoopEndNodeSettings() - Constructor for class org.knime.base.node.meta.looper.LoopEndNodeSettings
 
LoopEndParallelizeNode - Interface in org.knime.core.node.workflow
NO API!
LoopEndWriteFileStoreHandler - Class in org.knime.core.data.filestore.internal
 
LoopEndWriteFileStoreHandler(ILoopStartWriteFileStoreHandler) - Constructor for class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
 
loops(int) - Method in class org.knime.base.node.meta.looper.LoopStartCountSettings
Sets the number of times the inner workflow should be executed.
loops() - Method in class org.knime.base.node.meta.looper.LoopStartCountSettings
Returns the number of loops.
LoopStartChunkConfiguration - Class in org.knime.base.node.meta.looper.chunk
Configuration object to loop start chunking node.
LoopStartChunkConfiguration() - Constructor for class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
 
LoopStartChunkConfiguration.Mode - Enum in org.knime.base.node.meta.looper.chunk
Policy how to do the chunking.
LoopStartChunkNodeDialogPane - Class in org.knime.base.node.meta.looper.chunk
 
LoopStartChunkNodeDialogPane() - Constructor for class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeDialogPane
 
LoopStartChunkNodeFactory - Class in org.knime.base.node.meta.looper.chunk
Factory for the chunking loop start node.
LoopStartChunkNodeFactory() - Constructor for class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeFactory
 
LoopStartChunkNodeModel - Class in org.knime.base.node.meta.looper.chunk
Loop start node that outputs a set of rows at a time.
LoopStartChunkNodeModel() - Constructor for class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
Creates a new model.
LoopStartCountNodeDialog - Class in org.knime.base.node.meta.looper
This class is the dialog for the looper node.
LoopStartCountNodeDialog() - Constructor for class org.knime.base.node.meta.looper.LoopStartCountNodeDialog
Creates a new dialog for the looper node.
LoopStartCountNodeFactory - Class in org.knime.base.node.meta.looper
This factory create all necessary classes for the for-loop head node.
LoopStartCountNodeFactory() - Constructor for class org.knime.base.node.meta.looper.LoopStartCountNodeFactory
 
LoopStartCountNodeModel - Class in org.knime.base.node.meta.looper
This model is the head node of a for loop.
LoopStartCountNodeModel() - Constructor for class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Creates a new model with one input and one output port.
LoopStartCountSettings - Class in org.knime.base.node.meta.looper
Settings for the looper node.
LoopStartCountSettings() - Constructor for class org.knime.base.node.meta.looper.LoopStartCountSettings
 
LoopStartGenericNodeFactory - Class in org.knime.base.node.meta.looper.condition
This factory creates all necessary classes for the condition loop head node.
LoopStartGenericNodeFactory() - Constructor for class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeFactory
 
LoopStartGenericNodeModel - Class in org.knime.base.node.meta.looper.condition
This class is the model for the condition loop head node.
LoopStartGenericNodeModel() - Constructor for class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
Creates a new model.
LoopStartIntervalNodeDialog - Class in org.knime.base.node.meta.looper
This is the dialog for the interval looper node.
LoopStartIntervalNodeDialog() - Constructor for class org.knime.base.node.meta.looper.LoopStartIntervalNodeDialog
Creates a new dialog for the looper node.
LoopStartIntervalNodeFactory - Class in org.knime.base.node.meta.looper
This is the factory for the interval loop node.
LoopStartIntervalNodeFactory() - Constructor for class org.knime.base.node.meta.looper.LoopStartIntervalNodeFactory
 
LoopStartIntervalNodeModel - Class in org.knime.base.node.meta.looper
This is the model for the interval loop start node.
LoopStartIntervalNodeModel() - Constructor for class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Creates a new model with one input and one output port.
LoopStartIntervalSettings - Class in org.knime.base.node.meta.looper
This class holds the settings for the loop interval start node.
LoopStartIntervalSettings() - Constructor for class org.knime.base.node.meta.looper.LoopStartIntervalSettings
 
LoopStartNode - Interface in org.knime.core.node.workflow
Interface implemented by NodeModel classes to define a loop start node.
LoopStartNodeTerminator - Interface in org.knime.core.node.workflow
Interface for the start node of a loop which provides information about the termination of the loop.
LoopStartParallelizeNode - Interface in org.knime.core.node.workflow
NO API!
LoopStartReferenceWriteFileStoreHandler - Class in org.knime.core.data.filestore.internal
File store handler that is associated with a loop start node that is part of a loop body (nested loops).
LoopStartReferenceWriteFileStoreHandler(ILoopStartWriteFileStoreHandler, FlowLoopContext) - Constructor for class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
 
LoopStartVariableNodeFactory - Class in org.knime.base.node.flowvariable.variableloophead
 
LoopStartVariableNodeFactory() - Constructor for class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeFactory
Create factory, that instantiates nodes.
LoopStartVariableNodeModel - Class in org.knime.base.node.flowvariable.variableloophead
Start of loop: pushes variables in input datatable columns onto stack, taking the values from one row per iteration.
LoopStartVariableNodeModel() - Constructor for class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
One input, one output.
LoopStartWritableFileStoreHandler - Class in org.knime.core.data.filestore.internal
 
LoopStartWritableFileStoreHandler(NativeNodeContainer, UUID, FlowLoopContext) - Constructor for class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
 
LoopStartWritableFileStoreHandler.NestedLoopIdentifierProvider - Class in org.knime.core.data.filestore.internal
 
loopTable(ExecutionContext, CredentialsProvider, RowInput, long, boolean, boolean, boolean, boolean, String...) - Method in interface org.knime.core.node.port.database.reader.DBReader
Loop table in database.
loopTable(ExecutionContext, CredentialsProvider, RowInput, long, boolean, boolean, boolean, boolean, String...) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
 
LOWER_QUARTILE - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the lower quartile position in the statistics array.
LOWER_WHISKER - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the lower whisker position in the statistics array.
lowMemoryActionRequired() - Method in interface org.knime.core.data.util.memory.MemoryAlertSystem.MemoryActionIndicator
Returns true if an action because of a low memory condition is required.
LowVarFilter2NodeDialogPane - Class in org.knime.base.node.preproc.lowvarfilter2
Dialog for low variance filter node.
LowVarFilter2NodeDialogPane() - Constructor for class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeDialogPane
Inits GUI.
LowVarFilter2NodeFactory - Class in org.knime.base.node.preproc.lowvarfilter2
Factory for low variance node.
LowVarFilter2NodeFactory() - Constructor for class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeFactory
 
LowVarFilter2NodeModel - Class in org.knime.base.node.preproc.lowvarfilter2
NodeModel for low variance filter node.
LowVarFilter2NodeModel() - Constructor for class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
One input, one output.
LR_ANCESTOR - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default value of the ancestor learningrate.
LR_ANCESTOR_MAX - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Maximal value of the ancestor learningrate.
LR_ANCESTOR_MIN - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Minimal value of the ancestor learningrate.
LR_SISTER - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default value of the sister learningrate.
LR_SISTER_MAX - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Maximal value of the ancestor learningrate.
LR_SISTER_MIN - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Minimal value of the ancestor learningrate.
LR_WINNER - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default value of the Winner learningrate.
LR_WINNER_MAX - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Maximal value of the Winner learningrate.
LR_WINNER_MIN - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Minimal value of the Winner learningrate.
LRUCache<K,V> - Class in org.knime.core.util
Unsynchronized last recently used cache.
LRUCache(int) - Constructor for class org.knime.core.util.LRUCache
 
lt(int, int, DataValueComparator) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new less than node, that compares the values in two columns.
lt(int, Number) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new less than node, that compares the value in a column to a fixed number.
lt(int, String) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new less than node, that compares the value in a column to a fixed string.
LukaNorm - Class in org.knime.base.node.mine.bfn.fuzzy.norm
LUKASIEWICZ norm.

M

m_adjustedR2 - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
m_adjustedRSquared - Variable in class org.knime.base.node.mine.regression.RegressionContent
the adjusted R-squared statistic.
m_allowRemoteURLs - Variable in class org.knime.core.node.util.FilesHistoryPanel.LocationCheckLabel
true if remote URLs are allowed, false otherwise.
m_allowSpacesInColumnNames - Variable in class org.knime.base.node.io.database.connection.util.DBMiscPanel
Checkbox for whether columns with spaces in their names should be allowed.
m_autoCommit - Variable in class org.knime.core.node.port.database.reader.RowIteratorConnection
 
m_beta - Variable in class org.knime.base.node.mine.regression.RegressionContent
The matrix containing the coefficients.
m_blobFactory - Variable in class org.knime.core.node.port.database.reader.DBReaderImpl
 
m_blobFactory - Variable in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
m_c - Variable in class org.knime.base.node.io.database.connection.util.DBAdvancedPanel
GridBagConstraints used in the dialog for placing the elements.
m_c - Variable in class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
Gridbag constraints object used for layouting the panel.
m_c - Variable in class org.knime.base.node.io.database.connection.util.DBConnectionPanel
Gridbag constraints object used for layouting the panel.
m_c - Variable in class org.knime.base.node.io.database.connection.util.DBGenericConnectionPanel
Gridbag constraints object used for layouting the panel.
m_c - Variable in class org.knime.base.node.io.database.connection.util.DBMiscPanel
Gridbag constraints object used for layouting the panel.
m_c - Variable in class org.knime.base.node.io.database.connection.util.DBTimezonePanel
Gridbag constraints object used for layouting the panel.
m_conn - Variable in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
m_conn2 - Variable in class org.knime.core.node.port.database.reader.RowIteratorConnection
 
m_converter - Variable in class org.knime.core.data.AutoconvertRowIterator
The user-provided converter that should be used.
m_covariateList - Variable in class org.knime.base.node.mine.regression.RegressionContent
The selected numeric value list.
m_covMat - Variable in class org.knime.base.node.mine.regression.RegressionContent
The covariance matrix.
m_credentials - Variable in class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
List for the available workflow credentials.
m_currentLocation - Variable in class org.knime.core.node.workflow.WorkflowContext.Factory
 
m_databaseName - Variable in class org.knime.base.node.io.database.connection.util.DBConnectionPanel
An editable drop-down list for entering the database name.
m_db - Variable in class org.knime.base.node.io.database.connection.util.DBGenericConnectionPanel
An editable drop-down list for entering a database URL.
m_dbIdentifier - Variable in class org.knime.base.node.io.database.connection.util.DBAdvancedPanel
A drop-down list for selecting a database driver.
m_dialog - Variable in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
The configuration dialog of this pane.
m_dimension - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The dimension of the target space.
m_distMan - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The distance manager to use.
m_driver - Variable in class org.knime.base.node.io.database.connection.util.DBGenericConnectionPanel
A drop-down list for selecting a database driver.
m_dropPaneIndices - Variable in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
The indices of the added configuration panels.
m_epochs - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The number of epochs to train.
m_euclideanDistMan - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The Euclidean distance manager used in the target space.
m_exec - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The execution context to show progress information an enable cancel.
m_fac - Variable in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
The configuration dialog factory.
m_factorDomainValues - Variable in class org.knime.base.node.mine.regression.RegressionContent
The values of nominal column names.
m_factorList - Variable in class org.knime.base.node.mine.regression.RegressionContent
The nominal column names.
m_failOnMissing - Variable in class org.knime.base.node.mine.regression.RegressionStatisticsLearner
If true an exception is thrown when a missing cell is observed.
m_failOnMissing - Variable in class org.knime.base.node.mine.regression.RegressionTrainingRow.MissingHandling
If true an exception is thrown when a missing cell is observed.
m_filter - Variable in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
The input column filter.
m_finalLearningRate - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The final learning rate.
m_fixedDataPoints - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The input data table storing the fixed data points.
m_fixedPoints - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
A hashtable holding row keys of fixed points and related points of the target space.
m_hasMissingCells - Variable in class org.knime.base.node.mine.regression.RegressionTrainingRow.MissingHandling
True when row has missing cells.
m_hostname - Variable in class org.knime.base.node.io.database.connection.util.DBConnectionPanel
An editable drop-down list for entering the hostname.
m_id - Variable in class org.knime.core.node.dialog.ExternalNodeData.ExternalNodeDataBuilder
 
m_id - Variable in class org.knime.core.node.dialog.ExternalNodeData
The output's ID (resource ID).
m_includeConstant - Variable in class org.knime.base.node.mine.regression.RegressionContent
false when the estimate should go through the origin.
m_includeConstant - Variable in class org.knime.base.node.mine.regression.RegressionStatisticsLearner
whether to include the constant term during the estimation process.
m_inData - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The input data table.
m_index - Variable in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
Index of the next added configuration panel.
m_initialLearningrate - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The initial learning rate.
m_inputListModel - Variable in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
List model which holds the input columns.
m_isInit - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Flag, indicating if data points in target space have been initialized (if true) or not (if false).
m_isLocalDestination - Variable in class org.knime.base.node.io.csvwriter.CSVWriterNodeDialog
 
m_jsonValue - Variable in class org.knime.core.node.dialog.ExternalNodeData.ExternalNodeDataBuilder
 
m_jsonValue - Variable in class org.knime.core.node.dialog.ExternalNodeData
The inline JSON output, may be null.
m_learningrate - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The learning rate.
m_logger - Variable in class org.knime.core.data.ExtensibleUtilityFactory
A logger for this factory.
m_maxExponent - Variable in class org.knime.base.node.mine.regression.RegressionContent
The maximal exponent of the model.
m_means - Variable in class org.knime.base.node.mine.regression.RegressionContent
the mean of the parameters.
m_minDistThreshold - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Threshold of minimum distance.
m_mountpointRoot - Variable in class org.knime.core.node.workflow.WorkflowContext.Factory
 
m_mountpointUri - Variable in class org.knime.core.node.workflow.WorkflowContext.Factory
 
m_nameMapper - Variable in class org.knime.base.node.mine.decisiontree2.PMMLConditionTranslator
m_next - Variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
The next double element in this list.
m_nodeContext - Variable in class org.knime.core.node.AbstractNodeView
The node context for this view.
m_nodeMutex - Variable in class org.knime.core.node.workflow.NodeContainer
semaphore to make sure never try to work on inconsistent internal node states.
m_noTZCorrection - Variable in class org.knime.base.node.io.database.connection.util.DBTimezonePanel
Radio button for no timezone correction.
m_offsetValue - Variable in class org.knime.base.node.mine.regression.RegressionContent
offset value (a user defined intercept).
m_offsetValue - Variable in class org.knime.base.node.mine.regression.RegressionStatisticsLearner
offset value (a user defined intercept).
m_originalLocation - Variable in class org.knime.core.node.workflow.WorkflowContext.Factory
 
m_outSpec - Variable in class org.knime.base.node.mine.regression.RegressionContent
The output port object spec.
m_outSpec - Variable in class org.knime.base.node.mine.regression.RegressionStatisticsLearner
The output PMMLPortObjectSpec.
m_panelList - Variable in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
Mapping from dropPaneIndices to configuration panel configurations.
m_password - Variable in class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
Text field for the password.
m_points - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
A hashtable holding keys of input rows and related points of the target space.
m_port - Variable in class org.knime.base.node.io.database.connection.util.DBConnectionPanel
A spinner for the database port.
m_previous - Variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
The previous double element in this list.
m_projectOnly - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Flag, indicating if data points have to be projected only according to the fixed points (if true) or adjusted according to the other (not fixed) points as well (if false).
m_pValues - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
m_relativeRemotePath - Variable in class org.knime.core.node.workflow.WorkflowContext.Factory
 
m_remoteAuthToken - Variable in class org.knime.core.node.workflow.WorkflowContext.Factory
 
m_remoteMountId - Variable in class org.knime.core.node.workflow.WorkflowContext.Factory
 
m_remoteRepositoryAddress - Variable in class org.knime.core.node.workflow.WorkflowContext.Factory
 
m_removeButton - Variable in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
Button to remove the whole panel.
m_result - Variable in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
m_retrieveMetadataInConfigure - Variable in class org.knime.base.node.io.database.connection.util.DBMiscPanel
Checkbox for whether the metadata should be retrieved in configure in subsequent nodes.
m_rowIdsStartWithZero - Variable in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
m_rSquared - Variable in class org.knime.base.node.mine.regression.RegressionContent
the coefficient of multiple determination, usually denoted r-square.
m_settings - Variable in class org.knime.base.node.io.database.connection.util.DBAdvancedPanel
The settings object from which and to which the panel read/writes the settings.
m_settings - Variable in class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
The settings object from which and to which the panel read/writes the settings.
m_settings - Variable in class org.knime.base.node.io.database.connection.util.DBConnectionPanel
The settings object from which and to which the panel read/writes the settings.
m_settings - Variable in class org.knime.base.node.io.database.connection.util.DBGenericConnectionPanel
The settings object from which and to which the panel read/writes the settings.
m_settings - Variable in class org.knime.base.node.io.database.connection.util.DBMiscPanel
The settings object from which and to which the panel read/writes the settings.
m_settings - Variable in class org.knime.base.node.io.database.connection.util.DBTimezonePanel
The settings object from which and to which the panel read/writes the settings.
m_settings - Variable in class org.knime.base.node.io.database.DBReaderNodeModel
 
m_settings - Variable in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Deprecated.
 
m_settings - Variable in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
 
m_spec - Variable in class org.knime.core.node.port.database.DatabaseConnectionPortObject
The spec for this port object.
m_spec - Variable in class org.knime.core.node.port.database.reader.DBReaderImpl
 
m_spec - Variable in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
m_spec2 - Variable in class org.knime.core.node.port.database.reader.RowIteratorConnection
 
m_splitQualityMeasure - Variable in class org.knime.base.node.mine.decisiontree2.learner2.Split
The quality measure to be used for the best split point calculation.
m_stat - Variable in class org.knime.base.data.aggregation.numerical.StorelessUnivariantStatisticOperator
Type of statistic
m_stdErrs - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
m_stmt - Variable in class org.knime.core.node.port.database.reader.RowIteratorConnection
 
m_stopOnError - Variable in class org.knime.core.node.workflow.BatchExecutor
If execution of multiple workflows should be stopped after the first error or if the remaining workflows should be run nevertheless.
m_stringValue - Variable in class org.knime.core.node.dialog.ExternalNodeData.ExternalNodeDataBuilder
 
m_stringValue - Variable in class org.knime.core.node.dialog.ExternalNodeData
The inline plain string output, may be null.
m_tempLocation - Variable in class org.knime.core.node.workflow.WorkflowContext.Factory
 
m_timezone - Variable in class org.knime.base.node.io.database.connection.util.DBTimezonePanel
A drop-down list with all available timezones.
m_tValues - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
m_type - Variable in class org.knime.base.node.preproc.draganddroppanel.droppanes.TypePane
 
m_unmodifiablePoints - Variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The set of unmodifyable data points.
m_url - Variable in class org.knime.core.node.dialog.ExternalNodeData.ExternalNodeDataBuilder
 
m_url - Variable in class org.knime.core.node.dialog.ExternalNodeData
URL to a output resource, may be null.
m_useCredentials - Variable in class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
Checkbox whether credentials should be used or not.
m_useCurrentTZ - Variable in class org.knime.base.node.io.database.connection.util.DBTimezonePanel
Radio button for using the current timezone.
m_usePassword - Variable in class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
Checkbox whether username&password should be used.
m_userid - Variable in class org.knime.core.node.workflow.WorkflowContext.Factory
 
m_username - Variable in class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
Text field for the username.
m_useSelectedTZ - Variable in class org.knime.base.node.io.database.connection.util.DBTimezonePanel
Radio button for using a specific timezone.
m_validateConnection - Variable in class org.knime.base.node.io.database.connection.util.DBMiscPanel
Checkbox for whether the connection should be validated before the dialog is closed.
m_value - Variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
The double value of this list element.
m_valueClass - Variable in class org.knime.core.data.ExtensibleUtilityFactory
The value class this utility factory is responsible for.
m_valueCount - Variable in class org.knime.base.node.mine.regression.RegressionContent
The number of data values in the training data set.
m_values - Variable in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
 
m_warningMessage - Variable in class org.knime.base.node.mine.regression.RegressionContent
Warnings message.
m_workers - Variable in class org.knime.base.node.parallel.AbstractParallelNodeModel
The execution service that is used.
m_workflows - Variable in class org.knime.core.node.workflow.BatchExecutor
List of all configured workflows that should be executed.
m_xSelector - Variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
The x column selection box.
m_ySelector - Variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
The y column selection box.
MacFileChooserFixer - Class in org.knime.core.node
Event listener that works around bug #5170.
main(String[]) - Static method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
The main.
main(String[]) - Static method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTest
 
main(String[]) - Static method in class org.knime.base.node.rules.Rule
Deprecated.
Zum Testen...
main(String[]) - Static method in class org.knime.core.node.config.ConfigEditJTree
Public testing method that displays a simple tree with no flow variable stack, though.
main(String[]) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoaderTest
 
main(String[]) - Static method in class org.knime.core.node.tableview.TableViewFrame
Main method for testing purposes.
main(String[]) - Static method in class org.knime.core.node.util.WatermarkTextField
Deprecated.
main(String[]) - Static method in class org.knime.core.node.workflow.BatchExecutor
Main method.
mainExecute() - Method in class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJob
Called when the main execution takes place.
mainExecute() - Method in class org.knime.core.node.exec.LocalNodeExecutionJob
Called when the main execution takes place.
mainExecute() - Method in class org.knime.core.node.workflow.NodeExecutionJob
Called when the main execution takes place.
mainRun(String...) - Static method in class org.knime.core.node.workflow.BatchExecutor
Parses the command line and starts up KNIME.
MAJOR - Static variable in class org.knime.core.node.KNIMEConstants
KNIME's major release number.
makegbc(int, int, int, int) - Static method in class org.knime.core.node.interrupt.LayoutHelper
Creates an instance of GridBagConstraints with the following implicit properties: weightx and weighty = 1.
makeRoomForKids(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Reserve space for specific number of kids.
MANHATTAN_DIST - Static variable in class org.knime.base.node.mine.mds.distances.DistanceManagerFactory
Flag for korrelation distance.
MANHATTAN_DIST - Static variable in class org.knime.base.node.mine.sota.distances.DistanceManagerFactory
Flag for korrelation distance.
ManhattanDist - Class in org.knime.base.node.mine.cluster.hierarchical.distfunctions
Calculates the distance for two data rows based on the manhatten distance.
ManhattanDist() - Constructor for class org.knime.base.node.mine.cluster.hierarchical.distfunctions.ManhattanDist
Creates a Manhatten distance object from an Minkowski distance which means the power is one.
ManhattanDistanceManager - Class in org.knime.base.node.mine.mds.distances
 
ManhattanDistanceManager(boolean) - Constructor for class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
Creates instance of ManhattanDistanceManager, which computes Manhattan distances between DataRows and SotaTreeCells.
ManhattanDistanceManager() - Constructor for class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
Creates instance of ManhattanDistanceManager, which computes the manhattan distances between rows and cells.
ManhattanDistanceManager - Class in org.knime.base.node.mine.sota.distances
 
ManhattanDistanceManager(boolean) - Constructor for class org.knime.base.node.mine.sota.distances.ManhattanDistanceManager
Creates instance of ManhattanDistanceManager, which computes manhattan distances between DataRows and SotaTreeCells.
MANHATTEN_DISTANCE - Static variable in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.ManhattanDist
An instance of this distance function.
ManualIfNodeDialog - Class in org.knime.base.node.switches.manualif
 
ManualIfNodeDialog() - Constructor for class org.knime.base.node.switches.manualif.ManualIfNodeDialog
 
ManualIfNodeFactory - Class in org.knime.base.node.switches.manualif
 
ManualIfNodeFactory() - Constructor for class org.knime.base.node.switches.manualif.ManualIfNodeFactory
Create factory, that instantiates nodes.
ManualIfNodeModel - Class in org.knime.base.node.switches.manualif
Start of an IF statement.
ManualIfNodeModel() - Constructor for class org.knime.base.node.switches.manualif.ManualIfNodeModel
One input, two outputs.
ManualSelectionConfiguration - Class in org.knime.base.node.preproc.draganddroppanel
 
ManualSelectionConfiguration(InputFilter<DataColumnSpec>, ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
 
ManualSelectionConfiguration(ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
 
ManualSelectionPanel - Class in org.knime.base.node.preproc.draganddroppanel
 
ManualSelectionPanel(ManualSelectionConfiguration) - Constructor for class org.knime.base.node.preproc.draganddroppanel.ManualSelectionPanel
 
Many2OneCol2NodeDialog - Class in org.knime.base.node.preproc.columntrans2
NodeDialog for the "Many2One" Node.
Many2OneCol2NodeDialog() - Constructor for class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeDialog
Adds textfield for new column name, column filter for columns to condense, include method (max or min value in row, or 0,1, or regexp pattern), textfield for regexp pattern (if selected), boolean keep columns, boolean allow multiple columns match in one row.
Many2OneCol2NodeFactory - Class in org.knime.base.node.preproc.columntrans2
NodeFactory for the "BayesianPredictor" Node.
Many2OneCol2NodeFactory() - Constructor for class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeFactory
 
Many2OneCol2NodeModel - Class in org.knime.base.node.preproc.columntrans2
 
Many2OneCol2NodeModel() - Constructor for class org.knime.base.node.preproc.columntrans2.Many2OneCol2NodeModel
 
Many2OneCol2PMMLNodeFactory - Class in org.knime.base.node.preproc.pmml.columntrans2
NodeFactory for the "Many2OneColPMML" Node.
Many2OneCol2PMMLNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory
 
Many2OneCol2PMMLNodeFactory2 - Class in org.knime.base.node.preproc.pmml.columntrans2
NodeFactory for the "Many2OneColPMML" Node.
Many2OneCol2PMMLNodeFactory2() - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeFactory2
 
Many2OneCol2PMMLNodeModel - Class in org.knime.base.node.preproc.pmml.columntrans2
This is the model implementation of Many2OneColPMML.
Many2OneCol2PMMLNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Constructor for the node model.
Many2OneCol2PMMLNodeModel(boolean, boolean) - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Constructor for the node model.
Many2OneCol2PMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Standard constructor.
Many2OneCol2PMMLNodeModel.IncludeMethod - Enum in org.knime.base.node.preproc.pmml.columntrans2
Possible methods to let a column match.
Many2OneColNodeDialog - Class in org.knime.base.node.preproc.columnTrans
Deprecated.
Many2OneColNodeDialog() - Constructor for class org.knime.base.node.preproc.columnTrans.Many2OneColNodeDialog
Deprecated.
Adds textfield for new column name, column filter for columns to condense, include method (max or min value in row, or 0,1, or regexp pattern), textfield for regexp pattern (if selected), boolean keep columns, boolean allow multiple columns match in one row.
Many2OneColNodeFactory - Class in org.knime.base.node.preproc.columnTrans
Deprecated.
Many2OneColNodeFactory() - Constructor for class org.knime.base.node.preproc.columnTrans.Many2OneColNodeFactory
Deprecated.
 
Many2OneColNodeModel - Class in org.knime.base.node.preproc.columnTrans
Deprecated.
Many2OneColNodeModel() - Constructor for class org.knime.base.node.preproc.columnTrans.Many2OneColNodeModel
Deprecated.
 
Many2OneColPMMLNodeFactory - Class in org.knime.base.node.preproc.pmml.columnTrans
Deprecated.
Many2OneColPMMLNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeFactory
Deprecated.
 
Many2OneColPMMLNodeModel - Class in org.knime.base.node.preproc.pmml.columnTrans
Deprecated.
Many2OneColPMMLNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Constructor for the node model.
Many2OneColPMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Standard constructor.
Many2OneColPMMLNodeModel.IncludeMethod - Enum in org.knime.base.node.preproc.pmml.columnTrans
Deprecated.
Possible methods to let a column match.
mapFactoryClassName(String) - Method in class org.knime.core.node.NodeFactoryClassMapper
Called during workflow load to allow extensions to map a factory class name to an actual node factory instance.
MappedDataRow(DataRow, int...) - Constructor for class org.knime.core.data.sort.SortingDescription.MappedDataRow
 
MappingMethod - Interface in org.knime.base.util.coordinate
Interface for a mapping method which is executed before calculating ticks and mapping.
MappingStatistic - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
 
MappingStatistic(Class<? extends DataValue>, String) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingStatistic
 
MappingTableInterpolationStatistic - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
 
MappingTableInterpolationStatistic(Class<? extends DataValue>, String) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
 
MappingTableInterpolationStatistic.MappingTableIterator - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
 
MappingTableIterator(DataTable) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic.MappingTableIterator
 
mapToArray(Map<Pair<String, Integer>, Double>, String[], int, double) - Static method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
mapToOldStyleState() - Method in enum org.knime.core.node.workflow.InternalNodeContainerState
Translates this new state to the old style state that got deprecated with 2.8.
MapValuesConfiguration - Class in org.knime.base.node.preproc.colconvert.categorytonumber
Container class to hold information about PMML MapValues Objects.
MapValuesConfiguration(String, String, Map<DataCell, ? extends DataCell>) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
 
MapValuesConfiguration(String, String, Map<DataCell, ? extends DataCell>, DataCell, DataCell) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.MapValuesConfiguration
 
MapValuesConfiguration - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
Container class to hold information about PMML MapValues Objects.
MapValuesConfiguration(String, String, Map<DataCell, ? extends DataCell>) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
 
MapValuesConfiguration(String, String, Map<DataCell, ? extends DataCell>, DataCell, DataCell) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.MapValuesConfiguration
 
mark(int) - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
mark(int) - Method in class org.knime.base.node.util.BufferedFileReader
mark(int) - Method in class org.knime.core.data.container.DCObjectInputStream
mark(int) - Method in class org.knime.core.data.container.LongUTFDataInputStream
mark(int) - Method in class org.knime.core.data.util.NonClosableInputStream
mark() - Method in class org.knime.core.node.tableview.FindPosition
Set a mark (memorize last search hit location).
markForExecution(boolean) - Method in class org.knime.core.node.workflow.NodeContainer
Enable (or disable) queuing of underlying node for execution.
markForExecution(boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Enable (or disable) queuing of underlying node for execution.
markForExecution(boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Enable (or disable) queuing of underlying node for execution.
markForExecutionNodesInWFMConnectedToInPorts(Set<Integer>, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Mark all nodes in this workflow that are connected to the given inports.
markForReExecution(ExecutionEnvironment) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Mark underlying, executed node so that it can be re-executed (= update state accordingly).
markSupported() - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
markSupported() - Method in class org.knime.base.node.util.BufferedFileReader
markSupported() - Method in class org.knime.core.data.container.DCObjectInputStream
markSupported() - Method in class org.knime.core.data.container.LongUTFDataInputStream
markSupported() - Method in class org.knime.core.data.util.NonClosableInputStream
masterKey - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
The master key.
match(DataCell[], int, Collection<SetMissmatches>, Collection<DataCell>, MismatchCounter) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
matches(DataRow, long) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, long) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataCell) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
Implementations should overwrite this for AttrValueRowFilter.performDeepFiltering(CollectionDataValue) to work.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, long) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, long) - Method in interface org.knime.base.node.preproc.filter.row.rowfilter.IRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, long) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, long) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataCell) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
Implementations should overwrite this for AttrValueRowFilter.performDeepFiltering(CollectionDataValue) to work.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, long) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, long) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataCell) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
Implementations should overwrite this for AttrValueRowFilter.performDeepFiltering(CollectionDataValue) to work.
matches(DataRow, long) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
Deprecated.
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
Deprecated.
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, long) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, long) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, long) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataCell) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
Implementations should overwrite this for AttrValueRowFilter.performDeepFiltering(CollectionDataValue) to work.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, long) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataCell) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
 
matches(DataRow, int) - Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, long) - Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.sample.RandomNumberRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow, int) - Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Return true if the specified row matches the criteria set in the filter.
matches(DataRow) - Method in class org.knime.base.node.rules.Rule
Deprecated.
Returns if this rules matches the given row.
matches(String) - Method in class org.knime.core.node.tableview.SearchString
Matches the string according to the settings.
matches(boolean) - Method in enum org.knime.core.node.tableview.TableContentModel.TableContentFilter
 
MathUtils - Class in org.knime.base.util.math
Implements basic mathematical functions.
MATRIX_OUTPORT - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
Index of covariance matrix output port.
MAX - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the maximum position in the statistics array.
max(DenseByteVector) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns a new vector with the maximum of the counts at each position.
max(ByteVectorValue, ByteVectorValue) - Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Creates a dense byte vector cell containing the result of the max operation on the passed operands (that is each position holds the maximum of the values of the operands).
max(SparseByteVector) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns a new vector with the maximum of the counts at each position.
max(ByteVectorValue, ByteVectorValue) - Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Creates a sparse byte vector cell containing the result of the max operation on the passed operands (that is each position holds the maximum of the values of the operands).
MAX_ASYNC_WRITE_THREADS - Static variable in class org.knime.core.data.container.DataContainer
the maximum number of asynchronous write threads, each additional container will switch to synchronous mode.
MAX_CELLS_IN_MEMORY - Static variable in class org.knime.core.data.container.DataContainer
Number of cells that are cached without being written to the temp file (see Buffer implementation); It defaults to the value defined by DataContainer.DEF_MAX_CELLS_IN_MEMORY but can be changed using the java property DataContainer.PROPERTY_CELLS_IN_MEMORY.
MAX_CHAR - Static variable in class org.knime.core.util.tokenizer.Tokenizer
The maximum ASCII code for the first character of patterns (like delimiter, comment, and quote patterns.
MAX_CHUNK_SIZE - Static variable in class org.knime.core.util.DuplicateChecker
The default chunk size.
MAX_CLASS_COVERAGE - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
NodeSettings key for max_class_coverage.
MAX_COLOR - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
The maximum column value for range color settings.
MAX_DISPLAY_BITS - Static variable in interface org.knime.core.data.vector.bitvector.BitVectorValue
Maximum number of bits to show in string representations.
MAX_EPOCHS - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Config key for maximum number of epochs.
MAX_EPOCHS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The maximum value of the epochs.
MAX_FLAG - Static variable in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Maximum flag max.
MAX_LEARNINGRATE - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The maximum value of the learning rate.
MAX_LOG_SIZE_DEFAULT - Static variable in class org.knime.core.util.LogfileAppender
Maximum size of log file before it is split (in bytes).
MAX_NO_OF_SECTIONS - Static variable in class org.knime.base.node.viz.pie.util.PieColumnFilter
Maximum number of supported sections.
MAX_NO_ROWS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The maximum number of rows to use.
MAX_NUM_PROCESSORS - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The default number of records stored for the view.
MAX_OUTLINES_STORED - Static variable in class org.knime.base.node.util.exttool.CommandExecution
the maximum number of lines stored for stdout and stderr output of the external tool.
MAX_OUTPUTDIMS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The maximum value of the output dimension.
MAX_POSSIBLE_VALUES - Static variable in class org.knime.core.data.container.DataContainer
The actual number of possible values being kept at most.
MAX_PRECISION - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Maximum precision to round to.
MAX_SEED - Static variable in class org.knime.base.node.mine.mds.MDSManager
The maximum random seed.
MAX_SEED - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The maximum random seed.
MAX_STREAMS - Static variable in class org.knime.core.util.DuplicateChecker
The default number of streams open during merging.
MAXCOVERED - Static variable in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
XML tag name in configuration file for max num pattern for hiliting.
MAXCOVERED - Static variable in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
XML tag name in configuration file for max num pattern for hiliting.
MaxDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
MaxDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
MAXIMUM_EXPLODE_SIZE - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The maximum size of the explode margin in percent.
MAXIMUM_NUMBER_OF_ITERATIONS_REACHED - Static variable in class org.knime.base.node.mine.svm.learner.SvmAlgorithm
Warning message when maximum number of iterations is reached.
MAXIMUM_PIE_SIZE - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The minimum size of the pie drawing space in percent.
MaximumMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
Maximum replacement.
MaximumMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.MaximumMissingValueReplacementFunction
 
MAXITER_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Key to store the number of maximum iterations.
MAXITERATIONS_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store the number of maximal iterations in the settings.
MaxMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Replaces missing values in a column with the maximum value in this column.
MaxMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandler
 
MaxMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Creates a handler that replaces missing values with the column's maximum value.
MaxMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandlerFactory
 
MAXNRITERATIONS - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
The maximum number of possible iterations.
MaxOperator - Class in org.knime.base.data.aggregation.general
Returns the maximum per group.
MaxOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.MaxOperator
Constructor for class MaxOperator.
MaxOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.MaxOperator
Constructor for class MaxOperator.
mdlPruning(DecisionTree) - Static method in class org.knime.base.node.mine.decisiontree2.learner2.Pruner
Prunes a DecisionTree according to the minimum description lenght (MDL) principle.
MDSCellFactory - Class in org.knime.base.node.mine.mds
A CellFactory adding the MDS values as cells to the corresponding rows.
MDSCellFactory(Hashtable<RowKey, DataPoint>, int) - Constructor for class org.knime.base.node.mine.mds.MDSCellFactory
Creates a new instance of MDSCellFactory with given Hashtable containing the MDS points to add and the related row keys.
MDSConfigKeys - Class in org.knime.base.node.mine.mds
Contains the configuration keys of the MDS settings.
MDSConfigKeys() - Constructor for class org.knime.base.node.mine.mds.MDSConfigKeys
 
MDSManager - Class in org.knime.base.node.mine.mds
The MDSManager handling the MDS algorithmic.
MDSManager(int, String, boolean, BufferedDataTable, ExecutionContext) - Constructor for class org.knime.base.node.mine.mds.MDSManager
Creates a new instance of MDSManager with the given dimension, type of distance metric, fuzzy flag and in data to use.
MDSManager(int, RowDistanceManager, BufferedDataTable, ExecutionContext) - Constructor for class org.knime.base.node.mine.mds.MDSManager
Creates a new instance of MDSManager with the given dimension, distance metric (manager), and in data to use.
MDSManager(int, RowDistanceManager, boolean, BufferedDataTable, ExecutionContext) - Constructor for class org.knime.base.node.mine.mds.MDSManager
Creates a new instance of MDSManager with the given dimension, distance metric (manager), fuzzy flag and in data to use.
MDSNodeDialog - Class in org.knime.base.node.mine.mds
The dialog of the MDS node.
MDSNodeDialog() - Constructor for class org.knime.base.node.mine.mds.MDSNodeDialog
Creates a new instance of MDSNodeDialog.
MDSNodeDialog.CheckBoxChangeListener - Class in org.knime.base.node.mine.mds
 
MDSNodeFactory - Class in org.knime.base.node.mine.mds
Creates the MDSNodeModel and the MDSNodeDialog instances.
MDSNodeFactory() - Constructor for class org.knime.base.node.mine.mds.MDSNodeFactory
 
MDSNodeModel - Class in org.knime.base.node.mine.mds
 
MDSNodeModel() - Constructor for class org.knime.base.node.mine.mds.MDSNodeModel
Creates a new instance of MDSNodeModel.
MDSNodeModel.CheckBoxChangeListener - Class in org.knime.base.node.mine.mds
 
MDSProjectionConfigKeys - Class in org.knime.base.node.mine.mds.mdsprojection
Contains the additional configuration keys of the MDS projection settings.
MDSProjectionConfigKeys() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionConfigKeys
 
MDSProjectionManager - Class in org.knime.base.node.mine.mds.mdsprojection
The MDSProjectionManager handling the MDS algorithmic.
MDSProjectionManager(int, String, boolean, BufferedDataTable, BufferedDataTable, int[], ExecutionContext) - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Creates a new instance of MDSProjectionManager with the given dimension, distance metric, fuzzy flag, in data and fixed data to use.
MDSProjectionManager(int, RowDistanceManager, boolean, BufferedDataTable, BufferedDataTable, int[], ExecutionContext) - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Creates a new instance of MDSProjectionManager with the given dimension, distance metric (manager), fuzzy flag, in data and fixed data to use.
MDSProjectionNodeDialog - Class in org.knime.base.node.mine.mds.mdsprojection
The dialog of the MDS projection node.
MDSProjectionNodeDialog() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog
Creates a new instance of MDSNodeDialog.
MDSProjectionNodeDialog.CheckBoxChangeListener - Class in org.knime.base.node.mine.mds.mdsprojection
 
MDSProjectionNodeFactory - Class in org.knime.base.node.mine.mds.mdsprojection
The node factory of the mds projection node.
MDSProjectionNodeFactory() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeFactory
 
MDSProjectionNodeModel - Class in org.knime.base.node.mine.mds.mdsprojection
 
MDSProjectionNodeModel() - Constructor for class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Creates a new instance of MDSNodeModel.
MDSProjectionNodeModel.CheckBoxChangeListener - Class in org.knime.base.node.mine.mds.mdsprojection
 
Mean - Class in org.knime.base.data.statistics.calculation
Calculates the arithmetic mean.
Mean(String...) - Constructor for class org.knime.base.data.statistics.calculation.Mean
 
mean(double[][]) - Static method in class org.knime.base.util.math.StatisticUtils
Calculates the mean for each column of the given input matrix.
MeanAbsoluteDeviationOperator - Class in org.knime.base.data.aggregation.numerical
Calculates the mean absolute deviation per group.
MeanAbsoluteDeviationOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.MeanAbsoluteDeviationOperator
Constructor for class MeanAbsoluteDeviationOperator.
MeanAbsoluteDeviationOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.MeanAbsoluteDeviationOperator
Constructor for class MeanAbsoluteDeviationOperator.
MeanMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
Mean replacement.
MeanMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.MeanMissingValueReplacementFunction
 
MeanOperator - Class in org.knime.base.data.aggregation.numerical
Returns the mean per group.
MeanOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.MeanOperator
Constructor for class MeanOperator.
MeanOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.MeanOperator
Constructor for class MeanOperator.
meanValues - Variable in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegViewData
Deprecated.
 
meanValues - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
measureQuality(double, double[], double[][], double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGainRatio
Calculates the gain ratio split index.
measureQuality(double, double[], double[][], double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGini
Calculates the gini split index.
measureQuality(double, double[], double[][], double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityMeasure
Calculates the quality for a given split.
MEASURES_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store whether cluster quality measures should be calculated.
Median - Class in org.knime.base.data.statistics.calculation
Calculates the median of the given column.
Median(String...) - Constructor for class org.knime.base.data.statistics.calculation.Median
 
MEDIAN - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the median position in the statistics array.
MedianAbsoluteDeviationOperator - Class in org.knime.base.data.aggregation.numerical
Calculates the median absolute deviation per group.
MedianAbsoluteDeviationOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.MedianAbsoluteDeviationOperator
Constructor for class MedianAbsoluteDeviationOperator.
MedianAbsoluteDeviationOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.MedianAbsoluteDeviationOperator
Constructor for class MedianAbsoluteDeviationOperator.
MedianDateOperator - Class in org.knime.base.data.aggregation.date
Date operator that calculates the median date.
MedianDateOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.MedianDateOperator
Constructor for class MedianDateOperator.
MedianDateOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.MedianDateOperator
Constructor for class MedianDateOperator.
MedianNumberMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Replaces missing values with the column's median value.
MedianNumberMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
 
MedianNumberMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Creates a handler that replaces missing values with the column's median value.
MedianNumberMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandlerFactory
 
MedianOperator - Class in org.knime.base.data.aggregation.numerical
Computes the median of a list of numbers.
MedianOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.MedianOperator
Constructor for class MedianOperator.
MedianOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.MedianOperator
Constructor for class MedianOperator.
MedianTable - Class in org.knime.base.data.statistics
Finds the median for selected (DoubleValued) columns.
MedianTable(BufferedDataTable, int[]) - Constructor for class org.knime.base.data.statistics.MedianTable
 
MedianTable(BufferedDataTable, List<String>, boolean, boolean) - Constructor for class org.knime.base.data.statistics.MedianTable
 
MedianTable(BufferedDataTable, int[], boolean, boolean) - Constructor for class org.knime.base.data.statistics.MedianTable
 
medianValues(ExecutionContext) - Method in class org.knime.base.data.statistics.MedianTable
 
MembershipFunction - Class in org.knime.base.node.mine.bfn.fuzzy.membership
Trapezoid membership function with four values for support and core left and right values whereby the support region can be defined infinity.
MembershipFunction(ModelContentRO) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Creates a new membership function based on the given model content.
MembershipFunction(DoubleValue, MutableDouble, MutableDouble) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Creates a new trapezoid membership function with its given anchor and two values used to assign the min and max border.
MEMORY_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store whether the clustering should be performed in memory in the PredParams.
MEMORY_POLICY - Static variable in class org.knime.core.node.MiscSettingsTab
 
MemoryAlert - Class in org.knime.core.data.util.memory
Object that carries information about a memory alert.
MemoryAlert(long, long) - Constructor for class org.knime.core.data.util.memory.MemoryAlert
Create a new memory alter.
memoryAlert(MemoryAlert) - Method in class org.knime.core.data.util.memory.MemoryAlertListener
This method is called if memory is low.
memoryAlert(MemoryAlertObject) - Method in interface org.knime.core.data.util.memory.MemoryReleasable
Deprecated.
 
MemoryAlertListener - Class in org.knime.core.data.util.memory
Listener that gets notified when free memory get low.
MemoryAlertListener() - Constructor for class org.knime.core.data.util.memory.MemoryAlertListener
Default constructor.
MemoryAlertObject - Class in org.knime.core.data.util.memory
Deprecated.
use MemoryAlert instead
MemoryAlertObject() - Constructor for class org.knime.core.data.util.memory.MemoryAlertObject
Deprecated.
 
MemoryAlertSystem - Class in org.knime.core.data.util.memory
Implementation of a simple memory warning system.
MemoryAlertSystem.MemoryActionIndicator - Interface in org.knime.core.data.util.memory
Interface for a simple stateful object that indicates if action because of low memory should be taken.
MemoryGroupByTable - Class in org.knime.base.node.preproc.groupby
 
MemoryGroupByTable(ExecutionContext, BufferedDataTable, List<String>, ColumnAggregator[], GlobalSettings, boolean, ColumnNamePolicy, boolean) - Constructor for class org.knime.base.node.preproc.groupby.MemoryGroupByTable
Constructor for class MemoryGroupByTable.
MemoryGroupByTable(ExecutionContext, BufferedDataTable, List<String>, ColumnAggregator[], GlobalSettings, boolean, boolean, ColumnNamePolicy, boolean) - Constructor for class org.knime.base.node.preproc.groupby.MemoryGroupByTable
Deprecated.
sortInMemory object is no longer required
MemoryObjectTracker - Class in org.knime.core.data.util.memory
Deprecated.
use MemoryAlertSystem instead
MemoryObjectTracker.Strategy - Enum in org.knime.core.data.util.memory
Deprecated.
 
MemoryReleasable - Interface in org.knime.core.data.util.memory
Deprecated.
use MemoryWarningSystem and register a listener instead
MemoryService - Class in org.knime.core.data.sort
Deprecated.
use MemoryAlertSystem instead
MemoryService() - Constructor for class org.knime.core.data.sort.MemoryService
Deprecated.
Use MemoryService to test for low memory condition in computation which are memory intensive.
MemoryService(double) - Constructor for class org.knime.core.data.sort.MemoryService
Deprecated.
Creates a new instance.
memoryUsageLow(long, long) - Method in interface org.knime.core.data.util.memory.MemoryWarningSystem.MemoryWarningListener
Deprecated.
 
MemoryWarningSystem - Class in org.knime.core.data.util.memory
Deprecated.
used MemoryAlertSystem instead
MemoryWarningSystem.MemoryWarningListener - Interface in org.knime.core.data.util.memory
Deprecated.
Listener to be notified on warning events
merge(DataColumnSpec) - Method in class org.knime.core.data.DataColumnSpecCreator
Merges the existing DataColumnSpec with a second DataColumnSpec.
merge(NodeExecutionJobManager[]) - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
Get the common settings for a set of job managers.
merge(NodeMessage, NodeMessage) - Static method in class org.knime.core.node.workflow.NodeMessage
Merges two messages.
mergeChunks(ExecutionMonitor, boolean) - Method in class org.knime.core.data.sort.AbstractTableSorter
 
mergeDataTableSpecs(DataTableSpec...) - Static method in class org.knime.core.data.DataTableSpec
This method merges two or more DataTableSpecs.
mergeFinal(StreamableOperatorInternals[]) - Method in class org.knime.core.node.streamable.MergeOperator
Performs the merge and outputs one new internals object that contains all information that can be passed to the NodeModel's finish execution method (or to another merge if hierarchical merges are possible).
mergeForward(NodeGraphAnnotation) - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
Merge with another object arriving at the same node during forward graph analysis.
mergeIntermediate(StreamableOperatorInternals[]) - Method in class org.knime.core.node.streamable.MergeOperator
Performs the merge and outputs one new internals object that contains all information that can be passed to NodeModel.iterate(StreamableOperatorInternals) (or to another merge if hierarchical merges are possible).
MergeOperator - Class in org.knime.core.node.streamable
A merge operator combines StreamableOperatorInternals that are created by different threads (or JVM processes) to one internals object that is then passed to the NodeModel.finishStreamableExecution(StreamableOperatorInternals, org.knime.core.node.ExecutionContext, PortOutput[]) method.
MergeOperator() - Constructor for class org.knime.core.node.streamable.MergeOperator
 
mergeStreamingOperatorInternals(SimpleStreamableOperatorInternals[]) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Called the merge operator to merge internals created by different streamble operators (possibly on remote machines).
mergeStreamingOperatorInternals(SimpleStreamableOperatorInternals[]) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Called the merge operator to merge internals created by different streamble operators (possibly on remote machines).
mergeStreamingOperatorInternals(SimpleStreamableOperatorInternals[]) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Called the merge operator to merge internals created by different streamble operators (possibly on remote machines).
mergeStreamingOperatorInternals(SimpleStreamableOperatorInternals[]) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
Called the merge operator to merge internals created by different streamble operators (possibly on remote machines).
mergeStreamingOperatorInternals(T[]) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
Called the merge operator to merge internals created by different streamble operators (possibly on remote machines).
MergeVariablesNodeFactory - Class in org.knime.base.node.util.mergevariables
 
MergeVariablesNodeFactory() - Constructor for class org.knime.base.node.util.mergevariables.MergeVariablesNodeFactory
 
MergeVariablesNodeModel - Class in org.knime.base.node.util.mergevariables
 
MergeVariablesNodeModel() - Constructor for class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
Creates an instance of MergeVariablesNodeModel.
messageChanged(NodeMessageEvent) - Method in interface org.knime.core.node.workflow.NodeMessageListener
Called when the node message changes.
META_NODE_ROOT - Static variable in class org.knime.core.node.workflow.WorkflowManager
The root of all metanodes that are part of the node repository, for instance x-val metanode.
METAINFO_FILE - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
Constant for the meta info file name.
MetaNodeDialogNode - Interface in org.knime.core.node.dialog
A node that contributes to the metanodes dialog.
MetaNodeDialogPane - Class in org.knime.core.node.workflow
An empty dialog, which is used to create dialogs with only miscellaneous tabs (such as memory policy and job selector panel).
MetaNodeDialogPane() - Constructor for class org.knime.core.node.workflow.MetaNodeDialogPane
Constructor.
MetaNodeDialogPane(boolean) - Constructor for class org.knime.core.node.workflow.MetaNodeDialogPane
Constructor.
MetaNodeLinkUpdateResult(String) - Constructor for class org.knime.core.node.workflow.WorkflowPersistor.MetaNodeLinkUpdateResult
 
MetaNodeTemplateInformation - Class in org.knime.core.node.workflow
Additional information that is associated with a metanode that are used as templates.
MetaNodeTemplateInformation.Role - Enum in org.knime.core.node.workflow
The template's role.
MetaNodeTemplateInformation.TemplateType - Enum in org.knime.core.node.workflow
Class instance saved as part of the settings to properly read them back later.
MetaNodeTemplateInformation.UpdateStatus - Enum in org.knime.core.node.workflow
 
MetaNodeToSubNodeResult - Class in org.knime.core.node.workflow.action
MetaNodeToSubNodeResult(WorkflowManager, NodeID, WorkflowPersistor) - Constructor for class org.knime.core.node.workflow.action.MetaNodeToSubNodeResult
Construct action object - only to be called from WFM.
MetaPortInfo - Class in org.knime.core.node.port
Object describing a metanode port.
MetaPortInfo(PortType, boolean, String, int) - Constructor for class org.knime.core.node.port.MetaPortInfo
Created from the WFM.
MetaPortInfo(PortType, int) - Constructor for class org.knime.core.node.port.MetaPortInfo
Called from the UI to define a new port (not connected).
METHOD_ALL - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
Method: oversample all classes equally to a given rate.
METHOD_APPEND_SUFFIX - Static variable in class org.knime.base.data.join.JoinedTable
Deprecated.
Method on how to treat duplicate column names: append suffix.
METHOD_FAIL - Static variable in class org.knime.base.data.join.JoinedTable
Deprecated.
Method on how to treat duplicate column names: fail execution.
METHOD_FILTER - Static variable in class org.knime.base.data.join.JoinedTable
Deprecated.
Method on how to treat duplicate column names: filter.
METHOD_FIX_VAL - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Method: Replace by fixed value, available for Double, Int, String.
METHOD_IGNORE_ROWS - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Method: Remove row from data set, available for all types.
METHOD_MAJORITY - Static variable in class org.knime.base.node.mine.smote.SmoteNodeModel
Method: oversample only minority classes.
METHOD_MAX - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Method: Replace by max in column, available for Double and Int.
METHOD_MEAN - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Method: Replace by mean, available for Double and Int (rounded).
METHOD_MIN - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Method: Replace by min in column, available for Double and Int.
METHOD_MOST_FREQUENT - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Method: Replace by most frequent value, available for String.
METHOD_NO_HANDLING - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Method: Do nothing, leave untouched, available for all types.
MillisRangeOperator - Class in org.knime.base.data.aggregation.date
Date operator that computes the range between the first and last date in milliseconds.
MillisRangeOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.MillisRangeOperator
Constructor for class MillisRangeOperator.
MillisRangeOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.date.MillisRangeOperator
Constructor for class MillisRangeOperator.
mimicRemoteExecuted(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Put this node into either the InternalNodeContainerState.EXECUTED or InternalNodeContainerState.IDLE state depending on the argument.
mimicRemoteExecuted(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.NodeContainer
Put this node into either the InternalNodeContainerState.EXECUTED or InternalNodeContainerState.IDLE state depending on the argument.
mimicRemoteExecuted(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Put this node into either the InternalNodeContainerState.EXECUTED or InternalNodeContainerState.IDLE state depending on the argument.
mimicRemoteExecuted(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.WorkflowManager
Put this node into either the InternalNodeContainerState.EXECUTED or InternalNodeContainerState.IDLE state depending on the argument.
mimicRemoteExecuting() - Method in class org.knime.core.node.workflow.NodeContainer
Marks this node as remotely executing.
mimicRemoteExecuting() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Marks this node as remotely executing.
mimicRemoteExecuting() - Method in class org.knime.core.node.workflow.WorkflowManager
Marks this node as remotely executing.
mimicRemotePostExecute() - Method in class org.knime.core.node.workflow.NodeContainer
Puts this node (and all its children) into the InternalNodeContainerState.POSTEXECUTE state.
mimicRemotePostExecute() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Puts this node (and all its children) into the InternalNodeContainerState.POSTEXECUTE state.
mimicRemotePostExecute() - Method in class org.knime.core.node.workflow.WorkflowManager
Puts this node (and all its children) into the InternalNodeContainerState.POSTEXECUTE state.
mimicRemotePreExecute() - Method in class org.knime.core.node.workflow.NativeNodeContainer
Puts this node (and all its children) into the InternalNodeContainerState.PREEXECUTE state.
mimicRemotePreExecute() - Method in class org.knime.core.node.workflow.NodeContainer
Puts this node (and all its children) into the InternalNodeContainerState.PREEXECUTE state.
mimicRemotePreExecute() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Puts this node (and all its children) into the InternalNodeContainerState.PREEXECUTE state.
mimicRemotePreExecute() - Method in class org.knime.core.node.workflow.WorkflowManager
Puts this node (and all its children) into the InternalNodeContainerState.PREEXECUTE state.
MIN - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the minimum position in the statistics array.
min(DenseByteVector) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns a new vector with the minimum of the counts at each position.
min(ByteVectorValue, ByteVectorValue) - Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Creates a dense byte vector cell containing the result of the min operation on the passed operands (that is each position holds the minimum of the values of the operands).
min(SparseByteVector) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns a new vector with the minimum of the counts at each position.
min(ByteVectorValue, ByteVectorValue) - Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Creates a sparse byte vector cell containing the result of the min operation on the passed operands (that is each position holds the minimum of the values of the operands).
MIN_BIN_WIDTH - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Defines the minimum width of a bin.
MIN_COLOR - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
The minimum column value for range color settings.
MIN_EPOCHS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The minimum value of the epochs.
MIN_ERROR - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default value of minimal error.
MIN_ERROR_MAX - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Maximal value of minimal error.
MIN_ERROR_MIN - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Minimal value of minimal error.
MIN_FLAG - Static variable in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Minimum flag min.
MIN_FREE_DISC_SPACE_IN_TEMP_IN_MB - Static variable in class org.knime.core.data.container.DataContainer
MIN_LEARNINGRATE - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The minimum value of the learning rate.
MIN_NO_ROWS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The minimum number of rows to use.
MIN_OUTPUTDIMS - Static variable in class org.knime.base.node.mine.mds.MDSNodeModel
The minimum value of the output dimension.
MIN_PRECISION - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Minimum precision to round to.
MIN_QUALPRESERVATION - Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Config key, for the minimum fraction of information to be preserved by the projection.
MIN_RESOURCE - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default value of minimal resource.
MIN_RESOURCE_MAX - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Maximal value of minimal resource.
MIN_RESOURCE_MIN - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Minimal value of minimal resource.
MIN_SEED - Static variable in class org.knime.base.node.mine.mds.MDSManager
The minimum random seed.
MIN_SEED - Static variable in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
The minimum random seed.
MIN_VARIABILITY - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default value of minimal variability.
MIN_VARIABILITY_MAX - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Maximal value of minimal variability.
MIN_VARIABILITY_MIN - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Minimal value of minimal variability.
minClusterMembers() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Returns the minimum number of molecules from the same cluster that have to be found so that a cluster is declared to be found.
minClusterMembers(int) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Sets the minimum number of molecules from the same cluster that have to be found so that a cluster is declared to be found.
minClusterMembers() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Returns the minimum number of molecules from the same cluster that have to be found so that a cluster is declared to be found.
minClusterMembers(int) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Sets the minimum number of molecules from the same cluster that have to be found so that a cluster is declared to be found.
MinDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
MinDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
MINIMUM_ARC_ANGLE - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The default minimum arc angle of a pie section to draw.
MINIMUM_BAR_HEIGHT - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The minimum height of a bar.
MINIMUM_ELEMENT_WIDTH - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The minimum width of an bar/element.
MINIMUM_EXPLODE_SIZE - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The minimum size of the explode margin in percent.
MINIMUM_PIE_SIZE - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The minimum size of the pie drawing space in percent.
MinimumMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
Minimum replacement.
MinimumMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.MinimumMissingValueReplacementFunction
 
MinkowskiDist - Class in org.knime.base.node.mine.cluster.hierarchical.distfunctions
Calculates the distance for two data rows based on the Minkowski distance.
MinkowskiDist(int) - Constructor for class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist
Creates a Minkowski distance object from an Minkowski distance.
MinMax - Class in org.knime.base.data.statistics.calculation
Calculates the min/max values.
MinMax(String...) - Constructor for class org.knime.base.data.statistics.calculation.MinMax
 
MINMAX_MODE - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
MINMAX mode.
MINMAX_MODE - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
MINMAX mode.
MinMaxCellFactory - Class in org.knime.base.node.preproc.columnTrans
Deprecated.
MinMaxCellFactory(DataTableSpec, String, int[], boolean) - Constructor for class org.knime.base.node.preproc.columnTrans.MinMaxCellFactory
Deprecated.
 
MinMaxCellFactory - Class in org.knime.base.node.preproc.columntrans2
 
MinMaxCellFactory(DataTableSpec, String, int[], boolean) - Constructor for class org.knime.base.node.preproc.columntrans2.MinMaxCellFactory
 
MinMaxNorm - Class in org.knime.base.node.mine.bfn.fuzzy.norm
Minimum/Maximum norm.
MinMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Replaces missing values in a column with the smallest value in this column.
MinMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandler
 
MinMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Creates a handler that replaces missing values with the column's minimum value.
MinMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandlerFactory
 
MinOperator - Class in org.knime.base.data.aggregation.general
Returns the minimum per group.
MinOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.MinOperator
Constructor for class MaxOperator.
MinOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.MinOperator
Constructor for class MaxOperator.
MINOR - Static variable in class org.knime.core.node.KNIMEConstants
KNIME's minor release number.
MiscSettingsTab - Class in org.knime.core.node
Implements the tab for the memory policy of nodes with output ports.
MiscSettingsTab() - Constructor for class org.knime.core.node.MiscSettingsTab
Inits GUI.
mismatch() - Method in class org.knime.base.node.preproc.matcher.MismatchCounter
Increments the mismatch counter.
MismatchCounter - Class in org.knime.base.node.preproc.matcher
 
MismatchCounter(int) - Constructor for class org.knime.base.node.preproc.matcher.MismatchCounter
Constructor for class MismatchCounter.
MismatchCounter(int, int) - Constructor for class org.knime.base.node.preproc.matcher.MismatchCounter
Constructor for class MismatchCounter.
mismatchesLeft() - Method in class org.knime.base.node.preproc.matcher.MismatchCounter
 
MISSING - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
NodeSettings key for the missing replacement value.
Missing(int) - Constructor for class org.knime.base.node.preproc.joiner.DataHiliteOutputContainer.Missing
 
missing(int) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new MISSING node.
MISSING - Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Constant for a missing value.
MISSING_CELL_OPTION_SIZE - Static variable in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
The size of the incl./excl.
MISSING_TO_END_KEY - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
Settings key: Sort missings always to end.
MISSING_VAL_BAR_CAPTION - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The caption of the bar which holds all missing values.
MISSING_VAL_SECTION_CAPTION - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The caption of the bar which holds all missing values.
MISSING_VAL_SECTION_COLOR - Static variable in class org.knime.base.node.viz.pie.datamodel.PieVizModel
The caption of the bar which holds all missing values.
MISSING_VALUE_REPLACEMENT - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
This value is used instead of a missing value as new row key if the replaceMissingVals variable is set to true.
MissingCell - Class in org.knime.core.data
Cell implementation to MissingValue.
MissingCell(String) - Constructor for class org.knime.core.data.MissingCell
Creates a new missing cell based on the given error value.
MissingCell.MissingSerializer - Class in org.knime.core.data
Factory for (de-)serializing a MissingCell.
MissingCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.MissingCellEntry
 
MissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval
The base class for all missing cell handlers.
MissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Constructor for the missing cell handler.
MissingCellHandlerDescription - Interface in org.knime.base.node.preproc.pmml.missingval.utils
Detailed description of a missing cell handler.
MissingCellHandlerDescriptionFactory - Class in org.knime.base.node.preproc.pmml.missingval.utils
Factory for missing cell handler descriptions.
MissingCellHandlerDescriptionV1 - Class in org.knime.base.node.preproc.pmml.missingval.utils
 
MissingCellHandlerDescriptionV1(InputStream) - Constructor for class org.knime.base.node.preproc.pmml.missingval.utils.MissingCellHandlerDescriptionV1
 
MissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval
Factory class for a missing cell handler.
MissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
 
MissingCellHandlerFactoryManager - Class in org.knime.base.node.preproc.pmml.missingval
Manager for missing cell handler factories that are provided by extensions.
MissingCellReplacingDataTable - Class in org.knime.base.node.preproc.pmml.missingval
DataTable implementation that provides an iterator that fills missing cells on-the-fly using MissingCellHandlers as configured in a MVSettings object.
MissingCellReplacingDataTable(DataTableSpec, MVSettings) - Constructor for class org.knime.base.node.preproc.pmml.missingval.MissingCellReplacingDataTable
Constructor for MissingCellReplacingDataTable that loads the settings for the replacements from a NodeSettings object.
MissingCellReplacingDataTable(DataTableSpec, PMMLDocument) - Constructor for class org.knime.base.node.preproc.pmml.missingval.MissingCellReplacingDataTable
Constructor for MissingCellReplacingDataTable.
MissingCellRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
A simple IRowFilter implementation that filters rows containing missing cells.
MissingCellRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
 
missingColumn(String) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
 
MissingHandling(boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingRow.MissingHandling
 
missingHandlingCellDecorator(DataValidatorCellDecorator, DataValidatorColConflicts) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorCellDecorator
Adds a conflict if a missing value is contained.
MissingNodeDialog - Class in org.knime.core.node.missing
Dialog to missing node placeholder.
MissingNodeDialog() - Constructor for class org.knime.core.node.missing.MissingNodeDialog
...
MissingNodeFactory - Class in org.knime.core.node.missing
No API.
MissingNodeFactory(NodeAndBundleInformation, NodeSettingsRO, PortType[], PortType[]) - Constructor for class org.knime.core.node.missing.MissingNodeFactory
Constructs factories.
MissingNodeModel - Class in org.knime.core.node.missing
No API - Model to missing node placeholder node.
MissingNodeModel(NodeAndBundleInformation, PortType[], PortType[], boolean) - Constructor for class org.knime.core.node.missing.MissingNodeModel
 
MISSINGS - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
A list of possible missing value replacements.
MissingSerializer() - Constructor for class org.knime.core.data.MissingCell.MissingSerializer
 
MissingToNullConverterFactory<D> - Class in org.knime.core.data.convert.java
ConverterFactory for converting MissingValue into null.
MissingValue - Class in org.knime.base.data.statistics.calculation
Calculates the number of missing values.
MissingValue(String...) - Constructor for class org.knime.base.data.statistics.calculation.MissingValue
 
MissingValue - Interface in org.knime.core.data
Implemented by DataCells that are missing and which additionally have an error message set.
MissingValueApplyNodeFactory - Class in org.knime.base.node.preproc.pmml.missingval.apply
NodeFactory for the "CompiledModelReader" Node.
MissingValueApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeFactory
 
MissingValueApplyNodeModel - Class in org.knime.base.node.preproc.pmml.missingval.apply
This is the model implementation of CompiledModelReader.
MissingValueApplyNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
Constructor for the node model.
MissingValueColumnFilterNodeDialogPane - Class in org.knime.base.node.preproc.filter.missingvaluecolfilter
This is the dialog for the missing value column filter.
MissingValueColumnFilterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeDialogPane
Creates a new NodeDialogPane for the column filter in order to set the desired columns.
MissingValueColumnFilterNodeFactory - Class in org.knime.base.node.preproc.filter.missingvaluecolfilter
The factory for the missing value column filter node.
MissingValueColumnFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeFactory
 
MissingValueColumnFilterNodeModel - Class in org.knime.base.node.preproc.filter.missingvaluecolfilter
The model for the missing value column filter which removes all columns with more missing values than a certain percentage.
MissingValueColumnFilterNodeModel() - Constructor for class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
Creates a new filter model with one and in- and output.
MissingValueCountOperator - Class in org.knime.base.data.aggregation.general
Returns the number of missing values per group.
MissingValueCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.MissingValueCountOperator
Constructor for class MissingValueCountOperator.
MissingValueCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.MissingValueCountOperator
Constructor for class MissingValueCountOperator.
MissingValueHandlerFactorySelectionPanel - Class in org.knime.base.node.preproc.pmml.missingval.compute
A panel that shows the user a selection of available missing value handler factories and possible options for them.
MissingValueHandlerFactorySelectionPanel(DataType, MVIndividualSettings, PortObjectSpec[]) - Constructor for class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerFactorySelectionPanel
Constructor for the MissingValueHandlerFactorySelectionPanel.
MissingValueHandlerFactorySelectionPanel(DataType[], MVIndividualSettings, PortObjectSpec[]) - Constructor for class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerFactorySelectionPanel
Constructor for the MissingValueHandlerFactorySelectionPanel.
MissingValueHandlerNodeDialog - Class in org.knime.base.node.preproc.pmml.missingval.compute
NodeDialog for the "CompiledModelReader" Node.
MissingValueHandlerNodeDialog() - Constructor for class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeDialog
New pane for configuring the CompiledModelReader node.
MissingValueHandlerNodeFactory - Class in org.knime.base.node.preproc.pmml.missingval.compute
NodeFactory for the "CompiledModelReader" Node.
MissingValueHandlerNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeFactory
 
MissingValueHandlerNodeModel - Class in org.knime.base.node.preproc.pmml.missingval.compute
This is the model implementation of CompiledModelReader.
MissingValueHandlerNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
Constructor for the node model.
MissingValueHandlerPanel - Class in org.knime.base.node.preproc.pmml.missingval
 
MissingValueHandlerPanel() - Constructor for class org.knime.base.node.preproc.pmml.missingval.MissingValueHandlerPanel
 
MissingValueHandling - Enum in org.knime.base.node.mine.regression
This enum holds all ways of handling missing values in the input table.
MissingValueHandling2ColSetting - Class in org.knime.base.node.preproc.missingval
Deprecated.
See new Missing node that incorporates a PMML outport in package org.knime.base.node.preproc.pmml.missingval
MissingValueHandling2ColSetting(int) - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Constructor for meta column setting.
MissingValueHandling2ColSetting(List<DataColumnSpec>) - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Constructor for a list of columns.
MissingValueHandling2ColSetting(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Constructor for individual column.
MissingValueHandling2NodeDialogPane - Class in org.knime.base.node.preproc.missingval
Deprecated.
See new Missing node that incorporates a PMML outport in package org.knime.base.node.preproc.pmml.missingval
MissingValueHandling2NodeDialogPane() - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeDialogPane
Deprecated.
Constructs new dialog with an appropriate dialog title.
MissingValueHandling2NodeFactory - Class in org.knime.base.node.preproc.missingval
MissingValueHandling2NodeFactory() - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeFactory
Deprecated.
 
MissingValueHandling2NodeModel - Class in org.knime.base.node.preproc.missingval
MissingValueHandling2NodeModel() - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
Deprecated.
One input, one output.
MissingValueHandling2Panel - Class in org.knime.base.node.preproc.missingval
Deprecated.
See new Missing node that incorporates a PMML outport in package org.knime.base.node.preproc.pmml.missingval
MissingValueHandling2Panel(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling2Panel
Deprecated.
Constructor for one individual column, invoked when Add in dialog was pressed.
MissingValueHandling2Panel(List<DataColumnSpec>) - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling2Panel
Deprecated.
Constructor for one individual column, invoked when Add in dialog was pressed.
MissingValueHandling2Panel(MissingValueHandling2ColSetting, DataColumnSpec...) - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling2Panel
Deprecated.
Constructor that uses settings from setting given a column spec or null if the ColSetting is a meta-config.
MissingValueHandling2Table - Class in org.knime.base.node.preproc.missingval
Deprecated.
MissingValueHandling2TableIterator - Class in org.knime.base.node.preproc.missingval
MissingValueHandling2TableIterator(MissingValueHandling2Table, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling2TableIterator
Deprecated.
Creates new iterator from table table.
MissingValueHandling2TableIterator(MissingValueHandling2Table) - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling2TableIterator
Deprecated.
Creates new iterator from table table.
MissingValueHandling2TableIterator.RuntimeCanceledExecutionException - Exception in org.knime.base.node.preproc.missingval
Deprecated.
Runtime exception that's thrown when the execution monitor's checkCanceled method throws an CanceledExecutionException.
MissingValueHandling3NodeFactory - Class in org.knime.base.node.preproc.missingval
Deprecated.
See new Missing node that incorporates a PMML outport in package org.knime.base.node.preproc.pmml.missingval
MissingValueHandling3NodeFactory() - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeFactory
Deprecated.
 
MissingValueHandling3NodeModel - Class in org.knime.base.node.preproc.missingval
Deprecated.
See new Missing node that incorporates a PMML outport in package org.knime.base.node.preproc.pmml.missingval
MissingValueHandling3NodeModel() - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
Deprecated.
One input, one output.
MissingValueHandling3Table - Class in org.knime.base.node.preproc.missingval
Deprecated.
See new Missing node that incorporates a PMML outport in package org.knime.base.node.preproc.pmml.missingval
MissingValueHandling3TableIterator - Class in org.knime.base.node.preproc.missingval
Deprecated.
See new Missing node that incorporates a PMML outport in package org.knime.base.node.preproc.pmml.missingval
MissingValueHandling3TableIterator(MissingValueHandling3Table, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling3TableIterator
Deprecated.
Creates new iterator from table table.
MissingValueHandling3TableIterator(MissingValueHandling3Table) - Constructor for class org.knime.base.node.preproc.missingval.MissingValueHandling3TableIterator
Deprecated.
Creates new iterator from table table.
MissingValueHandling3TableIterator.RuntimeCanceledExecutionException - Exception in org.knime.base.node.preproc.missingval
Deprecated.
Runtime exception that's thrown when the execution monitor's checkCanceled method throws an CanceledExecutionException.
MissingValueNodeDescriptionHelper - Class in org.knime.base.node.preproc.pmml.missingval.utils
Helper class to generate the NodeDescription for the Missing Value Handler node.
MissingValuePanel - Class in org.knime.base.node.io.filereader
Implements the tab panel for the missing value pattern in string columns (in the advanced settings dialog).
MissingValuePanel(FileReaderSettings) - Constructor for class org.knime.base.node.io.filereader.MissingValuePanel
Creates a panel to set the missing value pattern for string columns and initializes it from the passed object.
MissingValuePolicy - Enum in org.knime.base.node.flowvariable.tablerowtovariable
Enums for this policies.
MissingValueRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Filters rows with a missing value in a certain column.
NOTE: Before the filter instance is applied it must be configured to find the column index to the specified column name.
MissingValueRowFilter(String, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
Creates a row filter that includes or excludes (depending on the corresponding argument) rows with a missing value in the specified column.
MissingValueRowFilter(String, boolean, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
Creates a row filter that includes or excludes (depending on the corresponding argument) rows with a missing value in the specified column.
MissingValueRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
Don't use created filter without loading settings before.
MLPPredictorNodeFactory - Class in org.knime.base.node.mine.neural.mlp
Deprecated.
MLPPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeFactory
Deprecated.
 
MLPPredictorNodeFactory - Class in org.knime.base.node.mine.neural.mlp2
The Factory for the NeuralNet PredictorNode.
MLPPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeFactory
 
MLPPredictorNodeModel - Class in org.knime.base.node.mine.neural.mlp
Deprecated.
MLPPredictorNodeModel() - Constructor for class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
Deprecated.
The MLPPredictorNodeModel takes as input a model and the test data.
MLPPredictorNodeModel - Class in org.knime.base.node.mine.neural.mlp2
The Neural Net Predictor takes as input a DataTable with the data that has to be classified and the trained Neural Network.
MLPPredictorNodeModel() - Constructor for class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
The MLPPredictorNodeModel takes as input a model and the test data.
MODE_KEY - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Key to store the mode of the MLP in the ModelContent.
MODE_KEY - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Key to store the mode.
MODE_KEY - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Key to store the mode.
MODEL_CONTAINS_NO_CLASS_VALUES - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
Invalid cause if the model contains no class values.
MODEL_CONTAINS_NO_CLASS_VALUES - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
Invalid cause if the model contains no class values.
MODEL_CONTAINS_NO_RECORDS - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
Invalid cause if the model contains no records at all.
MODEL_CONTAINS_NO_RECORDS - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
Invalid cause if the model contains no records at all.
MODEL_FILE_PREFIX - Static variable in interface org.knime.core.node.NodePersistor
 
MODEL_INFO - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Model info identifier.
MODEL_INFO_FILE_NAME - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Model info file extension.
MODEL_INPORT - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
The number of the optional PMML model in port.
MODEL_INPORT - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Index of optional model in port.
MODEL_INPORT - Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Index of model data port.
MODEL_INPORT - Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Index of model data port.
MODEL_INPORT - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
index of the port providing the model.
MODEL_INPORT - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Keeps index of the optional model port which is 1.
MODEL_OUTPORT - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Index of model out port.
MODEL_OUTPORT - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
index of the port providing the model.
MODEL_TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
The unique type of this model used for saving/loading.
MODEL_TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
The unique type of this model used for saving/loading.
MODEL_TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
The unique type of this model used for saving/loading.
MODEL_TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
The unique type of this model used for saving/loading.
MODEL_TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
The unique type of this model used for saving/loading.
MODEL_TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
The unique type of this model used for saving/loading.
MODEL_TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
The unique type of this model used for saving/loading.
MODEL_TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
The unique type of this model used for saving/loading.
modelChanged() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
Deprecated.
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeView2
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeView
Called when the model changed.
modelChanged() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeView
Updates the view with the following values.
modelChanged() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Update content of view - in this case fill TreeModel of JTree with new information or a message indicating nonexistend or erronous model.
modelChanged() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeNodeView2
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
Deprecated.
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
Deprecated.
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorGraphView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
Deprecated.
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLineNodeView
Deprecated.
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LineNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
Deprecated.
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
Deprecated.
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
Deprecated.
This method must be called if the model has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegCoefficientView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLineNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLineScatterPlotter
This method must be called if the model has changed.
modelChanged() - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.sota.SotaNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged(boolean) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
Creates the Tree structure for the JTree and paints it.
modelChanged() - Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel
Changes the sliders maximum value.
modelChanged() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
Deprecated.
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
This method is called whenever the entire text has changed (like after a reset, load, execute, etc.).
modelChanged() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
Deprecated.
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeView
Whenever the model changes an update for the plotter is triggered and new HiLiteHandler are set.
modelChanged() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeView
Whenever the model changes an update for the plotter is triggered and new HiLiteHandler are set.
modelChanged() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Updates all views and objects which depend on the PieVizModel.
modelChanged() - Method in class org.knime.base.node.viz.pie.node.PieNodeView
Whenever the model changes an update for the plotter is triggered and new HiLiteHandler are set.
modelChanged() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.roc.ROCNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeView
Deprecated.
If the model changes, the new statistical information from the original table is added to the upper statistics table.
modelChanged() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeView
Deprecated.
If the model changes, the new statistical information from the original table is added to the upper statistics table.
modelChanged() - Method in class org.knime.base.node.viz.table.TableNodeView
Called from the super class when a property of the node has been changed.
modelChanged() - Method in class org.knime.core.node.AbstractNodeView
Method is invoked when the underlying NodeModel has changed.
modelChanged() - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
Implement here all the view updating methods.
ModelContent - Class in org.knime.core.node
This ModelContent is used to store XML-like model settings.
ModelContent(String) - Constructor for class org.knime.core.node.ModelContent
Creates new content object.
ModelContentOutPortView - Class in org.knime.core.node.workflow
A port view showing the port's ModelContent as JTree.
ModelContentOutPortView(ModelContentRO) - Constructor for class org.knime.core.node.workflow.ModelContentOutPortView
A view showing the data model stored in the specified ModelContent output port.
ModelContentRO - Interface in org.knime.core.node
Read-only interface for ModelContent objects.
ModelContentWO - Interface in org.knime.core.node
Write-only ModelContentWO interface.
ModelSerializer() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimModel.ModelSerializer
 
ModelSerializer() - Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec.ModelSerializer
 
ModeOperator - Class in org.knime.base.data.aggregation.general
Returns the most frequent entry per group.
ModeOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.ModeOperator
Constructor for class ModeOperator.
ModeOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.ModeOperator
Constructor for class ModeOperator.
MostFrequentValueMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Replaces missing values with the column's most frequent value.
MostFrequentValueMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandler
 
MostFrequentValueMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Creates a handler that replaces missing values with the column's most frequent value.
MostFrequentValueMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandlerFactory
 
MostFrequentValueStatistic - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Calculates the most frequent value for a single column.
MostFrequentValueStatistic(String) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueStatistic
Constructor for a new instance of MostFrequentValueStatistic.
mouseClicked(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
mouseClicked(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
Deprecated.
mouseClicked(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel.TableListener
mouseClicked(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
mouseClicked(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent.MyMouseListener
mouseClicked(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Handler for the mouse clicked event.
mouseClicked(MouseEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
mouseClicked(MouseEvent) - Method in class org.knime.core.node.util.ComponentBorder
 
mouseDragged(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.base.node.viz.plotter.PlotterMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.core.node.tableview.RowHeaderHeightMouseListener
mouseDragged(MouseEvent) - Method in class org.knime.core.node.util.ComponentBorder
 
mouseEntered(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
mouseEntered(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
Deprecated.
mouseEntered(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
mouseEntered(MouseEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
mouseEntered(MouseEvent) - Method in class org.knime.core.node.util.ComponentBorder
 
mouseExited(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
mouseExited(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
Deprecated.
mouseExited(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
mouseExited(MouseEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
mouseExited(MouseEvent) - Method in class org.knime.core.node.util.ComponentBorder
 
mouseMoved(MouseEvent) - Method in class org.knime.base.node.viz.plotter.PlotterMouseListener
mouseMoved(MouseEvent) - Method in class org.knime.core.node.tableview.RowHeaderHeightMouseListener
mouseMoved(MouseEvent) - Method in class org.knime.core.node.util.ComponentBorder
 
mousePressed(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
mousePressed(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
Deprecated.
mousePressed(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel.TableListener
mousePressed(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
Handler for the mouse pressed event.
mousePressed(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
mousePressed(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent.MyMouseListener
mousePressed(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Handler for the mouse pressed event.
mousePressed(MouseEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
mousePressed(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
mousePressed(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
mousePressed(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
mousePressed(MouseEvent) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
mousePressed(MouseEvent) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
mousePressed(MouseEvent) - Method in class org.knime.core.node.tableview.RowHeaderHeightMouseListener
mousePressed(MouseEvent) - Method in class org.knime.core.node.util.ComponentBorder
 
mouseReleased(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
mouseReleased(MouseEvent) - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
Deprecated.
mouseReleased(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel.TableListener
mouseReleased(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
mouseReleased(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent.MyMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Handler for the mouse released event.
mouseReleased(MouseEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
mouseReleased(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.core.node.tableview.RowHeaderHeightMouseListener
mouseReleased(MouseEvent) - Method in class org.knime.core.node.util.ComponentBorder
 
mouseWheelMoved(MouseWheelEvent) - Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel.SotaTreeViewPanelController
move(int, int) - Method in class org.knime.core.data.container.ColumnRearranger
Moves the column at index from to the index to.
move(String, int) - Method in class org.knime.core.data.container.ColumnRearranger
Moves the column named colName to the index to.
moveDirectory(Path, Path) - Static method in class org.knime.core.util.PathUtils
Recursively moves the source directory to the destination directory.
moveDirectory(Path, Path, PathFilter) - Static method in class org.knime.core.util.PathUtils
Recursively moves the source directory to the destination directory.
moveGlobalTransformationsToModel() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Moves the content of the transformation dictionary to local transformations of the model if a model exists.
moveLeadSelectionIndex(int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
MovingMouseListener() - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
 
MultiColumnPlotterProperties - Class in org.knime.base.node.viz.plotter.columns
This class adds to the default properties (AbstractPlotterProperties) a column filter and provides the possibility to update the columns displayed in this column filter.
MultiColumnPlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
Creates the default properties and a tab for mutli column selection.
MultiColumnPlotterProperties(Class<? extends DataValue>...) - Constructor for class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
Creates the default properties and a tab for mutli column selection.
MultiLayerPerceptron - Class in org.knime.base.data.neural
Representation of a MultiLayer Perceptron, a neural net with one or more hidden layers.
MultiLayerPerceptron(Layer[]) - Constructor for class org.knime.base.data.neural.MultiLayerPerceptron
Constructs a net with the given layers.
MultiLayerPerceptron(Architecture) - Constructor for class org.knime.base.data.neural.MultiLayerPerceptron
Constructs a net with a given architecture.
MultiLayerPerceptron(Architecture, Random) - Constructor for class org.knime.base.data.neural.MultiLayerPerceptron
Constructs a net with a given architecture.
MultiLayerPerceptron() - Constructor for class org.knime.base.data.neural.MultiLayerPerceptron
Constructor for an empty Neural Net.
MultiLineBasicLabelUI - Class in org.knime.core.data.renderer
Label UI that respects the linebreaks in the label to be rendered.
MultiLineBasicLabelUI() - Constructor for class org.knime.core.data.renderer.MultiLineBasicLabelUI
 
MultiLineStringValueRenderer - Class in org.knime.core.data.renderer
This class renders strings that consist of more than one line.
MultiLineStringValueRenderer(String) - Constructor for class org.knime.core.data.renderer.MultiLineStringValueRenderer
Instantiates new renderer.
MultiLineStringValueRenderer(String, boolean) - Constructor for class org.knime.core.data.renderer.MultiLineStringValueRenderer
Instantiates new renderer.
MultiLineStringValueRenderer.Factory - Class in org.knime.core.data.renderer
Factory for a multi-line string renderer with a proportional font.
MultiLineToolTipUI - Class in org.knime.base.node.mine.sota.view
 
MultiLineToolTipUI() - Constructor for class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
Creates new instance of MultiLineToolTipUI.
MultiParentClassLoader - Class in org.knime.core.data.convert.util
ClassLoader which searches through multiple ClassLoaders.
MultiParentClassLoader(ClassLoader...) - Constructor for class org.knime.core.data.convert.util.MultiParentClassLoader
 
MultipleSelectionInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to select multiple String items (which is a selection of possible choices).
MultipleSelectionInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
Create an integer input with a given description.
MultipleSelectionInputQuickFormInElement.Layout - Enum in org.knime.core.util.node.quickform.in
Possible Layout types.
MultipleURLList - Class in org.knime.core.node.util
This component provides multiple file selection based on the FilesHistoryPanel.
MultipleURLList(String, boolean, String...) - Constructor for class org.knime.core.node.util.MultipleURLList
Creates a new URL list.
multiply(double[][], double[][]) - Static method in class org.knime.base.util.math.MathUtils
Multiplies two matrices.
multiply(double[][], double[]) - Static method in class org.knime.base.util.math.MathUtils
Multiplies matrix with a column vector.
multiplyLeftWithTranspose(double[][]) - Static method in class org.knime.base.util.math.MathUtils
Multiplies a matrix with its transposed matrix.
MultiString2BitVectorCellFactory - Class in org.knime.base.data.bitvector
 
MultiString2BitVectorCellFactory(BitVectorType, DataColumnSpec, boolean, boolean, boolean, boolean, String, int[]) - Constructor for class org.knime.base.data.bitvector.MultiString2BitVectorCellFactory
 
MultiThreadWorker<In,Out> - Class in org.knime.core.util
An abstract class to process elements of an Iterable simultaneously.
MultiThreadWorker(int, int) - Constructor for class org.knime.core.util.MultiThreadWorker
Creates new worker with a bounded finished job queue and a maximum number of active jobs.
MultiThreadWorker.ComputationTask - Class in org.knime.core.util
Represents a single computation, consists of corresponding input record, input index and the computed output.
mustBeFlushedPriorSave(FileStore) - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
 
mustBeFlushedPriorSave(FileStore) - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
mustBeFlushedPriorSave(FileStore) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
mustBeFlushedPriorSave(FileStore) - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
mustBeFlushedPriorSave(FileStore) - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
mustBeFlushedPriorSave(FileStore) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustComplainIfStateDoesNotMatch() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Does this persistor complain if its persisted state state does not match the state after loading (typically all non-executed nodes are configured after load).
mustEntirelyMatch() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
 
mustWarnOnDataLoadError() - Method in class org.knime.core.node.CopyNodePersistor
mustWarnOnDataLoadError() - Method in class org.knime.core.node.FileNodePersistor
mustWarnOnDataLoadError() - Method in interface org.knime.core.node.NodeContentPersistor
 
mustWarnOnDataLoadError() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
mustWarnOnDataLoadError() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
mustWarnOnDataLoadError() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
mustWarnOnDataLoadError() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
mustWarnOnDataLoadError() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
mustWarnOnDataLoadError() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
mustWarnOnDataLoadError() - Method in interface org.knime.core.node.workflow.TemplateNodeContainerPersistor
 
mustWarnOnDataLoadError() - Method in interface org.knime.core.node.workflow.WorkflowPersistor
 
MutableBoolean - Class in org.knime.core.util
A Boolean object whose value can be changed after construction.
MutableBoolean(boolean) - Constructor for class org.knime.core.util.MutableBoolean
Constructor setting its initial value from the boolean value specified.
MutableBoolean(String) - Constructor for class org.knime.core.util.MutableBoolean
Constructor deriving its initial value from the specified string.
MutableDouble - Class in org.knime.core.util
This class is essentially a double whose value can be changed.
MutableDouble(double) - Constructor for class org.knime.core.util.MutableDouble
Creates a new mutable double.
MutableInteger - Class in org.knime.core.util
This class is essentially an integer whose value can be changed.
MutableInteger(int) - Constructor for class org.knime.core.util.MutableInteger
Creates a new mutable integer.
MVColumnFilterNodeDialog - Class in org.knime.base.node.preproc.draganddroppanel
NodeDialog for the "CellReplacer" Node.
MVColumnFilterNodeDialog() - Constructor for class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeDialog
 
MVColumnFilterNodeFactory - Class in org.knime.base.node.preproc.draganddroppanel
NodeFactory for the "CellReplacer" Node.
MVColumnFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeFactory
 
MVColumnFilterNodeModel - Class in org.knime.base.node.preproc.draganddroppanel
This is the model implementation of CellReplacer.
MVColumnFilterNodeModel() - Constructor for class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
 
MVColumnSettings - Class in org.knime.base.node.preproc.pmml.missingval
 
MVColumnSettings() - Constructor for class org.knime.base.node.preproc.pmml.missingval.MVColumnSettings
Initializes a new MVColumnSettings object without columns and a do nothing factory.
MVColumnSettings(MissingCellHandlerFactory) - Constructor for class org.knime.base.node.preproc.pmml.missingval.MVColumnSettings
Constructor for column settings that initializes the settings with no columns and the given factory.
MVIndividualSettings - Class in org.knime.base.node.preproc.pmml.missingval
Holds information necessary for initializing a missing value handler for one column or one data type.
MVIndividualSettings() - Constructor for class org.knime.base.node.preproc.pmml.missingval.MVIndividualSettings
Empty constructor for loading from settings.
MVIndividualSettings(MissingCellHandlerFactory) - Constructor for class org.knime.base.node.preproc.pmml.missingval.MVIndividualSettings
Creates a new instance of MVColumnSettings.
MVSettings - Class in org.knime.base.node.preproc.pmml.missingval
Holds all information necessary to initialize the missing value handlers for all columns of a table.
MVSettings() - Constructor for class org.knime.base.node.preproc.pmml.missingval.MVSettings
Default constructor for MVSettings.
MVSettings(DataTableSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.MVSettings
Constructor for MVSettings where each column in the spec is configured with a do nothing missing cell handler.
MyMouseListener() - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent.MyMouseListener
 
myRoundedBorders(double, double, int) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Returns the rounded value which contains the given number of decimal places after the last 0 in the given increment.
myRoundedBorders(double, double, int, boolean) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Returns the rounded value which contains the given number of decimal places after the last 0 in the given increment.
MySQLUtility - Class in org.knime.core.node.port.database
Deprecated.
moved to the org.knime.database.connectors plugin
MySQLUtility() - Constructor for class org.knime.core.node.port.database.MySQLUtility
Deprecated.
 

N

NaiveBayesCellFactory - Class in org.knime.base.node.mine.bayes.naivebayes.predictor
Deprecated.
NaiveBayesCellFactory(NaiveBayesModel, DataTableSpec, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Deprecated.
Constructor for class NaiveBayesAlgorithm.
NaiveBayesCellFactory(NaiveBayesModel, DataTableSpec, boolean, double) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Deprecated.
Constructor for class NaiveBayesAlgorithm.
NaiveBayesCellFactory - Class in org.knime.base.node.mine.bayes.naivebayes.predictor2
Deprecated.
the new version uses PMML as data transfer protocol instead of a proprietary one
NaiveBayesCellFactory(NaiveBayesModel, String, DataTableSpec, boolean, double, String) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
Deprecated.
Constructor for class NaiveBayesAlgorithm.
NaiveBayesCellFactory - Class in org.knime.base.node.mine.bayes.naivebayes.predictor3
Naive Bayes AppendCellFactory class which uses the given NaiveBayesModel to predict the class membership of each row.
NaiveBayesCellFactory(NaiveBayesModel, String, DataTableSpec, boolean, String) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesCellFactory
Constructor for class NaiveBayesAlgorithm.
NaiveBayesLearnerNodeDialog - Class in org.knime.base.node.mine.bayes.naivebayes.learner
Deprecated.
the new version uses PMML as data transfer protocol instead of a proprietary one
NaiveBayesLearnerNodeDialog() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeDialog
Deprecated.
New pane for configuring BayesianClassifier node dialog.
NaiveBayesLearnerNodeDialog2 - Class in org.knime.base.node.mine.bayes.naivebayes.learner2
NodeDialog for the "Naive Bayes Learner" node.
NaiveBayesLearnerNodeDialog2() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeDialog2
New pane for configuring BayesianClassifier node dialog.
NaiveBayesLearnerNodeFactory - Class in org.knime.base.node.mine.bayes.naivebayes.learner
Deprecated.
the new version uses PMML as data transfer protocol instead of a proprietary one
NaiveBayesLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeFactory
Deprecated.
 
NaiveBayesLearnerNodeFactory2 - Class in org.knime.base.node.mine.bayes.naivebayes.learner2
NodeFactory for the "Naive Bayes Learner" node.
NaiveBayesLearnerNodeFactory2() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory2
 
NaiveBayesLearnerNodeFactory3 - Class in org.knime.base.node.mine.bayes.naivebayes.learner2
NodeFactory for the "Naive Bayes Learner" node.
NaiveBayesLearnerNodeFactory3() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeFactory3
 
NaiveBayesLearnerNodeModel - Class in org.knime.base.node.mine.bayes.naivebayes.learner
Deprecated.
the new version uses PMML as data transfer protocol instead of a proprietary one
NaiveBayesLearnerNodeModel() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
 
NaiveBayesLearnerNodeModel2 - Class in org.knime.base.node.mine.bayes.naivebayes.learner2
This is the NodeModel implementation of the "Naive Bayes Learner" node.
NaiveBayesLearnerNodeModel2() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Constructor.
NaiveBayesLearnerNodeModel2(boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Constructor.
NaiveBayesLearnerNodeView - Class in org.knime.base.node.mine.bayes.naivebayes.learner
Deprecated.
the new version uses PMML as data transfer protocol instead of a proprietary one
NaiveBayesLearnerNodeView(NaiveBayesLearnerNodeModel) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
Deprecated.
Creates a new view.
NaiveBayesLearnerNodeView2 - Class in org.knime.base.node.mine.bayes.naivebayes.learner2
NodeView for the "Naive Bayes Learner" Node.
NaiveBayesLearnerNodeView2(NaiveBayesLearnerNodeModel2) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeView2
Creates a new view.
NaiveBayesModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
Deprecated.
NaiveBayesModel(BufferedDataTable, String, ExecutionContext, int, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
Constructor which iterates through the DataTable to calculate the needed Bayes variables.
NaiveBayesModel(ConfigRO) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
Constructor for class NaiveBayesModel.
NaiveBayesModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel2
This class represents the learned Naive Bayes model.
NaiveBayesModel(BufferedDataTable, String, ExecutionContext, int, boolean, boolean, double) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
Constructor which iterates through the DataTable to calculate the needed Bayes variables.
NaiveBayesModel(ConfigRO) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
Constructor for class NaiveBayesModel.
NaiveBayesModel(PMMLDocument.PMML) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
NaiveBayesPortObject - Class in org.knime.base.node.mine.bayes.naivebayes.port
Deprecated.
the new version uses PMML as data transfer protocol instead of a proprietary one
NaiveBayesPortObject() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Deprecated.
Constructor for class NaiveBayesPortObject.
NaiveBayesPortObject(DataTableSpec, NaiveBayesModel) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Deprecated.
Constructor for class NaiveBayesPortObject.
NaiveBayesPortObject.Serializer - Class in org.knime.base.node.mine.bayes.naivebayes.port
Deprecated.
 
NaiveBayesPortObjectSpec - Class in org.knime.base.node.mine.bayes.naivebayes.port
Deprecated.
the new version uses PMML as data transfer protocol instead of a proprietary one
NaiveBayesPortObjectSpec() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
Deprecated.
Constructor for class NaiveBayesPortObjectSpec.
NaiveBayesPortObjectSpec(DataTableSpec, DataColumnSpec) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
Deprecated.
Constructor for class NaiveBayesPortObjectSpec.
NaiveBayesPortObjectSpec.Serializer - Class in org.knime.base.node.mine.bayes.naivebayes.port
Deprecated.
 
NaiveBayesPredictorNodeDialog - Class in org.knime.base.node.mine.bayes.naivebayes.predictor
Deprecated.
NaiveBayesPredictorNodeDialog() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeDialog
Deprecated.
New pane for configuring BayesianClassifier node dialog.
NaiveBayesPredictorNodeDialog - Class in org.knime.base.node.mine.bayes.naivebayes.predictor2
Deprecated.
the new version uses PMML as data transfer protocol instead of a proprietary one
NaiveBayesPredictorNodeDialog() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeDialog
Deprecated.
New pane for configuring BayesianClassifier node dialog.
NaiveBayesPredictorNodeDialog2 - Class in org.knime.base.node.mine.bayes.naivebayes.predictor3
NodeDialog for the "Naive Bayes Predictor" Node.
NaiveBayesPredictorNodeDialog2() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeDialog2
New pane for configuring BayesianClassifier node dialog.
NaiveBayesPredictorNodeFactory - Class in org.knime.base.node.mine.bayes.naivebayes.predictor
Deprecated.
NaiveBayesPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeFactory
Deprecated.
 
NaiveBayesPredictorNodeFactory - Class in org.knime.base.node.mine.bayes.naivebayes.predictor2
Deprecated.
the new version uses PMML as data transfer protocol instead of a proprietary one
NaiveBayesPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeFactory
Deprecated.
 
NaiveBayesPredictorNodeFactory2 - Class in org.knime.base.node.mine.bayes.naivebayes.predictor3
NodeFactory for the "Naive Bayes Predictor" node.
NaiveBayesPredictorNodeFactory2() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeFactory2
 
NaiveBayesPredictorNodeModel - Class in org.knime.base.node.mine.bayes.naivebayes.predictor
Deprecated.
NaiveBayesPredictorNodeModel() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Deprecated.
Constructor for class NaiveBayesPredictorNodeModel.
NaiveBayesPredictorNodeModel - Class in org.knime.base.node.mine.bayes.naivebayes.predictor2
Deprecated.
the new version uses PMML as data transfer protocol instead of a proprietary one
NaiveBayesPredictorNodeModel() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
Deprecated.
Constructor for class NaiveBayesPredictorNodeModel.
NaiveBayesPredictorNodeModel2 - Class in org.knime.base.node.mine.bayes.naivebayes.predictor3
This is the NodeModel implementation of the "Naive Bayes Predictor" node.
NaiveBayesPredictorNodeModel2() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
Constructor for class NaiveBayesPredictorNodeModel.
NAME - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
The string representation of the predicate's XML-element.
NAME - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
The string representation of the predicate's XML-element.
NAME - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
The string representation of the predicate's XML-element.
NAME - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
The string representation of the predicate's XML-element.
NAME - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
The string representation of the predicate's XML-element.
name - Variable in class org.knime.core.node.Node.Output
 
NAME - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
NAME - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
NAME_PATTERN_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
The column index of the name pattern in the table
NAME_PATTERN_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
The column index of the name pattern in the table
NameAndIndex(String, int) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.VectorHandling.NameAndIndex
 
NameBasedKeysElement - Class in org.knime.base.node.io.database.tablecreator.util
NameBasedKey row element of the NameBasedKeysPanel
NameBasedKeysElement(String, boolean, String, boolean) - Constructor for class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Creates a new instance of NameBasedKeysElement
NameBasedKeysElement(NodeSettingsRO) - Constructor for class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Creates a new instance of NameBasedKeysElement
NameBasedKeysPanel - Class in org.knime.base.node.io.database.tablecreator.util
Panel used to define key based on the name of the columns
NameBasedKeysPanel(String, DBTableCreatorConfiguration) - Constructor for class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
Creates a new instance of NameBasedKeysPanel
NameBasedKeysPanel(String, DBTableCreatorConfiguration, String, String, String) - Constructor for class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
Creates a new instance of NameBasedKeysPanel
NameBasedMappingElement - Class in org.knime.base.node.io.database.tablecreator.util
NameBasedMapping row element of the NameBasedMappingPanel
NameBasedMappingElement(String, boolean, String, boolean) - Constructor for class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Creates a new instance of NameBasedMappingElement
NameBasedMappingElement(NodeSettingsRO) - Constructor for class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Creates a new instance of NameBasedMappingElement
NameBasedMappingPanel - Class in org.knime.base.node.io.database.tablecreator.util
Panel used to map columns to SQL data types based on the name of the columns
NameBasedMappingPanel(String, DBTableCreatorConfiguration) - Constructor for class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
Creates a new instance of NameBasedMappingPanel
NameBasedMappingPanel(String, DBTableCreatorConfiguration, String, String, String) - Constructor for class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
Creates a new instance of NameBasedMappingPanel
NameCellEditor - Class in org.knime.base.node.io.database.tablecreator.util
Cell editor used to edit the name in the table
NameCellEditor() - Constructor for class org.knime.base.node.io.database.tablecreator.util.NameCellEditor
Creates a new instance of NameCellEditor
NamedAggregationMethodNameTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil
Extends the DefaultTreeCellEditor class to allow changing of the method name.
NamedAggregationMethodNameTableCellEditor() - Constructor for class org.knime.base.data.aggregation.dialogutil.NamedAggregationMethodNameTableCellEditor
Constructor for class AggregationMethodTableCellEditor.
NamedAggregationMethodNameTableCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
Table cell renderer that checks if the value being renderer is of type AggregationMethod if so it will renderer the name of the method.
NamedAggregationMethodNameTableCellRenderer() - Constructor for class org.knime.base.data.aggregation.dialogutil.NamedAggregationMethodNameTableCellRenderer
 
NamedAggregationOperator - Class in org.knime.base.data.aggregation
Combines a method with the name to use for this method.
NamedAggregationOperator(AggregationMethod) - Constructor for class org.knime.base.data.aggregation.NamedAggregationOperator
Constructor for class NamedAggregationMethod.
NamedAggregationOperator(String, AggregationMethod, boolean) - Constructor for class org.knime.base.data.aggregation.NamedAggregationOperator
Constructor for class NamedAggregationMethod.
NameFilterConfiguration - Class in org.knime.core.node.util.filter
Configuration for a generic filter that can includes and excludes names and takes care on additional/missing names using the enforce inclusion/exclusion option.
NameFilterConfiguration(String) - Constructor for class org.knime.core.node.util.filter.NameFilterConfiguration
Creates a new name filter configuration with the given settings name.
NameFilterConfiguration(String, int) - Constructor for class org.knime.core.node.util.filter.NameFilterConfiguration
Creates a new name filter configuration with the given settings name.
NameFilterConfiguration.EnforceOption - Enum in org.knime.core.node.util.filter
Enforce inclusion/exclusion options.
NameFilterConfiguration.FilterResult - Class in org.knime.core.node.util.filter
The result when a filtering is applied to an array of elements.
NameFilterPanel<T> - Class in org.knime.core.node.util.filter
Name filter panel with additional enforce include/exclude radio buttons.
NameFilterPanel() - Constructor for class org.knime.core.node.util.filter.NameFilterPanel
Creates a panel allowing the user to select elements.
NameFilterPanel(boolean) - Constructor for class org.knime.core.node.util.filter.NameFilterPanel
Creates a new filter panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
NameFilterPanel(boolean, InputFilter<T>) - Constructor for class org.knime.core.node.util.filter.NameFilterPanel
Creates a new filter column panel with three component which are the include list, button panel to shift elements between the two lists, and the exclude list.
NativeNodeContainer - Class in org.knime.core.node.workflow
Implementation of SingleNodeContainer for a natively implemented KNIME Node relying on a NodeModel.
NativeNodeContainer(WorkflowManager, Node, NodeID) - Constructor for class org.knime.core.node.workflow.NativeNodeContainer
Create new SingleNodeContainer based on existing Node.
NativeNodeContainer(WorkflowManager, NodeID, NativeNodeContainerPersistor) - Constructor for class org.knime.core.node.workflow.NativeNodeContainer
Create new SingleNodeContainer from persistor.
NativeNodeContainer.LoopStatus - Enum in org.knime.core.node.workflow
Possible loop states.
NativeNodeContainerExecutionResult - Class in org.knime.core.node.workflow.execresult
Specialized execution result for SingleNodeContainer.
NativeNodeContainerExecutionResult() - Constructor for class org.knime.core.node.workflow.execresult.NativeNodeContainerExecutionResult
 
NativeNodeContainerPersistor - Interface in org.knime.core.node.workflow
 
NearestNeighbour<T> - Class in org.knime.base.util.kdtree
This class represents a nearest neighbour found during the search.
NearestNeighbour(T, double) - Constructor for class org.knime.base.util.kdtree.NearestNeighbour
Creates a new nearest neighbour.
needsCompleteResetOnLoopBodyChanges() - Method in class org.knime.core.node.workflow.FlowLoopContext
Whether the entire loop needs to be reset when changes to the body are made.
needsCompleteResetOnLoopBodyChanges() - Method in class org.knime.core.node.workflow.FlowLoopContext.RestoredFlowLoopContext
Whether the entire loop needs to be reset when changes to the body are made.
needsReAnalyze() - Method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
 
needsResetAfterLoad() - Method in class org.knime.core.node.CopyNodePersistor
needsResetAfterLoad() - Method in class org.knime.core.node.FileNodePersistor
needsResetAfterLoad() - Method in interface org.knime.core.node.NodeContentPersistor
 
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.CopySingleNodeContainerPersistor
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
 
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
needsResetAfterLoad() - Method in interface org.knime.core.node.workflow.NodeContainerPersistor
 
needsResetAfterLoad() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
NegRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Negates the match results from the filter passed.
NegRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
Default constructor of the NegFilter.
NegRowFilter(RowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
Deprecated.
NegRowFilter(IRowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
Creates a new row filter negating the match results of the input filter.
NestedLoopIdentifierProvider() - Constructor for class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler.NestedLoopIdentifierProvider
 
NEW_COL_NAME - Static variable in class org.knime.base.node.rules.RuleEngineNodeDialog
Deprecated.
Default name for the newly appended column.
NEW_COL_NAME_4_ROWKEY_VALS - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
The name of the settings tag which holds the name of new column which contains the row keys as values the user has entered in the dialog as String.
newBuilder() - Static method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult
 
newCipher(String, String) - Static method in class org.knime.core.node.workflow.WorkflowCipher
Create new cipher with a given password and hint.
newColors() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
 
newColumn(String, DataType) - Method in class org.knime.core.util.UniqueNameGenerator
Call UniqueNameGenerator.newCreator(String, DataType) and returns the spec created from it.
NewColumnDialog - Class in org.knime.base.node.io.fixedwidthfr
 
newColumnName() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns the name of the new column.
newColumnName(String) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets the name of the new column.
newCompoundPredicate(String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLConditionTranslator
 
newCompoundPredicate(String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeTranslator
 
newCreator(String, DataType) - Method in class org.knime.core.util.UniqueNameGenerator
Convenience method to create a new column spec creator with a unique name, see UniqueNameGenerator.newName(String) for a description on how names are made unique.
newCreator(DataColumnSpec) - Method in class org.knime.core.util.UniqueNameGenerator
Convenience method to create a new column spec creator based on a reference column spec.
newCredentialsFlowVariable(String, String, String, boolean, boolean) - Static method in class org.knime.core.node.workflow.CredentialsStore
Factory to create a flow variable wrapping the credentials information.
newDefault(int) - Static method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
newDefault(int) - Static method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
 
NewEntropyNodeFactory - Class in org.knime.base.node.mine.scorer.entrop
 
NewEntropyNodeFactory(boolean) - Constructor for class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
 
NewEntropyNodeFactory() - Constructor for class org.knime.base.node.mine.scorer.entrop.NewEntropyNodeFactory
Instantiates class with enabled output.
newError(String) - Static method in class org.knime.core.node.workflow.NodeMessage
Convenience short cut for new NodeMessage(Type.ERROR, message).
newFailure(String) - Static method in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
Convenience shortcut to create failure with no children but custom error message.
newIndicator() - Method in class org.knime.core.data.util.memory.MemoryAlertSystem
Creates a new memory action indicator.
newInstance() - Static method in class org.knime.core.node.tableview.DataCellHeaderRenderer
Factory method to create a new instance of this class.
newInstance(T) - Static method in class org.knime.core.util.Pointer
Factory method to create new instance with given default.
newLine() - Method in class org.knime.base.node.io.csvwriter.CSVWriter
Writes a line feed according to the writer settings.
NEWMAX_KEY - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Key to store the new maximum value (in min/max mode).
NEWMAX_KEY - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Key to store the new maximum value (in min/max mode).
NEWMIN_KEY - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Key to store the new minimum value (in min/max mode).
NEWMIN_KEY - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Key to store the new minimum value (in min/max mode).
newName(String) - Method in class org.knime.core.util.UniqueNameGenerator
Create new unique name.
newNominalModel(Collection<DataCell>) - Static method in class org.knime.core.data.property.filter.FilterModel
Create a new filter model for a set of nominal values.
newRangeModel(double, double, boolean, boolean) - Static method in class org.knime.core.data.property.filter.FilterModel
Create a new filter model for a numeric range.
newSimplePredicate(String, String, String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLConditionTranslator
 
newSimplePredicate(String, String, String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeTranslator
newWarning(String) - Static method in class org.knime.core.node.workflow.NodeMessage
Convenience short cut for new NodeMessage(Type.WARNING, message).
next() - Method in class org.knime.base.data.append.column.AppendedColumnRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.append.row.AppendedRowsIterator
Deprecated.
Returns the next DataRow.
next() - Method in class org.knime.base.data.append.row.AppendedRowsRowInput.RowInputIterator
Deprecated.
Returns the next DataRow.
next() - Method in class org.knime.base.data.filter.column.CloseableFilterColumnRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.filter.column.FilterColumnRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.filter.row.FilterRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.join.InMemoryIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.join.JoinedTableRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.normalize.AffineTransRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.normalize.AffineTransRowIterator.RowInputIterator
Returns the next DataRow.
next() - Method in class org.knime.base.data.replace.ReplacedColumnsRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.io.arffreader.ARFFRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.io.filereader.FileRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthPreviewRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.mine.bfn.BasisFunctionIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRowIterator
Returns the next DataRow.
next() - Method in class org.knime.base.node.mine.regression.RegressionTrainingDataIterator
next() - Method in interface org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel.CustomRowIterator
 
next() - Method in class org.knime.base.node.preproc.filter.row.RowFilterIterator
This implementation may throw an RuntimeCanceledExecutionException if this class has been initialized with a non-null execution monitor.
next() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2TableIterator
Deprecated.
Returns the next DataRow.
next() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3TableIterator
Deprecated.
Returns the next DataRow.
next() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic.MappingTableIterator
next() - Method in class org.knime.base.node.preproc.pmml.missingval.WindowedDataTableIterator
Returns the next data row from the table.
next() - Method in class org.knime.core.data.append.AppendedRowsIterator
Returns the next DataRow.
next() - Method in class org.knime.core.data.append.AppendedRowsRowInput.RowInputIterator
Returns the next DataRow.
next() - Method in class org.knime.core.data.AutoconvertRowIterator
Returns the next DataRow.
next() - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
next() - Method in class org.knime.core.data.container.Buffer.FromFileIterator
Returns the next DataRow.
next() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
Returns the next DataRow.
next() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
Returns the next DataRow.
next() - Method in class org.knime.core.data.container.JoinTableIterator
Returns the next DataRow.
next() - Method in class org.knime.core.data.def.DefaultCellIterator
next() - Method in class org.knime.core.data.def.DefaultRowIterator
Returns the next DataRow.
next() - Method in class org.knime.core.data.RowIterator
Returns the next DataRow.
next() - Method in class org.knime.core.data.util.SynchronizedIterator
 
NEXT - Static variable in class org.knime.core.node.interrupt.InterruptControlPanel
The identifier for the event to execute exactly one iteration.
next(int) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Causes the execution of the next (n) iteration(s).
next() - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
Returns the next DataRow.
next() - Method in class org.knime.core.node.tableview.FindPosition
Pushes the search position to its next location.
nextBasisFunction() - Method in class org.knime.base.node.mine.bfn.BasisFunctionIterator
Returns the next row in the iteration.
nextClearBit(long) - Method in interface org.knime.core.data.vector.bitvector.BitVector
Finds the next bit not set (that is '0') on or after the specified index.
nextClearBit(long) - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Finds the next bit not set (that is '0') on or after the specified index.
nextClearBit(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Finds the next bit not set (that is '0') on or after the specified index.
nextClearBit(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Finds the next bit not set (that is '0') on or after the specified index.
nextClearBit(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Finds the next bit not set (that is '0') on or after the specified index.
nextClearBit(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Finds the next bit not set (that is '0') on or after the specified index.
nextClearBit(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Finds the next bit not set (that is '0') on or after the specified index.
nextClearBit(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Finds the next bit not set (that is '0') on or after the specified index.
nextCountIndex(long) - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Finds the next count not equal to zero on or after the specified index.
nextCountIndex(int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns the index equal to or larger than the specified index that contains a count larger than zero.
nextCountIndex(long) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Finds the next count not equal to zero on or after the specified index.
nextCountIndex(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Finds the next count not equal to zero on or after the specified index.
nextCountIndex(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Finds the next count not equal to zero on or after the specified index.
NextMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
Selects the next non-missing value as the replacement value.
NextMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
 
NextMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
Creates a handler that replaces missing values with the next valid value.
NextMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
 
nextSetBit(long) - Method in interface org.knime.core.data.vector.bitvector.BitVector
Finds the next bit set to one on or after the specified index.
nextSetBit(long) - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Finds the next bit set to one on or after the specified index.
nextSetBit(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Finds the next bit set to one on or after the specified index.
nextSetBit(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Finds the next bit set to one on or after the specified index.
nextSetBit(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Finds the next bit set to one on or after the specified index.
nextSetBit(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Finds the next bit set to one on or after the specified index.
nextSetBit(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Finds the next bit set to one on or after the specified index.
nextSetBit(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Finds the next bit set to one on or after the specified index.
nextSortOrder(int) - Method in class org.knime.core.node.tableview.TableSortOrder
Calculate next sort order (what happens if the user clicks the arg column).
nextSortOrder(int, TableSortOrder.TableSortKey) - Method in class org.knime.core.node.tableview.TableSortOrder
Forces the next sort order according to the user selection (context menu).
nextToken() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthTokenizer
 
nextToken() - Method in class org.knime.core.util.tokenizer.Tokenizer
Reads the next token from the stream and returns it as string.
NextValidValueStatisticMB - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
HashMap based statistic that finds for each missing value the next valid one.
NextValidValueStatisticMB(Class<? extends DataValue>, String) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticMB
Constructor for NextValidValueStatistic.
NextValidValueStatisticTB - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
Table based statistic that finds for each missing value the next valid one.
NextValidValueStatisticTB(Class<? extends DataValue>, String) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextValidValueStatisticTB
Constructor for NextValidValueStatistic.
nextWithBlobSupport() - Method in interface org.knime.core.data.collection.BlobSupportDataCellIterator
Get the next DataCell, not unwrapping the blob when it is a BlobWrapperDataCell.
nextWithBlobSupport() - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
Get the next DataCell, not unwrapping the blob when it is a BlobWrapperDataCell.
nextWithIndex() - Method in class org.knime.core.data.util.SynchronizedIterator
Get the next element along with its index in the iteration (starting with 0 for the first element) or null if no more elements are available.
nextZeroIndex(long) - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Finds the next index whose value is zero on or after the specified index.
nextZeroIndex(int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Returns the index equal to or larger than the specified index that contains a zero count.
nextZeroIndex(long) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Finds the next index whose value is zero on or after the specified index.
nextZeroIndex(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Finds the next index whose value is zero on or after the specified index.
nextZeroIndex(long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Finds the next index whose value is zero on or after the specified index.
NINETY_DEGREES - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
NO_ELEMENT_SELECTED_TEXT - Static variable in class org.knime.base.node.viz.aggregation.util.GUIUtils
This message is displayed in the details tab if no element is selected.
NO_JSON_VALUE_YET - Static variable in class org.knime.core.node.dialog.ExternalNodeData
Indicator that a JSON value can be provided but is not available yet.
NO_OF_MISSING_VALUES - Static variable in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
Config key for the number of missing values.
NO_OP - Static variable in class org.knime.core.node.workflow.ExecutionController
Singleton instance that is used when not run in a wizard.
NO_PMML_INDICATOR - Static variable in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
The postfix for the factory name if the factory cannot produce valid PMML 4.2.
NO_RELATED_COLUMN - Static variable in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
 
NO_STRING_VALUE_YET - Static variable in class org.knime.core.node.dialog.ExternalNodeData
Indicator that a string value can be provided but is not available yet.
NO_URL_VALUE_YET - Static variable in class org.knime.core.node.dialog.ExternalNodeData
Indicator that a URL value can be provided but is not available yet.
NoCheckLabel() - Constructor for class org.knime.core.node.util.FilesHistoryPanel.NoCheckLabel
 
Node - Interface in org.knime.base.util.kdtree
Empty interface for nodes in the k-d tree.
Node - Class in org.knime.core.node
Implementation of a node as basic processing unit within the workflow.
Node(NodeFactory<NodeModel>) - Constructor for class org.knime.core.node.Node
Creates a new node by retrieving the model, dialog, and views, from the specified NodeFactory.
Node(NodeFactory<NodeModel>, NodeCreationContext) - Constructor for class org.knime.core.node.Node
 
Node.Input - Class in org.knime.core.node
Keeps information about incoming connectors (type and name).
Node.LoopRole - Enum in org.knime.core.node
Deprecated.
Node.Output - Class in org.knime.core.node
Keeps outgoing information (specs, objects, HiLiteHandlers...).
NODE_FILE - Static variable in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
 
NODE_ID - Static variable in class org.knime.core.node.NodeLoggerPatternLayout
Node id pattern.
NODE_NAME - Static variable in class org.knime.core.node.NodeLoggerPatternLayout
Node name pattern.
NodeAndBundleInformation - Class in org.knime.core.node
Information object to a node.
NodeAndBundleInformation(Node) - Constructor for class org.knime.core.node.NodeAndBundleInformation
Create a new information object based on the given node.
NodeAndBundleInformation(NodeFactory<? extends NodeModel>) - Constructor for class org.knime.core.node.NodeAndBundleInformation
Create a new information object based on the given node factory.
NodeAndBundleInformation(String) - Constructor for class org.knime.core.node.NodeAndBundleInformation
Create a new almost empty information object that only contains the factory class name.
NodeAndInports(NodeID, Integer, int) - Constructor for class org.knime.core.node.workflow.Workflow.NodeAndInports
Create new wrapper hold node, indices of inports, and depth.
NodeAnnotation - Class in org.knime.core.node.workflow
Annotation associated with a node.
NodeAnnotation(NodeAnnotationData) - Constructor for class org.knime.core.node.workflow.NodeAnnotation
 
NodeAnnotationData - Class in org.knime.core.node.workflow
 
NodeAnnotationData(boolean) - Constructor for class org.knime.core.node.workflow.NodeAnnotationData
 
nodeAtPoint(Point) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Returns the node at a certain point.
NodeConfiguration - Class in org.knime.core.util.node.config
Represents a node configuration (parameters).
NodeConfiguration(ConfigRegistry) - Constructor for class org.knime.core.util.node.config.NodeConfiguration
Creates a new configuration object from the configuration registry.
NodeConfigureHelper - Interface in org.knime.core.node
Object passed to Node.configure(PortObjectSpec[], NodeConfigureHelper) in order to modify the output specs in case the node is wrapped and its output is modified.
NodeContainer - Class in org.knime.core.node.workflow
Abstract super class for containers holding node or just structural information of a metanode.
NodeContainer(WorkflowManager, NodeID) - Constructor for class org.knime.core.node.workflow.NodeContainer
Create new NodeContainer with IDLE state.
NodeContainer(WorkflowManager, NodeID, NodeAnnotation) - Constructor for class org.knime.core.node.workflow.NodeContainer
Create new NodeContainer with IDLE state.
NodeContainer(WorkflowManager, NodeID, NodeContainerMetaPersistor) - Constructor for class org.knime.core.node.workflow.NodeContainer
 
NodeContainer.NodeContainerSettings - Class in org.knime.core.node.workflow
Helper class that defines load/save routines for general NodeContainer properties.
NodeContainer.NodeContainerSettings.SplitType - Enum in org.knime.core.node.workflow
 
NodeContainer.NodeLock - Enum in org.knime.core.node.workflow
Available locks to be passed in the NodeContainer.changeNodeLocks(boolean, NodeLock...)-method.
NodeContainer.NodeLocks - Class in org.knime.core.node.workflow
Class that represents the lock status of a node, i.e.
NodeContainer.State - Enum in org.knime.core.node.workflow
Deprecated.
NodeContainerExecutionResult - Class in org.knime.core.node.workflow.execresult
Remote execution result.
NodeContainerExecutionResult() - Constructor for class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
 
NodeContainerExecutionStatus - Interface in org.knime.core.node.workflow.execresult
Status of a finished execution of a node.
NodeContainerMetaPersistor - Interface in org.knime.core.node.workflow
 
NodeContainerOutPort - Class in org.knime.core.node.workflow
The implementation of an OutPort of a SingleNodeContainer - e.g.
NodeContainerOutPort(NativeNodeContainer, int) - Constructor for class org.knime.core.node.workflow.NodeContainerOutPort
Create output for NativeNodeContainer.
NodeContainerOutPort(SubNodeContainer, PortType, int) - Constructor for class org.knime.core.node.workflow.NodeContainerOutPort
Create output for SubNodeContainer.
NodeContainerParent - Interface in org.knime.core.node.workflow
Interface used by embedded WorkflowManager instances to invoke actions on the parent item.
NodeContainerPersistor - Interface in org.knime.core.node.workflow
 
NodeContainerSettings() - Constructor for class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
 
NodeContainerState - Interface in org.knime.core.node.workflow
Possible status values of a NodeContainer.
NodeContainerStateObservable - Interface in org.knime.core.node.workflow
Trackable node container state object (either the node container itself or a port representing a connected node).
NodeContainerTemplate - Interface in org.knime.core.node.workflow
 
NodeContainerTemplateLinkUpdateResult(String) - Constructor for class org.knime.core.node.workflow.WorkflowPersistor.NodeContainerTemplateLinkUpdateResult
 
NodeContentPersistor - Interface in org.knime.core.node
 
NodeContext - Class in org.knime.core.node.workflow
A NodeContext holds information about the context in which an operation on a node is executed.
NodeCreationContext - Class in org.knime.core.node
 
NodeCreationContext(URL) - Constructor for class org.knime.core.node.NodeCreationContext
 
NodeDescription - Class in org.knime.core.node
This abstract class describes the meta information about a node.
NodeDescription() - Constructor for class org.knime.core.node.NodeDescription
 
NodeDescription13Proxy - Class in org.knime.core.node
Implementation of NodeDescription for pre-2.0 node descriptions.
NodeDescription13Proxy(Document) - Constructor for class org.knime.core.node.NodeDescription13Proxy
Creates a new proxy object using the given XML document.
NodeDescription210Proxy - Class in org.knime.core.node
Implementation of NodeDescription for node descriptions introduced with 2.8.
NodeDescription210Proxy(Document) - Constructor for class org.knime.core.node.NodeDescription210Proxy
Creates a new proxy object using the given XML document.
NodeDescription210Proxy(KnimeNodeDocument) - Constructor for class org.knime.core.node.NodeDescription210Proxy
Creates a new proxy object using the given knime node document.
NodeDescription212Proxy - Class in org.knime.core.node
Implementation of NodeDescription for node descriptions introduced with 2.12.
NodeDescription212Proxy(Document) - Constructor for class org.knime.core.node.NodeDescription212Proxy
Creates a new proxy object using the given XML document.
NodeDescription212Proxy(KnimeNodeDocument) - Constructor for class org.knime.core.node.NodeDescription212Proxy
Creates a new proxy object using the given knime node document.
NodeDescription27Proxy - Class in org.knime.core.node
Implementation of NodeDescription for node descriptions between 2.0 and 2.7.
NodeDescription27Proxy(Document) - Constructor for class org.knime.core.node.NodeDescription27Proxy
Creates a new proxy object using the given XML document.
NodeDescription27Proxy(KnimeNodeDocument) - Constructor for class org.knime.core.node.NodeDescription27Proxy
Creates a new proxy object using the given knime node document.
NodeDescription28Proxy - Class in org.knime.core.node
Implementation of NodeDescription for node descriptions introduced with 2.8.
NodeDescription28Proxy(Document) - Constructor for class org.knime.core.node.NodeDescription28Proxy
Creates a new proxy object using the given XML document.
NodeDescription28Proxy(KnimeNodeDocument) - Constructor for class org.knime.core.node.NodeDescription28Proxy
Creates a new proxy object using the given knime node document.
NodeDescription31Proxy - Class in org.knime.core.node
Implementation of NodeDescription for node descriptions introduced with 3.1.
NodeDescription31Proxy(Document) - Constructor for class org.knime.core.node.NodeDescription31Proxy
Creates a new proxy object using the given XML document.
NodeDescription31Proxy(KnimeNodeDocument) - Constructor for class org.knime.core.node.NodeDescription31Proxy
Creates a new proxy object using the given knime node document.
NodeDescriptionParser - Class in org.knime.core.node
This class is used to parse the XML files with the node description that accompany every node factory.
NodeDescriptionParser() - Constructor for class org.knime.core.node.NodeDescriptionParser
Creates a new node description parser.
NodeDescriptionXmlProxy - Class in org.knime.base.node.preproc.pmml.missingval.utils
Delegates all method to the delegate object but the NodeDescriptionXmlProxy.getXMLDescription() one.
NodeDescriptionXmlProxy(NodeDescription, Element) - Constructor for class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
 
NodeDialog - Class in org.knime.core.node
The standard node dialog used to display the node dialog pane.
NodeDialog(NodeDialogPane, NodeContainer) - Constructor for class org.knime.core.node.NodeDialog
Creates a new dialog which is used for the stand-alone application in order to view the NodeDialogPane.
NodeDialogPane - Class in org.knime.core.node
The base class for all node dialogs.
NodeDialogPane() - Constructor for class org.knime.core.node.NodeDialogPane
Creates a new dialog with the given title.
NodeExecutionJob - Class in org.knime.core.node.workflow
Runnable that represents the execution of a node.
NodeExecutionJob(NodeContainer, PortObject[]) - Constructor for class org.knime.core.node.workflow.NodeExecutionJob
Creates a new execution job for a given node.
NodeExecutionJobManager - Interface in org.knime.core.node.workflow
Main entry point for compute intensive jobs.
NodeExecutionJobManagerFactory - Interface in org.knime.core.node.workflow
Main entry point for compute intensive jobs.
NodeExecutionJobManagerPanel - Class in org.knime.core.node.workflow
Settings panel for NodeExecutionJobManagers.
NodeExecutionJobManagerPanel() - Constructor for class org.knime.core.node.workflow.NodeExecutionJobManagerPanel
 
NodeExecutionJobManagerPool - Class in org.knime.core.node.util
Collects all registered JobManager extensions and holds an instance of each in a set.
NodeExecutionJobReconnectException - Exception in org.knime.core.node.workflow
 
NodeExecutionJobReconnectException(String) - Constructor for exception org.knime.core.node.workflow.NodeExecutionJobReconnectException
 
NodeExecutionJobReconnectException(String, Throwable) - Constructor for exception org.knime.core.node.workflow.NodeExecutionJobReconnectException
 
NodeExecutionResult - Class in org.knime.core.node.workflow.execresult
 
NodeExecutionResult() - Constructor for class org.knime.core.node.workflow.execresult.NodeExecutionResult
 
NodeExecutorJobManagerDialogTab - Class in org.knime.core.node.workflow
Implements the tab that appears in the node dialog if a NodeExecutionJobManager is available (besides the default one) and shows the settings panel of the job manager(s).
NodeExecutorJobManagerDialogTab(NodeContainer.NodeContainerSettings.SplitType) - Constructor for class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab
Creates a new selection tab for NodeExecutionJobManagers.
NodeExecutorJobManagerDialogTab(NodeContainer.NodeContainerSettings.SplitType, Optional<NodeContainer>) - Constructor for class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab
Creates a new selection tab for NodeExecutionJobManagers.
NodeFactory<T extends NodeModel> - Class in org.knime.core.node
Abstract factory class for all components that make up a node, i.e.
NodeFactory() - Constructor for class org.knime.core.node.NodeFactory
Creates a new NodeFactory and initializes the node description.
NodeFactory(boolean) - Constructor for class org.knime.core.node.NodeFactory
Creates a new NodeFactory optionally without initializing the node description.
NodeFactory.NodeType - Enum in org.knime.core.node
Enum for all node types.
NodeFactoryClassMapper - Class in org.knime.core.node
Base class for extension point to allow node vendors to define a NodeFactory class mapping.
NodeFactoryClassMapper() - Constructor for class org.knime.core.node.NodeFactoryClassMapper
 
NodeFactoryRepository - Class in org.knime.core.node
Repository that allows access to all node factories registered at the node extension point.
NodeFactoryUnknownException(String, NodeAndBundleInformation, NodeSettingsRO, Throwable) - Constructor for exception org.knime.core.node.workflow.WorkflowPersistor.NodeFactoryUnknownException
 
NodeFactoryUnknownException(NodeAndBundleInformation, NodeSettingsRO, Throwable) - Constructor for exception org.knime.core.node.workflow.WorkflowPersistor.NodeFactoryUnknownException
 
NodeFrequencies - Class in org.knime.core.node
This class stores a complete list of node triples and their frequencies.
NodeFrequencies(String, Collection<NodeTriple>) - Constructor for class org.knime.core.node.NodeFrequencies
Creates a new node frequencies object.
NodeGraphAnnotation - Class in org.knime.core.node.workflow
Wrapper holding graph annotation information for a node in a workflow such as position in nested scopes, layered depth etc.
NodeGraphAnnotation(NodeContainer) - Constructor for class org.knime.core.node.workflow.NodeGraphAnnotation
Constructor for depth=0 nodes not coming from a metanode inport - stack will be empty.
NodeGraphAnnotation(NodeID, int) - Constructor for class org.knime.core.node.workflow.NodeGraphAnnotation
Constructor for depth=0 nodes coming from a metanode inport - stack will be empty.
NodeGraphAnnotation(NodeContainer, int, NodeGraphAnnotation) - Constructor for class org.knime.core.node.workflow.NodeGraphAnnotation
Constructor for depth > 0 - depth & stack will be initialized (copied!) from predecessor.
NodeGraphAnnotation.Role - Enum in org.knime.core.node.workflow
 
NodeID - Class in org.knime.core.node.workflow
Holds hierarchical ID of a node.
NodeID(NodeID, int) - Constructor for class org.knime.core.node.workflow.NodeID
Creates now NodeID object based on a predefined prefix (usually the ID of the encapsulating project or metanode) and the node's ID itself.
NodeID(int) - Constructor for class org.knime.core.node.workflow.NodeID
Creates top level NodeID object.
NodeID.NodeIDSuffix - Class in org.knime.core.node.workflow
Utility class that only stores the workflow relative NodeID path.
NodeIDLogPatternConverter(FormattingInfo, int) - Constructor for class org.knime.core.node.NodeLoggerPatternLayout.NodeIDLogPatternConverter
 
NodeInfo - Class in org.knime.core.node
Simple class that holds a node factory name and the corresponding human-readable node name.
NodeInfo(String, String) - Constructor for class org.knime.core.node.NodeInfo
 
NodeInPort - Class in org.knime.core.node.workflow
Implements a node's input port.
NodeInPort(int, PortType) - Constructor for class org.knime.core.node.workflow.NodeInPort
Creates a new input port with index and type assigned from the node.
NodeLocks(boolean, boolean, boolean) - Constructor for class org.knime.core.node.workflow.NodeContainer.NodeLocks
 
NodeLogger - Class in org.knime.core.node
The general logger used to write info, warnings, errors , debugging, assert messages, exceptions, and coding problems into the internal Log4J logger.
NodeLogger.KNIMELogMessage - Class in org.knime.core.node
Class that encapsulates all information of a log message in KNIME such as the NodeID and workflow directory if the message can be assigned to them.
NodeLogger.LEVEL - Enum in org.knime.core.node
The logging levels.
NodeLoggerPatternLayout - Class in org.knime.core.node
PatternLayout implementation that recognises KNIME specific pattern e.g.
NodeLoggerPatternLayout() - Constructor for class org.knime.core.node.NodeLoggerPatternLayout
 
NodeLoggerPatternLayout.LogPatternParser - Class in org.knime.core.node
 
NodeLoggerPatternLayout.NodeIDLogPatternConverter - Class in org.knime.core.node
 
NodeLoggerPatternLayout.NodeNameLogPatternConverter - Class in org.knime.core.node
 
NodeLoggerPatternLayout.QualifierPatternConverter - Class in org.knime.core.node
 
NodeLoggerPatternLayout.WorkflowDirLogPatternConverter - Class in org.knime.core.node
 
nodeMatches() - Method in class org.knime.core.data.xml.io.LimitedXPathMatcher
Returns true when the xpath matches any node except the root node.
NodeMessage - Class in org.knime.core.node.workflow
 
NodeMessage(NodeMessage.Type, String) - Constructor for class org.knime.core.node.workflow.NodeMessage
Creates a message with the type and the message.
NodeMessage.Type - Enum in org.knime.core.node.workflow
Enum for the possible types of messages, sorted by severity.
NodeMessageEvent - Class in org.knime.core.node.workflow
 
NodeMessageEvent(NodeID, NodeMessage) - Constructor for class org.knime.core.node.workflow.NodeMessageEvent
 
NodeMessageListener - Interface in org.knime.core.node.workflow
Listener interface for classes that want to get informed about new node messages.
NodeModel - Class in org.knime.core.node
Abstract class defining a node's configuration and execution (among others).
NodeModel(int, int) - Constructor for class org.knime.core.node.NodeModel
Creates a new model with the given number of input and output data ports.
NodeModel(PortType[], PortType[]) - Constructor for class org.knime.core.node.NodeModel
Creates a new model with the given number (and types!) of input and output types.
NodeModelFilter() - Constructor for class org.knime.core.node.workflow.WorkflowManager.NodeModelFilter
 
NodeModelWarningListener - Interface in org.knime.core.node
 
NodeNameLogPatternConverter(FormattingInfo) - Constructor for class org.knime.core.node.NodeLoggerPatternLayout.NodeNameLogPatternConverter
 
nodeOptions - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
A collection of node options.
NodeOutPort - Interface in org.knime.core.node.workflow
Interface for a node's output port.
NodeOutPortWrapper - Class in org.knime.core.node.workflow
 
NodeOutPortWrapper(int, PortType) - Constructor for class org.knime.core.node.workflow.NodeOutPortWrapper
Creates a new output port with a fixed type and index (should be unique to all other output ports of this node) for the given node.
NodePersistor - Interface in org.knime.core.node
 
NodePersistor.LoadNodeModelSettingsFailPolicy - Enum in org.knime.core.node
Policy on how to behave if the node model settings fails.
NodePort - Interface in org.knime.core.node.workflow
Abstract node port implementation which keeps an index and a port name.
NodePortAdaptor - Class in org.knime.core.node.workflow
 
NodePortAdaptor(int, PortType) - Constructor for class org.knime.core.node.workflow.NodePortAdaptor
Creates a new node port with an ID assigned from the underlying node.
NodeProgress - Class in org.knime.core.node.workflow
Contained in a NodeProgressEvent which is fired when the progress information has changed, either the progress (value between 0 and 1 or null), or the progress message (could also be null).
NodeProgress(Double, String) - Constructor for class org.knime.core.node.workflow.NodeProgress
Create a progress event based on progress value and message.
NodeProgressEvent - Class in org.knime.core.node.workflow
 
NodeProgressEvent(NodeID, NodeProgress) - Constructor for class org.knime.core.node.workflow.NodeProgressEvent
 
NodeProgressListener - Interface in org.knime.core.node.workflow
Listener for NodeProgressEvent fired when the progress information has changed.
NodeProgressMonitor - Interface in org.knime.core.node
Implement this interface if you want to get informed about progress change events and if you want to can ask for cancelation.
NodeProgressMonitorView - Class in org.knime.core.node
A dialog that contains a progress bar, a label with a message, and a cancel button.
NodeProgressMonitorView(Frame, NodeProgressMonitor) - Constructor for class org.knime.core.node.NodeProgressMonitorView
Constructor that takes the underlying model mon and a frame, which is the parent (or the frame to be modal to).
nodePropertyChanged(NodePropertyChangedEvent) - Method in interface org.knime.core.node.workflow.NodePropertyChangedListener
Gets called whenever a property of a node changes.
NodePropertyChangedEvent - Class in org.knime.core.node.workflow
Event fired when properties of a node change.
NodePropertyChangedEvent(NodeID, NodePropertyChangedEvent.NodeProperty) - Constructor for class org.knime.core.node.workflow.NodePropertyChangedEvent
Create new event.
NodePropertyChangedEvent.NodeProperty - Enum in org.knime.core.node.workflow
Property types that can possibly change.
NodePropertyChangedListener - Interface in org.knime.core.node.workflow
A listener interface for objects interested in changed properties of a node.
NoDescriptionProxy - Class in org.knime.core.node
Implementation of NodeDescription for missing node descriptions.
NoDescriptionProxy(Class<? extends NodeFactory>) - Constructor for class org.knime.core.node.NoDescriptionProxy
Creates a new empty node description for the given node factory.
NodeSetFactory - Interface in org.knime.core.node
Interface to generate a set of node factories and, hence, a set of nodes.
NodeSettings - Class in org.knime.core.node
This class overwrites the general Config object and specializes some method to access NodeSettings object.
NodeSettings(String) - Constructor for class org.knime.core.node.NodeSettings
Creates a new instance of this object with the given key.
NodeSettingsRO - Interface in org.knime.core.node
Read-only interface for NodeSettingsRO objects.
NodeSettingsWO - Interface in org.knime.core.node
Write-only NodeSettingsWO interface.
NodeStateChangeListener - Interface in org.knime.core.node.workflow
Interface for clients that are interested in notifications about state changes of a node.
NodeStateEvent - Class in org.knime.core.node.workflow
 
NodeStateEvent(NodeContainer) - Constructor for class org.knime.core.node.workflow.NodeStateEvent
A new event from the current node container ID and state.
NodeStateEvent(NodeID, InternalNodeContainerState) - Constructor for class org.knime.core.node.workflow.NodeStateEvent
 
NodeTimer - Class in org.knime.core.node.workflow
Holds execution timing information about a specific node.
NodeTimer(NodeContainer) - Constructor for class org.knime.core.node.workflow.NodeTimer
 
NodeTimer.GlobalNodeStats - Class in org.knime.core.node.workflow
Container holding stats for the entire instance and all nodes that have been used/timed.
NodeTriple - Class in org.knime.core.node
A triple of nodes (predecessor, node, successor) with a count, i.e.
NodeTriple(NodeInfo, NodeInfo, NodeInfo) - Constructor for class org.knime.core.node.NodeTriple
Creates a new new node triple with a count of 0 (!).
NodeUIInformation - Class in org.knime.core.node.workflow
Special NodeExtraInfo object used by the workflow editor.
NodeUIInformation() - Constructor for class org.knime.core.node.workflow.NodeUIInformation
Creates new object, the bounds to be set are assumed to be absolute (m_isInitialized is true).
NodeUIInformation(int, int, int, int, boolean) - Constructor for class org.knime.core.node.workflow.NodeUIInformation
Inits new node figure with given coordinates.
nodeUIInformationChanged(NodeUIInformationEvent) - Method in class org.knime.core.node.workflow.NodeAnnotation
Invoked when the ui information has changed.
nodeUIInformationChanged(NodeUIInformationEvent) - Method in interface org.knime.core.node.workflow.NodeUIInformationListener
Invoked when the ui information has changed.
nodeUIInformationChanged(NodeUIInformationEvent) - Method in class org.knime.core.node.workflow.WorkflowManager
Listener to annotations, etc; sets content dirty.
NodeUIInformationEvent - Class in org.knime.core.node.workflow
 
NodeUIInformationEvent(NodeID, UIInformation, String) - Constructor for class org.knime.core.node.workflow.NodeUIInformationEvent
 
NodeUIInformationListener - Interface in org.knime.core.node.workflow
 
NodeView<T extends NodeModel> - Class in org.knime.core.node
Node view class that displays the view content in an AWT-frame.
NodeView(T) - Constructor for class org.knime.core.node.NodeView
Create a new view for a given (non-null) model.
NodeViewExport - Class in org.knime.core.node
This class contains all available to-image-export options for node views.
NodeViewExport.ExportType - Interface in org.knime.core.node
Interface for export types.
NodeWidget<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
The visual representation of a node in an HierarchicalGraphView.
NodeWidget(HierarchicalGraphView<K>, K) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Creates a new instance.
NodeWidgetFactory<K> - Interface in org.knime.base.node.mine.decisiontree2.view.graph
A factory for creating NodeWidgets for a single element.
NoDomainColumnFilter - Class in org.knime.base.node.viz.histogram.util
This ColumnFilter implementation filters all columns which have no DataColumnDomain information.
NoEncrypter - Class in org.knime.core.util.crypto
Encrypter that doesn't really encrypt, it just returns the input.
NoEncrypter() - Constructor for class org.knime.core.util.crypto.NoEncrypter
 
noExecute - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
If the workflow should be executed or only loaded.
NOISE_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store wheher a noise cluster is induced.
noiseClustering() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
noiseClustering() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
 
NOISEFRAC - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
The default noise fraction (0).
NOISESPEC_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key for the Cluster Columns in the output DataTable.
NoKeyBuffer - Class in org.knime.core.data.container
Buffer implementation that does not write the row keys.
NoKeyBuffer(int, int, Map<Integer, ContainerTable>, Map<Integer, ContainerTable>, IWriteFileStoreHandler) - Constructor for class org.knime.core.data.container.NoKeyBuffer
Creates new buffer for writing.
NoKeyBuffer(File, File, DataTableSpec, InputStream, int, Map<Integer, ContainerTable>, FileStoreHandlerRepository) - Constructor for class org.knime.core.data.container.NoKeyBuffer
Creates new buffer for reading.
NominalAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
Deprecated.
NominalAttributeModel(String, boolean, int) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
Constructor for class NominalRowValue.
NominalAttributeModel(String, int, boolean, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
Constructor for class NominalAttributeModel.
NominalAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel2
This AttributeModel implementation calculates the probability for all nominal attributes.
NominalAttributeModel(String, boolean, int) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
Constructor for class NominalRowValue.
NominalAttributeModel(String, int, boolean, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
Constructor for class NominalAttributeModel.
NominalAttributeModel(String, int, boolean, BayesInputDocument.BayesInput) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
Constructor for class NominalAttributeModel.
nominalColumn(String) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Sets the nominal column.
nominalColumn() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Returns the nominal column.
NominalCoordinate - Class in org.knime.base.util.coordinate
This class represents a nominal coordinate defined by a given DataColumnSpec.
NominalCoordinate(DataColumnSpec) - Constructor for class org.knime.base.util.coordinate.NominalCoordinate
Constructs a nominal coordinate according to the given column spec.
NominalCoordinateFactory - Class in org.knime.base.util.coordinate
Factory class for a nominal coordinate.
NominalCoordinateFactory() - Constructor for class org.knime.base.util.coordinate.NominalCoordinateFactory
 
NominalCoordinateMapping - Class in org.knime.base.util.coordinate
Holds the nominal domain value according its mapping.
NominalCoordinateMapping(String, double) - Constructor for class org.knime.base.util.coordinate.NominalCoordinateMapping
Constructs a nominal coordinate mapping.
NominalParallelAxis - Class in org.knime.base.node.viz.plotter.parcoord
Represents a ParallelAxis with nominal values and provides access to the possible values.
NominalParallelAxis() - Constructor for class org.knime.base.node.viz.plotter.parcoord.NominalParallelAxis
 
NominalTable - Class in org.knime.base.data.nominal
This class wraps a DataTable into a new one by computing all possible values for one particular column.
NominalTable(BufferedDataTable, ExecutionMonitor, String...) - Constructor for class org.knime.base.data.nominal.NominalTable
Wraps the given table into a new table by computing all possible values for the given column.
NominalTable(BufferedDataTable, ExecutionMonitor) - Constructor for class org.knime.base.data.nominal.NominalTable
Wraps the given table into a new table by computing all possible values for all columns.
NominalTable(BufferedDataTable, ExecutionMonitor, int...) - Constructor for class org.knime.base.data.nominal.NominalTable
Wraps the given table into a new table by computing all possible values for the given column indices.
NominalValue - Class in org.knime.base.data.statistics.calculation
Computes the nominal values of a column.
NominalValue(int, String...) - Constructor for class org.knime.base.data.statistics.calculation.NominalValue
 
NominalValue - Interface in org.knime.core.data
Interface of a StringCell, which does not enforce additional functionality but indicates that cells implementing this value can be used as nominal values.
NominalValueHistogram - Class in org.knime.base.node.mine.decisiontree2.learner2
Represents a count histogram for nominal values.
NominalValueHistogram() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.NominalValueHistogram
Creates a nominal value histogram.
NominalValueHistogram(NominalValueHistogram) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.NominalValueHistogram
Creates a nominal value histogram from the given template.
NominalValueRowFilterNodeDialog - Class in org.knime.base.node.preproc.filter.nominal
NodeDialog for the "PossibleValueRowFilter" Node.
NominalValueRowFilterNodeDialog() - Constructor for class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
New pane for configuring the PossibleValueRowFilter node.
NominalValueRowFilterNodeFactory - Class in org.knime.base.node.preproc.filter.nominal
NodeFactory for the "PossibleValueRowFilter" Node.
NominalValueRowFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeFactory
 
NominalValueRowFilterNodeModel - Class in org.knime.base.node.preproc.filter.nominal
This is the model implementation of PossibleValueRowFilter.
NominalValueRowFilterNodeModel() - Constructor for class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
One inport (data to be filtered) two out ports (included and excluded).
NonClosableInputStream - Class in org.knime.core.data.util
InputStream that delegates to an underlying InputStream but ignores calls of NonClosableInputStream.close().
NonClosableInputStream(InputStream) - Constructor for class org.knime.core.data.util.NonClosableInputStream
Creates new input stream.
NonClosableInputStream.Zip - Class in org.knime.core.data.util
Special implementation that wraps ZipInputStream objects and calls ZipInputStream.closeEntry() when the stream is closed.
NonClosableOutputStream - Class in org.knime.core.data.util
Class that overrides the close method and flushes the stream instead of closing it.
NonClosableOutputStream(OutputStream) - Constructor for class org.knime.core.data.util.NonClosableOutputStream
Inits object, references argument.
NonClosableOutputStream.Zip - Class in org.knime.core.data.util
Special implementation that wraps ZipOutputStream objects and calls ZipOutputStream.closeEntry() when the stream is closed.
NONDISTRIBUTED - Static variable in class org.knime.core.node.streamable.OutputPortRole
Non distributable, merged output.
NONDISTRIBUTED_NONSTREAMABLE - Static variable in class org.knime.core.node.streamable.InputPortRole
Non distributable, not streamable.
NONDISTRIBUTED_STREAMABLE - Static variable in class org.knime.core.node.streamable.InputPortRole
Non distributable but streamable.
NONE - Static variable in class org.knime.core.node.workflow.MetaNodeTemplateInformation
Default info object (no template).
NONE - Static variable in class org.knime.core.node.workflow.NodeMessage
Convenience member to signal that there is no message.
nonMissingValueSeen(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandler
Is called when the iterator over the table passes over a row that has a non-missing cell in this handler's column.
nonMissingValueSeen(RowKey, DataColumnWindow) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Is called when the iterator over the table passes over a row that has a non-missing cell in this handler's column.
NONORM_MODE - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
No Normalization mode.
NONORM_MODE - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
No Normalization mode.
NonterminalNode - Class in org.knime.base.util.kdtree
This class represents non-terminal nodes inside the k-d tree.
NonterminalNode(int, double, Node, Node) - Constructor for class org.knime.base.util.kdtree.NonterminalNode
Creates a new non-terminal node.
noOfCompatibleRows(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
Returns the number of rows that are compatible to the given type.
noOfCompatibleRows(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
Returns the number of rows that are compatible to the given type.
noOfCompatibleRows(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
Returns the number of rows that are compatible to the given type.
noOfCompatibleRows(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
Returns the number of rows that are compatible to the given type.
Norm - Interface in org.knime.base.node.mine.bfn.fuzzy.norm
Fuzzy norm interface which implements the fuzzy operator for conjunction and disjunction, also known as t-norm and tco-norm.
NORM - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
NORM - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
NORM_CONT - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
NORM_KEY - Static variable in interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm
Choice of fuzzy norm.
normalizeClassification() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
 
normalizeClassification() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
 
normalizeClassification() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictor2NodeModel
normalizeClassification() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorNodeModel
Deprecated.
normalizeClassification() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeModel
normalizeClassification() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeModel
Deprecated.
normalizeMatrix(double[][], double[], double[]) - Static method in class org.knime.base.util.math.MathUtils
Normalizes the matrix relative to the mean of the input data and to the standard deviation.
normalizeMatrix(double[][], double[]) - Static method in class org.knime.base.util.math.MathUtils
Normalizes the matrix relative to the mean of the input data.
normalizeMatrix(double[][]) - Static method in class org.knime.base.util.math.MathUtils
Normalizes the matrix relative to the mean and standard deviation of the input data.
Normalizer - Class in org.knime.base.data.normalize
Deprecated.
Use Normalizer2 instead.
Normalizer(BufferedDataTable, String[]) - Constructor for class org.knime.base.data.normalize.Normalizer
Deprecated.
Prepares a Normalizer to process the buffered data table table.
Normalizer(StatisticsTable, String[]) - Constructor for class org.knime.base.data.normalize.Normalizer
Deprecated.
Prepares a Normalizer to process the StatisticsTable table (actually no traversing is done here).
Normalizer2 - Class in org.knime.base.data.normalize
A wrapper table to normalize all DataRows.
Normalizer2(BufferedDataTable, String[]) - Constructor for class org.knime.base.data.normalize.Normalizer2
Prepares a Normalizer to process the buffered data table table.
Normalizer2NodeFactory - Class in org.knime.base.node.preproc.normalize2
Deprecated.
Normalizer2NodeFactory() - Constructor for class org.knime.base.node.preproc.normalize2.Normalizer2NodeFactory
Deprecated.
 
Normalizer2NodeModel - Class in org.knime.base.node.preproc.normalize2
Deprecated.
Normalizer2NodeModel() - Constructor for class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Creates an new normalizer.
Normalizer2NodeModel(PortType) - Constructor for class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
 
Normalizer2NodeModel(PortType, PortType) - Constructor for class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
 
Normalizer2NodeModel.CalculationResult - Class in org.knime.base.node.preproc.normalize2
Deprecated.
Helper class for being able to return all necessary information in the Normalizer2NodeModel.calculate(PortObject[], ExecutionContext) method.
Normalizer3NodeDialog - Class in org.knime.base.node.preproc.normalize3
The NormalizeNodeDialog lets the user choose the three different methods of normalization.
Normalizer3NodeDialog() - Constructor for class org.knime.base.node.preproc.normalize3.Normalizer3NodeDialog
Creates a new dialog for the Normalize Node.
Normalizer3NodeFactory - Class in org.knime.base.node.preproc.normalize3
Factory class for the Normalize Node.
Normalizer3NodeFactory() - Constructor for class org.knime.base.node.preproc.normalize3.Normalizer3NodeFactory
 
Normalizer3NodeModel - Class in org.knime.base.node.preproc.normalize3
The Normalizer3NodeModel uses the Normalizer to normalize the input DataTable.
Normalizer3NodeModel() - Constructor for class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
Creates an new normalizer.
Normalizer3NodeModel(PortType) - Constructor for class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
 
NormalizerApplyNodeFactory - Class in org.knime.base.node.preproc.normalize
 
NormalizerApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.normalize.NormalizerApplyNodeFactory
 
NormalizerApplyNodeModel - Class in org.knime.base.node.preproc.normalize
 
NormalizerApplyNodeModel() - Constructor for class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Constructor.
NormalizerApplyNodeModel(PortType) - Constructor for class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
 
NormalizerApplyNodeModel(PortType, boolean) - Constructor for class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
 
NormalizerConfig - Class in org.knime.base.node.preproc.normalize3
Default configuration object for the normalizer node.
NormalizerConfig() - Constructor for class org.knime.base.node.preproc.normalize3.NormalizerConfig
 
NormalizerConfig.NormalizerMode - Enum in org.knime.base.node.preproc.normalize3
Normalization Mode.
NormalizerDeNodeFactory - Class in org.knime.base.node.preproc.normalize
 
NormalizerDeNodeFactory() - Constructor for class org.knime.base.node.preproc.normalize.NormalizerDeNodeFactory
 
NormalizerDeNodeModel - Class in org.knime.base.node.preproc.normalize
The node model for the denormalizer.
NormalizerDeNodeModel() - Constructor for class org.knime.base.node.preproc.normalize.NormalizerDeNodeModel
Constructor.
NormalizerNodeDialog - Class in org.knime.base.node.preproc.normalize
The NormalizeNodeDialog lets the user choose the three different methods of normalization.
NormalizerNodeDialog() - Constructor for class org.knime.base.node.preproc.normalize.NormalizerNodeDialog
Creates a new dialog for the Normalize Node.
NormalizerNodeFactory - Class in org.knime.base.node.preproc.normalize
Deprecated.
NormalizerNodeFactory() - Constructor for class org.knime.base.node.preproc.normalize.NormalizerNodeFactory
Deprecated.
 
NormalizerNodeModel - Class in org.knime.base.node.preproc.normalize
Deprecated.
NormalizerNodeModel() - Constructor for class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Creates an new normalizer.
NormalizerNodeModel(PortType) - Constructor for class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
 
NormalizerNodeModel.CalculationResult - Class in org.knime.base.node.preproc.normalize
Deprecated.
Helper class for being able to return all necessary information in the NormalizerNodeModel.calculate(PortObject[], ExecutionContext) method.
NormalizerPMMLApplyNodeFactory - Class in org.knime.base.node.preproc.pmml.normalize
 
NormalizerPMMLApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeFactory
 
NormalizerPMMLApplyNodeModel - Class in org.knime.base.node.preproc.pmml.normalize
 
NormalizerPMMLApplyNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLApplyNodeModel
 
NormalizerPMMLDeNodeFactory - Class in org.knime.base.node.preproc.pmml.normalize
 
NormalizerPMMLDeNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeFactory
 
NormalizerPMMLDeNodeModel - Class in org.knime.base.node.preproc.pmml.normalize
 
NormalizerPMMLDeNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLDeNodeModel
 
NormalizerPMMLNodeFactory - Class in org.knime.base.node.preproc.pmml.normalize
Factory class for the Normalize Node.
NormalizerPMMLNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory
 
NormalizerPMMLNodeFactory2 - Class in org.knime.base.node.preproc.pmml.normalize
Factory class for the Normalize Node.
NormalizerPMMLNodeFactory2() - Constructor for class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeFactory2
 
NormalizerPMMLNodeModel - Class in org.knime.base.node.preproc.pmml.normalize
 
NormalizerPMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeModel
Creates a new normalizer node with an optional PMML inport.
NormalizerPMMLNodeModelNoOptIn - Class in org.knime.base.node.preproc.pmml.normalize
 
NormalizerPMMLNodeModelNoOptIn() - Constructor for class org.knime.base.node.preproc.pmml.normalize.NormalizerPMMLNodeModelNoOptIn
Creates a new normalizer node without an optional PMML inport.
NormalizerPortObject - Class in org.knime.base.data.normalize
Port Object that is passed along a normalizer and a normalizer apply node.
NormalizerPortObject() - Constructor for class org.knime.base.data.normalize.NormalizerPortObject
Empty constructor required by super class, should not be used.
NormalizerPortObject(DataTableSpec, AffineTransConfiguration) - Constructor for class org.knime.base.data.normalize.NormalizerPortObject
Create new port object given the arguments.
NormalizerPortObject.Serializer - Class in org.knime.base.data.normalize
 
NORMS - Static variable in interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm
Number of available norm choices.
noSave - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
If workflow should be saved after execution.
NoSelectionListSelectionModel - Class in org.knime.core.util
A ListSelectionModel not allowing any selection.
NoSelectionListSelectionModel() - Constructor for class org.knime.core.util.NoSelectionListSelectionModel
 
NoSerializer<T extends DataCell> - Class in org.knime.core.data
This is a marker serializer for cell implementations that don't have their own serializer (which is highly discouraged).
NoSerializer() - Constructor for class org.knime.core.data.NoSerializer
 
NoSettingsDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation
This class should be extended by DBAggregationFunctions that do not need additional settings.
NoSettingsDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
 
NoSettingsNodeModel - Class in org.knime.core.node
Convenience model class that make some empty stub implementations of methods that are not used by nodes that are not configurable (e.g.
NoSettingsNodeModel(int, int) - Constructor for class org.knime.core.node.NoSettingsNodeModel
Creates a NodeModel based on data in- and outports.
NOSORT - Static variable in class org.knime.base.node.io.database.DBSorterNodeDialogPanel
The entry in the JComboBox for not sorting a column.
NOSORT - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
The entry in the JComboBox for not sorting a column.
not(RuleNode) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new NOT node.
NOT_HIDDEN_FILTER - Static variable in class org.knime.core.node.workflow.WizardExecutionController
Filter passed to WFM serach methods to find only QF nodes that are to be displayed.
NOT_HIDDEN_FILTER - Static variable in interface org.knime.core.quickform.in.QuickFormInputNode
NOT_HIDDEN_FILTER - Static variable in interface org.knime.core.quickform.out.QuickFormOutputNode
NOT_IN_WORKFLOW_BUFFER - Static variable in class org.knime.core.data.container.DataContainer
ID for buffers, which are not part of the workflow (no BufferedDataTable).
NOT_NULL_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
The column index of the not null in the table
NOT_NULL_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
The column index of the not null in the table
NOT_NULL_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
The column index of the not null in the table
NotConfigurableException - Exception in org.knime.core.node
This exception is thrown if a node dialog cannot be opened for various reasons, e.g.
NotConfigurableException(String) - Constructor for exception org.knime.core.node.NotConfigurableException
Creates a new NotConfigurableException.
NotConfigurableException(String, Throwable) - Constructor for exception org.knime.core.node.NotConfigurableException
Creates a new NotConfigurableException with a given cause.
notEmpty(String) - Static method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
 
notifyChangeListeners() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Notifies all registered listeners about a new model content.
notifyChangeListeners() - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Notifies all registered listeners about a new model content.
notifyChangeListeners() - Method in class org.knime.core.node.FlowVariableModel
Notifies all registered listeners about a new model content.
notifyMessageListeners(NodeMessageEvent) - Method in class org.knime.core.node.workflow.NodeContainer
Notifies all registered NodeMessageListeners about the new message.
notifyNodePropertyChangedListener(NodePropertyChangedEvent.NodeProperty) - Method in class org.knime.core.node.workflow.NodeContainer
 
notifyNodePropertyChangedListener(NodePropertyChangedEvent.NodeProperty) - Method in class org.knime.core.node.workflow.SubNodeContainer
notifyNodePropertyChangedListener(NodePropertyChangedEvent.NodeProperty) - Method in class org.knime.core.node.workflow.WorkflowManager
notifyNodeStateChangeListener(NodeStateEvent) - Method in class org.knime.core.node.workflow.NodeContainerOutPort
notifyNodeStateChangeListener(NodeStateEvent) - Method in interface org.knime.core.node.workflow.NodeOutPort
 
notifyNodeStateChangeListener(NodeStateEvent) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
notifyParentExecuteFinished(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.NodeContainer
Called immediately after the execution took place in the job executor.
notifyParentExecuteStart() - Method in class org.knime.core.node.workflow.NodeContainer
Invoked by the job executor immediately before the execution is triggered.
notifyParentPostExecuteStart(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.NodeContainer
Invoked by job manager when the execution is finishing.
notifyParentPreExecuteStart() - Method in class org.knime.core.node.workflow.NodeContainer
Invoked by job manager when the execution starts.
notifyProgressListeners(ConnectionProgressEvent) - Method in class org.knime.core.node.workflow.ConnectionContainer
Notifies all registered progress listeners with the argument event.
notifyProgressListeners(NodeProgressEvent) - Method in class org.knime.core.node.workflow.NodeContainer
Notifies all registered NodeProgressListeners about the new progress.
notifyStateChangeListeners(NodeStateEvent) - Method in class org.knime.core.node.workflow.NodeContainer
Notifies all registered NodeStateChangeListeners about the new state.
notifyTemplateConnectionChangedListener() - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
 
notifyTemplateConnectionChangedListener() - Method in class org.knime.core.node.workflow.SubNodeContainer
notifyTemplateConnectionChangedListener() - Method in class org.knime.core.node.workflow.WorkflowManager
notifyUIListeners(ConnectionUIInformationEvent) - Method in class org.knime.core.node.workflow.ConnectionContainer
Notifies all registered listeners with the argument event.
notifyUIListeners(NodeUIInformationEvent) - Method in class org.knime.core.node.workflow.NodeContainer
 
notifyViews(Object) - Method in class org.knime.core.node.NodeModel
This method can be called from the derived model in order to inform the views about changes of the settings or during execution, if you want the views to show the progress, and if they can display models half way through the execution.
notifyWarningListeners(String) - Method in class org.knime.core.node.NodeModel
Notifies all listeners that the warning of this node has changed.
NotInWorkflowFileStoreHandlerRepository - Class in org.knime.core.data.filestore.internal
Fallback repository that is used when the node is run outside the workflow manager, for instance in the testing environment or using a 3rd party executor.
NotInWorkflowFileStoreHandlerRepository() - Constructor for class org.knime.core.data.filestore.internal.NotInWorkflowFileStoreHandlerRepository
 
NotInWorkflowWriteFileStoreHandler - Class in org.knime.core.data.filestore.internal
 
NotInWorkflowWriteFileStoreHandler(UUID) - Constructor for class org.knime.core.data.filestore.internal.NotInWorkflowWriteFileStoreHandler
 
NotInWorkflowWriteFileStoreHandler(UUID, FileStoreHandlerRepository) - Constructor for class org.knime.core.data.filestore.internal.NotInWorkflowWriteFileStoreHandler
 
nrChunks() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
 
NRCLUSTERS_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Key to store the number of clusters in the settings.
NRCLUSTERS_KEY - Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Key to store the number of clusters for output in the settings.
nrExecutedChunks() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
 
nrExecutingChunks() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
 
nrFailedChunks() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
 
NRHNEURONS_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Key to store the number of neurons per hidden layer.
nrOfFeatures() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Returns the number of included feature for the selected level.
nrOfFeatures(int) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Sets the number of included feature for the selected level.
NULL_CIPHER - Static variable in class org.knime.core.node.workflow.WorkflowCipher
The null cipher, no encryption, always unlocked.
NullPrintStream - Class in org.knime.base.util
Very simple stream that just swallows everything that is written to it.
NullWriter - Class in org.knime.base.util
This writer just swallows everything that is written to it.
NullWriter() - Constructor for class org.knime.base.util.NullWriter
Creates a new NullWriter.
NUMBER_MODE - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
The configuration key for the specified number mode.
NUMBER_MODES - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Possible number modes.
NUMBERFORMAT - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
For formatting the predicates toString output.
NumberMode - Enum in org.knime.base.node.preproc.rounddouble
Number mode for round double node.
NumberToCategoryApplyCellFactory - Class in org.knime.base.node.preproc.colconvert.numbertocategory
CellFactory to process a single column for the number2category (Apply) node.
NumberToCategoryApplyCellFactory(DataTableSpec, String, NumberToCategoryApplyNodeSettings, MapValuesDocument.MapValues) - Constructor for class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyCellFactory
 
NumberToCategoryApplyNodeDialogPane - Class in org.knime.base.node.preproc.colconvert.numbertocategory
The dialog of the Number2Category node.
NumberToCategoryApplyNodeDialogPane() - Constructor for class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeDialogPane
Create a new instance.
NumberToCategoryApplyNodeFactory - Class in org.knime.base.node.preproc.colconvert.numbertocategory
 
NumberToCategoryApplyNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeFactory
 
NumberToCategoryApplyNodeModel - Class in org.knime.base.node.preproc.colconvert.numbertocategory
Node model of the Number2Category Apply node.
NumberToCategoryApplyNodeModel() - Constructor for class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
Create new instance.
NumberToCategoryApplyNodeSettings - Class in org.knime.base.node.preproc.colconvert.numbertocategory
The settings object of the Number2Category Apply node.
NumberToCategoryApplyNodeSettings() - Constructor for class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
Create an instance with default values.
NumberToStringNodeDialog - Class in org.knime.base.node.preproc.colconvert.numbertostring
Dialog for the Number to String Node.
NumberToStringNodeDialog() - Constructor for class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeDialog
Constructor.
NumberToStringNodeDialog - Class in org.knime.base.node.preproc.pmml.numbertostring
Dialog for the Number to String Node.
NumberToStringNodeDialog() - Constructor for class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeDialog
Constructor.
NumberToStringNodeFactory - Class in org.knime.base.node.preproc.colconvert.numbertostring
NodeFactory for the Number to String Node that converts numbers to String values.
NumberToStringNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeFactory
 
NumberToStringNodeFactory - Class in org.knime.base.node.preproc.pmml.numbertostring
NodeFactory for the Number to String Node that converts numbers to String values.
NumberToStringNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory
 
NumberToStringNodeFactory2 - Class in org.knime.base.node.preproc.pmml.numbertostring
NodeFactory for the Number to String Node that converts numbers to String values.
NumberToStringNodeFactory2() - Constructor for class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeFactory2
 
NumberToStringNodeModel - Class in org.knime.base.node.preproc.colconvert.numbertostring
The NodeModel for the Number to String Node that converts numbers to StringValues.
NumberToStringNodeModel() - Constructor for class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
Constructor with one inport and one outport.
NumberToStringNodeModel - Class in org.knime.base.node.preproc.pmml.numbertostring
The NodeModel for the Number to String Node that converts numbers to StringValues.
NumberToStringNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Constructor with one data inport, one data outport and an optional PMML inport and outport.
NumberToStringNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Constructor with one data inport, one data outport and an optional PMML inport and outport.
Numeric2BitVectorMeanCellFactory - Class in org.knime.base.data.bitvector
 
Numeric2BitVectorMeanCellFactory(DataColumnSpec, double[], double, List<Integer>) - Constructor for class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
 
Numeric2BitVectorMeanCellFactory(BitVectorType, DataColumnSpec, double, double[], int[]) - Constructor for class org.knime.base.data.bitvector.Numeric2BitVectorMeanCellFactory
 
Numeric2BitVectorThresholdCellFactory - Class in org.knime.base.data.bitvector
 
Numeric2BitVectorThresholdCellFactory(DataColumnSpec, double, List<Integer>) - Constructor for class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
 
Numeric2BitVectorThresholdCellFactory(BitVectorType, DataColumnSpec, double, int...) - Constructor for class org.knime.base.data.bitvector.Numeric2BitVectorThresholdCellFactory
 
NUMERIC_COLUMNS - Static variable in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
Key for binned columns.
NUMERIC_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Key for binned columns.
NumericalAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel
Deprecated.
NumericalAttributeModel(String, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
Constructor for class NumericalRowValue.
NumericalAttributeModel(String, boolean, int, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
Constructor for class NumericalAttributeModel.
NumericalAttributeModel - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel2
This AttributeModel implementation calculates the probability for numerical attributes by assuming a Gaussian distribution of the data.
NumericalAttributeModel(String, boolean) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
Constructor for class NumericalRowValue.
NumericalAttributeModel(String, boolean, int, Config) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
Constructor for class NumericalAttributeModel.
NumericalAttributeModel(String, boolean, int, BayesInputDocument.BayesInput) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
Constructor for class NumericalAttributeModel.
NumericBin - Class in org.knime.base.node.preproc.autobinner.apply
Encapsulates a bin.
NumericBin(DataCell, boolean, double, boolean, double) - Constructor for class org.knime.base.node.preproc.autobinner.apply.NumericBin
 
NumericBin - Class in org.knime.base.node.preproc.binner
Deprecated.
use NumericBin instead
NumericBin(String, boolean, double, boolean, double) - Constructor for class org.knime.base.node.preproc.binner.NumericBin
Deprecated.
 
NumericBin(NodeSettingsRO) - Constructor for class org.knime.base.node.preproc.binner.NumericBin
Deprecated.
Create numeric bin from NodeSettings.
NumericBin - Class in org.knime.base.node.preproc.pmml.binner
Delegates bin access function to lokal structure.
NumericBin(String, boolean, double, boolean, double) - Constructor for class org.knime.base.node.preproc.pmml.binner.NumericBin
 
NumericBin(NodeSettingsRO) - Constructor for class org.knime.base.node.preproc.pmml.binner.NumericBin
Create numeric bin from NodeSettings.
numericColumn(String) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Sets the numeric column.
numericColumn() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Returns the numeric column.
NumericCoordinate - Class in org.knime.base.util.coordinate
The abstract class which should be implemented by all coordinates which map numeric values.
NumericCoordinate(DataColumnSpec) - Constructor for class org.knime.base.util.coordinate.NumericCoordinate
Constructor for class NumericCoordinate.
NumericParallelAxis - Class in org.knime.base.node.viz.plotter.parcoord
Represents a ParallelAxis with numeric values and provides access to the minimum and maximum value of the domain.
NumericParallelAxis() - Constructor for class org.knime.base.node.viz.plotter.parcoord.NumericParallelAxis
 
NumericPredictor(String, int, double) - Constructor for class org.knime.base.node.mine.regression.PMMLRegressionTranslator.NumericPredictor
Creates a new numeric predictor.
NumericRowSplitterNodeDialogPane - Class in org.knime.base.node.preproc.rowsplit
 
NumericRowSplitterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
Creates a new dialog pane with a field for numeric column selection, as well as components to define lower and upper bound optionally.
NumericRowSplitterNodeFactory - Class in org.knime.base.node.preproc.rowsplit
 
NumericRowSplitterNodeFactory() - Constructor for class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeFactory
 
NumericRowSplitterNodeModel - Class in org.knime.base.node.preproc.rowsplit
 
NumericRowSplitterNodeModel() - Constructor for class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
 
NumericScorerDialogComponents - Class in org.knime.base.node.mine.scorer.numeric
This class holds the dialog components for the NumericScorerNodeDialog.
NumericScorerDialogComponents(NumericScorerSettings) - Constructor for class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
Constructor.
NumericScorerNodeDialog - Class in org.knime.base.node.mine.scorer.numeric
NodeDialog for the "NumericScorer" Node.
NumericScorerNodeDialog() - Constructor for class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeDialog
New pane for configuring the NumericScorer node.
NumericScorerNodeFactory - Class in org.knime.base.node.mine.scorer.numeric
NodeFactory for the "NumericScorer" Node.
NumericScorerNodeFactory() - Constructor for class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeFactory
 
NumericScorerNodeModel - Class in org.knime.base.node.mine.scorer.numeric
This is the model implementation of NumericScorer.
NumericScorerNodeModel() - Constructor for class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
Constructor for the node model.
NumericScorerNodeView - Class in org.knime.base.node.mine.scorer.numeric
NodeView for the "NumericScorer" Node.
NumericScorerNodeView(NumericScorerNodeModel) - Constructor for class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeView
Delegates to super class.
NumericScorerSettings - Class in org.knime.base.node.mine.scorer.numeric
This class holds the settings for numeric scorers like NumericScorerNodeModel.
NumericScorerSettings() - Constructor for class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Constructor.
NUMOFLINES - Static variable in class org.knime.base.node.io.filereader.FileAnalyzer
If the analysis is cut short, we look only at the first couple of lines.
numOfNominalValues() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
 
numOfNominalValues() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
 
numOfNominalValuesOutput() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
 
numOfNominalValuesOutput() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
 

O

object - Variable in class org.knime.core.node.Node.Output
 
ObjectPool<T> - Class in org.knime.core.util
Implements a simple pool for reusable objects.
ObjectPool(int, int) - Constructor for class org.knime.core.util.ObjectPool
Creates a new object pool.
ObjectToDataCellConverter - Class in org.knime.core.data.util
Deprecated.
This class is obsolete as the class DefaultTable is deprecated. DataCell objects should be created using their respective constructor rather than using an ObjectToDataCellConverter.
ObjectToDataCellConverter() - Constructor for class org.knime.core.data.util.ObjectToDataCellConverter
Deprecated.
 
ObsoleteMetaNodeFileWorkflowPersistor - Class in org.knime.core.node.workflow
 
ObsoleteMetaNodeFileWorkflowPersistor(HashMap<Integer, ContainerTable>, WorkflowFileStoreHandlerRepository, ReferencedFile, WorkflowLoadHelper, FileWorkflowPersistor.LoadVersion) - Constructor for class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
 
OccurrenceCounter - Class in org.knime.base.node.preproc.equalsizesampling
 
OccurrenceCounter(DataCell) - Constructor for class org.knime.base.node.preproc.equalsizesampling.OccurrenceCounter
 
OccurrenceCounter.Sampler - Interface in org.knime.base.node.preproc.equalsizesampling
 
OFFSET - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotter
Constant for the space at top and bottom.
ok() - Method in class org.knime.base.node.mine.svm.util.BinarySvmRunnable
 
OLD_AUTOEXECUTABLE_NODEFACTORIES - Static variable in class org.knime.core.node.FileNodePersistor
List of factories (only the simple class name), which were auto-executable in 1.3.x and need to be restored as configured only.
OLD_META_NODES - Static variable in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
 
oldWay(String) - Static method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
The old way of constructing the bitvector cell's bitvector.
onAdd() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
Adds a new column at the last position or after the selected one.
onAddAction() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Invokes actions if the add button is clicked.
onAddAction() - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
Invokes actions if the add button is clicked.
onAddAll() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Adds all list objects as new rows to the aggregation column table.
onAddIt() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Adds all selected columns to the aggregation column table.
onAddIt() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Called by the '<< add' button to include the selected elements from the exclude list.
onAggrColChanged() - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramPlotter
Called whenever the user changes the aggregation column.
onAllRowsReadBackIntoMemory() - Method in class org.knime.core.data.container.Buffer
Called from back into memory iterator when the last row was read.
onApply(AWTEvent) - Method in class org.knime.core.node.NodeDialog
Triggered if this dialog's apply button is pressed.
onCancel() - Method in class org.knime.base.node.io.filereader.ColPropertyDialog
Called when user presses the cancel button or closes the window.
onCancel() - Method in class org.knime.base.node.io.filereader.DomainDialog
called when user presses cancel.
onCancel() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Override this method in order to react on events induced by the Cancel button from the surrounding dialog.
onCancel() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
Override this method in order to react on events induced by the Cancel button from the surrounding dialog.
onCancel() - Method in class org.knime.base.node.io.fixedwidthfr.NewColumnDialog
Called when user presses the cancel button or closes the window.
onCancel() - Method in class org.knime.core.node.interactive.ReexecutionCallback
When the user cancels the re-execution.
onCancel(AWTEvent) - Method in class org.knime.core.node.NodeDialog
Invoked when the cancel button is pressed.
onCancel() - Method in class org.knime.core.node.NodeDialogPane
Override this method in order to react on events induced by the Cancel button from the surrounding dialog.
onCancel() - Method in class org.knime.core.node.util.dialog.AddOutFieldDialog
Called when user presses the cancel button or closes the window.
onClick(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Invokes actions if the table is clicked
onClick(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Invokes actions if the table is clicked
onClick(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
Invokes actions if the table is clicked
onClick(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
Invokes actions if the table is clicked
onClick(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysPanel
Invokes actions if the table is clicked
onClick(MouseEvent) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingPanel
Invokes actions if the table is clicked
onClose() - Method in class org.knime.base.node.io.database.util.DBReaderDialogPane
Override this method in order to react on events if the surrounding dialog is supposed to be closed.
onClose() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
 
onClose() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
 
onClose() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
Deprecated.
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeView2
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeNodeView2
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
Deprecated.
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
Deprecated.
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorGraphView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
Deprecated.
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
Deprecated.
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
Deprecated.
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegCoefficientView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLineNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.scorer.entrop.AbstractEntropyNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.scorer.numeric.AbstractNumericScorerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.sota.SotaNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
Deprecated.
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeDialogPane
 
onClose() - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeDialogPane
Override this method in order to react on events if the surrounding dialog is supposed to be closed.
onClose() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
Deprecated.
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.pie.node.PieNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.roc.ROCNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeView
Deprecated.
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeView
Deprecated.
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.base.node.viz.table.TableNodeView
Invoked when the window is about to be closed.
onClose() - Method in class org.knime.core.node.ExternalApplicationNodeView
Close the view.
onClose() - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
Forces the model to pause and then to finish.
onClose() - Method in class org.knime.core.node.missing.MissingNodeDialog
Override this method in order to react on events if the surrounding dialog is supposed to be closed.
onClose(AWTEvent) - Method in class org.knime.core.node.NodeDialog
Invoked if the dialog is going to be closed.
onClose() - Method in class org.knime.core.node.NodeDialogPane
Override this method in order to react on events if the surrounding dialog is supposed to be closed.
onClose() - Method in class org.knime.core.node.NodeView
Invoked when the window is about to be closed.
onConvertException(DataCell, Exception) - Method in class org.knime.core.data.DataCellTypeConverter
Called when DataCellTypeConverter.convert(DataCell) throws an exception.
onDispose() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Called by the framework when the node is disposed, for instance if the workflow is closed or the node is deleted by the user.
onDispose() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Called by the framework when the node is disposed, for instance if the workflow is closed or the node is deleted by the user.
onDispose() - Method in class org.knime.core.node.missing.MissingNodeModel
Called by the framework when the node is disposed, for instance if the workflow is closed or the node is deleted by the user.
onDispose() - Method in class org.knime.core.node.NodeModel
Called by the framework when the node is disposed, for instance if the workflow is closed or the node is deleted by the user.
onDispose() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
Called by the framework when the node is disposed, for instance if the workflow is closed or the node is deleted by the user.
ONE - Static variable in class org.knime.base.node.mine.bfn.OneMissingValueReplacementFunction
static one replacement value.
One2ManyCellFactory - Class in org.knime.base.node.preproc.columnTrans
Deprecated.
One2ManyCellFactory(DataTableSpec, List<String>, boolean) - Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
Deprecated.
Creates for every possible value of one column given by the columnNames an extra column with the values present(1) or absent(0).
One2ManyCellFactory - Class in org.knime.base.node.preproc.columntrans2
Maps several original nominal columns to their possible values, creates a column for every possible value and when the rows are processed the value is set to 1 if the original column contains this value and to 0 otherwise.
One2ManyCellFactory(DataTableSpec, List<String>, boolean) - Constructor for class org.knime.base.node.preproc.columntrans2.One2ManyCellFactory
Creates for every possible value of one column given by the columnNames an extra column with the values present(1) or absent(0).
One2ManyCol2NodeDialog - Class in org.knime.base.node.preproc.columntrans2
 
One2ManyCol2NodeDialog() - Constructor for class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeDialog
A node dialog with one column filter to select those columns, which should be transformed into many columns.
One2ManyCol2NodeFactory - Class in org.knime.base.node.preproc.columntrans2
 
One2ManyCol2NodeFactory() - Constructor for class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeFactory
 
One2ManyCol2NodeModel - Class in org.knime.base.node.preproc.columntrans2
This node converts one column to many columns, such that each possible value becomes an extra column with the value 1 if the row contains this value in the original column and 0 otherwise.
One2ManyCol2NodeModel() - Constructor for class org.knime.base.node.preproc.columntrans2.One2ManyCol2NodeModel
 
One2ManyCol2PMMLNodeFactory - Class in org.knime.base.node.preproc.pmml.columntrans2
 
One2ManyCol2PMMLNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory
 
One2ManyCol2PMMLNodeFactory2 - Class in org.knime.base.node.preproc.pmml.columntrans2
 
One2ManyCol2PMMLNodeFactory2() - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeFactory2
 
One2ManyCol2PMMLNodeModel - Class in org.knime.base.node.preproc.pmml.columntrans2
This node converts one column to many columns, such that each possible value becomes an extra column with the value 1 if the row contains this value in the original column and 0 otherwise.
One2ManyCol2PMMLNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
 
One2ManyCol2PMMLNodeModel(boolean, boolean) - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
 
One2ManyCol2PMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
Creates a new PMML-enabled node model.
One2ManyColNodeDialog - Class in org.knime.base.node.preproc.columnTrans
Deprecated.
One2ManyColNodeDialog() - Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyColNodeDialog
Deprecated.
A node dialog with one column filter to select those columns, which should be transformed into many columns.
One2ManyColNodeFactory - Class in org.knime.base.node.preproc.columnTrans
Deprecated.
One2ManyColNodeFactory() - Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyColNodeFactory
Deprecated.
 
One2ManyColNodeModel - Class in org.knime.base.node.preproc.columnTrans
Deprecated.
One2ManyColNodeModel() - Constructor for class org.knime.base.node.preproc.columnTrans.One2ManyColNodeModel
Deprecated.
 
One2ManyColPMMLNodeFactory - Class in org.knime.base.node.preproc.pmml.columnTrans
Deprecated.
One2ManyColPMMLNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeFactory
Deprecated.
 
One2ManyColPMMLNodeModel - Class in org.knime.base.node.preproc.pmml.columnTrans
Deprecated.
One2ManyColPMMLNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Deprecated.
 
One2ManyColPMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Deprecated.
Creates a new PMML-enabled node model.
onEdit(int) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
 
OneMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
One replacement.
OneMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.OneMissingValueReplacementFunction
 
onError(String) - Method in class org.knime.core.node.interactive.ConfigureCallback
When an error occurs.
onError(String) - Method in class org.knime.core.node.interactive.DefaultConfigureCallback
When an error occurs.
onError(String) - Method in class org.knime.core.node.interactive.DefaultReexecutionCallback
When an error occurs.
onHelp(AggregationFunction) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsDialog
 
onIterationEnd(FileStoresInLoopCache, ILoopStartWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
 
onLoad() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Actions invoked during load
onLoad() - Method in class org.knime.base.node.io.database.tablecreator.util.AdditionalSQLStatementPanel
Actions invoked during load
onLoad() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Actions invoked during load
onLoad() - Method in class org.knime.base.node.io.database.tablecreator.util.KeysPanel
Actions invoked during load
onLoad() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
Actions invoked during load
onLoopEndFinish(FileStoresInLoopCache) - Method in interface org.knime.core.data.filestore.internal.ILoopStartWriteFileStoreHandler
 
onLoopEndFinish(FileStoresInLoopCache) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
onLoopEndFinish(FileStoresInLoopCache) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
onMouseClickInHeader(MouseEvent) - Method in class org.knime.base.node.io.filereader.PreviewTableContentView
Invoked when a mouse event in the header occurs.
onMouseClickInHeader(MouseEvent) - Method in class org.knime.core.node.tableview.TableContentView
Invoked when a mouse event in the header occurs.
onOK() - Method in class org.knime.base.node.io.filereader.ColPropertyDialog
Called when user presses the ok button.
onOk() - Method in class org.knime.base.node.io.filereader.DomainDialog
Called when user presses okay.
onOK() - Method in class org.knime.base.node.io.fixedwidthfr.NewColumnDialog
Called when user presses the ok button.
onOK(AWTEvent) - Method in class org.knime.core.node.NodeDialog
Invoked when the ok button is pressed - automatically calls the #onApply(AWTEvent) method which must be provided by the derived class.
onOK() - Method in class org.knime.core.node.util.dialog.AddOutFieldDialog
Called when user presses the ok button.
onOpen() - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
Override this method in order to react on events if the surrounding dialog is supposed to be opened.
onOpen() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeView
Deprecated.
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeView2
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeNodeView2
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
Deprecated.
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeView
Deprecated.
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorGraphView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeView
Deprecated.
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
Deprecated.
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
Deprecated.
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegCoefficientView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLineNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.scorer.entrop.AbstractEntropyNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.scorer.numeric.AbstractNumericScorerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeDialog
Override this method in order to react on events if the surrounding dialog is supposed to be opened.
onOpen() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Perform on open action for the components
onOpen() - Method in class org.knime.base.node.mine.sota.SotaNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorView
Deprecated.
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterView
Deprecated.
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.pie.node.PieNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.roc.ROCNodeView
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeView
Deprecated.
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeView
Deprecated.
Invoked when the window has been opened.
onOpen() - Method in class org.knime.base.node.viz.table.TableNodeView
Does nothing since view is in sync anyway.
onOpen(String) - Method in class org.knime.core.node.ExternalApplicationNodeView
Open the external application.
onOpen(String, Rectangle) - Method in class org.knime.core.node.ExternalApplicationNodeView
Open the external application.
onOpen() - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
Invoked when the window has been opened.
onOpen(AWTEvent) - Method in class org.knime.core.node.NodeDialog
Invoked if the dialog is going to open.
onOpen() - Method in class org.knime.core.node.NodeDialogPane
Override this method in order to react on events if the surrounding dialog is supposed to be opened.
onOpen() - Method in class org.knime.core.node.NodeView
Invoked when the window has been opened.
onPressCancel() - Method in class org.knime.core.node.NodeProgressMonitorView
Called when cancel button is pressed.
onRemAll() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Removes all columns from the aggregation column table.
onRemIt() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Removes the selected columns from the aggregation column table.
onRemIt() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Called by the 'remove >>' button to exclude the selected elements from the include list.
onRemove(int[]) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
 
onRemoveAction() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Invokes actions if the remove button is clicked.
onRemoveAction() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Invokes actions if the remove button is clicked.
onRemoveAction() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
Invokes actions if the remove button is clicked.
onRemoveAllAction() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Invokes actions if the removeAll button is clicked.
onRemoveAllAction() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Invokes actions if the removeAll button is clicked.
onRemoveAllAction() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingPanel
Invokes actions if the removeAll button is clicked.
onSave() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Actions invoked during save
onSave() - Method in class org.knime.base.node.io.database.tablecreator.util.AdditionalSQLStatementPanel
Actions invoked during save
onSearch(JList, DefaultListModel, String, boolean) - Static method in class org.knime.core.data.util.ListModelFilterUtils
This method is called when the user wants to search the given JList for the text of the given JTextField.
onSelectAggrMethod(String) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
onSelectAggrMethod(String) - Method in class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramProperties
onSelectAggrMethod(String) - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
onSelectAggrMethod(AggregationMethod) - Method in class org.knime.base.node.viz.pie.impl.fixed.FixedPieProperties
onSelectAggrMethod(AggregationMethod) - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
onSelectAggrMethod(AggregationMethod) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
onSortRequest(int) - Method in class org.knime.core.node.tableview.TableContentView
Deprecated.
onSortRequest(int, TableSortOrder.TableSortKey) - Method in class org.knime.core.node.tableview.TableContentView
Invoked by the mouse listener on the table header to trigger table sorting on a given column.
onStatisticComputation(DataRow) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Hook for subclasses to perform additional computations.
onWorkfowCredentialsChanged(Collection<Credentials>) - Method in interface org.knime.core.node.workflow.CredentialsStore.CredentialsNode
Called when the workflow credentials change on a workflow.
onXColChanged(String) - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramPlotter
Called whenever user changes the x column selection.
OP_TYPE_CONTINOUS - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
OP_TYPE_CONTINOUS - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
open(ExecutionContext) - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
 
open(ExecutionContext) - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
open(ExecutionContext) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
open(ExecutionContext) - Method in class org.knime.core.data.filestore.internal.LoopStartWritableFileStoreHandler
open() - Method in class org.knime.core.data.filestore.internal.NotInWorkflowWriteFileStoreHandler
Assigns duplicate checker which marks this FSH as open.
open(ExecutionContext) - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
open(ExecutionContext) - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
open(ExecutionContext) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
open() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
Assigns duplicate checker which marks this FSH as open.
openChunk() - Method in class org.knime.core.data.sort.AbstractTableSorter
Opens a chunk data container to accept rows using AbstractTableSorter.addRowToChunk(DataRow), AbstractTableSorter.closeChunk() closes the current container and adds it to the chunk list.
openDialog() - Method in class org.knime.core.node.NodeDialog
Opens the dialog: packed, centered, and visible true.
openDialogInJFrame() - Method in class org.knime.core.node.workflow.NodeContainer
Launch a node dialog in its own JFrame (a JDialog).
openDomainDialog() - Method in class org.knime.base.node.io.filereader.ColPropertyDialog
Called when "domain..." button is pressed.
openFileStoreHandler(ExecutionContext) - Method in class org.knime.core.node.Node
Called immediately before execution to open the file store handler.
openInputStream() - Method in class org.knime.core.data.blob.BinaryObjectDataCell
Opens a new input stream on the byte content.
openInputStream() - Method in interface org.knime.core.data.blob.BinaryObjectDataValue
Opens a new input stream on the byte content.
openInputStream() - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
Opens a new input stream on the byte content.
openInputStream(String) - Static method in class org.knime.core.util.FileUtil
Opens a buffered input stream for the location (file path or URL).
openInputStream(String, int) - Static method in class org.knime.core.util.FileUtil
Opens a buffered input stream for the location (file path or URL).
openOutputConnection(URL, String) - Static method in class org.knime.core.util.FileUtil
Tries to open an output URL connection to the given URL.
openPortView(String) - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Opens the port view for this port with the given name.
openPortView(String, Rectangle) - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Opens the port view for this port with the given name.
openPortView(String) - Method in interface org.knime.core.node.workflow.NodeOutPort
Opens the port view for this port with the given name.
openPortView(String, Rectangle) - Method in interface org.knime.core.node.workflow.NodeOutPort
Opens the port view for this port with the given name.
openPortView(String) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Opens the port view for this port with the given name.
openPortView(String, Rectangle) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Opens the port view for this port with the given name.
openStreamWithTimeout(URL) - Static method in class org.knime.core.util.FileUtil
Open an input stream on the given URL using the default timeout for connecting and reading.
openStreamWithTimeout(URL, int) - Static method in class org.knime.core.util.FileUtil
Open an input stream on the given URL using the given timeout for connecting and reading.
openUserDialog(Frame, int, Vector<ColProperty>) - Static method in class org.knime.base.node.io.filereader.ColPropertyDialog
Opens a Dialog to receive user settings for column name, type, missing value pattern, and domain.
openUserDialog(Frame, List<FixedWidthColProperty>, int, boolean) - Static method in class org.knime.base.node.io.fixedwidthfr.NewColumnDialog
 
openUserDialog(Frame, OutFieldsTableModel, DataTableSpec, Map<String, FlowVariable>, boolean, boolean) - Static method in class org.knime.core.node.util.dialog.AddOutFieldDialog
Opens a Dialog to receive user settings.
openView(String, Rectangle) - Method in class org.knime.core.node.AbstractNodeView
Called from the framework to open a new view or bring an existing view to front.
openView(Rectangle) - Method in class org.knime.core.node.workflow.OutPortView
shows this view and brings it to front.
openViewComponent() - Method in class org.knime.core.node.NodeView
Deprecated.
Will be removed without replacement in future versions of KNIME.
operator() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Returns the operator that should be used in the comparison between variable and value.
operator(LoopEndConditionSettings.Operator) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Sets the operator that should be used in the comparison between variable and value.
OPERATOR_KEY - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
The key to store the operator in configurations.
OperatorColumnSettings - Class in org.knime.base.data.aggregation
Contains the operator specific settings for a specific column such as if missing values should be considered during aggregation.
OperatorColumnSettings(boolean, DataColumnSpec) - Constructor for class org.knime.base.data.aggregation.OperatorColumnSettings
Constructor for class OperatorSeetings.
OperatorData - Class in org.knime.base.data.aggregation
This class holds all information of an AggregationOperator such as its name and the supported data types.
OperatorData(String, boolean, boolean, Class<? extends DataValue>, boolean) - Constructor for class org.knime.base.data.aggregation.OperatorData
Constructor for class OperatorData.
OperatorData(String, String, boolean, boolean, Class<? extends DataValue>, boolean) - Constructor for class org.knime.base.data.aggregation.OperatorData
Constructor for class OperatorData.
OperatorData(String, String, String, boolean, boolean, Class<? extends DataValue>, boolean) - Constructor for class org.knime.base.data.aggregation.OperatorData
Constructor for class OperatorData.
operatorExists(String) - Static method in class org.knime.base.data.aggregation.AggregationMethods
 
OperatorSettingsButtonCellRenderer - Class in org.knime.base.data.aggregation.dialogutil
Deprecated.
OperatorSettingsButtonCellRenderer(AbstractAggregationPanel<?, ?, ?>) - Constructor for class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
Deprecated.
Create the ButtonColumn to be used as a renderer and editor.
options - Static variable in class org.knime.base.node.switches.startcase.StartcaseNodeDialog
Possible options to select output port.
OPTYPE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
OPTYPE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
or(RuleNode, RuleNode) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new OR node.
or(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.BitVectorUtil
Creates a sparse bit vector cell, in case that both given values are sparse bit vector cells (otherwise a dense bit vector cell).
or(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Creates and returns a new bit vector whose bits are set at positions where at least one of the vectors (this or the argument vector) have a bit set.
or(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Creates a dense bit vector cell containing the result of the OR operation on the passed operands.
or(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Creates and returns a new bit vector whose bits are set at positions where at least one of the vectors (this or the argument vector) have a bit set.
or(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Creates a sparse bit vector cell containing the result of the OR operation on the passed operands.
OracleCachedConnectionFactory - Class in org.knime.core.node.port.database
Oracle specific CachedConnectionFactory that only sets user name and password if they are none empty strings.
OracleCachedConnectionFactory(DBDriverFactory) - Constructor for class org.knime.core.node.port.database.OracleCachedConnectionFactory
 
OracleTableCreator - Class in org.knime.core.node.port.database
 
OracleTableCreator(StatementManipulator, String, String, boolean) - Constructor for class org.knime.core.node.port.database.OracleTableCreator
 
OracleUtility - Class in org.knime.core.node.port.database
Database utility for Oracle.
OracleUtility() - Constructor for class org.knime.core.node.port.database.OracleUtility
Constructor.
ORDER_INPORT - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
 
OrdinalRankAssigner - Class in org.knime.base.node.preproc.rank
Assigns ranks in ordinal mode, that means every row receives a unique rank
OrdinalRankAssigner() - Constructor for class org.knime.base.node.preproc.rank.OrdinalRankAssigner
 
OrElementCountOperator - Class in org.knime.base.data.aggregation.collection
Collection operator that returns the number of unique member collection elements.
OrElementCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.OrElementCountOperator
Constructor for class FirstOperator.
OrElementCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.OrElementCountOperator
Constructor for class OrElementCountOperator.
OrElementOperator - Class in org.knime.base.data.aggregation.collection
Collection operator that returns the union of all elements.
OrElementOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.OrElementOperator
Constructor for class UnionOperator.
OrElementOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.OrElementOperator
Constructor for class OrElementOperator.
org.knime.base.collection.list.create2 - package org.knime.base.collection.list.create2
Implementation of the collection create node.
org.knime.base.collection.list.split - package org.knime.base.collection.list.split
Implementation of the collection split node.
org.knime.base.data.aggregation - package org.knime.base.data.aggregation
Contains the main classes used for aggregating DataCells.
org.knime.base.data.aggregation.bitvector - package org.knime.base.data.aggregation.bitvector
 
org.knime.base.data.aggregation.booleancell - package org.knime.base.data.aggregation.booleancell
Contains implementations of the AggregationOperator that are compatible to org.knime.core.data.collection.BooleanValue.
org.knime.base.data.aggregation.collection - package org.knime.base.data.aggregation.collection
Contains implementations of the AggregationOperator that are compatible to CollectionDataValue which are all collection implementations.
org.knime.base.data.aggregation.date - package org.knime.base.data.aggregation.date
Contains implementations of the AggregationOperator that are compatible to DateAndTimeValue.
org.knime.base.data.aggregation.deprecated - package org.knime.base.data.aggregation.deprecated
This package contains previous implementations of aggregation methods that need to be kept to be backward compatible.
org.knime.base.data.aggregation.dialogutil - package org.knime.base.data.aggregation.dialogutil
Contains helper classes that can be used in the configuration dialog of a node that uses the aggregation methods.
org.knime.base.data.aggregation.dialogutil.column - package org.knime.base.data.aggregation.dialogutil.column
 
org.knime.base.data.aggregation.dialogutil.pattern - package org.knime.base.data.aggregation.dialogutil.pattern
 
org.knime.base.data.aggregation.dialogutil.type - package org.knime.base.data.aggregation.dialogutil.type
 
org.knime.base.data.aggregation.general - package org.knime.base.data.aggregation.general
Contains implementations of the AggregationOperator that are compatible to DataValue which are basically all types.
org.knime.base.data.aggregation.numerical - package org.knime.base.data.aggregation.numerical
Contains implementations of the AggregationOperator that handle numerical columns that are compatible with DoubleValue.
org.knime.base.data.append.column - package org.knime.base.data.append.column
 
org.knime.base.data.append.row - package org.knime.base.data.append.row
 
org.knime.base.data.bitvector - package org.knime.base.data.bitvector
This package contains classes responsible for the representation and conversion of bit vectors.
org.knime.base.data.filter.column - package org.knime.base.data.filter.column
Contains column filter for DataTable objects which includes or excludes a certain number of columns from a given data table.
org.knime.base.data.filter.row - package org.knime.base.data.filter.row
Contains row filter for DataTable objects which uses the FilterRowGenerator interface to dynamically ask for included or excluded rows during itertation.
org.knime.base.data.join - package org.knime.base.data.join
Implementation of a DataTable that joins to underlying tables based on their row key (like a Database join).
org.knime.base.data.neural - package org.knime.base.data.neural
This package contains all the necessary classes to build your own neural network.
org.knime.base.data.neural.methods - package org.knime.base.data.neural.methods
In this package: different implementations of neural networks.
org.knime.base.data.nominal - package org.knime.base.data.nominal
Utility package for retrieving nominal values from a DataTable.
org.knime.base.data.normalize - package org.knime.base.data.normalize
This package contains the utility classes for normalization of DataRows.
org.knime.base.data.replace - package org.knime.base.data.replace
 
org.knime.base.data.sort - package org.knime.base.data.sort
 
org.knime.base.data.statistics - package org.knime.base.data.statistics
Statistics3Table computes statistics for tables, also offers helper methods to create BufferedDataTables from that..
org.knime.base.data.statistics.calculation - package org.knime.base.data.statistics.calculation
Default statistics for the StatisticCalculator.
org.knime.base.data.util - package org.knime.base.data.util
 
org.knime.base.node.flowcontrol.breakpoint - package org.knime.base.node.flowcontrol.breakpoint
 
org.knime.base.node.flowcontrol.sleep - package org.knime.base.node.flowcontrol.sleep
 
org.knime.base.node.flowcontrol.trycatch.genericcatch - package org.knime.base.node.flowcontrol.trycatch.genericcatch
Package for all try catch nodes.
org.knime.base.node.flowcontrol.trycatch.generictry - package org.knime.base.node.flowcontrol.trycatch.generictry
 
org.knime.base.node.flowcontrol.trycatch.inverter - package org.knime.base.node.flowcontrol.trycatch.inverter
 
org.knime.base.node.flowvariable.appendvariabletotable - package org.knime.base.node.flowvariable.appendvariabletotable
 
org.knime.base.node.flowvariable.appendvariabletotable2 - package org.knime.base.node.flowvariable.appendvariabletotable2
 
org.knime.base.node.flowvariable.createfilename - package org.knime.base.node.flowvariable.createfilename
 
org.knime.base.node.flowvariable.extractvariables - package org.knime.base.node.flowvariable.extractvariables
 
org.knime.base.node.flowvariable.injectvariables - package org.knime.base.node.flowvariable.injectvariables
 
org.knime.base.node.flowvariable.tablecoltovariable - package org.knime.base.node.flowvariable.tablecoltovariable
Home of the Table Column to Variable node.
org.knime.base.node.flowvariable.tablerowtovariable - package org.knime.base.node.flowvariable.tablerowtovariable
 
org.knime.base.node.flowvariable.variableloophead - package org.knime.base.node.flowvariable.variableloophead
 
org.knime.base.node.flowvariable.variabletotablerow - package org.knime.base.node.flowvariable.variabletotablerow
 
org.knime.base.node.flowvariable.variabletotablerow2 - package org.knime.base.node.flowvariable.variabletotablerow2
 
org.knime.base.node.image - package org.knime.base.node.image
 
org.knime.base.node.image.imagecolwriter - package org.knime.base.node.image.imagecolwriter
 
org.knime.base.node.image.readpng - package org.knime.base.node.image.readpng
Node to read PNG files accordig to a list of URLs.
org.knime.base.node.image.tablerowtoimage - package org.knime.base.node.image.tablerowtoimage
 
org.knime.base.node.image.writeimage - package org.knime.base.node.image.writeimage
 
org.knime.base.node.io.arffreader - package org.knime.base.node.io.arffreader
Contains the implementation of a node which reads ARFF files.
org.knime.base.node.io.arffwriter - package 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.csvreader - package org.knime.base.node.io.csvreader
CSV Reader implementation.
org.knime.base.node.io.csvwriter - package 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 - package org.knime.base.node.io.database
Contains nodes to access data via a database connection.
org.knime.base.node.io.database.binning - package org.knime.base.node.io.database.binning
 
org.knime.base.node.io.database.binning.apply - package org.knime.base.node.io.database.binning.apply
 
org.knime.base.node.io.database.binning.auto - package org.knime.base.node.io.database.binning.auto
 
org.knime.base.node.io.database.binning.numeric - package org.knime.base.node.io.database.binning.numeric
 
org.knime.base.node.io.database.columnrename - package org.knime.base.node.io.database.columnrename
 
org.knime.base.node.io.database.connection - package org.knime.base.node.io.database.connection
 
org.knime.base.node.io.database.connection.util - package org.knime.base.node.io.database.connection.util
 
org.knime.base.node.io.database.drop - package org.knime.base.node.io.database.drop
 
org.knime.base.node.io.database.groupby - package org.knime.base.node.io.database.groupby
 
org.knime.base.node.io.database.groupby.dialog - package org.knime.base.node.io.database.groupby.dialog
 
org.knime.base.node.io.database.groupby.dialog.column - package org.knime.base.node.io.database.groupby.dialog.column
 
org.knime.base.node.io.database.groupby.dialog.pattern - package org.knime.base.node.io.database.groupby.dialog.pattern
 
org.knime.base.node.io.database.groupby.dialog.type - package org.knime.base.node.io.database.groupby.dialog.type
 
org.knime.base.node.io.database.parameterizedquery - package org.knime.base.node.io.database.parameterizedquery
 
org.knime.base.node.io.database.pivot - package org.knime.base.node.io.database.pivot
 
org.knime.base.node.io.database.sampling - package org.knime.base.node.io.database.sampling
 
org.knime.base.node.io.database.tablecreator - package org.knime.base.node.io.database.tablecreator
Node to create a new table in a database.
org.knime.base.node.io.database.tablecreator.util - package org.knime.base.node.io.database.tablecreator.util
 
org.knime.base.node.io.database.util - package org.knime.base.node.io.database.util
 
org.knime.base.node.io.def - package org.knime.base.node.io.def
(Obsolete) Node that produces predefined DataTables.
org.knime.base.node.io.extractcontextprop - package org.knime.base.node.io.extractcontextprop
Contains a node to extract workflow context properties, such as logged in user.
org.knime.base.node.io.extractsysprop - package org.knime.base.node.io.extractsysprop
Contains a node to extract system properties, such as user name.
org.knime.base.node.io.filereader - package org.knime.base.node.io.filereader
Contains a node implementation that reads in data from an ASCII file.
org.knime.base.node.io.fixedwidthfr - package org.knime.base.node.io.fixedwidthfr
 
org.knime.base.node.io.linereader - package org.knime.base.node.io.linereader
A file reader that reads a file (or URL) line by line.
org.knime.base.node.io.listfiles - package org.knime.base.node.io.listfiles
Node to scan a directory and list files of a given name pattern.
org.knime.base.node.io.listfiles2 - package org.knime.base.node.io.listfiles2
Node to scan a directory and list files of a given name pattern.
org.knime.base.node.io.pmml.read - package org.knime.base.node.io.pmml.read
 
org.knime.base.node.io.pmml.write - package org.knime.base.node.io.pmml.write
 
org.knime.base.node.io.portobject - package org.knime.base.node.io.portobject
Contains node implementations for a prediction model reader and writer.
org.knime.base.node.io.predictor - package org.knime.base.node.io.predictor
Contains node implementations for a prediction model reader and writer.
org.knime.base.node.io.table.read - package 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 - package org.knime.base.node.io.table.write
Node that writes a datatable to a file.
org.knime.base.node.io.tablecreator - package org.knime.base.node.io.tablecreator
This package contains all node classes that use the classes from the EditableTable package to let the user create a new data table with values in the node dialog.
org.knime.base.node.io.tablecreator.table - package org.knime.base.node.io.tablecreator.table
 
org.knime.base.node.meta.feature.backwardelim - package org.knime.base.node.meta.feature.backwardelim
 
org.knime.base.node.meta.looper - package org.knime.base.node.meta.looper
The looper package contains all classes for building for loops.
org.knime.base.node.meta.looper.chunk - package org.knime.base.node.meta.looper.chunk
Chunking loop start node.
org.knime.base.node.meta.looper.columnlist - package org.knime.base.node.meta.looper.columnlist
A loop start node that iterates a list of columns and outputs one of them at a time.
org.knime.base.node.meta.looper.columnlist2 - package org.knime.base.node.meta.looper.columnlist2
A loop start node that iterates a list of columns and outputs one of them at a time.
org.knime.base.node.meta.looper.condition - package org.knime.base.node.meta.looper.condition
Contains two nodes with which a loop can be built.
org.knime.base.node.meta.looper.group - package org.knime.base.node.meta.looper.group
This package contains the classes of the group loop start node.
org.knime.base.node.meta.looper.recursive - package org.knime.base.node.meta.looper.recursive
Contains classes for the recursive looping nodes (loop start and end).
org.knime.base.node.meta.looper.variableloopend - package org.knime.base.node.meta.looper.variableloopend
This package contains the classes of the variable loop end node.
org.knime.base.node.meta.xvalidation - package org.knime.base.node.meta.xvalidation
The xvalidation package contains all classes for a cross validation flow.
org.knime.base.node.mine.bayes.naivebayes.datamodel - package org.knime.base.node.mine.bayes.naivebayes.datamodel
 
org.knime.base.node.mine.bayes.naivebayes.datamodel2 - package org.knime.base.node.mine.bayes.naivebayes.datamodel2
This package implements the naive bayes algorithm for numerical and nominal attributes.
org.knime.base.node.mine.bayes.naivebayes.learner - package org.knime.base.node.mine.bayes.naivebayes.learner
This package contains the classes of the learner node.
org.knime.base.node.mine.bayes.naivebayes.learner2 - package org.knime.base.node.mine.bayes.naivebayes.learner2
This package contains the classes of the learner node.
org.knime.base.node.mine.bayes.naivebayes.port - package org.knime.base.node.mine.bayes.naivebayes.port
 
org.knime.base.node.mine.bayes.naivebayes.predictor - package org.knime.base.node.mine.bayes.naivebayes.predictor
This package contains the classes of the predictor node.
org.knime.base.node.mine.bayes.naivebayes.predictor2 - package org.knime.base.node.mine.bayes.naivebayes.predictor2
This package contains the classes of the predictor node.
org.knime.base.node.mine.bayes.naivebayes.predictor3 - package org.knime.base.node.mine.bayes.naivebayes.predictor3
This package contains the classes of the predictor node.
org.knime.base.node.mine.bfn - package 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 - package 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.fuzzy.membership - package org.knime.base.node.mine.bfn.fuzzy.membership
Membership function package which are used during training of BasisFunction models.
org.knime.base.node.mine.bfn.fuzzy.norm - package org.knime.base.node.mine.bfn.fuzzy.norm
A set of fuzzy norms.
org.knime.base.node.mine.bfn.fuzzy.shrink - package org.knime.base.node.mine.bfn.fuzzy.shrink
A number of shrink heuristics.
org.knime.base.node.mine.bfn.radial - package org.knime.base.node.mine.bfn.radial
Contains the PNN learner and predictor.
org.knime.base.node.mine.cluster - package org.knime.base.node.mine.cluster
 
org.knime.base.node.mine.cluster.assign - package org.knime.base.node.mine.cluster.assign
This package contains the classes for the Cluster Assigner Node.
org.knime.base.node.mine.cluster.fuzzycmeans - package 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 - package org.knime.base.node.mine.cluster.hierarchical
Contains the implementation of a node performing hierarchical clustering.
org.knime.base.node.mine.cluster.hierarchical.distfunctions - package org.knime.base.node.mine.cluster.hierarchical.distfunctions
Contains distance function implementations for the Hierarchical Clustering node.
org.knime.base.node.mine.cluster.kmeans - package org.knime.base.node.mine.cluster.kmeans
This package contains the classes needed from the KMeans Node.
org.knime.base.node.mine.decisiontree2 - package org.knime.base.node.mine.decisiontree2
 
org.knime.base.node.mine.decisiontree2.image - package org.knime.base.node.mine.decisiontree2.image
This package contains code for a decision tree model and predictor.
org.knime.base.node.mine.decisiontree2.learner2 - package org.knime.base.node.mine.decisiontree2.learner2
 
org.knime.base.node.mine.decisiontree2.model - package org.knime.base.node.mine.decisiontree2.model
This package contains code for a decision tree model.
org.knime.base.node.mine.decisiontree2.predictor - package org.knime.base.node.mine.decisiontree2.predictor
This package contains code for a decision tree model and predictor.
org.knime.base.node.mine.decisiontree2.predictor2 - package org.knime.base.node.mine.decisiontree2.predictor2
This package contains code for a decision tree model and predictor.
org.knime.base.node.mine.decisiontree2.view - package org.knime.base.node.mine.decisiontree2.view
The view for the decision tree learner and the decision tree applier.
org.knime.base.node.mine.decisiontree2.view.graph - package org.knime.base.node.mine.decisiontree2.view.graph
A hierarchical graph visual component.
org.knime.base.node.mine.knn - package org.knime.base.node.mine.knn
 
org.knime.base.node.mine.knn.pmml - package org.knime.base.node.mine.knn.pmml
 
org.knime.base.node.mine.mds - package org.knime.base.node.mine.mds
A node that applies multi dimensional scaling (MDS) on high dimensional data.
org.knime.base.node.mine.mds.distances - package org.knime.base.node.mine.mds.distances
The package contains distance classes, computing various kinds of distances between DataRows and DataPoints ect.
org.knime.base.node.mine.mds.mdsprojection - package 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 - package org.knime.base.node.mine.neural.mlp
This package contains the classes for the MultiLayerPerceptron Predictor node.
org.knime.base.node.mine.neural.mlp2 - package org.knime.base.node.mine.neural.mlp2
This package contains the classes for the MultiLayerPerceptron Predictor node.
org.knime.base.node.mine.neural.rprop - package org.knime.base.node.mine.neural.rprop
This package contains all classes for the RProp Node.
org.knime.base.node.mine.pca - package org.knime.base.node.mine.pca
This package contains all classes for the PCA (principal component analysis) Node.
org.knime.base.node.mine.regression - package org.knime.base.node.mine.regression
Contains nodes and utility classes for linear and polynomial regression.
org.knime.base.node.mine.regression.linear - package org.knime.base.node.mine.regression.linear
Contains classes for linear regression.
org.knime.base.node.mine.regression.linear.learn - package org.knime.base.node.mine.regression.linear.learn
Node implementation performing linear regression.
org.knime.base.node.mine.regression.linear.predict - package org.knime.base.node.mine.regression.linear.predict
Node implementation performing linear regression prediction.
org.knime.base.node.mine.regression.linear.view - package org.knime.base.node.mine.regression.linear.view
Customized scatter plot view that also shows the regression line.
org.knime.base.node.mine.regression.linear2.learner - package org.knime.base.node.mine.regression.linear2.learner
Node implementation performing linear regression.
org.knime.base.node.mine.regression.linear2.view - package org.knime.base.node.mine.regression.linear2.view
Customized scatter plot view that also shows the regression line.
org.knime.base.node.mine.regression.logistic.learner - package org.knime.base.node.mine.regression.logistic.learner
Node implementation performing logistic regression.
org.knime.base.node.mine.regression.logistic.learner3 - package org.knime.base.node.mine.regression.logistic.learner3
Node implementation performing logistic regression.
org.knime.base.node.mine.regression.logistic.predict - package org.knime.base.node.mine.regression.logistic.predict
Node implementation performing regression prediction.
org.knime.base.node.mine.regression.pmmlgreg - package org.knime.base.node.mine.regression.pmmlgreg
 
org.knime.base.node.mine.regression.polynomial.learner - package 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.polynomial.learner2 - package org.knime.base.node.mine.regression.polynomial.learner2
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.polynomial.predictor - package org.knime.base.node.mine.regression.polynomial.predictor
The polyreg's learner package contains all necessary classes for the Polynomial Regression Learner node.
org.knime.base.node.mine.regression.predict - package org.knime.base.node.mine.regression.predict
Node implementation performing regression prediction.
org.knime.base.node.mine.regression.predict2 - package org.knime.base.node.mine.regression.predict2
Node implementation performing regression prediction.
org.knime.base.node.mine.scorer.accuracy - package org.knime.base.node.mine.scorer.accuracy
Similar to the default scorer.
org.knime.base.node.mine.scorer.entrop - package org.knime.base.node.mine.scorer.entrop
Node that performs an entropy calculation and compares two clustering results.
org.knime.base.node.mine.scorer.numeric - package org.knime.base.node.mine.scorer.numeric
Home of the Numeric Scorer node.
org.knime.base.node.mine.smote - package org.knime.base.node.mine.smote
Node that oversample patterns in an input table.
org.knime.base.node.mine.sota - package 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.distances - package org.knime.base.node.mine.sota.distances
Contains classes to compute distances for SOTA.
org.knime.base.node.mine.sota.logic - package org.knime.base.node.mine.sota.logic
Contains the logic classes of SOTA.
org.knime.base.node.mine.sota.predictor - package 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.sota.view - package org.knime.base.node.mine.sota.view
Contains the view classes of the Sota node.
org.knime.base.node.mine.sota.view.interaction - package org.knime.base.node.mine.sota.view.interaction
Contains interaction interfaces and classes, like hilite and selection manager.
org.knime.base.node.mine.subgroupminer - package org.knime.base.node.mine.subgroupminer
This package contains everything necessary for normal subgroup mining.
org.knime.base.node.mine.subgroupminer.apriori - package org.knime.base.node.mine.subgroupminer.apriori
This package contains two algorithm implementations for the SubgroupMinerNode.
org.knime.base.node.mine.subgroupminer.freqitemset - package org.knime.base.node.mine.subgroupminer.freqitemset
This package contains the necessary data structures for the subgroup mining.
org.knime.base.node.mine.svm - package org.knime.base.node.mine.svm
The scm package contains all classes necessary for Support Vector Machine learning (package learner) and prediction (predict).
org.knime.base.node.mine.svm.kernel - package org.knime.base.node.mine.svm.kernel
This subpackage contains all kernels that can be used by the SVM node.
org.knime.base.node.mine.svm.learner - package org.knime.base.node.mine.svm.learner
This subpackage contains all classes for the SVM Learner Node.
org.knime.base.node.mine.svm.predictor - package org.knime.base.node.mine.svm.predictor
This subpackage contains all classes for the SVM Predictor Node.
org.knime.base.node.mine.svm.predictor2 - package org.knime.base.node.mine.svm.predictor2
This subpackage contains all classes for the SVM Predictor Node.
org.knime.base.node.mine.svm.util - package org.knime.base.node.mine.svm.util
This subpackage contains some utility classes for the SVM node.
org.knime.base.node.mine.util - package org.knime.base.node.mine.util
Home of some utility classes related to data mining.
org.knime.base.node.parallel - package org.knime.base.node.parallel
This subpackage contains some classes that can be used to implemet nodes that process their data in parallel.
org.knime.base.node.parallel.appender - package org.knime.base.node.parallel.appender
 
org.knime.base.node.parallel.builder - package org.knime.base.node.parallel.builder
 
org.knime.base.node.preproc.addemptyrows - package org.knime.base.node.preproc.addemptyrows
Node that adds empty rows to an input table.
org.knime.base.node.preproc.append.row - package org.knime.base.node.preproc.append.row
 
org.knime.base.node.preproc.autobinner - package org.knime.base.node.preproc.autobinner
Contains nodes for (automatic) binning.
org.knime.base.node.preproc.autobinner.apply - package org.knime.base.node.preproc.autobinner.apply
Contains nodes to apply (automatic) binning.
org.knime.base.node.preproc.autobinner.pmml - package org.knime.base.node.preproc.autobinner.pmml
 
org.knime.base.node.preproc.autobinner2 - package org.knime.base.node.preproc.autobinner2
Contains nodes for (automatic) binning.
org.knime.base.node.preproc.autobinner3 - package org.knime.base.node.preproc.autobinner3
 
org.knime.base.node.preproc.binner - package 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.binnerdictionary - package org.knime.base.node.preproc.binnerdictionary
Contains a node that categorizes values in a column according to a dictionary table with min/max values.
org.knime.base.node.preproc.bitvector.create - package org.knime.base.node.preproc.bitvector.create
 
org.knime.base.node.preproc.bitvector.expand - package org.knime.base.node.preproc.bitvector.expand
The node to expand a bitvector column to int columns.
org.knime.base.node.preproc.bootstrap - package org.knime.base.node.preproc.bootstrap
Node that creates bootstrap samples.
org.knime.base.node.preproc.bytevector.create - package org.knime.base.node.preproc.bytevector.create
Creates byte vector from input int columns.
org.knime.base.node.preproc.bytevector.expand - package org.knime.base.node.preproc.bytevector.expand
The node to expand a byte vector column to int columns.
org.knime.base.node.preproc.caseconvert - package org.knime.base.node.preproc.caseconvert
Node to convert alphanumeric characters to lowercase or uppercase.
org.knime.base.node.preproc.cellreplace - package org.knime.base.node.preproc.cellreplace
Node that replaces a cell's content using a dictionary table.
org.knime.base.node.preproc.cellsplit - package 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 - package org.knime.base.node.preproc.cellsplitbypos
 
org.knime.base.node.preproc.colautotypecast - package org.knime.base.node.preproc.colautotypecast
Node to combine the content of a set of columns into a single column (to be appended).
org.knime.base.node.preproc.colcombine - package 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.colcombine2 - package org.knime.base.node.preproc.colcombine2
Node to combine the content of a set of columns into a single column (to be appended).
org.knime.base.node.preproc.colcompare - package 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 - package 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.categorytonumber - package org.knime.base.node.preproc.colconvert.categorytonumber
Implementation of the Category2Number node.
org.knime.base.node.preproc.colconvert.categorytonumber2 - package org.knime.base.node.preproc.colconvert.categorytonumber2
 
org.knime.base.node.preproc.colconvert.numbertocategory - package org.knime.base.node.preproc.colconvert.numbertocategory
Implementation of the Number2Category node.
org.knime.base.node.preproc.colconvert.numbertostring - package org.knime.base.node.preproc.colconvert.numbertostring
Node to convert DoubleValue columns to StringValue columns.
org.knime.base.node.preproc.colconvert.stringtonumber - package org.knime.base.node.preproc.colconvert.stringtonumber
Node to convert StringValue columns to NumberValue columns.
org.knime.base.node.preproc.columnaggregator - package org.knime.base.node.preproc.columnaggregator
 
org.knime.base.node.preproc.columnappend - package org.knime.base.node.preproc.columnappend
Defines the node to append to tables column-wise (Column Appender).
org.knime.base.node.preproc.columnheaderextract - package org.knime.base.node.preproc.columnheaderextract
Node that extract column headers and puts them into a new single-row table.
org.knime.base.node.preproc.columnheaderinsert - package org.knime.base.node.preproc.columnheaderinsert
A node that replace the column names according to a dictionary table containing old-name to new-name mappings.
org.knime.base.node.preproc.columnlag - package org.knime.base.node.preproc.columnlag
 
org.knime.base.node.preproc.columnmerge - package org.knime.base.node.preproc.columnmerge
A node that merges two selected columns such that it uses the values from the first selected column unless it is missing.
org.knime.base.node.preproc.columnrenameregex - package org.knime.base.node.preproc.columnrenameregex
Contains a node that renames columns in a table according to regular expression search & replace filter.
org.knime.base.node.preproc.columnresorter - package org.knime.base.node.preproc.columnresorter
This package contains the classes of the column resorter node.
org.knime.base.node.preproc.columntogrid - package org.knime.base.node.preproc.columntogrid
Contains a node that breaks a column (or a set of columns) into a grid.
org.knime.base.node.preproc.columntogrid2 - package org.knime.base.node.preproc.columntogrid2
Contains a node that breaks a column (or a set of columns) into a grid.
org.knime.base.node.preproc.columnTrans - package org.knime.base.node.preproc.columnTrans
This package contains the classes of the Many2One and One2Many column transformation nodes.
org.knime.base.node.preproc.columntrans2 - package org.knime.base.node.preproc.columntrans2
This package contains the classes of the Many2One and One2Many column transformation nodes.
org.knime.base.node.preproc.constantvalue - package org.knime.base.node.preproc.constantvalue
Node to add a constant value to a table.
org.knime.base.node.preproc.correlation.compute - package org.knime.base.node.preproc.correlation.compute
 
org.knime.base.node.preproc.correlation.filter - package org.knime.base.node.preproc.correlation.filter
 
org.knime.base.node.preproc.correlation.pmcc - package org.knime.base.node.preproc.correlation.pmcc
 
org.knime.base.node.preproc.createtablestructure - package org.knime.base.node.preproc.createtablestructure
Node that creates a table structure (given number of typed columns), no rows.
org.knime.base.node.preproc.crossjoin - package org.knime.base.node.preproc.crossjoin
This package implements ...
org.knime.base.node.preproc.datavalidator - package org.knime.base.node.preproc.datavalidator
Implemenation of the DataValidator node.
org.knime.base.node.preproc.datavalidator.dndpanel - package org.knime.base.node.preproc.datavalidator.dndpanel
Some convienence UI widgets...
org.knime.base.node.preproc.discretization.caim2 - package org.knime.base.node.preproc.discretization.caim2
Contains two nodes for class supervised binning and applying such a learned binning model to new data.
org.knime.base.node.preproc.discretization.caim2.modelapply - package 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 - package 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 - package org.knime.base.node.preproc.domain
Contains a node to determine the DataTableSpec of the input data.
org.knime.base.node.preproc.domain.dialog2 - package org.knime.base.node.preproc.domain.dialog2
 
org.knime.base.node.preproc.domain.editnominal - package org.knime.base.node.preproc.domain.editnominal
Manages possible values to the domain.
org.knime.base.node.preproc.domain.editnominal.dic - package org.knime.base.node.preproc.domain.editnominal.dic
Adds possible values to the domain.
org.knime.base.node.preproc.domain.editnumeric - package org.knime.base.node.preproc.domain.editnumeric
Node to define numeric bounds.
org.knime.base.node.preproc.double2int - package org.knime.base.node.preproc.double2int
 
org.knime.base.node.preproc.double2int2 - package org.knime.base.node.preproc.double2int2
 
org.knime.base.node.preproc.draganddroppanel - package org.knime.base.node.preproc.draganddroppanel
Node that replaces a cell's content using a dictionary table.
org.knime.base.node.preproc.draganddroppanel.droppanes - package org.knime.base.node.preproc.draganddroppanel.droppanes
 
org.knime.base.node.preproc.draganddroppanel.transferhandler - package org.knime.base.node.preproc.draganddroppanel.transferhandler
 
org.knime.base.node.preproc.equalsizesampling - package org.knime.base.node.preproc.equalsizesampling
 
org.knime.base.node.preproc.extractmissingvaluecause - package org.knime.base.node.preproc.extractmissingvaluecause
 
org.knime.base.node.preproc.filter.column - package 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 - package 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.definition.apply - package org.knime.base.node.preproc.filter.definition.apply
 
org.knime.base.node.preproc.filter.definition.apply.rowsplitter - package org.knime.base.node.preproc.filter.definition.apply.rowsplitter
 
org.knime.base.node.preproc.filter.definition.merger - package org.knime.base.node.preproc.filter.definition.merger
 
org.knime.base.node.preproc.filter.hilite - package 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 - package org.knime.base.node.preproc.filter.hilite.collector
Contains the Interactive HiLite Collector node which appends annotations in an Interactive View to hilit rows.
org.knime.base.node.preproc.filter.missingvaluecolfilter - package org.knime.base.node.preproc.filter.missingvaluecolfilter
Contains the filter column node which can be used the extract certain columns from the input data table.
org.knime.base.node.preproc.filter.nominal - package org.knime.base.node.preproc.filter.nominal
This package implements a possible value row filter.
org.knime.base.node.preproc.filter.row - package 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 - package 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 - package 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 - package org.knime.base.node.preproc.groupby
Contains a node to perform a group by operation on an input table.
org.knime.base.node.preproc.joiner - package org.knime.base.node.preproc.joiner
This package contains classes for a node that joins two data tables in a database-like way.
org.knime.base.node.preproc.lowvarfilter2 - package org.knime.base.node.preproc.lowvarfilter2
Node implementation that allows the user to filter out numeric columns, which have a low or no variance.
org.knime.base.node.preproc.matcher - package org.knime.base.node.preproc.matcher
 
org.knime.base.node.preproc.missingval - package org.knime.base.node.preproc.missingval
Implemenation of the node that treats missing values.
org.knime.base.node.preproc.normalize - package org.knime.base.node.preproc.normalize
This package contains all classes for the Normalizer Node.
org.knime.base.node.preproc.normalize2 - package org.knime.base.node.preproc.normalize2
 
org.knime.base.node.preproc.normalize3 - package org.knime.base.node.preproc.normalize3
This package contains all classes for the Normalizer Node.
org.knime.base.node.preproc.partition - package org.knime.base.node.preproc.partition
Node that partitions the data into train- and test set.
org.knime.base.node.preproc.pivot - package org.knime.base.node.preproc.pivot
Contains the Pivoting node that pivots and groups the input table by the selected columns for pivoting and grouping; enhanced by column aggregations.
org.knime.base.node.preproc.pmml - package org.knime.base.node.preproc.pmml
 
org.knime.base.node.preproc.pmml.binner - package org.knime.base.node.preproc.pmml.binner
Contains a node to bin/group a number of numeric columns into a string column by predefined intervals.
org.knime.base.node.preproc.pmml.columnfilter - package org.knime.base.node.preproc.pmml.columnfilter
Contains an extension of the column filter nodes.
org.knime.base.node.preproc.pmml.columnTrans - package org.knime.base.node.preproc.pmml.columnTrans
This package contains the PMML enabled version of the classes of the Many2One and One2Many column transformation nodes.
org.knime.base.node.preproc.pmml.columntrans2 - package org.knime.base.node.preproc.pmml.columntrans2
This package contains the PMML enabled version of the classes of the Many2One and One2Many column transformation nodes.
org.knime.base.node.preproc.pmml.missingval - package org.knime.base.node.preproc.pmml.missingval
Package containing base and helper classes for missing value replacement.
org.knime.base.node.preproc.pmml.missingval.apply - package org.knime.base.node.preproc.pmml.missingval.apply
Package containing a node that applies missing value replacement as defined in a PMML document.
org.knime.base.node.preproc.pmml.missingval.compute - package org.knime.base.node.preproc.pmml.missingval.compute
Package containing a node which computes replacements for missing values.
org.knime.base.node.preproc.pmml.missingval.handlers - package org.knime.base.node.preproc.pmml.missingval.handlers
Package containing missing cell handlers.
org.knime.base.node.preproc.pmml.missingval.handlers.timeseries - package org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
 
org.knime.base.node.preproc.pmml.missingval.utils - package org.knime.base.node.preproc.pmml.missingval.utils
 
org.knime.base.node.preproc.pmml.normalize - package org.knime.base.node.preproc.pmml.normalize
This package contains all classes for the Normalizer Node with PMML support.
org.knime.base.node.preproc.pmml.numbertostring - package org.knime.base.node.preproc.pmml.numbertostring
Node to convert DoubleValue columns to StringValue columns.
org.knime.base.node.preproc.pmml.stringtonumber - package org.knime.base.node.preproc.pmml.stringtonumber
Node to convert StringValue columns to NumberValue columns.
org.knime.base.node.preproc.pmml.xml2pmml - package org.knime.base.node.preproc.pmml.xml2pmml
 
org.knime.base.node.preproc.rank - package org.knime.base.node.preproc.rank
This package implements ...
org.knime.base.node.preproc.refcolumnresorter - package org.knime.base.node.preproc.refcolumnresorter
This package contains the classes of the reference column resorter node.
org.knime.base.node.preproc.regexsplit - package 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 - package org.knime.base.node.preproc.rename
Node that allows to rename column names or change the type.
org.knime.base.node.preproc.rounddouble - package org.knime.base.node.preproc.rounddouble
This package contains the classes of the round double node.
org.knime.base.node.preproc.rowkey2 - package org.knime.base.node.preproc.rowkey2
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 - package org.knime.base.node.preproc.rowsplit
Node splits a data table according to a numeric filter criterion.
org.knime.base.node.preproc.sample - package org.knime.base.node.preproc.sample
Node that samples rows from an input table.
org.knime.base.node.preproc.setoperator - package 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 - package 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 - package 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.split2 - package org.knime.base.node.preproc.split2
Node that splits an input table into two output table.
org.knime.base.node.preproc.stringreplacer - package 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 - package org.knime.base.node.preproc.stringreplacer.dict
Node that replaces the content of a selected column by dictionary entries.
org.knime.base.node.preproc.targetshuffling - package org.knime.base.node.preproc.targetshuffling
 
org.knime.base.node.preproc.transpose - package org.knime.base.node.preproc.transpose
Contains a node to transpose a table by swaping rows and columns.
org.knime.base.node.preproc.ungroup - package org.knime.base.node.preproc.ungroup
 
org.knime.base.node.preproc.unpivot2 - package org.knime.base.node.preproc.unpivot2
 
org.knime.base.node.preproc.valcount - package org.knime.base.node.preproc.valcount
 
org.knime.base.node.rules - package org.knime.base.node.rules
 
org.knime.base.node.switches.caseswitch - package org.knime.base.node.switches.caseswitch
 
org.knime.base.node.switches.caseswitch.model - package org.knime.base.node.switches.caseswitch.model
 
org.knime.base.node.switches.caseswitch.variable - package org.knime.base.node.switches.caseswitch.variable
 
org.knime.base.node.switches.emptytableswitch - package org.knime.base.node.switches.emptytableswitch
 
org.knime.base.node.switches.endcase - package org.knime.base.node.switches.endcase
 
org.knime.base.node.switches.endif - package org.knime.base.node.switches.endif
 
org.knime.base.node.switches.endmodelcase - package org.knime.base.node.switches.endmodelcase
 
org.knime.base.node.switches.manualif - package org.knime.base.node.switches.manualif
 
org.knime.base.node.switches.startcase - package org.knime.base.node.switches.startcase
 
org.knime.base.node.util - package org.knime.base.node.util
 
org.knime.base.node.util.cache - package org.knime.base.node.util.cache
Contains node that allows caching of data for fast access.
org.knime.base.node.util.createtempdir - package org.knime.base.node.util.createtempdir
A node that creates a temporary directory upon execute.
org.knime.base.node.util.extracttabledimension - package org.knime.base.node.util.extracttabledimension
This package contains the classes of the extract table dimension node.
org.knime.base.node.util.extracttablespec - package org.knime.base.node.util.extracttablespec
This package contains the classes of the extract table spec node.
org.knime.base.node.util.exttool - package org.knime.base.node.util.exttool
Provides functionality for nodes that want to launch external programs.
The CommandExecution can be used to run the external program.
org.knime.base.node.util.globaltimerinfo - package org.knime.base.node.util.globaltimerinfo
 
org.knime.base.node.util.mergevariables - package org.knime.base.node.util.mergevariables
This package contains the classes of the merge variables node.
org.knime.base.node.util.sampledata - package org.knime.base.node.util.sampledata
 
org.knime.base.node.util.sendmail - package org.knime.base.node.util.sendmail
Node to send emails using javax.mail.
org.knime.base.node.util.timerinfo - package org.knime.base.node.util.timerinfo
 
org.knime.base.node.viz.aggregation - package org.knime.base.node.viz.aggregation
This package contains all data models and some utility classes which are used in the different aggregation visualization implementations like pie chart and histogram.
org.knime.base.node.viz.aggregation.util - package org.knime.base.node.viz.aggregation.util
This package contains classes that are used in all aggregating visualisations.
org.knime.base.node.viz.condbox - package org.knime.base.node.viz.condbox
Contains all classes that realize a conditional box plot.
org.knime.base.node.viz.crosstable - package org.knime.base.node.viz.crosstable
Creates a cross table and some statistics.
org.knime.base.node.viz.enrichment - package org.knime.base.node.viz.enrichment
The enrichment plotter node allows you to plot enrichment curves.
org.knime.base.node.viz.enrichment2 - package org.knime.base.node.viz.enrichment2
The enrichment plotter node allows you to plot enrichment curves.
org.knime.base.node.viz.hilite - package org.knime.base.node.viz.hilite
 
org.knime.base.node.viz.histogram - package org.knime.base.node.viz.histogram
Contains classes to create an histogram view.
org.knime.base.node.viz.histogram.datamodel - package org.knime.base.node.viz.histogram.datamodel
This package contains all data and visualization models which are used in the different histogram implementations.
org.knime.base.node.viz.histogram.impl - package org.knime.base.node.viz.histogram.impl
This package contains the different plotter implementations of the histogram and the root class AbstractHistogramPlotter and AbstractHistogramProperties that need to be implemented by the concrete implementation.
org.knime.base.node.viz.histogram.impl.fixed - package org.knime.base.node.viz.histogram.impl.fixed
This is the memory saving implementation of the abstract histogram plotter.
org.knime.base.node.viz.histogram.impl.interactive - package org.knime.base.node.viz.histogram.impl.interactive
This is the interactive implementation of the abstract histogram plotter.
org.knime.base.node.viz.histogram.node - package 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 - package 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 - package org.knime.base.node.viz.liftchart
The liftchart package contains all classes for building a lift chart node.
org.knime.base.node.viz.pie.datamodel - package org.knime.base.node.viz.pie.datamodel
This package contains the pie chart data model classes.
org.knime.base.node.viz.pie.datamodel.fixed - package org.knime.base.node.viz.pie.datamodel.fixed
This package contains the fixed pie chart data model classes.
org.knime.base.node.viz.pie.datamodel.interactive - package org.knime.base.node.viz.pie.datamodel.interactive
This package contains the interactive pie chart data model classes.
org.knime.base.node.viz.pie.impl - package org.knime.base.node.viz.pie.impl
This package contains the plotter framework implementation classes.
org.knime.base.node.viz.pie.impl.fixed - package org.knime.base.node.viz.pie.impl.fixed
This package contains the fixed pie chart plotter classes.
org.knime.base.node.viz.pie.impl.interactive - package org.knime.base.node.viz.pie.impl.interactive
This package contains the interactive pie chart plotter classes.
org.knime.base.node.viz.pie.node - package 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.pie.node.fixed - package org.knime.base.node.viz.pie.node.fixed
This package contains the KNIME node classes for the fixed pie chart.
org.knime.base.node.viz.pie.node.interactive - package org.knime.base.node.viz.pie.node.interactive
This package contains the KNIME node classes for the interactive pie chart.
org.knime.base.node.viz.pie.util - package org.knime.base.node.viz.pie.util
This package contains some utility classes like the ColumnFilter and the GeometryUtil class.
org.knime.base.node.viz.plotter - package org.knime.base.node.viz.plotter
Contains the basic viewing framework for KNIME.
org.knime.base.node.viz.plotter.basic - package org.knime.base.node.viz.plotter.basic
The idea behind the BasicPlotter is to provide a small fraction of the functionality known from "R" or "GnuPlot", if you have some basic elements, such as lines, ellipses, rectangles, you want to add to your view you can use the BasicPlotter.
org.knime.base.node.viz.plotter.box - package org.knime.base.node.viz.plotter.box
Contains all classes that realize a box plot.
org.knime.base.node.viz.plotter.columns - package org.knime.base.node.viz.plotter.columns
This package contains convenient classes when two or n columns should be displayed.
org.knime.base.node.viz.plotter.dendrogram - package org.knime.base.node.viz.plotter.dendrogram
Contains all classes necessary to visualize a hierachical clustering result represented by a DendrogramNode.
org.knime.base.node.viz.plotter.line - package org.knime.base.node.viz.plotter.line
A line plot plots the numeric columns of the input table as lines.
org.knime.base.node.viz.plotter.node - package 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.plotter.parcoord - package org.knime.base.node.viz.plotter.parcoord
A ParallelCoordinatePlot is a representation of multi-dimensional information or data, in which multiple dimensions are allocated to parallel axes on-screen.
org.knime.base.node.viz.plotter.props - package org.knime.base.node.viz.plotter.props
The properties for the plotters are organized into small functional units which can be added as tabs to the properties panel which is added to the plotter.
org.knime.base.node.viz.plotter.scatter - package org.knime.base.node.viz.plotter.scatter
A scatter plot maps to columns (dimensions) of data to 2-dimensional space, which results that each row (data instance) can be represented as one 2-dimensional point.
org.knime.base.node.viz.plotter.scattermatrix - package org.knime.base.node.viz.plotter.scattermatrix
A scatter matrix plot is a matrix of scatter plots, where each selected column is plotted against each selected column.
org.knime.base.node.viz.property.color - package 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.color.extract - package org.knime.base.node.viz.property.color.extract
A node that reads a color port object (output of "Color Manager" node) and converts the content into a table with RGB information.
org.knime.base.node.viz.property.shape - package 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 - package 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 - package org.knime.base.node.viz.roc
The ROC node allows you to plot ROC curves.
org.knime.base.node.viz.statistics - package 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.statistics2 - package org.knime.base.node.viz.statistics2
Contains the Statistics Node which can be used to compute statistics based on the input data table.
org.knime.base.node.viz.table - package org.knime.base.node.viz.table
Node implementation of the interactive table view.
org.knime.base.node.workflow.save - package org.knime.base.node.workflow.save
A node that saves the workflow upon execution.
org.knime.base.util - package org.knime.base.util
 
org.knime.base.util.coordinate - package org.knime.base.util.coordinate
All classes of this package are not part of the offical API and might undergo changes until the next release.
org.knime.base.util.flowvariable - package org.knime.base.util.flowvariable
Contains convenience class to define and resolve flow variable placeholders in small snippets.
org.knime.base.util.kdtree - package org.knime.base.util.kdtree
 
org.knime.base.util.math - package org.knime.base.util.math
 
org.knime.core.data - package org.knime.core.data
Contains the interface definitions of the DataCell and DataTable and related classes, used to store and access the actual data.
org.knime.core.data.append - package org.knime.core.data.append
 
org.knime.core.data.blob - package org.knime.core.data.blob
Defines KNIME binary object data type as used, for instance to a DB Blob.
org.knime.core.data.collection - package org.knime.core.data.collection
Definitions for KNIME collection types and default implementations.
org.knime.core.data.container - package org.knime.core.data.container
Implementation of a DataContainer.
org.knime.core.data.convert - package org.knime.core.data.convert
KNIME Converter Framework
org.knime.core.data.convert.datacell - package org.knime.core.data.convert.datacell
DataCell to Java Converters
org.knime.core.data.convert.java - package org.knime.core.data.convert.java
Java to DataCell Converters
org.knime.core.data.convert.util - package org.knime.core.data.convert.util
 
org.knime.core.data.date - package org.knime.core.data.date
Definition of date and time in KNIME.
org.knime.core.data.def - package org.knime.core.data.def
Provides default implementations for all (except DataTable) abstract classes in the data package.

The default implementations of classes derived from DataCell just store their values in members of the appropriate java type (like DoubleCell has a private member of Java type double, etc.).

The default implementation of DataTable is deprecated and shouldn't be used.
org.knime.core.data.filestore - package org.knime.core.data.filestore
 
org.knime.core.data.filestore.internal - package org.knime.core.data.filestore.internal
Framework classes for file store handling.
org.knime.core.data.image - package org.knime.core.data.image
 
org.knime.core.data.image.png - package org.knime.core.data.image.png
 
org.knime.core.data.model - package org.knime.core.data.model
 
org.knime.core.data.property - package org.knime.core.data.property
Contains utility classes for Colors, Shapes, and Sizes which can be assigned to a DataTable via corresponding ColorHandler, ShapeHandler, and SizeHandler all derived from PropertyHandler.
org.knime.core.data.property.filter - package org.knime.core.data.property.filter
Represents filtering on a table in (usually JavaScript) views.
org.knime.core.data.renderer - package org.knime.core.data.renderer
Interfaces and default implementations for renderer of DataValue objects.
org.knime.core.data.sort - package org.knime.core.data.sort
Classes to sort a table.
org.knime.core.data.util - package org.knime.core.data.util
This package contains the utility class ObjectToDataCellConverter, which is as of KNIME 1.2.0 deprecated.
org.knime.core.data.util.memory - package org.knime.core.data.util.memory
 
org.knime.core.data.vector.bitvector - package org.knime.core.data.vector.bitvector
 
org.knime.core.data.vector.bytevector - package org.knime.core.data.vector.bytevector
 
org.knime.core.data.vector.doublevector - package org.knime.core.data.vector.doublevector
 
org.knime.core.data.vector.stringvector - package org.knime.core.data.vector.stringvector
 
org.knime.core.data.xml - package org.knime.core.data.xml
 
org.knime.core.data.xml.io - package org.knime.core.data.xml.io
 
org.knime.core.data.xml.util - package org.knime.core.data.xml.util
 
org.knime.core.eclipseUtil - package org.knime.core.eclipseUtil
Contains only utility classes needed to make Eclipse work together with the KNIME framework.
org.knime.core.internal - package org.knime.core.internal
Contains class for internal use.
org.knime.core.node - package org.knime.core.node
Contains all classes needed to implement a new node in the workflow.
org.knime.core.node.config - package org.knime.core.node.config
Contains a utility class org.knime.core.node.config.BaseConfig to store a general state (i.e.
org.knime.core.node.config.base - package org.knime.core.node.config.base
Contains a utility class Config to store a general state (i.e.
org.knime.core.node.defaultnodesettings - package org.knime.core.node.defaultnodesettings
Contains default dialog components, which can be used to quickly create a simple dialog.
org.knime.core.node.dialog - package org.knime.core.node.dialog
 
org.knime.core.node.exec - package org.knime.core.node.exec
 
org.knime.core.node.exec.dataexchange - package org.knime.core.node.exec.dataexchange
Utility classes that are needed to move data into different workflows / contexts for 3rd party job manager execution.
org.knime.core.node.exec.dataexchange.in - package org.knime.core.node.exec.dataexchange.in
 
org.knime.core.node.interactive - package org.knime.core.node.interactive
 
org.knime.core.node.interrupt - package org.knime.core.node.interrupt
This package contains the necessary classes for an interruptible framework.
org.knime.core.node.missing - package org.knime.core.node.missing
Non-API: A placeholder node for nodes that can't be loaded (extension not installed).
org.knime.core.node.port - package org.knime.core.node.port
 
org.knime.core.node.port.database - package org.knime.core.node.port.database
 
org.knime.core.node.port.database.aggregation - package org.knime.core.node.port.database.aggregation
 
org.knime.core.node.port.database.aggregation.function - package org.knime.core.node.port.database.aggregation.function
 
org.knime.core.node.port.database.aggregation.function.booleanoption - package org.knime.core.node.port.database.aggregation.function.booleanoption
 
org.knime.core.node.port.database.aggregation.function.column - package org.knime.core.node.port.database.aggregation.function.column
 
org.knime.core.node.port.database.aggregation.function.concatenate - package org.knime.core.node.port.database.aggregation.function.concatenate
 
org.knime.core.node.port.database.aggregation.function.custom - package org.knime.core.node.port.database.aggregation.function.custom
 
org.knime.core.node.port.database.aggregation.function.h2 - package org.knime.core.node.port.database.aggregation.function.h2
 
org.knime.core.node.port.database.aggregation.function.postgresql - package org.knime.core.node.port.database.aggregation.function.postgresql
 
org.knime.core.node.port.database.aggregation.function.sqlite - package org.knime.core.node.port.database.aggregation.function.sqlite
 
org.knime.core.node.port.database.binning - package org.knime.core.node.port.database.binning
 
org.knime.core.node.port.database.connection - package org.knime.core.node.port.database.connection
 
org.knime.core.node.port.database.pivoting - package org.knime.core.node.port.database.pivoting
 
org.knime.core.node.port.database.reader - package org.knime.core.node.port.database.reader
 
org.knime.core.node.port.database.tablecreator - package org.knime.core.node.port.database.tablecreator
 
org.knime.core.node.port.database.writer - package org.knime.core.node.port.database.writer
 
org.knime.core.node.port.flowvariable - package org.knime.core.node.port.flowvariable
 
org.knime.core.node.port.image - package org.knime.core.node.port.image
Defines simple image port type.
org.knime.core.node.port.inactive - package org.knime.core.node.port.inactive
 
org.knime.core.node.port.pmml - package org.knime.core.node.port.pmml
 
org.knime.core.node.port.pmml.preproc - package org.knime.core.node.port.pmml.preproc
 
org.knime.core.node.port.viewproperty - package org.knime.core.node.port.viewproperty
 
org.knime.core.node.property.hilite - package org.knime.core.node.property.hilite
Contains hilite classes to maintain hilite events between different views.
org.knime.core.node.streamable - package org.knime.core.node.streamable
 
org.knime.core.node.streamable.simple - package org.knime.core.node.streamable.simple
 
org.knime.core.node.tableview - package org.knime.core.node.tableview
Node implementation of a table view.
org.knime.core.node.util - package 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.util.dialog - package org.knime.core.node.util.dialog
 
org.knime.core.node.util.dialog.field - package org.knime.core.node.util.dialog.field
 
org.knime.core.node.util.filter - package org.knime.core.node.util.filter
Utility classes to work with filters, such a string, values, column filter.
org.knime.core.node.util.filter.column - package org.knime.core.node.util.filter.column
Implementation of the column filter.
org.knime.core.node.util.filter.variable - package org.knime.core.node.util.filter.variable
 
org.knime.core.node.web - package org.knime.core.node.web
 
org.knime.core.node.wizard - package org.knime.core.node.wizard
 
org.knime.core.node.wizard.util - package org.knime.core.node.wizard.util
 
org.knime.core.node.workflow - package org.knime.core.node.workflow
Contains wrapper classes which control the communication between Node and GUI Workflow.
org.knime.core.node.workflow.action - package org.knime.core.node.workflow.action
 
org.knime.core.node.workflow.execresult - package org.knime.core.node.workflow.execresult
 
org.knime.core.node.workflow.virtual - package org.knime.core.node.workflow.virtual
 
org.knime.core.node.workflow.virtual.parchunk - package org.knime.core.node.workflow.virtual.parchunk
 
org.knime.core.node.workflow.virtual.subnode - package org.knime.core.node.workflow.virtual.subnode
 
org.knime.core.quickform - package org.knime.core.quickform
 
org.knime.core.quickform.in - package org.knime.core.quickform.in
 
org.knime.core.quickform.out - package org.knime.core.quickform.out
 
org.knime.core.util - package org.knime.core.util
This package contains some small utility classes that may be useful in all kinds of nodes.
org.knime.core.util.crypto - package org.knime.core.util.crypto
 
org.knime.core.util.node.config - package org.knime.core.util.node.config
 
org.knime.core.util.node.config.display - package org.knime.core.util.node.config.display
 
org.knime.core.util.node.quickform - package org.knime.core.util.node.quickform
Contains elements that are used in KNIME quick forms (for instance, KNIME WebPortal).
org.knime.core.util.node.quickform.in - package org.knime.core.util.node.quickform.in
Input elements such as file uploads etc.
org.knime.core.util.node.quickform.out - package org.knime.core.util.node.quickform.out
Output elements such as file downloads etc.
org.knime.core.util.pathresolve - package org.knime.core.util.pathresolve
 
org.knime.core.util.tokenizer - package org.knime.core.util.tokenizer
 
org.knime.core.xml - package org.knime.core.xml
Holds a class which can be used to read certain properties from an xml file.
ORIG - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
ORIG - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
origStringToString(String) - Method in class org.knime.base.data.util.DataCellStringMapper
 
OrRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
 
OrRowFilter(RowFilter, RowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
OrRowFilter(IRowFilter, IRowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
Implements a RowFilter that takes two other RowFilters and combines their results with a logical OR.
OrRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
The row filter created by this constructor cannot be used without setting two input filters by loading settings from a config object.
OSGIHelper - Class in org.knime.core.eclipseUtil
This class contains some methods to access OSGI information that may not be available if the program is not running in a complete OSGI framework.
OSGIHelper() - Constructor for class org.knime.core.eclipseUtil.OSGIHelper
 
OUT - Static variable in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
Values on the border are excluded.
OUT_SPEC - Static variable in class org.knime.base.node.viz.roc.ROCCalculator
The spec of the table created by this class.
OutColumnField - Class in org.knime.core.node.util.dialog.field
Settings for dialog out column list field.
OutColumnField() - Constructor for class org.knime.core.node.util.dialog.field.OutColumnField
Create an instance.
OutColumnList() - Constructor for class org.knime.core.node.util.dialog.field.FieldList.OutColumnList
Create an empty instance.
OutFieldsTable - Class in org.knime.core.node.util.dialog
The table where fields for output columns and flow variables can be defined.
OutFieldsTable(boolean, boolean) - Constructor for class org.knime.core.node.util.dialog.OutFieldsTable
Create a new component.
OutFieldsTable.BooleanRenderer - Class in org.knime.core.node.util.dialog
Renders a boolean as a checkbox.
OutFieldsTable.DataTypeTableCellEditor - Class in org.knime.core.node.util.dialog
A cell editor to define the type of the output column or flow variable.
OutFieldsTable.DefaultFieldTableCellRenderer - Class in org.knime.core.node.util.dialog
Renders the table cells defining the default value fields.
OutFieldsTable.InputTableCellEditor - Class in org.knime.core.node.util.dialog
A cell editor to define the name of the output column or flow variable.
OutFieldsTableModel - Class in org.knime.core.node.util.dialog
Extends the table model by validation methods.
OutFieldsTableModel(boolean, boolean) - Constructor for class org.knime.core.node.util.dialog.OutFieldsTableModel
Create a new instance.
OutFieldsTableModel.FieldType - Enum in org.knime.core.node.util.dialog
The KNIME type of an output field.
OutFlowVariableField - Class in org.knime.core.node.util.dialog.field
Settings for dialog out flow variable list field.
OutFlowVariableField() - Constructor for class org.knime.core.node.util.dialog.field.OutFlowVariableField
Create an instance.
OutFlowVariableList() - Constructor for class org.knime.core.node.util.dialog.field.FieldList.OutFlowVariableList
Create an empty instance.
OutFlowVariableList(boolean) - Constructor for class org.knime.core.node.util.dialog.field.FieldList.OutFlowVariableList
Create an empty instance.
Outlier - Class in org.knime.base.node.viz.plotter.box
 
Outlier(double, String) - Constructor for class org.knime.base.node.viz.plotter.box.Outlier
Creates a new instance of Outlier.
OutlineView<K> - Class in org.knime.base.node.mine.decisiontree2.view.graph
This component displays a typically smaller representation of a HierarchicalGraphView.
OutlineView(HierarchicalGraphView<K>) - Constructor for class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
Creates a new instance.
outOfDomain(String, RowKey, String) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
 
OUTPORT - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
The output port used here.
OUTPORT - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Keeps index of the output port which is 0.
OUTPORT - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
The output port used here.
OUTPORT - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Keeps port number for the single input port.
OUTPORT - Static variable in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Keeps port number for the single input port.
OUTPORT - Static variable in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Keeps port number for the single input port.
OUTPORT_0 - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
The output port 0: confusion matrix.
OUTPORT_1 - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
The output port 1: accuracy measures.
OUTPORT_A - Static variable in class org.knime.base.node.preproc.partition.PartitionNodeModel
Outport for training data: 0.
OUTPORT_B - Static variable in class org.knime.base.node.preproc.partition.PartitionNodeModel
Outport for test data: 1.
OutPortView - Class in org.knime.core.node.workflow
 
OutPortView(String, String) - Constructor for class org.knime.core.node.workflow.OutPortView
A view showing the data stored in the specified output port.
output() - Method in class org.knime.base.data.neural.InputPerceptron
Returns the current input of the perceptron.
output(double[]) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Evaluates input and returns output of output neurons.
output(Double[]) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Computes the output for given input.
output() - Method in class org.knime.base.data.neural.Perceptron
Used to get the output from all input neurons.
output() - Method in class org.knime.base.data.neural.SigmoidPerceptron
Returns the output.
Output() - Constructor for class org.knime.core.node.Node.Output
 
OUTPUT_AS_STRING_DEPRECATED - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
The configuration key for the output as string settings (a bool).
OUTPUT_TYPE - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
The configuration key for the output as string settings (plain, engineering, standard).
outputClassProbabilities(boolean) - Method in class org.knime.base.node.mine.knn.KnnSettings
Set if an additional column containing class probabilities should be appended to the output table.
outputClassProbabilities() - Method in class org.knime.base.node.mine.knn.KnnSettings
Returns if an additional column containing class probabilities should be appended to the output table.
OutputClosedException() - Constructor for exception org.knime.core.node.streamable.RowOutput.OutputClosedException
 
outputDir - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
The output directory.
OutputField - Interface in org.knime.core.node.util.dialog.field
Interface for a dialog output field.
outputFile - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
The output (zip) file.
OutputNode - Interface in org.knime.core.node.dialog
Interface for nodes that produce results that can be queried externally, e.g.
OutputPortRole - Class in org.knime.core.node.streamable
A port role describes the requirements for a node's output object.
OutputRow - Class in org.knime.base.node.preproc.joiner
Stores information of a inner or outer join in a DataRow.
OutputRow.Settings - Class in org.knime.base.node.preproc.joiner
A class that stores the common settings for all OutputRows.
outputTableSpec() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinearRegressionContent
outputTableSpec() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
outputTableSpec() - Method in class org.knime.base.node.mine.regression.RegressionContent
 
overlap(BasisFunctionPredictorRow, boolean) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Computes the overlapping of two basis functions.
overlap(BasisFunctionPredictorRow, boolean) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Computes the overlapping of two fuzzy basisfunction based on their core spreads.
overlap(BasisFunctionPredictorRow, boolean) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Computes the overlapping based on the standard deviation of both radial basisfunctions.
overlapping(double, double, double, double, boolean) - Static method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Computes the overlapping based on two lines.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.CharsetNamePanel
Writes the current settings of the panel into the passed settings object.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.DecSepPanel
Writes the current settings of the panel into the passed settings object.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.FileReaderAdvancedDialog
Overrides the settings in the passed argument with the settings from this dialog.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.IgnoreDelimsPanel
Transfers the current settings from the panel in the passed object.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.LimitRowsPanel
Transfers the current settings from the panel in the passed object.
overrideSettings(FileReaderSettings) - Method in class org.knime.base.node.io.filereader.MissingValuePanel
Writes the current settings of the panel into the passed settings object.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.QuotePanel
Deletes all quotes defined in the passed object, reads the currently listed quotes from the JList and adds them to the settings object.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.ShortLinesPanel
Transfers the current settings from the panel in the passed object.
overrideSettings(FileReaderNodeSettings) - Method in class org.knime.base.node.io.filereader.UniquifyPanel
Transfers the current settings from the panel in the passed object.
overwriteSettings(Config, Map<String, FlowVariable>) - Method in class org.knime.core.node.config.ConfigEditTreeModel
Modifies the first argument to reflect the values of the mask represented by this object.

P

pack() - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Sets the size of the underlying array to the number of elements in the list.
paint(Graphics) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
paint(Graphics) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.ClassPieChart
paint(Graphics) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeView.HistoChart
paint(Component, Graphics2D, int, int, int, int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
Paint this NodeWidget using the given Graphics2D.
paint(Graphics) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphComponent
paint(Component, Graphics2D, int, int, int, int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Paints the nodes, the connectors and the labels on the connectors to the given graphics object.
paint(Component, Graphics2D, int, int, int, int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Paint this NodeWidget using the given Graphics2D.
paint(Component, Graphics2D, Rectangle) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Paint this NodeWidget using the given Graphics2D.
paint(Graphics) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
paint(Graphics, JComponent) - Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
paint(Graphics) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
paint(Graphics2D) - Method in class org.knime.base.node.viz.plotter.basic.Basic2DDrawingElement
The method which "knows" how to paint it.
paint(Graphics2D) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
The method which "knows" how to paint it.
paint(Graphics2D) - Method in class org.knime.base.node.viz.plotter.basic.BasicEllipse
Paints and ellipse that it fills a rectangle defined by two points: the lower-left and the upper -right corner.
paint(Graphics2D) - Method in class org.knime.base.node.viz.plotter.basic.BasicLine
Paints the line by connecting all points.
paint(Graphics2D) - Method in class org.knime.base.node.viz.plotter.basic.BasicRectangle
Paints a rectangle defined by two points, the upper-left and lower-right corner.
paint(Graphics2D) - Method in class org.knime.base.node.viz.plotter.basic.BasicText
Paints the text starting at the only set point.
paint(Graphics2D, int, int) - Method in interface org.knime.core.data.image.ImageContent
Render image into argument graphics object.
paint(Graphics2D, int, int) - Method in class org.knime.core.data.image.png.PNGImageContent
Render image into argument graphics object.
paint(Graphics, int, int, int, Color, boolean, boolean, boolean) - Method in class org.knime.core.data.property.ShapeFactory.Shape
Paints the dot and if hilited a border around the dot.
paint(Graphics, JComponent) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
paintBorder(Graphics, int, int, int, boolean, boolean) - Method in class org.knime.core.data.property.ShapeFactory.Shape
Paints the hilite border.
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.knime.core.node.util.ComponentBorder
 
paintComponent(Graphics) - Method in class org.knime.base.data.bitvector.BitVectorValuePixelRenderer
Deprecated.
paintComponent(Graphics) - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
paintComponent(Graphics) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
Calls the AbstractDrawingPane.paintContent(Graphics) method and then draws the selection rectangle.
paintComponent(Graphics) - Method in class org.knime.base.node.viz.plotter.Axis
paintComponent(Graphics) - Method in class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
paintComponent(Graphics) - Method in class org.knime.core.data.image.ImageDataValueRenderer
paintComponent(Graphics) - Method in class org.knime.core.data.renderer.BitVectorValuePixelRenderer
paintComponent(Graphics) - Method in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
paintComponent(Graphics) - Method in class org.knime.core.node.config.ConfigEditTreeRenderer
paintComponent(Graphics) - Method in class org.knime.core.node.util.ImageViewPanel
paintContent(Graphics) - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
Deprecated.
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LineDrawingPane
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane
Paints the actual content of the drawing pane.
paintContent(Graphics) - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
Paints the actual content of the drawing pane.
paintContent(Graphics) - Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
Paints the actual content of the drawing pane.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
Paints the actual content of the drawing pane.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPane
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingPaneImpl
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
Paints a dendrogram such that the leaf nodes are painted at the border (with distance 0) and on the nominal x axis and the cluster nodes are drawn with increasing distance to the top (that is the distance is plotted on the y axis).
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane
Connects the points of one column by a line, which is done by modulo calculation, the color information is stored in the DotInfos.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
Paints all added BasicDrawingElements by calling their #paint(Graphics2D) method.
paintContent(Graphics) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
Paints the rectangles of the scatter matrix elements and the vertical and horizontal coordinates at the border of the drawing pane.
paintDot(Graphics, Point, LineInfo, int) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Paints one dot with its shape.
paintDot() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
paintDot(Graphics, DotInfo) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
Paints the dot with the right shape, color, size and at its correct position.
paintHorizontalCoordinate(Graphics, ScatterMatrixElement, int, boolean) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
Paints the horizontal coordinates of the matrix elements at the border of the drawing pane.
paintHorizontalLine(Graphics2D, int, int, int, Color, BasicStroke) - Static method in class org.knime.base.node.viz.aggregation.DrawingUtils
Draws a horizontal line starting at the given x/y offset with the given length.
paintIcon(Component, Graphics, int, int) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
paintIcon(Component, Graphics, int, int) - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
paintIcon(Component, Graphics, int, int) - Method in class org.knime.core.node.defaultnodesettings.ColorIcon
paintIcon(Component, Graphics, int, int) - Method in class org.knime.core.node.util.CompositeIcon
Deprecated.
Draw the icon at the specified location.
paintIcon(Component, Graphics, Icon, int, int, int, int, int, int) - Method in class org.knime.core.node.util.CompositeIcon
Deprecated.
 
paintIcon(Component, Graphics, int, int) - Method in class org.knime.core.node.util.VTextIcon
Deprecated.
Draw the icon at the specified location.
paintLabels(Graphics, Box) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
If space between axis is enough and also between the values paint labels otherwise the information is available with the tool tip.
paintOutlierLabels(Graphics) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
Paints the label(value) of each outlier dot.
paintSelectionRectangle(Graphics) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
Paints the dragged selection rectangle.
paintShape(Graphics, int, int, int, boolean, boolean) - Method in class org.knime.core.data.property.ShapeFactory.Shape
Paints the shape.
paintVerticalCoordinate(Graphics, ScatterMatrixElement, int, boolean) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
Paints the vertical coordinates at the border of the drawing pane.
Pair<T,M> - Class in org.knime.core.util
This class is a simple pair of objects.
Pair(T, M) - Constructor for class org.knime.core.util.Pair
Creates a new pair.
PairSupplier(Pair<RowIterator, DataTableSpec>) - Constructor for class org.knime.base.data.append.row.AppendedRowsIterator.PairSupplier
Deprecated.
 
PairSupplier(Pair<RowIterator, DataTableSpec>) - Constructor for class org.knime.core.data.append.AppendedRowsIterator.PairSupplier
Deprecated.
 
Pane - Class in org.knime.base.node.preproc.draganddroppanel.droppanes
 
Pane(JPanel, SelectionConfiguration, int) - Constructor for class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
 
PaneConfigurationDialog - Interface in org.knime.base.node.preproc.draganddroppanel
 
PaneController() - Constructor for class org.knime.base.node.mine.sota.view.SotaDrawingPane.PaneController
 
PANEL_DIMENSION - Static variable in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
The initial dimension of this panel.
ParallelAxis - Class in org.knime.base.node.viz.plotter.parcoord
Represents a parallel axis in a parallel coordinates plot with an x position, a height, a Coordinate, a name and a flag, whether this ParallelAxis is selected.
ParallelAxis() - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
ParallelCoordinateAppearanceTab - Class in org.knime.base.node.viz.plotter.props
Adds a box with "Show / Hide Dots" check box and a checkbox to draw curves and a checkbox for the line thickness.
ParallelCoordinateAppearanceTab() - Constructor for class org.knime.base.node.viz.plotter.props.ParallelCoordinateAppearanceTab
Adds a box with "Show / Hide Dots" check box and a checkbox to draw curves and a checkbox for the line thickness.
ParallelCoordinateDrawingPane - Class in org.knime.base.node.viz.plotter.parcoord
Since the ParallelCoordinatesPlotter only calculates the mapped datapoints, the connection of them by lines or curves is done here, also the missing values handling.
ParallelCoordinateDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
ParallelCoordinateNodeFactory - Class in org.knime.base.node.viz.plotter.parcoord
 
ParallelCoordinateNodeFactory() - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeFactory
 
ParallelCoordinateNodeView - Class in org.knime.base.node.viz.plotter.parcoord
Extends the DefaultVisualizationNodeView since it provides an additional menu to show, fade or hide unhilited lines (rows).
ParallelCoordinateNodeView(DefaultVisualizationNodeModel, ParallelCoordinatesPlotter) - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeView
Adds a show/hide menu to the menu bar.
ParallelCoordinatePlotterProperties - Class in org.knime.base.node.viz.plotter.parcoord
In addition to the MultiColumnPlotterProperties a tab to select how to handle missing values and a tab to adjust dot size, line thickness and select whether to show or hide dots is provided.
ParallelCoordinatePlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties
Default tab, column selection tab, missing value handling and appearance.
ParallelCoordinatesMissingValueTab - Class in org.knime.base.node.viz.plotter.props
Control elements for the handling of missing values, either skip the rows containing missing values, or skip only the missing value or explicitly show the missing values on a horizontal bottom line.
ParallelCoordinatesMissingValueTab() - Constructor for class org.knime.base.node.viz.plotter.props.ParallelCoordinatesMissingValueTab
Three radio buttons for several missing value handling methods.
ParallelCoordinatesPlotter - Class in org.knime.base.node.viz.plotter.parcoord
 
ParallelCoordinatesPlotter() - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Registers listeners to the control elements of the .ParallelCoordinatePlotterProperties.
ParallelCoordinatesPlotter.TransformationMouseListener - Class in org.knime.base.node.viz.plotter.parcoord
MouseListener to change the order of the ParallelAxis.
ParallelizedChunkContent - Class in org.knime.core.node.workflow.virtual.parchunk
An object representing the copied content of a chunk that is executed in parallel.
ParallelizedChunkContent(WorkflowManager, NodeID, NodeID, NodeID[]) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
 
ParallelizedChunkContentMaster - Class in org.knime.core.node.workflow.virtual.parchunk
Represents all parallel chunks (ParallelizedChunkContent) together and also encapsulating metanode.
ParallelizedChunkContentMaster(WorkflowManager, LoopEndParallelizeNode, int) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
Create new chunk object master - also knows Workflowmanager the chunks are located in.
ParallelProcessing - Class in org.knime.base.node.mine.decisiontree2.learner2
Holds information for the parallel processing and is also used for synchronization stuff.
ParallelProcessing(int) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
Constructor.
PARAMETER_NAME_PATTERN - Static variable in interface org.knime.core.node.dialog.DialogNode
Pattern used for parameter name validation.
PARAMETER_NAME_VERIFIER - Static variable in interface org.knime.core.node.dialog.DialogNode
Input verifier for swing component, such as text field, that checks against DialogNode.PARAMETER_NAME_PATTERN.
ParameterizedDatabaseConnectionSettings - Class in org.knime.base.node.io.database.connection.util
Class that extends the DefaultDatabaseConnectionSettings to also provide a SSL option.
ParameterizedDatabaseConnectionSettings() - Constructor for class org.knime.base.node.io.database.connection.util.ParameterizedDatabaseConnectionSettings
 
ParameterizedDBQueryNodeDialog - Class in org.knime.base.node.io.database.parameterizedquery
NodeDialog for the parameterized database query node.
ParameterizedDBQueryNodeDialog() - Constructor for class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeDialog
New pane for configuring the DBLooper node.
ParameterizedDBQueryNodeFactory - Class in org.knime.base.node.io.database.parameterizedquery
NodeFactory for the parameterized database query node.
ParameterizedDBQueryNodeFactory() - Constructor for class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeFactory
 
ParameterizedDBQueryNodeModel - Class in org.knime.base.node.io.database.parameterizedquery
This is the model implementation of the parameterized database query node.
ParameterizedDBQueryNodeModel() - Constructor for class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
Constructor for the node model.
ParameterizedDBQueryPanel - Class in org.knime.base.node.io.database.parameterizedquery
 
ParameterizedDBQueryPanel() - Constructor for class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryPanel
 
ParamMatrix - Class in org.knime.base.node.mine.regression.predict2
Convenient class to access the contents of PMMLPCells.
ParamMatrix(PMMLPCell...) - Constructor for class org.knime.base.node.mine.regression.predict2.ParamMatrix
Creates an instance which is a decorate for the given cells.
ParentNodeType - Enum in org.knime.base.node.mine.decisiontree2
Deprecated.
parse(String) - Static method in class org.knime.base.node.mine.regression.pmmlgreg.VectorHandling
Parses a String like this: colName[23] and returns a VectorHandling.NameAndIndex if it follows that format, otherwise returns Optional.empty() or throws an exception..
parse(Element) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
Parses the passed PMMLTransformElement to retrieve the contained PMMLPreprocOperations.
parse(String, FlowVariableResolvable) - Static method in class org.knime.base.node.util.FlowVariableResolvable.FlowVariableResolver
Deprecated.
parse(String, FlowVariableProvider) - Static method in class org.knime.base.util.flowvariable.FlowVariableResolver
Parses the given text and replaces all variable placeholders by their actual value.
parse(String, FlowVariableProvider, FlowVariableResolver.FlowVariableEscaper) - Static method in class org.knime.base.util.flowvariable.FlowVariableResolver
Parses the given text and replaces all variable placeholders by their actual value.
parse(Node) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
Parses the given node.
parse(Element) - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
Parses the passed PMMLTransformElement to retrieve the contained PMMLPreprocOperations.
parse(String) - Static method in enum org.knime.core.node.util.filter.NameFilterConfiguration.EnforceOption
Translates the given name into a NameFilterConfiguration.EnforceOption.
parse(String, NameFilterConfiguration.EnforceOption) - Static method in enum org.knime.core.node.util.filter.NameFilterConfiguration.EnforceOption
Translates the given name into a NameFilterConfiguration.EnforceOption.
parseCompoundPredicate(CompoundPredicateDocument.CompoundPredicate) - Method in class org.knime.base.node.mine.decisiontree2.PMMLConditionTranslator
Create a KNIME compound predicate from a PMML compound predicate.
parseConfigFromArguments(String[]) - Method in class org.knime.core.node.workflow.BatchExecutor
Reads a workflow configuration from command line arguments.
parseDate(String) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
Synchronized call to DATE_FORMAT.parse(String).
parseDecTreeFromModel(TreeModelDocument.TreeModel) - Method in class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeTranslator
Builds a decision tree object out of the TreeModel.
parseDescription(Class<? extends NodeFactory>) - Method in class org.knime.core.node.NodeDescriptionParser
Parses the node description for the given node factory class.
parseNodeDescriptionFromFile() - Method in class org.knime.core.node.DynamicNodeFactory
Calls NodeFactory.createNodeDescription(), which parses the corresponding xml file named after this factory class (same package).
parseQuery(String) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
 
parseSimplePredicate(SimplePredicateDocument.SimplePredicate) - Method in class org.knime.base.node.mine.decisiontree2.PMMLConditionTranslator
Create a KNIME simple predicate from a PMML simple predicate.
parseSimpleSetPredicate(SimpleSetPredicateDocument.SimpleSetPredicate) - Method in class org.knime.base.node.mine.decisiontree2.PMMLConditionTranslator
Create a KNIME simple set predicate from a PMML simple set predicate.
parseType(String) - Static method in enum org.knime.core.node.util.filter.PatternFilterConfigurationImpl.PatternFilterType
Parse from string, fail if invalid.
parseType(String, PatternFilterConfigurationImpl.PatternFilterType) - Static method in enum org.knime.core.node.util.filter.PatternFilterConfigurationImpl.PatternFilterType
Parse from string, return default if fail.
parseVersion(String) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
Partitioner - Class in org.knime.base.node.mine.decisiontree2.learner2
Partitions a table according to a given split.
Partitioner(InMemoryTable, Split, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.Partitioner
Partitions the data table according to the given split.
PartitionInfo - Class in org.knime.core.node.streamable
Class wrapping partition information when a node is executed in a streamed and/or distributed mode.
PartitionInfo(int, int) - Constructor for class org.knime.core.node.streamable.PartitionInfo
 
PartitionNodeDialog - Class in org.knime.base.node.preproc.partition
Dialog that allows to define the partitioning of the input table.
PartitionNodeDialog() - Constructor for class org.knime.base.node.preproc.partition.PartitionNodeDialog
Creates the dialog.
PartitionNodeFactory - Class in org.knime.base.node.preproc.partition
Factory to partition the data in train- and test set.
PartitionNodeFactory() - Constructor for class org.knime.base.node.preproc.partition.PartitionNodeFactory
 
PartitionNodeModel - Class in org.knime.base.node.preproc.partition
 
PartitionNodeModel() - Constructor for class org.knime.base.node.preproc.partition.PartitionNodeModel
Creates node model, sets outport count to 2.
paste(WorkflowPersistor) - Method in class org.knime.core.node.workflow.WorkflowManager
Pastes the contents of the argument persistor into this wfm.
PasteAction - Class in org.knime.base.node.io.tablecreator.table
The swing action to insert cells from the system clipboard.
PasteAction(SpreadsheetTable) - Constructor for class org.knime.base.node.io.tablecreator.table.PasteAction
Creates a new instance.
PasteAction(ConfigTablePanel) - Constructor for class org.knime.core.node.util.KeyValuePanel.PasteAction
Creates a new instance.
PasteWorkflowContentPersistor - Class in org.knime.core.node.workflow
Persistor that is used to represent, for instance the clipboard content.
PasteWorkflowContentPersistor(Map<Integer, NodeContainerPersistor>, Set<WorkflowPersistor.ConnectionContainerTemplate>, Set<WorkflowPersistor.ConnectionContainerTemplate>, WorkflowAnnotation[], boolean) - Constructor for class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Create new persistor.
PathFilter - Interface in org.knime.core.util
An interface that is implemented by objects that decide if a path should be accepted or filtered.
PathFilters - Class in org.knime.core.util
This class holds some common path filters.
PathUtils - Class in org.knime.core.util
Utility function based around the new Path API in Java 7.
pattern() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns the pattern.
pattern(String) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets the pattern.
PATTERN_COUNT - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
The number of patterns in total.
PatternAggregationPanel - Class in org.knime.base.data.aggregation.dialogutil.pattern
 
PatternAggregationPanel(String) - Constructor for class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
Constructor.
PatternAggregationTableModel - Class in org.knime.base.data.aggregation.dialogutil.pattern
PatternAggregationTableModel() - Constructor for class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationTableModel
Constructor.
PatternAggregator - Class in org.knime.base.data.aggregation.dialogutil.pattern
AggregationMethodDecorator that stores a DataType in addition to the AggregationMethod information.
PatternAggregator(String, boolean, AggregationMethod) - Constructor for class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
 
PatternAggregator(String, boolean, AggregationMethod, boolean) - Constructor for class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
 
PatternAggregatorTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil.pattern
DataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator.
PatternAggregatorTableCellEditor() - Constructor for class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregatorTableCellEditor
Constructor.
PatternFilterConfigurationImpl - Class in org.knime.core.node.util.filter
Configuration to the PatternFilterPanel.
PatternFilterConfigurationImpl() - Constructor for class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
 
PatternFilterConfigurationImpl.PatternFilterType - Enum in org.knime.core.node.util.filter
Type of pattern filter.
PatternFilterPanelImpl<T> - Class in org.knime.core.node.util.filter
Filters based on the given regular expression or wildcard pattern.
PatternFilterPanelImpl(NameFilterPanel<T>, InputFilter<T>) - Constructor for class org.knime.core.node.util.filter.PatternFilterPanelImpl
Create the pattern filter panel.
patternIsRegex() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns whether the pattern is a regular expression or a simple wildcard pattern.
patternIsRegex(boolean) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets whether the pattern is a regular expression or a simple wildcard pattern.
PatternTableCellEditor - Class in org.knime.base.data.aggregation.dialogutil.pattern
DataTypeAggregator table cell editor class that allows the user to choose from the supported AggregationMethods for DataType of the current DataTypeAggregator.
PatternTableCellEditor() - Constructor for class org.knime.base.data.aggregation.dialogutil.pattern.PatternTableCellEditor
Constructor for class AggregationMethodTableCellEditor.
PatternUtil - Class in org.knime.base.node.io.database.tablecreator.util
 
PatternUtil() - Constructor for class org.knime.base.node.io.database.tablecreator.util.PatternUtil
 
pause() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Causes the execution to pause until either InterruptibleNodeModel.next(int) or InterruptibleNodeModel.run() is called.
pauseLoopExecution(boolean) - Method in class org.knime.core.node.workflow.NativeNodeContainer
enable (or disable) that after the next execution of this loop end node the execution will be halted.
pauseLoopExecution(NodeContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
Pause loop execution of the given NodeContainer (=loop end).
PCA_COL_PREFIX - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
description String for dimension.
PCA_COLUMNS - Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
config string for columns containing pca coordinates.
PCAApplyNodeDialog - Class in org.knime.base.node.mine.pca
Node dialog for PCA predictor node.
PCAApplyNodeDialog() - Constructor for class org.knime.base.node.mine.pca.PCAApplyNodeDialog
construct dialog.
PCAApplyNodeFactory - Class in org.knime.base.node.mine.pca
Factory class for PCA predictor.
PCAApplyNodeFactory() - Constructor for class org.knime.base.node.mine.pca.PCAApplyNodeFactory
 
PCAApplyNodeModel - Class in org.knime.base.node.mine.pca
PCA Predictor.
PCAApplyNodeModel() - Constructor for class org.knime.base.node.mine.pca.PCAApplyNodeModel
create node.
PCAComputeNodeDialog - Class in org.knime.base.node.mine.pca
Node dialog for PCA Learner.
PCAComputeNodeDialog() - Constructor for class org.knime.base.node.mine.pca.PCAComputeNodeDialog
Constructor: create NodeDialog with one combo box.
PCAComputeNodeFactory - Class in org.knime.base.node.mine.pca
Factory for PCA learner node.
PCAComputeNodeFactory() - Constructor for class org.knime.base.node.mine.pca.PCAComputeNodeFactory
 
PCAComputeNodeModel - Class in org.knime.base.node.mine.pca
Node for PCA learning.
PCAComputeNodeModel() - Constructor for class org.knime.base.node.mine.pca.PCAComputeNodeModel
create node model.
PCAModelPortObject - Class in org.knime.base.node.mine.pca
Port model object transporting the pca transformation.
PCAModelPortObject() - Constructor for class org.knime.base.node.mine.pca.PCAModelPortObject
empty constructor.
PCAModelPortObject(double[][], double[], String[], double[]) - Constructor for class org.knime.base.node.mine.pca.PCAModelPortObject
construct port model object with values.
PCAModelPortObject.Serializer - Class in org.knime.base.node.mine.pca
 
PCAModelPortObjectSpec - Class in org.knime.base.node.mine.pca
Spec for pca model port object.
PCAModelPortObjectSpec(String[]) - Constructor for class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
create object spec.
PCAModelPortObjectSpec.Serializer - Class in org.knime.base.node.mine.pca
 
PCANodeDialog - Class in org.knime.base.node.mine.pca
Dialog for the PCA node.
PCANodeDialog() - Constructor for class org.knime.base.node.mine.pca.PCANodeDialog
Constructor: create NodeDialog with one combo box.
PCANodeFactory - Class in org.knime.base.node.mine.pca
Factory class for the PCA Node.
PCANodeFactory() - Constructor for class org.knime.base.node.mine.pca.PCANodeFactory
 
PCANodeModel - Class in org.knime.base.node.mine.pca
The model class that implements the PCA on the input table.
PCANodeModel() - Constructor for class org.knime.base.node.mine.pca.PCANodeModel
One input, one output table.
PCAReverseNodeDialog - Class in org.knime.base.node.mine.pca
Dialog for pca inversion.
PCAReverseNodeDialog() - Constructor for class org.knime.base.node.mine.pca.PCAReverseNodeDialog
create dialog.
PCAReverseNodeFactory - Class in org.knime.base.node.mine.pca
factory for pca inversion node.
PCAReverseNodeFactory() - Constructor for class org.knime.base.node.mine.pca.PCAReverseNodeFactory
 
PCAReverseNodeModel - Class in org.knime.base.node.mine.pca
Invert PCA transformation to transform data back to original space.
PCAReverseNodeModel() - Constructor for class org.knime.base.node.mine.pca.PCAReverseNodeModel
create node.
peek(Class<T>) - Method in class org.knime.core.node.workflow.FlowObjectStack
 
peekEndNodeStack() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
 
peekFlowScopeContext() - Method in class org.knime.core.node.NodeModel
Get the FlowScopeContext on top leaving the variable stack unmodified.
peekFlowVariable(String, FlowVariable.Type) - Method in class org.knime.core.node.workflow.FlowObjectStack
Get the variable with the given name.
peekFlowVariableDouble(String) - Method in interface org.knime.base.util.flowvariable.FlowVariableProvider
Get the value of the double variable with the given name leaving the variable stack unmodified.
peekFlowVariableDouble(String) - Method in class org.knime.core.node.NodeModel
Get the value of the double variable with the given name leaving the variable stack unmodified.
peekFlowVariableInt(String) - Method in interface org.knime.base.util.flowvariable.FlowVariableProvider
Get the value of the integer variable with the given name leaving the variable stack unmodified.
peekFlowVariableInt(String) - Method in class org.knime.core.node.NodeModel
Get the value of the integer variable with the given name leaving the variable stack unmodified.
peekFlowVariableString(String) - Method in interface org.knime.base.util.flowvariable.FlowVariableProvider
Get the value of the String variable with the given name leaving the flow variable stack unmodified.
peekFlowVariableString(String) - Method in class org.knime.core.node.NodeModel
Get the value of the String variable with the given name leaving the flow variable stack unmodified.
peekScopeContext(Class<T>, boolean) - Method in class org.knime.core.node.workflow.FlowObjectStack
 
peekStartNodeStack() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
 
PERCENT_RENDERER - Static variable in class org.knime.core.data.renderer.DoubleValueRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
PercentageDialog - Class in org.knime.base.node.preproc.draganddroppanel
 
PercentageDialog() - Constructor for class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
 
PercentagePolicyStrategy - Class in org.knime.base.util.coordinate
Class for percentage tick policy.
PercentagePolicyStrategy() - Constructor for class org.knime.base.util.coordinate.PercentagePolicyStrategy
Constructor.
PercentageRendererFactory() - Constructor for class org.knime.core.data.renderer.DoubleValueRenderer.PercentageRendererFactory
 
PercentOperator - Class in org.knime.base.data.aggregation.general
Returns the percentage per group.
PercentOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.PercentOperator
Constructor for class PercentageOperator.
PercentOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.PercentOperator
Constructor for class PercentageOperator.
Perceptron - Class in org.knime.base.data.neural
Abstract class defining the behaviour of a perceptron in a neural network.
Perceptron(int) - Constructor for class org.knime.base.data.neural.Perceptron
Construct a perceptron with given number of weights.
Perceptron(int, Random) - Constructor for class org.knime.base.data.neural.Perceptron
Construct a perceptron with given number of weights.
Perceptron() - Constructor for class org.knime.base.data.neural.Perceptron
Construct an empty perceptron (cannot be used properly unless the weights are set).
Perceptron(double[]) - Constructor for class org.knime.base.data.neural.Perceptron
Construct a perceptron with given weights.
Perceptron(double[], Random) - Constructor for class org.knime.base.data.neural.Perceptron
Construct a perceptron with given weights.
perform(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.mine.regression.linear2.learner.Learner
 
perform(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner.Learner
 
perform(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.mine.regression.logistic.learner3.Learner
 
perform(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.Learner
 
perform(BufferedDataTable, ExecutionContext) - Method in class org.knime.base.node.mine.regression.RegressionStatisticsLearner
 
performClose() - Method in class org.knime.core.data.container.Buffer.FromFileIterator
Called when the stream closing should take place.
performClose() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
Called when the stream closing should take place.
performClose() - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20
Called when the stream closing should take place.
performConfigure(PortObjectSpec[], NodeConfigureHelper, boolean) - Method in class org.knime.core.node.workflow.NativeNodeContainer
All preparations done: pass configure down to derived classes.
performConfigure(PortObjectSpec[], NodeConfigureHelper, boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
All preparations done: pass configure down to derived classes.
performConfigure(PortObjectSpec[], NodeConfigureHelper, boolean) - Method in class org.knime.core.node.workflow.SubNodeContainer
All preparations done: pass configure down to derived classes.
performDeepFiltering(CollectionDataValue) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
 
performExecuteNode(PortObject[]) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Execute underlying Node asynchronously.
performExecuteNode(PortObject[]) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Execute underlying Node asynchronously.
performExecuteNode(PortObject[]) - Method in class org.knime.core.node.workflow.SubNodeContainer
Execute underlying Node asynchronously.
performLoadContent(SingleNodeContainerPersistor, Map<Integer, BufferedDataTable>, FlowObjectStack, ExecutionMonitor, WorkflowPersistor.LoadResult, boolean) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Called by #loadContent(NodeContainerPersistor, Map, FlowObjectStack, ExecutionMonitor, LoadResult, boolean) to allow subclasses to load their content (heavy for subnode).
performLoadContent(SingleNodeContainerPersistor, Map<Integer, BufferedDataTable>, FlowObjectStack, ExecutionMonitor, WorkflowPersistor.LoadResult, boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Called by #loadContent(NodeContainerPersistor, Map, FlowObjectStack, ExecutionMonitor, LoadResult, boolean) to allow subclasses to load their content (heavy for subnode).
performLoadContent(SingleNodeContainerPersistor, Map<Integer, BufferedDataTable>, FlowObjectStack, ExecutionMonitor, WorkflowPersistor.LoadResult, boolean) - Method in class org.knime.core.node.workflow.SubNodeContainer
Called by #loadContent(NodeContainerPersistor, Map, FlowObjectStack, ExecutionMonitor, LoadResult, boolean) to allow subclasses to load their content (heavy for subnode).
performLoadModelSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Load cleaned and "variable adjusted" into underlying implementation.
performLoadModelSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Load cleaned and "variable adjusted" into underlying implementation.
performLoadModelSettingsFrom(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SubNodeContainer
Load cleaned and "variable adjusted" into underlying implementation.
performReset() - Method in class org.knime.core.node.workflow.NativeNodeContainer
Reset model in underlying implementation.
performReset() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Reset model in underlying implementation.
performReset() - Method in class org.knime.core.node.workflow.SubNodeContainer
Reset model in underlying implementation.
performSaveModelSettingsTo(NodeSettings) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Save settings of specific implementation.
performSaveModelSettingsTo(NodeSettings) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Save settings of specific implementation.
performSaveModelSettingsTo(NodeSettings) - Method in class org.knime.core.node.workflow.SubNodeContainer
Save settings of specific implementation.
performSetCredentialsProvider(CredentialsProvider) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Set/overwrite CredentialsStore.
performSetCredentialsProvider(CredentialsProvider) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Set/overwrite CredentialsStore.
performSetCredentialsProvider(CredentialsProvider) - Method in class org.knime.core.node.workflow.SubNodeContainer
Set/overwrite CredentialsStore.
performsFiltering() - Method in enum org.knime.core.node.tableview.TableContentModel.TableContentFilter
 
performShutdown() - Method in class org.knime.core.node.workflow.NodeContainer
Called when the workflow is to be disposed.
performShutdown() - Method in class org.knime.core.node.workflow.NodeTimer.GlobalNodeStats
This method can be called when the application properly shuts down.
performShutdown() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Called when the workflow is to be disposed.
performShutdown() - Method in class org.knime.core.node.workflow.WorkflowManager
Called when the workflow is to be disposed.
performStateTransitionEXECUTED(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.NativeNodeContainer
This should be used to change the nodes states correctly (and likely needs to be synchronized with other changes visible to successors of this node as well!) AFTER the actual execution.
performStateTransitionEXECUTED(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.NodeContainer
This should be used to change the nodes states correctly (and likely needs to be synchronized with other changes visible to successors of this node as well!) AFTER the actual execution.
performStateTransitionEXECUTED(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.SubNodeContainer
This should be used to change the nodes states correctly (and likely needs to be synchronized with other changes visible to successors of this node as well!) AFTER the actual execution.
performStateTransitionEXECUTED(NodeContainerExecutionStatus) - Method in class org.knime.core.node.workflow.WorkflowManager
This should be used to change the nodes states correctly (and likely needs to be synchronized with other changes visible to successors of this node as well!) AFTER the actual execution.
performStateTransitionEXECUTING() - Method in class org.knime.core.node.workflow.NativeNodeContainer
This should be used to change the nodes states correctly (and likely needs to be synchronized with other changes visible to successors of this node as well!) BEFORE the actual execution.
performStateTransitionEXECUTING() - Method in class org.knime.core.node.workflow.NodeContainer
This should be used to change the nodes states correctly (and likely needs to be synchronized with other changes visible to successors of this node as well!) BEFORE the actual execution.
performStateTransitionEXECUTING() - Method in class org.knime.core.node.workflow.SubNodeContainer
This should be used to change the nodes states correctly (and likely needs to be synchronized with other changes visible to successors of this node as well!) BEFORE the actual execution.
performStateTransitionEXECUTING() - Method in class org.knime.core.node.workflow.WorkflowManager
This should be used to change the nodes states correctly (and likely needs to be synchronized with other changes visible to successors of this node as well!) BEFORE the actual execution.
performStateTransitionPOSTEXECUTE() - Method in class org.knime.core.node.workflow.NativeNodeContainer
performStateTransitionPOSTEXECUTE() - Method in class org.knime.core.node.workflow.NodeContainer
performStateTransitionPOSTEXECUTE() - Method in class org.knime.core.node.workflow.SubNodeContainer
performStateTransitionPOSTEXECUTE() - Method in class org.knime.core.node.workflow.WorkflowManager
performStateTransitionPREEXECUTE() - Method in class org.knime.core.node.workflow.NativeNodeContainer
Called when the state of a node should switch from NodeContainer.State.QUEUED to NodeContainer.State.PREEXECUTE.
performStateTransitionPREEXECUTE() - Method in class org.knime.core.node.workflow.NodeContainer
Called when the state of a node should switch from NodeContainer.State.QUEUED to NodeContainer.State.PREEXECUTE.
performStateTransitionPREEXECUTE() - Method in class org.knime.core.node.workflow.SubNodeContainer
Called when the state of a node should switch from NodeContainer.State.QUEUED to NodeContainer.State.PREEXECUTE.
performStateTransitionPREEXECUTE() - Method in class org.knime.core.node.workflow.WorkflowManager
Called when the state of a node should switch from NodeContainer.State.QUEUED to NodeContainer.State.PREEXECUTE.
performStateTransitionQUEUED() - Method in class org.knime.core.node.workflow.NodeContainer
Called from NodeContainer.queue(PortObject[]) to set state from marked to queued.
performStateTransitionQUEUED() - Method in class org.knime.core.node.workflow.SubNodeContainer
Called from NodeContainer.queue(PortObject[]) to set state from marked to queued.
performStateTransitionQUEUED() - Method in class org.knime.core.node.workflow.WorkflowManager
Called from NodeContainer.queue(PortObject[]) to set state from marked to queued.
performValidateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Validate settings of specific implementation.
performValidateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Validate settings of specific implementation.
performValidateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SubNodeContainer
Validate settings of specific implementation.
permute(int[]) - Method in class org.knime.base.util.HalfDoubleMatrix
Permutes the matrix based on the permutation given in the parameter.
permute(int[]) - Method in class org.knime.base.util.HalfFloatMatrix
Permutes the matrix based on the permutation given in the parameter.
permute(int[]) - Method in class org.knime.base.util.HalfIntMatrix
Permutes the matrix based on the permutation given in the parameter.
permute(int[]) - Method in class org.knime.core.data.container.ColumnRearranger
Changes the order of the columns according to the argument array.
permute(String[]) - Method in class org.knime.core.data.container.ColumnRearranger
Changes the order of the columns according to the argument array.
PersistorWithPortIndex(FromFileNodeContainerPersistor, int) - Constructor for class org.knime.core.node.workflow.FromFileNodeContainerPersistor.PersistorWithPortIndex
...
PIE_COLUMN_FILTER - Static variable in class org.knime.base.node.viz.pie.node.PieNodeModel
This column filter should be used in all x column select boxes.
PIE_COLUMN_LABEL - Static variable in class org.knime.base.node.viz.pie.impl.PieProperties
The label of the pie column.
PieColumnFilter - Class in org.knime.base.node.viz.pie.util
A ColumnFilter implementation that filters all columns with no valid domain and more than 250 values.
PieDataModel - Class in org.knime.base.node.viz.pie.datamodel
The abstract pie data model which provides method to hold the data which should be displayed as a pie chart.
PieDataModel(boolean, boolean) - Constructor for class org.knime.base.node.viz.pie.datamodel.PieDataModel
Constructor for class AbstractPieDataModel.
PieDrawingPane - Class in org.knime.base.node.viz.pie.impl
The drawing pane implementation of the pie chart which handles the real drawing on the screen.
PieDrawingPane() - Constructor for class org.knime.base.node.viz.pie.impl.PieDrawingPane
Constructor for class PieDrawingPane.
PieHiliteCalculator - Class in org.knime.base.node.viz.pie.datamodel
The hilite calculator for the pie chart.
PieHiliteCalculator(PieVizModel) - Constructor for class org.knime.base.node.viz.pie.datamodel.PieHiliteCalculator
Constructor for class PieHiliteCalculator.
PieNodeDialogPane - Class in org.knime.base.node.viz.pie.node
The dialog of the PieNodeModel where the user can define the x column and the number of rows.
PieNodeDialogPane() - Constructor for class org.knime.base.node.viz.pie.node.PieNodeDialogPane
Constructor for class HistogramNodeDialogPane.
PieNodeFactory<D extends PieVizModel,M extends PieNodeModel<D>,V extends PieNodeView> - Class in org.knime.base.node.viz.pie.node
Basic node factory class of all pie charts.
PieNodeFactory() - Constructor for class org.knime.base.node.viz.pie.node.PieNodeFactory
 
PieNodeModel<D extends PieVizModel> - Class in org.knime.base.node.viz.pie.node
The abstract pie chart implementation of theNodeModel class.
PieNodeModel() - Constructor for class org.knime.base.node.viz.pie.node.PieNodeModel
Constructor for class PieNodeModel.
PieNodeView<P extends PieProperties<D>,D extends PieVizModel,T extends PieNodeModel<D>> - Class in org.knime.base.node.viz.pie.node
The abstract node view which contains the pie chart panel.
PieNodeView(T) - Constructor for class org.knime.base.node.viz.pie.node.PieNodeView
Creates a new view instance for the histogram node.
PiePlotter<P extends PieProperties<D>,D extends PieVizModel> - Class in org.knime.base.node.viz.pie.impl
The abstract plotter implementation of the pie chart which acts as the controller between the PieVizModel and the PieDrawingPane.
PiePlotter(P, HiLiteHandler) - Constructor for class org.knime.base.node.viz.pie.impl.PiePlotter
Constructor for class PiePlotter.
PieProperties<D extends PieVizModel> - Class in org.knime.base.node.viz.pie.impl
The abstract pie properties panel which allows to change the different view options.
PieProperties(D) - Constructor for class org.knime.base.node.viz.pie.impl.PieProperties
Constructor for class PieProperties.
PieSectionDataModel - Class in org.knime.base.node.viz.pie.datamodel
This class implements a section of a pie chart.
PieSectionDataModel(String, Color, boolean) - Constructor for class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
Constructor for class PieSectionDataModel.
PieSubSectionDataModel - Class in org.knime.base.node.viz.pie.datamodel
This class implements a sub section of a pie chart.
PieSubSectionDataModel(Color, boolean) - Constructor for class org.knime.base.node.viz.pie.datamodel.PieSubSectionDataModel
Constructor for class PieSubSectionDataModel.
PieVizModel - Class in org.knime.base.node.viz.pie.datamodel
The abstract pie visualization model which provides the basic data and additional viewing option like the show section outline flag.
PieVizModel(boolean, boolean) - Constructor for class org.knime.base.node.viz.pie.datamodel.PieVizModel
Constructor for class PieVizModel.
Pivot2NodeDialog - Class in org.knime.base.node.preproc.pivot
The node dialog of the pivot node.
Pivot2NodeDialog() - Constructor for class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
Constructor for class Pivot2NodeDialog.
Pivot2NodeFactory - Class in org.knime.base.node.preproc.pivot
Factory class of the pivot node.
Pivot2NodeFactory() - Constructor for class org.knime.base.node.preproc.pivot.Pivot2NodeFactory
 
Pivot2NodeModel - Class in org.knime.base.node.preproc.pivot
The NodeModel implementation of the pivot node which uses the GroupByNodeModel class implementations to create an intermediate group-by table from which the pivoting table is extracted.
Pivot2NodeModel() - Constructor for class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Create a new pivot node model.
PivotColumnNameGenerator - Interface in org.knime.core.node.port.database.pivoting
Interface to name columns of pivot table.
PivotData - Class in org.knime.core.node.port.database.pivoting
This class holds pivot columns and corresponding values
PivotData(StatementManipulator, List<DataColumnSpec>, List<Object>) - Constructor for class org.knime.core.node.port.database.pivoting.PivotData
Constructor of class PivotData
PivotStatementGenerator - Interface in org.knime.core.node.port.database.pivoting
This interface must be implemented by all classes creating SQL Statements for pivoting.
plotMode() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Returns the desired plot mode.
plotMode(EnrichmentPlotterSettings.PlotMode) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Sets the desired plot mode.
plotMode() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Returns the desired plot mode.
plotMode(EnrichmentPlotterSettings.PlotMode) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Sets the desired plot mode.
Plotter2DScrollPane - Class in org.knime.base.node.viz.plotter
Overrides the default JScrollPane to force the application of the own Plotter2DScrollPaneLayout overriding the default ScrollPaneLayout.
Plotter2DScrollPane(Component) - Constructor for class org.knime.base.node.viz.plotter.Plotter2DScrollPane
The constructor for a scatter plotter scroll pane.
Plotter2DScrollPaneLayout - Class in org.knime.base.node.viz.plotter
ScrollPaneLyout for the plotter.
Plotter2DScrollPaneLayout() - Constructor for class org.knime.base.node.viz.plotter.Plotter2DScrollPaneLayout
 
Plotter2DScrollPaneLayout.UIResource - Class in org.knime.base.node.viz.plotter
The UI resource version of Plotter2DScrollPaneLayout.
PlotterMouseListener - Class in org.knime.base.node.viz.plotter
A mouse listener for the plotter mouse mode selection box.
PlotterMouseListener() - Constructor for class org.knime.base.node.viz.plotter.PlotterMouseListener
 
PMCCPortObjectAndSpec - Class in org.knime.base.node.preproc.correlation.pmcc
PortObject and PortObjectSpec of the model that's passed between the correlation nodes.
PMCCPortObjectAndSpec(String[]) - Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Creates new object, whereby no correlation values are available.
PMCCPortObjectAndSpec(String[], HalfDoubleMatrix) - Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Creates new object with content.
PMCCPortObjectAndSpec.ModelSerializer - Class in org.knime.base.node.preproc.correlation.pmcc
Serializer for PMCCPortObjectAndSpecs.
PMCCPortObjectAndSpec.SpecSerializer - Class in org.knime.base.node.preproc.correlation.pmcc
Serializer for PMCCPortObjectAndSpecs.
PMML_ELEMENT - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for PMML Element.
PMML_V3_0 - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for version 3.0.
PMML_V3_1 - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for version 3.1.
PMML_V3_2 - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for version 3.2.
PMML_V4_0 - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for version 4.0.
PMML_V4_1 - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for version 4.1.
PMML_V4_2 - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for version 4.2.
PMMLApplyMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval
A missing cell handler that is initialized from a PMML document instead of a factory.
PMMLApplyMissingCellHandler(DataColumnSpec, DerivedFieldDocument.DerivedField) - Constructor for class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
 
PMMLArrayType - Enum in org.knime.base.node.mine.decisiontree2
Contains the different data types an PMML Array element can hold.
PMMLAssociationRuleHandler - Class in org.knime.base.node.mine.subgroupminer
Deprecated.
PMMLAssociationRuleHandler() - Constructor for class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
Creates a new empty association rule handler.
PMMLAssociationRuleHandler(int, double, double, Map<String, String>, Set<FrequentItemSet>, Set<AssociationRule>) - Constructor for class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
Creates an initialized association rule handler that can be used to output the association rule model by invoking PMMLContentHandler.addPMMLModel(org.w3c.dom.DocumentFragment, PMMLPortObjectSpec).
PMMLBinningTranslator - Class in org.knime.base.node.preproc.pmml.binner
 
PMMLBinningTranslator() - Constructor for class org.knime.base.node.preproc.pmml.binner.PMMLBinningTranslator
Creates a new empty translator to be initialized by one of the initializeFrom methods.
PMMLBinningTranslator(Map<String, BinnerColumnFactory.Bin[]>, Map<String, String>, DerivedFieldMapper) - Constructor for class org.knime.base.node.preproc.pmml.binner.PMMLBinningTranslator
Creates an initialized translator for export to PMML.
PMMLBlobCell - Class in org.knime.core.data.xml
BlobDataCell implementation that encapsulates a XMLCellContent.
PMMLBlobCell(PMMLCellContent) - Constructor for class org.knime.core.data.xml.PMMLBlobCell
Create a new instance.
PMMLBlobCell.PMMLSerializer - Class in org.knime.core.data.xml
Serializer for PMMLBlobCells.
PMMLBooleanOperator - Enum in org.knime.base.node.mine.decisiontree2
Contains the boolean operators that are specified in PMML for CompoundPrediates and SimpleSetPredicates.
PMMLCell - Class in org.knime.core.data.xml
 
PMMLCell(PMMLCellContent) - Constructor for class org.knime.core.data.xml.PMMLCell
Create a new instance.
PMMLCell.PMMLSerializer - Class in org.knime.core.data.xml
Serializer for PMMLCells.
PMMLCellContent - Class in org.knime.core.data.xml
 
PMMLCellContent(String) - Constructor for class org.knime.core.data.xml.PMMLCellContent
Creates a Document by parsing the passed string.
PMMLCellContent(InputStream) - Constructor for class org.knime.core.data.xml.PMMLCellContent
Creates a Document by parsing the contents of the passed InputStream.
PMMLCellContent(Document) - Constructor for class org.knime.core.data.xml.PMMLCellContent
Creates a new instance which encapsulates the passed XML document.
PMMLCellFactory - Class in org.knime.core.data.xml
Cell factory that creates XML cells.
PMMLCellFactory() - Constructor for class org.knime.core.data.xml.PMMLCellFactory
 
PMMLClusteringModelWrapper - Class in org.knime.core.node.port.pmml
 
PMMLClusteringModelWrapper(ClusteringModelDocument.ClusteringModel) - Constructor for class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
Creates a wrapper for a org.dmg.pmml.TreeModelDocument.TreeModel.
PMMLClusterTranslator - Class in org.knime.base.node.mine.cluster
A Cluster translator class between KNIME and PMML.
PMMLClusterTranslator(PMMLClusterTranslator.ComparisonMeasure, int, double[][], int[], Set<String>) - Constructor for class org.knime.base.node.mine.cluster.PMMLClusterTranslator
Constructor.
PMMLClusterTranslator() - Constructor for class org.knime.base.node.mine.cluster.PMMLClusterTranslator
Constructor.
PMMLClusterTranslator.ComparisonMeasure - Enum in org.knime.base.node.mine.cluster
Constants indicating whether the squared euclidean or the euclidean comparison measure should be used.
PMMLCompoundPredicate - Class in org.knime.base.node.mine.decisiontree2
 
PMMLCompoundPredicate() - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Build a new PMMLCompoundPredicate.
PMMLCompoundPredicate(String) - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Build a new PMMLCompoundPredicate.
PMMLCompoundPredicate(PMMLBooleanOperator) - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Build a new PMMLCompoundPredicate.
PMMLConditionTranslator - Class in org.knime.base.node.mine.decisiontree2
Condition translator between raw PMML and KNIME's representation.
PMMLConditionTranslator() - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLConditionTranslator
Default constructor.
PMMLContentHandler - Class in org.knime.core.node.port.pmml
Deprecated.
PMMLContentHandler() - Constructor for class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
 
PMMLDataDictionaryTranslator - Class in org.knime.core.node.port.pmml
 
PMMLDataDictionaryTranslator() - Constructor for class org.knime.core.node.port.pmml.PMMLDataDictionaryTranslator
Creates an empty PMML dictionary translator.
PMMLDecisionTreeTranslator - Class in org.knime.base.node.mine.decisiontree2
A DecisionTree translator class between KNIME and PMML.
PMMLDecisionTreeTranslator(DecisionTree) - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeTranslator
Creates a new decision tree translator initialized with the decision tree.
PMMLDecisionTreeTranslator() - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLDecisionTreeTranslator
PMMLDiscretize - Class in org.knime.base.node.preproc.autobinner.pmml
Encapsulates a DiscretizeBin in PMML.
PMMLDiscretize(String, List<PMMLDiscretizeBin>) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
 
PMMLDiscretize(String, String, String, String, List<PMMLDiscretizeBin>) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
 
PMMLDiscretizeBin - Class in org.knime.base.node.preproc.autobinner.pmml
Encapsulates a DiscretizeBin in PMML.
PMMLDiscretizeBin(String, List<PMMLInterval>) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBin
 
PMMLDiscretizeBinContentHandler - Class in org.knime.base.node.preproc.autobinner.pmml
 
PMMLDiscretizeBinContentHandler(Stack<PMMLContentHandler>, Attributes, List<PMMLDiscretizeBin>) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBinContentHandler
 
PMMLDiscretizeContentHandler - Class in org.knime.base.node.preproc.autobinner.pmml
 
PMMLDiscretizeContentHandler(Stack<PMMLContentHandler>, Attributes, List<PMMLDiscretize>) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeContentHandler
 
PMMLDiscretizePreprocPortObject - Class in org.knime.base.node.preproc.autobinner.pmml
 
PMMLDiscretizePreprocPortObject() - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObject
 
PMMLDiscretizePreprocPortObject(PMMLPreprocDiscretize) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObject
 
PMMLDiscretizePreprocPortObject.Serializer - Class in org.knime.base.node.preproc.autobinner.pmml
 
PMMLDiscretizePreprocPortObjectSpec - Class in org.knime.base.node.preproc.autobinner.pmml
 
PMMLDiscretizePreprocPortObjectSpec(PMMLPreprocDiscretize) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObjectSpec
 
PMMLDiscretizePreprocPortObjectSpec.Serializer - Class in org.knime.base.node.preproc.autobinner.pmml
 
PMMLElements - Class in org.knime.core.node.port.pmml.preproc
 
PMMLElements() - Constructor for class org.knime.core.node.port.pmml.preproc.PMMLElements
 
PMMLFalsePredicate - Class in org.knime.base.node.mine.decisiontree2
False predicate as specified in PMML (http://www.dmg.org/v4-0/TreeModel.html).
PMMLFalsePredicate() - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
 
PMMLGeneralRegressionContent - Class in org.knime.base.node.mine.regression.pmmlgreg
 
PMMLGeneralRegressionContent() - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
Empty Contstuctor used when reading xml file.
PMMLGeneralRegressionContent(PMMLGeneralRegressionContent.ModelType, String, PMMLGeneralRegressionContent.FunctionName, String, PMMLParameter[], PMMLPredictor[], PMMLPredictor[], PMMLPPCell[], PMMLPCovCell[], PMMLPCell[]) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
PMMLGeneralRegressionContent(PMMLGeneralRegressionContent.ModelType, String, PMMLGeneralRegressionContent.FunctionName, String, PMMLParameter[], PMMLPredictor[], PMMLPredictor[], Map<? extends String, ? extends Integer>, PMMLPPCell[], PMMLPCovCell[], PMMLPCell[]) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
PMMLGeneralRegressionContent.FunctionName - Enum in org.knime.base.node.mine.regression.pmmlgreg
The function name.
PMMLGeneralRegressionContent.ModelType - Enum in org.knime.base.node.mine.regression.pmmlgreg
The Type of regression.
PMMLGeneralRegressionModelWrapper - Class in org.knime.core.node.port.pmml
 
PMMLGeneralRegressionModelWrapper(GeneralRegressionModelDocument.GeneralRegressionModel) - Constructor for class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
Creates a wrapper for a org.dmg.pmml.TreeModelDocument.TreeModel.
PMMLGeneralRegressionTranslator - Class in org.knime.base.node.mine.regression.pmmlgreg
A general regression model translator class between KNIME and PMML.
PMMLGeneralRegressionTranslator() - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionTranslator
Creates a new PMML content translator for general regression models.
PMMLGeneralRegressionTranslator(PMMLGeneralRegressionContent) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionTranslator
Creates a new PMML content translator for general regression models.
PMMLImport - Class in org.knime.base.node.io.pmml.read
 
PMMLImport(File, boolean) - Constructor for class org.knime.base.node.io.pmml.read.PMMLImport
Reads and validates the passed file and creates the PMMLPortObjectSpec from the content of the file.
PMMLImport(URL, boolean) - Constructor for class org.knime.base.node.io.pmml.read.PMMLImport
Reads and validates the passed file and creates the PMMLPortObjectSpec from the content of the file.
PMMLImport(File) - Constructor for class org.knime.base.node.io.pmml.read.PMMLImport
Reads and validates the passed file and creates the PMMLPortObjectSpec from the content of the file.
PMMLImport(Document) - Constructor for class org.knime.base.node.io.pmml.read.PMMLImport
Reads and validates the passed file and creates the PMMLPortObjectSpec from the content of the file.
PMMLInterval - Class in org.knime.base.node.preproc.autobinner.pmml
Encapsulates a Interval in PMML.
PMMLInterval(double, double, PMMLInterval.Closure) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLInterval
 
PMMLInterval.Closure - Enum in org.knime.base.node.preproc.autobinner.pmml
 
PMMLIntervalContentHandler - Class in org.knime.base.node.preproc.autobinner.pmml
 
PMMLIntervalContentHandler(Stack<PMMLContentHandler>, Attributes, List<PMMLInterval>) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLIntervalContentHandler
 
PMMLKNNNodeDialog - Class in org.knime.base.node.mine.knn.pmml
NodeDialog for the "TransformationsMerger" Node.
PMMLKNNNodeDialog() - Constructor for class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeDialog
New pane for configuring TransformationsMerger node dialog.
PMMLKNNNodeFactory - Class in org.knime.base.node.mine.knn.pmml
NodeFactory for the "TransformationsMerger" Node.
PMMLKNNNodeFactory() - Constructor for class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeFactory
 
PMMLKNNNodeModel - Class in org.knime.base.node.mine.knn.pmml
This is the model implementation of PMMLFragmentMergerNodeModel.
PMMLKNNNodeModel() - Constructor for class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Constructor for the node model.
PMMLKNNTranslator - Class in org.knime.base.node.mine.knn.pmml
 
PMMLKNNTranslator(DataTable, int, int, String[]) - Constructor for class org.knime.base.node.mine.knn.pmml.PMMLKNNTranslator
Constructor for PMMLKNNTranslator.
PMMLKNNTranslator(DataTable, String[]) - Constructor for class org.knime.base.node.mine.knn.pmml.PMMLKNNTranslator
Constructor for PMMLKNNTranslator.
PMMLMany2OneTranslator - Class in org.knime.base.node.preproc.pmml.columnTrans
Deprecated.
PMMLMany2OneTranslator(String, String[], Many2OneColPMMLNodeModel.IncludeMethod) - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.PMMLMany2OneTranslator
Deprecated.
Constructor for PMMLMany2OneTranslator.
PMMLMany2OneTranslator(String, String[]) - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.PMMLMany2OneTranslator
Deprecated.
Constructor for PMMLMany2OneTranslator using IncludeMethod.Binary.
PMMLMany2OneTranslator - Class in org.knime.base.node.preproc.pmml.columntrans2
Adds a derived field to a pmml document's preprocessing description.
PMMLMany2OneTranslator(String, String[], Many2OneCol2PMMLNodeModel.IncludeMethod) - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.PMMLMany2OneTranslator
Constructor for PMMLMany2OneTranslator.
PMMLMany2OneTranslator(String, String[]) - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.PMMLMany2OneTranslator
Constructor for PMMLMany2OneTranslator using IncludeMethod.Binary.
PMMLMapValuesTranslator - Class in org.knime.base.node.preproc.colconvert.categorytonumber
Create PMML DerivedField with MapValues Element.
PMMLMapValuesTranslator(MapValuesConfiguration, DerivedFieldMapper) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber.PMMLMapValuesTranslator
 
PMMLMapValuesTranslator - Class in org.knime.base.node.preproc.colconvert.categorytonumber2
Create PMML DerivedField with MapValues Element.
PMMLMapValuesTranslator(MapValuesConfiguration, DerivedFieldMapper) - Constructor for class org.knime.base.node.preproc.colconvert.categorytonumber2.PMMLMapValuesTranslator
 
PMMLMiningModelWrapper - Class in org.knime.core.node.port.pmml
 
PMMLMiningModelWrapper(MiningModelDocument.MiningModel) - Constructor for class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
Creates a wrapper for a org.dmg.pmml.TreeModelDocument.TreeModel.
PMMLMiningSchemaTranslator - Class in org.knime.core.node.port.pmml
 
PMMLMiningSchemaTranslator() - Constructor for class org.knime.core.node.port.pmml.PMMLMiningSchemaTranslator
Creates an empty PMML mining schema translator.
PMMLMissingValueReplacementTranslator - Class in org.knime.base.node.preproc.pmml.missingval
 
PMMLMissingValueReplacementTranslator(MissingCellHandler[]) - Constructor for class org.knime.base.node.preproc.pmml.missingval.PMMLMissingValueReplacementTranslator
Constructor for a PMMLMissingValueReplacementTranslator.
PMMLMissingValueStrategy - Enum in org.knime.base.node.mine.decisiontree2
Represents the missing value strategies as defined in PMML (http://www.dmg.org/v4-0/TreeModel.html#MissValStrategies).
PMMLModelWrapper - Class in org.knime.core.node.port.pmml
 
PMMLModelWrapper() - Constructor for class org.knime.core.node.port.pmml.PMMLModelWrapper
 
PMMLNaiveBayesModelTranslator - Class in org.knime.base.node.mine.bayes.naivebayes.datamodel2
Helper class translate between the internal used naive Bayes model and the PMML standard.
PMMLNaiveBayesModelTranslator() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
Default constructor.
PMMLNaiveBayesModelTranslator(NaiveBayesModel) - Constructor for class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
PMMLNaiveBayesModelWrapper - Class in org.knime.core.node.port.pmml
 
PMMLNaiveBayesModelWrapper(NaiveBayesModelDocument.NaiveBayesModel) - Constructor for class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
Creates a wrapper for a org.dmg.pmml.TreeModelDocument.TreeModel.
PMMLNeuralNetworkTranslator - Class in org.knime.base.node.mine.neural.mlp
Deprecated.
PMMLNeuralNetworkTranslator(MultiLayerPerceptron) - Constructor for class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Deprecated.
Creates an initialized neural network handler that can be used to output the neural network model.
PMMLNeuralNetworkTranslator() - Constructor for class org.knime.base.node.mine.neural.mlp.PMMLNeuralNetworkTranslator
Deprecated.
Creates a new neural network translator.
PMMLNeuralNetworkTranslator - Class in org.knime.base.node.mine.neural.mlp2
A NeuralNetwork translator class between KNIME and PMML.
PMMLNeuralNetworkTranslator(MultiLayerPerceptron) - Constructor for class org.knime.base.node.mine.neural.mlp2.PMMLNeuralNetworkTranslator
Creates an initialized neural network handler that can be used to output the neural network model.
PMMLNeuralNetworkTranslator() - Constructor for class org.knime.base.node.mine.neural.mlp2.PMMLNeuralNetworkTranslator
Creates a new neural network translator.
PMMLNeuralNetworkWrapper - Class in org.knime.core.node.port.pmml
 
PMMLNeuralNetworkWrapper(NeuralNetworkDocument.NeuralNetwork) - Constructor for class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
Creates a wrapper for a org.dmg.pmml.TreeModelDocument.TreeModel.
PMMLNormalizeTranslator - Class in org.knime.base.data.normalize
 
PMMLNormalizeTranslator() - Constructor for class org.knime.base.data.normalize.PMMLNormalizeTranslator
Creates a new empty translator to be initialized by the #initializeFrom(DerivedField[]) method.
PMMLNormalizeTranslator(AffineTransConfiguration, DerivedFieldMapper) - Constructor for class org.knime.base.data.normalize.PMMLNormalizeTranslator
Creates an initialized translator that can export its configuration.
PMMLNoTrueChildStrategy - Enum in org.knime.base.node.mine.decisiontree2
Represents the no true child strategies as defined in PMML (http://www.dmg.org/v4-0/TreeModel.html#NoTrueChildStrategies).
PMMLOne2ManyTranslator - Class in org.knime.base.node.preproc.pmml.columnTrans
Deprecated.
PMMLOne2ManyTranslator(Map<String, List<Pair<String, String>>>, DerivedFieldMapper) - Constructor for class org.knime.base.node.preproc.pmml.columnTrans.PMMLOne2ManyTranslator
Deprecated.
Creates an initialized translator that can export its configuration.
PMMLOne2ManyTranslator - Class in org.knime.base.node.preproc.pmml.columntrans2
 
PMMLOne2ManyTranslator(Map<String, List<Pair<String, String>>>, DerivedFieldMapper) - Constructor for class org.knime.base.node.preproc.pmml.columntrans2.PMMLOne2ManyTranslator
Creates an initialized translator that can export its configuration.
PMMLOperator - Enum in org.knime.base.node.mine.decisiontree2
Contains the operators that are specified in PMML for SimplePredicates.
PMMLParameter - Class in org.knime.base.node.mine.regression.pmmlgreg
Encapsulates a Parameter in PMML GenearlRegression.
PMMLParameter(String) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLParameter
 
PMMLParameter(String, String) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLParameter
 
PMMLPCell - Class in org.knime.base.node.mine.regression.pmmlgreg
Encapsulates a PCell in PMML General Regression.
PMMLPCell(String, double) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
 
PMMLPCell(String, double, String) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
 
PMMLPCell(String, double, int) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
 
PMMLPCell(String, double, int, String) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
 
PMMLPCovCell - Class in org.knime.base.node.mine.regression.pmmlgreg
Encapsulates a PCovCell in PMML General Regression.
PMMLPCovCell(String, String, double) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
PMMLPCovCell(String, String, double, String) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
PMMLPCovCell(String, String, String, String, double) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
PMMLPCovCell(String, String, String, String, double, String) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
 
PMMLPortObject - Class in org.knime.core.node.port.pmml
 
PMMLPortObject() - Constructor for class org.knime.core.node.port.pmml.PMMLPortObject
Default constructor necessary for loading.
PMMLPortObject(PMMLPortObjectSpec) - Constructor for class org.knime.core.node.port.pmml.PMMLPortObject
Creates a new PMML port object.
PMMLPortObject(PMMLPortObjectSpec, PMMLDocument) - Constructor for class org.knime.core.node.port.pmml.PMMLPortObject
Creates a new PMML port object baed on the spec and the PMML document after it has been validated.
PMMLPortObject(PMMLPortObjectSpec, PMMLPortObject) - Constructor for class org.knime.core.node.port.pmml.PMMLPortObject
Creates a new PMML port based on the PMMLPortObjectSpec and the PMMLPortObject.
PMMLPortObject(PMMLPortObjectSpec, PMMLPortObject, DataTableSpec) - Constructor for class org.knime.core.node.port.pmml.PMMLPortObject
Creates a new PMML port based on the PMMLPortObjectSpec and the PMMLPortObject.
PMMLPortObject(PMMLPortObjectSpec, PMMLContentHandler) - Constructor for class org.knime.core.node.port.pmml.PMMLPortObject
Deprecated.
PMMLPortObjectSerializer - Class in org.knime.core.node.port.pmml
 
PMMLPortObjectSerializer() - Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectSerializer
 
PMMLPortObjectSpec - Class in org.knime.core.node.port.pmml
 
PMMLPortObjectSpec(DataTableSpec, List<String>, List<String>, List<String>) - Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectSpec
PMMLPortObjectSpec should only be created by PMMLPortObjectSpecCreator.
PMMLPortObjectSpecCreator - Class in org.knime.core.node.port.pmml
 
PMMLPortObjectSpecCreator(DataTableSpec) - Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
 
PMMLPortObjectSpecCreator(PMMLPortObject, DataTableSpec) - Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Creates a new PMMLPortObjectSpecCreator based on an existing PMMLPortObject.
PMMLPortObjectSpecCreator(PMMLPortObjectSpec, DataTableSpec) - Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Creates a new PMMLPortObjectSpecCreator based on an existing PMMLPortObjectSpec and a DataTableSpec.
PMMLPortObjectSpecCreator(PMMLPortObjectSpec) - Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Creates a new PMMLPortObjectSpecCreator based on an existing PMMLPortObjectSpec.
PMMLPortObjectSpecSerializer - Class in org.knime.core.node.port.pmml
 
PMMLPortObjectSpecSerializer() - Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectSpecSerializer
 
PMMLPortObjectView - Class in org.knime.core.node.port.pmml
 
PMMLPortObjectView(PMMLPortObject) - Constructor for class org.knime.core.node.port.pmml.PMMLPortObjectView
Displays the XML tree of the PMML.
PMMLPPCell - Class in org.knime.base.node.mine.regression.pmmlgreg
Encapsulates a PPCell in PMML General Regression.
PMMLPPCell(String, String, String) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell
 
PMMLPPCell(String, String, String, String) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell
 
PMMLPredicate - Class in org.knime.base.node.mine.decisiontree2
Base class for Predicate as specified in PMML (http://www.dmg.org/v4-0/TreeModel.html).
PMMLPredicate() - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLPredicate
 
PMMLPredicate.PMMLPredicates - Enum in org.knime.base.node.mine.decisiontree2
Enumeration of all subclasses of PMMLPredicate.
PMMLPredicateTranslator - Class in org.knime.base.node.mine.decisiontree2
 
PMMLPredictor - Class in org.knime.base.node.mine.regression.pmmlgreg
Encapsulates a Predictor in PMML General Regression.
PMMLPredictor(String) - Constructor for class org.knime.base.node.mine.regression.pmmlgreg.PMMLPredictor
 
PMMLPreprocDiscretize - Class in org.knime.base.node.preproc.autobinner.pmml
 
PMMLPreprocDiscretize() - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
Used in load method.
PMMLPreprocDiscretize(DisretizeConfiguration) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
 
PMMLPreprocDiscretize.PMMLPreprocDiscretizeContentHandler - Class in org.knime.base.node.preproc.autobinner.pmml
 
PMMLPreprocDiscretizeContentHandler(DisretizeConfiguration) - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize.PMMLPreprocDiscretizeContentHandler
 
PMMLPreprocOperation - Class in org.knime.core.node.port.pmml.preproc
Deprecated.
PMMLPreprocOperation() - Constructor for class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
PMMLPreprocOperation.PMMLTransformElement - Enum in org.knime.core.node.port.pmml.preproc
Deprecated.
Enumeration of the PMML elements the preprocessing operation can be written to.
PMMLPreprocPortObject - Class in org.knime.core.node.port.pmml.preproc
Deprecated.
PMMLPreprocPortObject() - Constructor for class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
 
PMMLPreprocPortObject(PMMLPreprocOperation...) - Constructor for class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
 
PMMLPreprocPortObject(PMMLPreprocPortObject...) - Constructor for class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
 
PMMLPreprocPortObject.Serializer - Class in org.knime.core.node.port.pmml.preproc
Deprecated.
 
PMMLPreprocPortObjectSpec - Class in org.knime.core.node.port.pmml.preproc
Dummy singleton port object instance.
PMMLPreprocPortObjectSpec(List<String>) - Constructor for class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec
 
PMMLPreprocPortObjectSpec(String...) - Constructor for class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec
 
PMMLPreprocPortObjectSpec.Serializer - Class in org.knime.core.node.port.pmml.preproc
 
PMMLPreprocPortObjectView - Class in org.knime.core.node.port.pmml.preproc
 
PMMLPreprocPortObjectView(PMMLPreprocPortObject) - Constructor for class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectView
Displays the XML tree of the PMML.
PMMLPreprocTranslator - Interface in org.knime.core.node.port.pmml.preproc
 
PMMLReaderNodeDialog - Class in org.knime.base.node.io.pmml.read
 
PMMLReaderNodeDialog() - Constructor for class org.knime.base.node.io.pmml.read.PMMLReaderNodeDialog
 
PMMLReaderNodeFactory - Class in org.knime.base.node.io.pmml.read
 
PMMLReaderNodeFactory() - Constructor for class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory
 
PMMLReaderNodeFactory2 - Class in org.knime.base.node.io.pmml.read
 
PMMLReaderNodeFactory2() - Constructor for class org.knime.base.node.io.pmml.read.PMMLReaderNodeFactory2
 
PMMLReaderNodeModel - Class in org.knime.base.node.io.pmml.read
 
PMMLReaderNodeModel() - Constructor for class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Default constructor for a PMML Reader with optional input port.
PMMLReaderNodeModel(boolean) - Constructor for class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Create a new PMML reader node model with optional PMML in port.
PMMLReaderNodeModel(NodeCreationContext) - Constructor for class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Called by the node factory if the node is instantiated due to a file drop.
PMMLRegressionModelWrapper - Class in org.knime.core.node.port.pmml
 
PMMLRegressionModelWrapper(RegressionModelDocument.RegressionModel) - Constructor for class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
Creates a wrapper for a org.dmg.pmml.TreeModelDocument.TreeModel.
PMMLRegressionTranslator - Class in org.knime.base.node.mine.regression
A regression model translator class between KNIME and PMML.
PMMLRegressionTranslator() - Constructor for class org.knime.base.node.mine.regression.PMMLRegressionTranslator
PMMLRegressionTranslator(String, String, PMMLRegressionTranslator.RegressionTable, String) - Constructor for class org.knime.base.node.mine.regression.PMMLRegressionTranslator
PMMLRegressionTranslator.NumericPredictor - Class in org.knime.base.node.mine.regression
This class represents a single numeric predictor with its name (usually the column name it is responsible for), the exponent and the coefficient.
PMMLRegressionTranslator.RegressionTable - Class in org.knime.base.node.mine.regression
This table wraps a polynomial regression formula for use inside a PMML model.
PMMLRuleSetModelWrapper - Class in org.knime.core.node.port.pmml
 
PMMLRuleSetModelWrapper(RuleSetModelDocument.RuleSetModel) - Constructor for class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
Creates a wrapper for a org.dmg.pmml.TreeModelDocument.TreeModel.
PMMLSerializer() - Constructor for class org.knime.core.data.xml.PMMLBlobCell.PMMLSerializer
 
PMMLSerializer() - Constructor for class org.knime.core.data.xml.PMMLCell.PMMLSerializer
 
PMMLSetOperator - Enum in org.knime.base.node.mine.decisiontree2
Contains the set operators that are specified in PMML for SimpleSetPredicates.
PMMLSimplePredicate - Class in org.knime.base.node.mine.decisiontree2
Implements a SimplePredicate as specified in PMML (http://www.dmg.org/v4-0/TreeModel.html).
PMMLSimplePredicate() - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
Build a new simple predicate.
PMMLSimplePredicate(String, String, String) - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
Build a new simple predicate.
PMMLSimplePredicate(String, PMMLOperator, String) - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
Build a new simple predicate.
PMMLSimpleSetPredicate - Class in org.knime.base.node.mine.decisiontree2
Implements a SimpleSetPredicate as specified in PMML (http://www.dmg.org/v4-0/TreeModel.html).
PMMLSimpleSetPredicate() - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Build a new simple set predicate without values.
PMMLSimpleSetPredicate(String, String) - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Build a new simple set predicate without values.
PMMLSimpleSetPredicate(String, PMMLSetOperator) - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Build a new simple set predicate without values.
PMMLStringConversionTranslator - Class in org.knime.base.node.preproc.pmml
 
PMMLStringConversionTranslator(DerivedFieldMapper) - Constructor for class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
 
PMMLStringConversionTranslator(List<String>, DataType, DerivedFieldMapper) - Constructor for class org.knime.base.node.preproc.pmml.PMMLStringConversionTranslator
 
PMMLStringConversionTranslator - Class in org.knime.base.node.preproc.pmml.stringtonumber
 
PMMLStringConversionTranslator(DerivedFieldMapper) - Constructor for class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
 
PMMLStringConversionTranslator(List<String>, DataType, DerivedFieldMapper) - Constructor for class org.knime.base.node.preproc.pmml.stringtonumber.PMMLStringConversionTranslator
 
PMMLSupportVectorMachineModelWrapper - Class in org.knime.core.node.port.pmml
 
PMMLSupportVectorMachineModelWrapper(SupportVectorMachineModelDocument.SupportVectorMachineModel) - Constructor for class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
Creates a wrapper for a org.dmg.pmml.TreeModelDocument.TreeModel.
PMMLSVMTranslator - Class in org.knime.base.node.mine.svm
A SVM translator class between KNIME and PMML.
PMMLSVMTranslator() - Constructor for class org.knime.base.node.mine.svm.PMMLSVMTranslator
Creates a new empty PMML SVM translator.
PMMLSVMTranslator(List<String>, List<Svm>, Kernel) - Constructor for class org.knime.base.node.mine.svm.PMMLSVMTranslator
 
PMMLTransformation - Enum in org.knime.core.node.port.pmml.preproc
 
PMMLTranslator - Interface in org.knime.core.node.port.pmml
 
PMMLTreeModelWrapper - Class in org.knime.core.node.port.pmml
 
PMMLTreeModelWrapper(TreeModelDocument.TreeModel) - Constructor for class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
Creates a wrapper for a org.dmg.pmml.TreeModelDocument.TreeModel.
PMMLTruePredicate - Class in org.knime.base.node.mine.decisiontree2
True predicate as specified in PMML (http://www.dmg.org/v4-0/TreeModel.html).
PMMLTruePredicate() - Constructor for class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
 
PMMLUtilityFactory() - Constructor for class org.knime.core.data.xml.PMMLValue.PMMLUtilityFactory
Only subclasses are allowed to instantiate this class.
PMMLValue - Interface in org.knime.core.data.xml
This value encapsulates a PMML Document.
PMMLValue.PMMLUtilityFactory - Class in org.knime.core.data.xml
Implementations of the meta information of this value class.
PMMLWriterNodeDialog - Class in org.knime.base.node.io.pmml.write
 
PMMLWriterNodeDialog() - Constructor for class org.knime.base.node.io.pmml.write.PMMLWriterNodeDialog
 
PMMLWriterNodeFactory - Class in org.knime.base.node.io.pmml.write
 
PMMLWriterNodeFactory() - Constructor for class org.knime.base.node.io.pmml.write.PMMLWriterNodeFactory
 
PMMLWriterNodeModel - Class in org.knime.base.node.io.pmml.write
 
PMMLWriterNodeModel() - Constructor for class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
 
PNGImageBlobCell - Class in org.knime.core.data.image.png
Blob implemenation of a PNG image cell.
PNGImageBlobCell(PNGImageContent) - Constructor for class org.knime.core.data.image.png.PNGImageBlobCell
Package scope method to create PNG image cell.
PNGImageBlobCell.PNGSerializer - Class in org.knime.core.data.image.png
Serialier for PNGImageBlobCells.
PNGImageCell - Class in org.knime.core.data.image.png
Default implementation of a PNG image cell.
PNGImageCell(PNGImageContent) - Constructor for class org.knime.core.data.image.png.PNGImageCell
Package scope method to create PNG image cell.
PNGImageCell.PNGSerializer - Class in org.knime.core.data.image.png
Serializer for PNGImageCell.
PNGImageCellFactory - Class in org.knime.core.data.image.png
Factory for PNGImageCells.
PNGImageCellFactory() - Constructor for class org.knime.core.data.image.png.PNGImageCellFactory
 
PNGImageContent - Class in org.knime.core.data.image.png
Content of a PNG image.
PNGImageContent() - Constructor for class org.knime.core.data.image.png.PNGImageContent
Framework constructor for restoring content.
PNGImageContent(byte[]) - Constructor for class org.knime.core.data.image.png.PNGImageContent
Creates PNG image content from byte array.
PNGImageContent(InputStream) - Constructor for class org.knime.core.data.image.png.PNGImageContent
Reads image content from a stream.
PNGImageValue - Interface in org.knime.core.data.image.png
DataValue Interface for plain PNG image.
PNGImageValue.ImageCellUtilityFactory - Class in org.knime.core.data.image.png
Implementations of the meta information of this value class.
PNGImageValueComparator - Class in org.knime.core.data.image.png
A special DataCellComparator for the ImageCells.
PNGImageValueComparator() - Constructor for class org.knime.core.data.image.png.PNGImageValueComparator
 
PNGImageValueRendererFactoryUtil - Class in org.knime.core.data.image.png
Hosts factories used by renderer extension point.
PNGImageValueRendererFactoryUtil() - Constructor for class org.knime.core.data.image.png.PNGImageValueRendererFactoryUtil
 
PNGImageValueRendererFactoryUtil.StandardRendererFactory - Class in org.knime.core.data.image.png
Standard renderer.
PNGSerializer() - Constructor for class org.knime.core.data.image.png.PNGImageBlobCell.PNGSerializer
 
PNGSerializer() - Constructor for class org.knime.core.data.image.png.PNGImageCell.PNGSerializer
 
Pointer<T> - Class in org.knime.core.util
This class is a little helper that just adds another indirection to and object.
Pointer() - Constructor for class org.knime.core.util.Pointer
 
PolicyStrategy - Class in org.knime.base.util.coordinate
Abstract class for policy strategies.
PolicyStrategy(String) - Constructor for class org.knime.base.util.coordinate.PolicyStrategy
Creates a new PolicyStrategy.
poll() - Method in class org.knime.base.data.append.row.AppendedRowsRowInput
Deprecated.
Get the next row from the input stream.
poll() - Method in class org.knime.base.data.filter.column.FilterColumnRowInput
Get the next row from the input stream.
poll() - Method in class org.knime.core.data.append.AppendedRowsRowInput
Get the next row from the input stream.
poll() - Method in class org.knime.core.node.streamable.DataTableRowInput
Get the next row from the input stream.
poll() - Method in class org.knime.core.node.streamable.RowInput
Get the next row from the input stream.
PolynomialKernel - Class in org.knime.base.node.mine.svm.kernel
Polynomial kernel of the form: (x * y + bias) ^ power.
PolynomialKernel() - Constructor for class org.knime.base.node.mine.svm.kernel.PolynomialKernel
 
PolyRegCoefficientView - Class in org.knime.base.node.mine.regression.polynomial.learner
Deprecated.
PolyRegCoefficientView(PolyRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegCoefficientView
Deprecated.
Creates a new new view for showing the learned coefficients.
PolyRegCoefficientView - Class in org.knime.base.node.mine.regression.polynomial.learner2
This view show a simple table with all the coefficients for each attributed in the dataset.
PolyRegCoefficientView(PolyRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegCoefficientView
Creates a new new view for showing the learned coefficients.
PolyRegContent - Class in org.knime.base.node.mine.regression.polynomial.learner2
Utility class that stores results of linear regression models.
PolyRegContent(PMMLPortObjectSpec, int, List<String>, List<String>, Matrix, double, Matrix, double, double, SummaryStatistics[], int) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
Create new instance.
PolyRegLearnerDialog - Class in org.knime.base.node.mine.regression.polynomial.learner
Deprecated.
PolyRegLearnerDialog() - Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerDialog
Deprecated.
Creates a new dialog for the polynomial regression learner node.
PolyRegLearnerDialog - Class in org.knime.base.node.mine.regression.polynomial.learner2
This is the dialog for the polynomial regression learner node.
PolyRegLearnerDialog() - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerDialog
Creates a new dialog for the polynomial regression learner node.
PolyRegLearnerNodeFactory - Class in org.knime.base.node.mine.regression.polynomial.learner
Deprecated.
PolyRegLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeFactory
Deprecated.
 
PolyRegLearnerNodeFactory - Class in org.knime.base.node.mine.regression.polynomial.learner2
This factory creates all necessary objects for the polynomial regression learner node.
PolyRegLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory
 
PolyRegLearnerNodeFactory2 - Class in org.knime.base.node.mine.regression.polynomial.learner2
This factory creates all necessary objects for the polynomial regression learner node.
PolyRegLearnerNodeFactory2() - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeFactory2
 
PolyRegLearnerNodeModel - Class in org.knime.base.node.mine.regression.polynomial.learner
Deprecated.
PolyRegLearnerNodeModel() - Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Deprecated.
Creates a new model for the polynomial regression learner node.
PolyRegLearnerNodeModel - Class in org.knime.base.node.mine.regression.polynomial.learner2
This node performs polynomial regression on an input table with numeric-only columns.
PolyRegLearnerNodeModel() - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
Creates a new model for the polynomial regression learner node with optional PMML input.
PolyRegLearnerNodeModel(boolean) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
Creates a new model for the polynomial regression learner node.
PolyRegLearnerSettings - Class in org.knime.base.node.mine.regression.polynomial.learner
Deprecated.
PolyRegLearnerSettings() - Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
 
PolyRegLearnerSettings - Class in org.knime.base.node.mine.regression.polynomial.learner2
This class holds the settings for the polynomial regression learner node.
PolyRegLearnerSettings() - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
 
PolyRegLineNodeView - Class in org.knime.base.node.mine.regression.polynomial.learner
Deprecated.
PolyRegLineNodeView(PolyRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineNodeView
Deprecated.
Create new view.
PolyRegLineNodeView - Class in org.knime.base.node.mine.regression.polynomial.learner2
This class shows a view with one attribute on the x-axis, its values on the y-axis and the regression curve.
PolyRegLineNodeView(PolyRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLineNodeView
Create new view.
PolyRegLineScatterPlotter - Class in org.knime.base.node.mine.regression.polynomial.learner
Deprecated.
PolyRegLineScatterPlotter(PolyRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
Deprecated.
Creates a new plotter for showing the regression lines.
PolyRegLineScatterPlotter - Class in org.knime.base.node.mine.regression.polynomial.learner2
This class is the plotter used inside the PolyRegLineNodeView.
PolyRegLineScatterPlotter(PolyRegLearnerNodeModel) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLineScatterPlotter
Creates a new plotter for showing the regression lines.
PolyRegPredictorNodeFactory - Class in org.knime.base.node.mine.regression.polynomial.predictor
Deprecated.
PolyRegPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.regression.polynomial.predictor.PolyRegPredictorNodeFactory
Deprecated.
 
PolyRegViewData - Class in org.knime.base.node.mine.regression.polynomial.learner
Deprecated.
PolyRegViewData(double[], double[], double, String[], int, String) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner.PolyRegViewData
Deprecated.
 
PolyRegViewData - Class in org.knime.base.node.mine.regression.polynomial.learner2
Simple container class that combines all data that is relevant for the two views in one object.
PolyRegViewData(double[], double[], double[], double[], double[], double, double, String[], int, String, DataArray) - Constructor for class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
pop(Class<T>) - Method in class org.knime.core.node.workflow.FlowObjectStack
Removes all elements from the stack whose class is not of the given type.
popScopeContext(Class<T>, boolean) - Method in class org.knime.core.node.workflow.FlowObjectStack
Removes all elements from the stack whose class is not of the given type and inactive status setting.
POPUP_HILITE_SELECTED - Static variable in class org.knime.base.node.mine.sota.view.SotaDrawingPane
Popup menue entry constant.
POPUP_UNHILITE - Static variable in class org.knime.base.node.mine.sota.view.SotaDrawingPane
Popup menue entry constant.
POPUP_UNHILITE_SELECTED - Static variable in class org.knime.base.node.mine.sota.view.SotaDrawingPane
Popup menue entry constant.
popupFileChooser(String, boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Pops up the file selection dialog and returns the path to the selected file - or null if the user canceled.
popupFileChooser() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeDialog
Pops up the file selection dialog and returns the path(s) to the selected file(s) - or null if the user canceled.
PORT_FOLDER_PREFIX - Static variable in class org.knime.core.node.FileNodePersistor
Prefix of associated port folders.
PortInput - Class in org.knime.core.node.streamable
Input for a streamable operator.
PortInput() - Constructor for class org.knime.core.node.streamable.PortInput
 
PortObject - Interface in org.knime.core.node.port
General interface for objects that are passed along node connections.
PortObject.PortObjectSerializer<T extends PortObject> - Class in org.knime.core.node.port
Factory class that's used for writing and loading objects of class denoted by T.
PortObjectCell - Class in org.knime.core.data.model
Default implementation for a general port object.
PortObjectCell(PortObject) - Constructor for class org.knime.core.data.model.PortObjectCell
Constructor for creating port object cell objects.
PortObjectCell.PortObjectCellSerializer - Class in org.knime.core.data.model
Serializer for PortObjectCells.
PortObjectCellSerializer() - Constructor for class org.knime.core.data.model.PortObjectCell.PortObjectCellSerializer
 
PortObjectHolder - Interface in org.knime.core.node.port
Allows node model implementations to keep their in- or output data as reference even after a save/load cycle.
PortObjectIDSettings - Class in org.knime.core.node.exec.dataexchange
Settings helper that reads/writes the port object ID that is used by the PortObjectRepository.
PortObjectIDSettings() - Constructor for class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
Constructor, which sets a null ID (no id).
PortObjectInNodeFactory - Class in org.knime.core.node.exec.dataexchange.in
Node that passes on a port object from a static repository.
PortObjectInNodeFactory() - Constructor for class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeFactory
Creates new port object in factory for default ports (not BDT).
PortObjectInNodeFactory(PortType) - Constructor for class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeFactory
Creates factory for argument port type.
PortObjectInNodeModel - Class in org.knime.core.node.exec.dataexchange.in
Model for the pass-on node.
PortObjectInNodeModel(PortType) - Constructor for class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
Set no input, one specified output.
PortObjectInput - Class in org.knime.core.node.streamable
A general port object input.
PortObjectInput(PortObject) - Constructor for class org.knime.core.node.streamable.PortObjectInput
Intitializes input with (non-null) port object.
PortObjectOutput - Class in org.knime.core.node.streamable
Non-data row output (any PortObject except for BufferedDataTable).
PortObjectOutput() - Constructor for class org.knime.core.node.streamable.PortObjectOutput
 
PortObjectReaderNodeDialog - Class in org.knime.base.node.io.portobject
Dialog for the ModelContent Reader Node - allows user to choose file name and directory.
PortObjectReaderNodeDialog() - Constructor for class org.knime.base.node.io.portobject.PortObjectReaderNodeDialog
Constructor: create NodeDialog with just one default component, the file chooser entry.
PortObjectReaderNodeFactory - Class in org.knime.base.node.io.portobject
Node that connects to arbitrary model ports and reads the model as ModelContent from a chosen file.
PortObjectReaderNodeFactory(PortType) - Constructor for class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
 
PortObjectReaderNodeFactory() - Constructor for class org.knime.base.node.io.portobject.PortObjectReaderNodeFactory
Uses generic output port.
PortObjectReaderNodeModel - Class in org.knime.base.node.io.portobject
Read ModelContent object from file.
PortObjectReaderNodeModel(PortType) - Constructor for class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Constructor: Create new NodeModel with only one Model Input Port.
PortObjectRepository - Class in org.knime.core.node.exec.dataexchange
Static repository of PortObjects.
PortObjectSerializer() - Constructor for class org.knime.core.node.port.PortObject.PortObjectSerializer
 
PortObjectSpec - Interface in org.knime.core.node.port
General interface for object specifications that are passed along node connections.
PortObjectSpec.PortObjectSpecSerializer<T extends PortObjectSpec> - Class in org.knime.core.node.port
Factory class that's used for writing and loading objects of class denoted by T.
PortObjectSpecSerializer() - Constructor for class org.knime.core.node.port.PortObjectSpec.PortObjectSpecSerializer
 
PortObjectSpecZipInputStream - Class in org.knime.core.node.port
PortObjectSpecZipInputStream(InputStream) - Constructor for class org.knime.core.node.port.PortObjectSpecZipInputStream
Instantiates stream based on argument stream.
PortObjectSpecZipOutputStream - Class in org.knime.core.node.port
Zip stream that is used to persist objects of class PortObjectSpec.
PortObjectSpecZipOutputStream(OutputStream) - Constructor for class org.knime.core.node.port.PortObjectSpecZipOutputStream
Delegates to underlying output stream.
PortObjectUtilityFactory() - Constructor for class org.knime.core.data.model.PortObjectValue.PortObjectUtilityFactory
Only subclasses are allowed to instantiate this class.
PortObjectValue - Interface in org.knime.core.data.model
DataValue interface for port objects.
PortObjectValue.PortObjectUtilityFactory - Class in org.knime.core.data.model
Implementations of the meta information of this value class.
PortObjectValueComparator - Class in org.knime.core.data.model
A special DataCellComparator for port objects.
PortObjectValueComparator() - Constructor for class org.knime.core.data.model.PortObjectValueComparator
 
PortObjectValueRenderer - Class in org.knime.core.data.model
Renderer for PortObject content that are compatible with PortObjectValue classes.
PortObjectValueRenderer(String) - Constructor for class org.knime.core.data.model.PortObjectValueRenderer
Creates a new renderer for port objects.
PortObjectValueRenderer.Factory - Class in org.knime.core.data.model
PortObjectWriterNodeDialog - Class in org.knime.base.node.io.portobject
Dialog for the Predictor Writer Node - allows user to choose file name and directory.
PortObjectWriterNodeDialog() - Constructor for class org.knime.base.node.io.portobject.PortObjectWriterNodeDialog
Constructor: create NodeDialog with default components, the file chooser entry.
PortObjectWriterNodeFactory - Class in org.knime.base.node.io.portobject
Node that connects to arbitrary model ports and writes the model as ModelContent to a chosen file.
PortObjectWriterNodeFactory(PortType) - Constructor for class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
 
PortObjectWriterNodeFactory() - Constructor for class org.knime.base.node.io.portobject.PortObjectWriterNodeFactory
 
PortObjectWriterNodeModel - Class in org.knime.base.node.io.portobject
Write ModelContent object into file.
PortObjectWriterNodeModel(PortType) - Constructor for class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Constructor: Create new NodeModel with only one Model Input Port.
PortObjectZipInputStream - Class in org.knime.core.node.port
PortObjectZipInputStream(InputStream) - Constructor for class org.knime.core.node.port.PortObjectZipInputStream
Instantiates stream based on argument stream.
PortObjectZipOutputStream - Class in org.knime.core.node.port
Zip stream that is used to persist objects of class PortObject.
PortObjectZipOutputStream(OutputStream) - Constructor for class org.knime.core.node.port.PortObjectZipOutputStream
Delegates to underlying output stream.
PortOutput - Class in org.knime.core.node.streamable
Describes the output handle of a node.
PortOutput() - Constructor for class org.knime.core.node.streamable.PortOutput
 
PortRole - Class in org.knime.core.node.streamable
A port role describes the requirements for a node's in or output object.
PortRole(boolean) - Constructor for class org.knime.core.node.streamable.PortRole
 
PortType - Class in org.knime.core.node.port
Holds type information about node port types.
PortType(Class<? extends PortObject>, boolean) - Constructor for class org.knime.core.node.port.PortType
Deprecated.
use PortTypeRegistry.getPortType(Class, boolean) or the static constant in the concrete port object class (if available) instead
PortType(Class<? extends PortObject>) - Constructor for class org.knime.core.node.port.PortType
Deprecated.
use PortTypeRegistry.getPortType(Class) or the static constant in the concrete port object class (if available) instead
PortType(Class<? extends PortObject>, boolean, String, int, boolean) - Constructor for class org.knime.core.node.port.PortType
 
PortTypeRegistry - Class in org.knime.core.node.port
 
PortUtil - Class in org.knime.core.node.port
Contains framework methods that are used to persist or read PortObject and PortObjectSpec objects.
POSITION_FAR_TOP_RIGHT - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
POSITION_NORMAL - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
POSITION_TOP_RIGHT - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
POSSIBBLE_VALUES_AS_COLLECTION - Static variable in class org.knime.base.node.util.extracttablespec.ExtractTableSpecConfigKeys
The configuration key to extract possible values as collection.
POSSIBLETYPES - Static variable in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
The possible types that the string can be converted to.
POSSIBLETYPES - Static variable in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
The possible types that the string can be converted to.
postConfigure(PortObjectSpec[], PortObjectSpec[]) - Method in interface org.knime.core.node.NodeConfigureHelper
Modifies the output table specs calculated by the NodeModel.configure(PortObjectSpec[]) method.
postConstruct() - Method in class org.knime.core.data.filestore.FileStoreCell
Called after the cell is deserialized from a stream.
postConstruct() - Method in class org.knime.core.data.filestore.FileStorePortObject
Called after the cell is deserialized from a stream.
postExecute(BufferedDataTable[], ExecutionContext) - Method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
This method is called after all rows have been processed and combined into the final result tables.
PostgreSQLUtility - Class in org.knime.core.node.port.database
Deprecated.
moved to the org.knime.database.connectors plugin
PostgreSQLUtility() - Constructor for class org.knime.core.node.port.database.PostgreSQLUtility
Deprecated.
 
postLoad(WorkflowManager, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.CopyWorkflowPersistor
Called after all nodes have been instantiated but no configure storm is launched.
postLoad(WorkflowManager, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Called after all nodes have been instantiated but no configure storm is launched.
postLoad(WorkflowManager, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.InsertWorkflowPersistor
Called after all nodes have been instantiated but no configure storm is launched.
postLoad(WorkflowManager, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Called after all nodes have been instantiated but no configure storm is launched.
postLoad(WorkflowManager, WorkflowPersistor.LoadResult) - Method in interface org.knime.core.node.workflow.WorkflowPersistor
Called after all nodes have been instantiated but no configure storm is launched.
postLoadExecute(PortObject[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Called when workflow is loaded to fill the exchange field.
postLoadWFM() - Method in class org.knime.core.node.workflow.SubNodeContainer
Callback from persistor.
postProcessMeasure(double, double, double[], double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGainRatio
The post processing of the gain ration measure normalizes the info gain with the split info (see c4.5).
postProcessMeasure(double, double, double[], double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGini
The gini index need not to post process the measure.
postProcessMeasure(double, double, double[], double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityMeasure
Some quality measures need normalization when compared to other attributes.
PPMatrix - Class in org.knime.base.node.mine.regression.predict2
A convenient class to access the data of PMMLPPCells.
PPMatrix(PMMLPPCell...) - Constructor for class org.knime.base.node.mine.regression.predict2.PPMatrix
Creates an instance which is a decorate for the given cells.
PRECISION_NUMBER - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
The configuration key for the specified precision number.
preConfigure() - Method in interface org.knime.core.node.NodeConfigureHelper
Called immediately before NodeModel's configure is called.
predict(DataRow, Map<DataCell, List<BasisFunctionPredictorRow>>) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2CellFactory
Predicts an unknown row to the given model.
predict(DataRow, Map<DataCell, List<BasisFunctionPredictorRow>>) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
Deprecated.
Predicts an unknown row to the given model.
predict(DataRow) - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
Predicts the target value for the given row.
predict(DoubleVector) - Method in class org.knime.base.node.mine.svm.Svm
Computes the predicted value of a vector by using the current SVM.
predictionColumn() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
Returns the prediction column's name.
predictionColumn(String) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
Sets the prediction column's name.
predictionColumn() - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
Returns the prediction column containing the predicted class values.
predictionColumn(String) - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
Sets the prediction column containing the predicted class values.
PredictorHelper - Class in org.knime.base.node.mine.util
Helper class to create predictor output table specification with a common naming scheme.
PredictorNodeDialog - Class in org.knime.base.node.mine.util
The base class for the predictor nodes' dialogs.
PredictorNodeDialog(SettingsModelBoolean) - Constructor for class org.knime.base.node.mine.util.PredictorNodeDialog
Creates the dialog with the PredictorHelper generated SettingsModels.
PredictorNodeDialog(SettingsModelBoolean, SettingsModelString, SettingsModelBoolean, SettingsModelString) - Constructor for class org.knime.base.node.mine.util.PredictorNodeDialog
Creates the dialog with custom SettingsModels.
PredictorReaderNodeFactory - Class in org.knime.base.node.io.predictor
Node that connects to arbitrary model ports and reads the model as ModelContent from a chosen file.
PredictorReaderNodeFactory() - Constructor for class org.knime.base.node.io.predictor.PredictorReaderNodeFactory
 
PredictorWriterNodeFactory - Class in org.knime.base.node.io.predictor
Node that connects to arbitrary model ports and writes the model as ModelContent to a chosen file.
PredictorWriterNodeFactory() - Constructor for class org.knime.base.node.io.predictor.PredictorWriterNodeFactory
 
PREFERRED_FILE_EXTENSION - Static variable in class org.knime.base.node.io.table.read.ReadTableNodeModel
The extension of the files to store, \".knime\".
preferredLayoutSize(Container) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.DynamicCardLayout
 
prefix() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
 
prefix(String) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
 
preLoad(Node, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.FileNodePersistor
Pre-load instance to fill fields that are used in calling class before final load is performed.
preLoadNodeContainer(WorkflowPersistor, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
preLoadNodeContainer(WorkflowPersistor, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
preLoadNodeContainer(WorkflowPersistor, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
preLoadNodeContainer(WorkflowPersistor, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
preLoadNodeContainer(WorkflowPersistor, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in interface org.knime.core.node.workflow.FromFileNodeContainerPersistor
 
preLoadNodeContainer(WorkflowPersistor, NodeSettingsRO, WorkflowPersistor.LoadResult) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
prepareConfigFor(NodeSettingsWO, RowFilter) - Static method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilterFactory
Deprecated.
use #prepareConfigFor(NodeSettingsWO, AbstractRowFilter) instead
prepareConfigFor(NodeSettingsWO, IRowFilter) - Static method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilterFactory
 
prepareConfigure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
 
prepareConfigure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
 
prepareConfigure(PortObjectSpec[]) - Method in class org.knime.base.node.preproc.pmml.normalize.AbstractNormalizerPMMLNodeModel
 
prepareExecute(DataTable[]) - Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
This method is called before the first chunked is processed.
prepareExecute(DataTable[]) - Method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
This method is called before the first chunked is processed.
prepareExecute(DataTable[]) - Method in class org.knime.base.node.parallel.builder.ThreadedTableBuilderNodeModel
This method is called before the first row is processed.
prepareRenderer(TableCellRenderer, int, int) - Method in class org.knime.core.node.tableview.TableContentView
Overridden in order to set the correct selection color (depending on hilite status).
prepareRenderer(TableCellRenderer, int, int) - Method in class org.knime.core.node.tableview.TableRowHeaderView
Overridden in order to set the correct selection color (depending on hilite status).
prependChangeListener(ChangeListener) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
Adds a listener (to the beginning of the listener list) which is notified, whenever a new values is set in the model or the enable status changes.
prependChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
Adds a listener (to the beginning of the listener list) which is notified, whenever a new values is set in the model or the enable status changes.
prependChangeListener(ChangeListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Adds a listener (to the beginning of the listener list) which is notified, whenever a new values is set in the model or the enable status changes.
prependChangeListener(ChangeListener) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Adds a listener (to the beginning of the listener list) which is notified, whenever a new values is set in the model or the enable status changes.
prependParent(NodeID) - Method in class org.knime.core.node.workflow.NodeID.NodeIDSuffix
Combines this suffix with a parent ID and returns a new node ID.
preprocFixedDataPoints(int[]) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Initializes for each of the fixed data points a point in the target space.
PreviewTableContentView - Class in org.knime.base.node.io.filereader
Extension of an KNIME table view that reacts on mouse events in the header.
PreviewTableContentView() - Constructor for class org.knime.base.node.io.filereader.PreviewTableContentView
 
PreviousMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
Selects the next non-missing value as the replacement value.
PreviousMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandler
 
PreviousMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
Creates a handler that replaces missing values with the last previously encountered valid value.
PreviousMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
 
PRIMARY_KEY_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.KeyElement
The column index of the primary key in the table
PRIMARY_KEY_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
The column index of the primary key in the table
print(PrintStream) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Writes information retrieved from the BasisFunctionLearnerRow.toString() method to the given stream.
print(PrintStream) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Adds info about this object to the given stream.
print(boolean) - Method in class org.knime.base.util.NullPrintStream
print(char) - Method in class org.knime.base.util.NullPrintStream
print(char[]) - Method in class org.knime.base.util.NullPrintStream
print(double) - Method in class org.knime.base.util.NullPrintStream
print(float) - Method in class org.knime.base.util.NullPrintStream
print(int) - Method in class org.knime.base.util.NullPrintStream
print(long) - Method in class org.knime.base.util.NullPrintStream
print(Object) - Method in class org.knime.base.util.NullPrintStream
print(String) - Method in class org.knime.base.util.NullPrintStream
printableStr(String) - Static method in class org.knime.core.util.tokenizer.TokenizerSettings
 
printColorMapping() - Method in class org.knime.core.data.property.ColorModelNominal
 
printError(NodeLogger, String) - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
Logs the provided message to the provided logger.
printError(NodeLogger, DataRow, String) - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
Logs the provided message to the provided logger.
printErrors() - Method in class org.knime.core.util.tokenizer.SettingsStatus
Prints all error messages into the logger as error.
printf(Locale, String, Object...) - Method in class org.knime.base.util.NullPrintStream
printf(String, Object...) - Method in class org.knime.base.util.NullPrintStream
printInfos() - Method in class org.knime.core.util.tokenizer.SettingsStatus
Prints all info messages into the logger as info.
println() - Method in class org.knime.base.util.NullPrintStream
println(boolean) - Method in class org.knime.base.util.NullPrintStream
println(char) - Method in class org.knime.base.util.NullPrintStream
println(char[]) - Method in class org.knime.base.util.NullPrintStream
println(double) - Method in class org.knime.base.util.NullPrintStream
println(float) - Method in class org.knime.base.util.NullPrintStream
println(int) - Method in class org.knime.base.util.NullPrintStream
println(long) - Method in class org.knime.base.util.NullPrintStream
println(Object) - Method in class org.knime.base.util.NullPrintStream
println(String) - Method in class org.knime.base.util.NullPrintStream
printNodeSummary(NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
Produce summary of node.
printShapeMapping() - Method in class org.knime.core.data.property.ShapeModelNominal
 
printStats(PrintStream) - Method in class org.knime.core.util.ObjectPool
Prints statistics about hits and misses.
printValidFileStoreHandlersToLogDebug() - Method in class org.knime.core.data.filestore.internal.FileStoreHandlerRepository
 
printValidFileStoreHandlersToLogDebug() - Method in class org.knime.core.data.filestore.internal.NotInWorkflowFileStoreHandlerRepository
printValidFileStoreHandlersToLogDebug() - Method in class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
printWarnings() - Method in class org.knime.core.util.tokenizer.SettingsStatus
Prints all warning messages into the logger as warning.
PriorityDriverFactory - Class in org.knime.core.node.port.database.connection
 
PriorityDriverFactory(DBDriverFactory...) - Constructor for class org.knime.core.node.port.database.connection.PriorityDriverFactory
 
PriorityGlobalObjectInputStream - Class in org.knime.core.data.container
Object input stream, which can be used to load classes using a given preferred ClassLoader.
PriorityGlobalObjectInputStream(InputStream) - Constructor for class org.knime.core.data.container.PriorityGlobalObjectInputStream
Delegates to super.
probabilityColumnName(String, String, String) - Method in class org.knime.base.node.mine.util.PredictorHelper
Computes the probability column name for the training column name and the value with suffix.
process(List<NodeProgress>) - Method in class org.knime.core.node.tableview.TableSorterWorker
process(List<V>) - Method in class org.knime.core.util.SwingWorkerWithContext
processArguments(String[]) - Method in class org.knime.core.node.workflow.BatchExecutor
This method is called by the constructor in order to process the command line arguments.
processFinished(MultiThreadWorker<In, Out>.ComputationTask) - Method in class org.knime.core.util.MultiThreadWorker
Post-process a finished computation, for instance write a computed result into a file or add a computed row to a data container.
processingInstruction(String, String) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
processMouseEvent(MouseEvent) - Method in class org.knime.core.node.tableview.TableContentViewTableHeader
processRow(DataRow, BufferedDataTable[], RowAppender[]) - Method in class org.knime.base.node.parallel.builder.ThreadedTableBuilderNodeModel
This method is called once for each row in the first input table.
processTable(ExecutionMonitor, RegressionTrainingData, SummaryStatistics[], UpdatingMultipleLinearRegression) - Method in class org.knime.base.node.mine.regression.linear2.learner.Learner
Reads the table and performs the necessary updates on the statistics (stats and regr).
processTable(ExecutionMonitor, RegressionTrainingData, SummaryStatistics[], UpdatingMultipleLinearRegression) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.Learner
 
processTable(ExecutionMonitor, RegressionTrainingData, SummaryStatistics[], UpdatingMultipleLinearRegression) - Method in class org.knime.base.node.mine.regression.RegressionStatisticsLearner
Reads the table and performs the necessary updates on the statistics (stats and regr).
processWithContext(List<V>) - Method in class org.knime.core.util.SwingWorkerWithContext
Receives data chunks from the publish method asynchronously on the Event Dispatch Thread.
ProdNorm - Class in org.knime.base.node.mine.bfn.fuzzy.norm
Product norm.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.AverageInterpolationMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.LinearInterpolationMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
producesPMML4_2() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
Determines whether the missing value handler managed by this factory does operations that can be represented in PMML 4.2.
ProductOperator - Class in org.knime.base.data.aggregation.numerical
Returns the product per group.
ProductOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.ProductOperator
Constructor for class ProductOperator.
ProductOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.ProductOperator
Constructor for class ProductOperator.
progressChanged(NodeProgress) - Method in class org.knime.core.node.NodeProgressMonitorView
Interface method that's called by the underlying model.
progressChanged(NodeProgressEvent) - Method in class org.knime.core.node.NodeProgressMonitorView
Interface method that's called by the underlying model.
progressChanged(ConnectionProgressEvent) - Method in class org.knime.core.node.workflow.ConnectionContainer
Invoked when the progress has changed.
progressChanged(ConnectionProgressEvent) - Method in interface org.knime.core.node.workflow.ConnectionProgressListener
Invoked when the progress has changed.
progressChanged(NodeProgressEvent) - Method in class org.knime.core.node.workflow.NodeContainer
Invoked when the progress has changed.
progressChanged(NodeProgressEvent) - Method in interface org.knime.core.node.workflow.NodeProgressListener
Invoked when the progress has changed.
ProgressMonitorAdapter - Class in org.knime.core.util
Adapter that converts an IProgressMonitor into a NodeProgressMonitor.
ProgressMonitorAdapter(IProgressMonitor) - Constructor for class org.knime.core.util.ProgressMonitorAdapter
Creates a new adapter.
promoteMemoryReleaseable(MemoryReleasable) - Method in class org.knime.core.data.util.memory.MemoryObjectTracker
Deprecated.
Promotes obj in LRU Cache.
prompt(String, String) - Method in class org.knime.core.node.workflow.WorkflowCipherPrompt
Prompt the user (called repeatedly if password is wrong).
PromptCancelled() - Constructor for exception org.knime.core.node.workflow.WorkflowCipherPrompt.PromptCancelled
Empty constructor.
PROP_CHANGE_CLOSE - Static variable in class org.knime.core.node.NodeView
This class sends property events when the status changes.
PROP_FIELD_ADDED - Static variable in class org.knime.core.node.util.dialog.OutFieldsTable
Property fired when a row is manually added by the user.
PROP_FOCUSED_COLUMN - Static variable in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
Property fired when the focused column has changed.
PROP_FOCUSED_ROW - Static variable in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
Property fired when the focused row has changed.
properties() - Method in class org.knime.core.data.DataColumnProperties
Get an enumeration on all keys in this property object.
PropertiesTab - Class in org.knime.base.node.viz.plotter.props
A convenient JPanel which defines some distances and a default name for this and can be added as a tab to the AbstractPlotterProperties.
PropertiesTab() - Constructor for class org.knime.base.node.viz.plotter.props.PropertiesTab
 
PROPERTY_ALLOWED_RECIPIENT_DOMAINS - Static variable in class org.knime.base.node.util.sendmail.SendMailConfiguration
A system property that, if set, will disallow emails sent to recipients other than specified in a comma separate list.
PROPERTY_ASYNC_WRITE_CACHE_SIZE - Static variable in class org.knime.core.node.KNIMEConstants
Java property to customize the write cache for asynchronous table writing.
PROPERTY_CELLS_IN_MEMORY - Static variable in class org.knime.core.data.container.DataContainer
PROPERTY_CELLS_IN_MEMORY - Static variable in class org.knime.core.node.KNIMEConstants
Java property name to set a different threshold for the number of cells to be held in main memory (if memory setting is "Keep only small tables in memory").
PROPERTY_DATA - Static variable in class org.knime.core.node.tableview.TableContentModel
Property name of the event when the data table has changed.
PROPERTY_DATABASE_BATCH_WRITE_SIZE - Static variable in class org.knime.core.node.KNIMEConstants
Java property used to adjust the batch write size for writing data into a database.
PROPERTY_DATABASE_CONCURRENCY - Static variable in class org.knime.core.node.KNIMEConstants
Java property to switch on/off the database connection access (applies only for the same database connection).
PROPERTY_DATABASE_FETCHSIZE - Static variable in class org.knime.core.node.KNIMEConstants
Java property used to adjust the fetch size for retrieving data from a database.
PROPERTY_DATABASE_LOGIN_TIMEOUT - Static variable in class org.knime.core.node.KNIMEConstants
Deprecated.
Set the timeout via the database preferences.
PROPERTY_DIALOG_IN_EDT - Static variable in class org.knime.core.node.KNIMEConstants
Java property for doing all dialog operations automatically in the AWT event dispatch thread.
PROPERTY_DISABLE_LOG4J_CONFIG - Static variable in class org.knime.core.node.KNIMEConstants
Java property which allows to skip automatic Log4J configuration when KNIME starts.
PROPERTY_DISABLE_ROWID_DUPLICATE_CHECK - Static variable in class org.knime.core.node.KNIMEConstants
Java property to enable/disable row ID duplicate checks on tables.
PROPERTY_DISABLE_VM_FILE_LOCK - Static variable in class org.knime.core.node.KNIMEConstants
Java property to enable/disable workflow locks.
PROPERTY_DOMAIN_MAX_POSSIBLE_VALUES - Static variable in class org.knime.core.node.KNIMEConstants
The number of nominal values kept in the domain when adding rows to a table.
PROPERTY_ENABLE_FAST_LOADING - Static variable in class org.knime.core.node.KNIMEConstants
Java property to enable/disable loading the node repository asynchronously.
PROPERTY_EXPERT_MODE - Static variable in class org.knime.core.node.KNIMEConstants
Java property name that is used to identify whether KNIME is started in expert mode or not.
PROPERTY_HIGH_DPI_SUPPORT - Static variable in class org.knime.core.node.KNIMEConstants
enables display of icons in different sizes (if available).
PROPERTY_HILITE - Static variable in class org.knime.core.node.tableview.TableContentModel
Property name of the event when hilite handler changes.
PROPERTY_KNIME_HOME - Static variable in class org.knime.core.node.KNIMEConstants
The name of the system property whose value is - if set - used as knime home directory.
PROPERTY_LICENSE_DIRECTORY - Static variable in class org.knime.core.node.KNIMEConstants
Java property for the location of the license directory.
PROPERTY_MACOSX_DIALOG_WORKAROUND - Static variable in class org.knime.core.node.KNIMEConstants
Deprecated.
This property is not used any more.
PROPERTY_MAX_LOGFILESIZE - Static variable in class org.knime.core.node.KNIMEConstants
Java property, which allows one to change the default log file size.
PROPERTY_MAX_THREAD_COUNT - Static variable in class org.knime.core.node.KNIMEConstants
Java property name to specify the default max thread count variable (can be set via preference page).
PROPERTY_MEMORY_LIMIT - Static variable in class org.knime.core.data.blob.BinaryObjectCellFactory
System property to adjust the memory limit for "small" binary object.
PROPERTY_MIN_FREE_DISC_SPACE_IN_TEMP_IN_MB - Static variable in class org.knime.core.node.KNIMEConstants
Java property name to specify the minimum free disc space in MB that needs to be available.
PROPERTY_PREFERRED_RENDERER - Static variable in interface org.knime.core.data.renderer.DataValueRenderer
The property identifier that is read from, for instance the table view to determine which particular renderer (from the set of available renderers to a column) is to be used.
PROPERTY_R_RSERVE_DEBUG - Static variable in class org.knime.core.node.KNIMEConstants
For KNIME's R extension: Run the R process in debug mode and print debug messages to the logging facilities.
PROPERTY_REPOSITORY_NON_INSTANT_SEARCH - Static variable in class org.knime.core.node.KNIMEConstants
Java property that allows to disable the live update in the node repository search.
PROPERTY_SHOW_METANODE_LOCK_ACTION - Static variable in class org.knime.core.node.KNIMEConstants
Java property to add a context menu entry on metanodes to allow the user to lock the workflow.
PROPERTY_SPEC_CHANGED - Static variable in class org.knime.base.node.io.filereader.PreviewTableContentView
Property event ID when table spec has changed.
PROPERTY_SYNCHRONOUS_IO - Static variable in class org.knime.core.node.KNIMEConstants
Java property to disable the asynchronous writing of KNIME tables.
PROPERTY_TABLE_GZIP_COMPRESSION - Static variable in class org.knime.core.node.KNIMEConstants
Java property to enable/disable table stream compression.
PROPERTY_TEMP_DIR - Static variable in class org.knime.core.node.KNIMEConstants
Java property name to specify the default temp directory for KNIME temp files (such as data files).
PROPERTY_URL_TIMEOUT - Static variable in class org.knime.core.node.KNIMEConstants
Java property used to set the timeout in millisecond trying to connect or read data from an URL (e.g.
propertyChange(PropertyChangeEvent) - Method in class org.knime.core.node.util.VTextIcon
Deprecated.
Checks for changes to the font on the fComponent so that it can invalidate the layout if the size changes
propertyChange(PropertyChangeEvent) - Method in class org.knime.core.util.FilelistAccessory
PropertyColumnsAction - Class in org.knime.base.node.io.tablecreator.table
A swing action to adjust the properties of a column.
PropertyColumnsAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.PropertyColumnsAction
Creates a new instance.
PropertyComparator() - Constructor for class org.knime.base.node.viz.crosstable.CrosstabProperties.PropertyComparator
 
PropertyHandler - Interface in org.knime.core.data.property
Parent of all PropertyHandlers (color, size, ...).
PropertyRowsAction - Class in org.knime.base.node.io.tablecreator.table
A swing action to adjust the row ID settings.
PropertyRowsAction(RowHeaderTable) - Constructor for class org.knime.base.node.io.tablecreator.table.PropertyRowsAction
Creates a new instance.
PROPKEY_SOURCE_COLUMN_INDICES - Static variable in class org.knime.base.node.util.SourceColumnsAsProperties
The key for the property containing the original column indices.
Prototype - Class in org.knime.base.node.mine.cluster.assign
This class represents a prototype.
Prototype(double[]) - Constructor for class org.knime.base.node.mine.cluster.assign.Prototype
Prototype is initialized with double values.
Prototype(double[], DataCell) - Constructor for class org.knime.base.node.mine.cluster.assign.Prototype
Prototype is initialized with double values and label.
Pruner - Class in org.knime.base.node.mine.decisiontree2.learner2
Class implementing pruning schemes.
PRUNING_ESTIMATED_ERROR - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The constant for estimated error pruning.
PRUNING_MDL - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The constant for mdl pruning.
PRUNING_NO - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The constant for estimated error pruning.
PruningResult - Class in org.knime.base.node.mine.decisiontree2.learner2
A pruning result is the possibly new node and a quality value (e.g.
PruningResult(double, DecisionTreeNode) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.PruningResult
Creates a pruning result from a node and its quality value (e.g.
PSquarePercentileOperator - Class in org.knime.base.data.aggregation.numerical
Computes the percentiles using the P^2 algorithm
PSquarePercentileOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
Constructor for class PSquarePercentileOperator.
PSquarePercentileOperator(GlobalSettings, OperatorColumnSettings, double) - Constructor for class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
Constructor for class PSquarePercentileOperator.
push(DataRow) - Method in class org.knime.core.node.streamable.BufferedDataTableRowOutput
Adds a new row to the output.
push(DataRow) - Method in class org.knime.core.node.streamable.RowOutput
Adds a new row to the output.
push(FlowObject) - Method in class org.knime.core.node.workflow.FlowObjectStack
 
pushBack() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthTokenizer
push the last read token back.
pushBack() - Method in class org.knime.core.util.tokenizer.Tokenizer
After a call to this function the token returned with the last call to the nextToken() function will be returned once again with the next call the the nextToken() function.
pushContext(NodeContainer) - Static method in class org.knime.core.node.workflow.NodeContext
Pushes a new context on the context stack for the current thread using the given node container.
pushContext(NodeContext) - Static method in class org.knime.core.node.workflow.NodeContext
Pushes the given context on the context stack for the current thread.
pushCredentialsFlowVariable(String, String, String) - Method in interface org.knime.core.node.workflow.CredentialsStore.CredentialsNode
Pushes a flow variable wrapping the passed credentials.
pushFlowVariable(FlowVariable) - Method in class org.knime.core.node.NodeModel
 
pushFlowVariableDouble(String, double) - Method in class org.knime.core.node.NodeModel
Put a new variable of type double onto the stack.
pushFlowVariableInt(String, int) - Method in class org.knime.core.node.NodeModel
Put a new variable of type integer onto the stack.
pushFlowVariableString(String, String) - Method in class org.knime.core.node.NodeModel
Put a new variable of type String onto the stack.
pushVariables(DataTableSpec) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Pushes the default variables onto the stack; only used during configure.
pushVariables(DataTableSpec, DataRow) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Pushes the variable as given by the row argument onto the stack.
pushWithOwner(FlowObject) - Method in class org.knime.core.node.workflow.FlowObjectStack
Adds element that has the owner set already.
pushWorkflowVariablesOnStack(FlowObjectStack) - Method in interface org.knime.core.node.workflow.NodeContainerParent
Private routine which assembles a stack of workflow variables all the way to the top of the workflow hierarchy.
pushWorkflowVariablesOnStack(FlowObjectStack) - Method in class org.knime.core.node.workflow.SubNodeContainer
Private routine which assembles a stack of workflow variables all the way to the top of the workflow hierarchy.
pushWorkflowVariablesOnStack(FlowObjectStack) - Method in class org.knime.core.node.workflow.WorkflowManager
Private routine which assembles a stack of workflow variables all the way to the top of the workflow hierarchy.
put(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.ConfigBase
 
put(Integer, ContainerTable) - Method in class org.knime.core.node.workflow.GlobalTableRepository
putDataTable(Map<Integer, BufferedDataTable>, BufferedDataTable) - Static method in class org.knime.core.node.BufferedDataTable
Method that is used internally while the workflow is being loaded.
putIntoTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.ConcatenateTable
Put this table into the global table repository.
putIntoTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.ContainerTable
Put this table into the global table repository.
putIntoTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.JoinedTable
Put this table into the global table repository.
putIntoTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.RearrangeColumnsTable
Put this table into the global table repository.
putIntoTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.TableSpecReplacerTable
Does nothing.
putIntoTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.VoidTable
Put this table into the global table repository.
putIntoTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.WrappedTable
Put this table into the global table repository.
putIntoTableRepository(HashMap<Integer, ContainerTable>) - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Put this table into the global table repository.
putIntoTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.node.BufferedDataTable
Called after execution of node has finished to put the tables that are returned from the execute method into a global table repository.
putNode(NodeID, NodeContainer) - Method in class org.knime.core.node.workflow.Workflow
Store NodeContainer with a given id.
putOutputTablesIntoGlobalRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.node.Node
Enumerates the output tables and puts them into the global workflow repository of tables.
putProperties(Map<String, String>) - Method in class org.knime.core.data.DataTableSpecCreator
Adds all properties from the argument to the prop list.
putProperty(String, String) - Method in class org.knime.core.data.DataTableSpecCreator
Adds one key/value pair.

Q

QUALIFIER - Static variable in class org.knime.core.node.NodeLoggerPatternLayout
Qualifier pattern as a combination of node name and category.
QualifierPatternConverter(FormattingInfo, int) - Constructor for class org.knime.core.node.NodeLoggerPatternLayout.QualifierPatternConverter
 
QuantaMatrix2D - Class in org.knime.base.node.preproc.discretization.caim2.modelcreator
Implements a 2D quanta matrix that holds for one dimension class values and for the other dimension the intervals of discretization.
QuantaMatrix2D(DiscretizationScheme, Map<String, Integer>) - Constructor for class org.knime.base.node.preproc.discretization.caim2.modelcreator.QuantaMatrix2D
Initializes a new 2D quanta matrix for class value - interval statistics.
QuantileOperator - Class in org.knime.base.data.aggregation.numerical
Computes the pth quantile per group.
QuantileOperator(OperatorData, GlobalSettings, OperatorColumnSettings, double, String) - Constructor for class org.knime.base.data.aggregation.numerical.QuantileOperator
Constructor for class QuantileOperator.
QuantileOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.QuantileOperator
Constructor for class QuantileOperator.
queue(PortObject[]) - Method in class org.knime.core.node.workflow.NodeContainer
Change state of marked (for execution) node to queued once it has been assigned to a NodeExecutionJobManager.
queueCheckForNodeStateChangeNotification(boolean) - Method in class org.knime.core.node.workflow.WorkflowLock
Queues a state update check and notification when the lock is finally released by the calling thread.
QuickFormConfigurationPanel<CFG extends AbstractQuickFormValueInConfiguration> - Class in org.knime.core.quickform
 
QuickFormConfigurationPanel() - Constructor for class org.knime.core.quickform.QuickFormConfigurationPanel
Creates a new QuickForm configuration panel.
QuickFormConfigurationPanel(LayoutManager) - Constructor for class org.knime.core.quickform.QuickFormConfigurationPanel
 
QuickFormInputNode - Interface in org.knime.core.quickform.in
Implemented by NodeModel derivatives that represent quick form input elements.
QuickFormNode - Interface in org.knime.core.quickform
Common QuickForm node interface implemented by all input and output QuickForms.
QuickFormOutputNode - Interface in org.knime.core.quickform.out
Implemented by nodes that represent output elements in a quick form.
QuickFormRepresentation<VAL extends DialogNodeValue> - Interface in org.knime.core.quickform
Contains information that is needed for the representation of a quick form's sub node dialog.
Quote - Class in org.knime.core.util.tokenizer
Created for each quote pattern in the FileTokenizer keeping its specifics.
Quote(String, String, char, boolean) - Constructor for class org.knime.core.util.tokenizer.Quote
Creates a new Quote object.
Quote(String, String, char) - Constructor for class org.knime.core.util.tokenizer.Quote
Creates a new Quote object.
Quote(String, String, boolean) - Constructor for class org.knime.core.util.tokenizer.Quote
Creates a new Quote object, without escape character, quotes being removed from the token.
Quote(String, String) - Constructor for class org.knime.core.util.tokenizer.Quote
Creates a new Quote object, without escape character, quotes being removed from the token.
Quote(NodeSettingsRO) - Constructor for class org.knime.core.util.tokenizer.Quote
Creates a new Quote object and sets its parameters from the config object.
quoteColumn(String) - Method in class org.knime.core.node.port.database.StatementManipulator
quoteIdentifier(String) - Method in class org.knime.core.node.port.database.StatementManipulator
Quotes an identifier e.g.
QuotePanel - Class in org.knime.base.node.io.csvwriter
 
QuotePanel() - Constructor for class org.knime.base.node.io.csvwriter.QuotePanel
 
QuotePanel - Class in org.knime.base.node.io.filereader
Dialog for the expert settings of the file reader dialog.
QuotePanel(FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.QuotePanel
This is the default constructor.
quoteSeparator(String) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
 
quoteString(String, boolean) - Method in class org.knime.base.node.io.csvwriter.CSVWriter
Returns a string that can be written out to the file that is treated (with respect to quotes) according to the current settings.

R

RadialBasisFunctionFactory - Class in org.knime.base.node.mine.bfn.radial
Basic interface for all basis function algorithms.
RadialBasisFunctionFactory(double, double, int, DataTableSpec, String[]) - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
Creates a new factory for a radial basis function learner.
RadialBasisFunctionLearnerNodeDialog - Class in org.knime.base.node.mine.bfn.radial
A dialog for PNN learner to set properties, such as theta minus and plus.
RadialBasisFunctionLearnerNodeDialog() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeDialog
Creates a new NodeDialogPane for radial basisfunctions in order to set theta minus and theta plus.
RadialBasisFunctionLearnerNodeFactory - Class in org.knime.base.node.mine.bfn.radial
 
RadialBasisFunctionLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeFactory
 
RadialBasisFunctionLearnerNodeModel - Class in org.knime.base.node.mine.bfn.radial
RadialBasisFunctionLearnerNodeModel() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
Inits a new RadialBasisFunctionFactory with one in- and one output.
RadialBasisFunctionLearnerNodeView - Class in org.knime.base.node.mine.bfn.radial
 
RadialBasisFunctionLearnerNodeView(RadialBasisFunctionLearnerNodeModel) - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeView
Create radial learner node view.
RadialBasisFunctionLearnerRow - Class in org.knime.base.node.mine.bfn.radial
This class extends the general BasisFunctionLearnerRow in order to use radial basis function prototypes for training.
RadialBasisFunctionLearnerRow(RowKey, DataCell, DataRow, double, double, int) - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Creates a new radial basisfunction using the center vector as the anchor of the Gaussian function and also assigns class label for this prototype.
RadialBasisFunctionPortObject - Class in org.knime.base.node.mine.bfn.radial
 
RadialBasisFunctionPortObject() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject
 
RadialBasisFunctionPortObject(BasisFunctionModelContent) - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject
Creates a new basis function model object.
RadialBasisFunctionPortObject.RadialCreator - Class in org.knime.base.node.mine.bfn.radial
Used to create PNN predictor rows.
RadialBasisFunctionPortObject.Serializer - Class in org.knime.base.node.mine.bfn.radial
 
RadialBasisFunctionPredictor2NodeFactory - Class in org.knime.base.node.mine.bfn.radial
 
RadialBasisFunctionPredictor2NodeFactory() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeFactory
 
RadialBasisFunctionPredictor2NodeModel - Class in org.knime.base.node.mine.bfn.radial
The radial basisfunction predictor model performing a prediction on the data from the first input and the radial basisfunction model from the second.
RadialBasisFunctionPredictor2NodeModel() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictor2NodeModel
 
RadialBasisFunctionPredictorNodeFactory - Class in org.knime.base.node.mine.bfn.radial
Deprecated.
RadialBasisFunctionPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeFactory
Deprecated.
 
RadialBasisFunctionPredictorNodeModel - Class in org.knime.base.node.mine.bfn.radial
Deprecated.
RadialBasisFunctionPredictorNodeModel() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorNodeModel
Deprecated.
 
RadialBasisFunctionPredictorRow - Class in org.knime.base.node.mine.bfn.radial
A PNN rule used to predict unknown data.
RadialBasisFunctionPredictorRow(RowKey, DataRow, DataCell, double, int) - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Creates a new predictor for PNN rules.
RadialBasisFunctionPredictorRow(ModelContentRO) - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Creates a new predictor row based on the given model content.
RadialCreator() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject.RadialCreator
 
RadioButtonCellEditor - Class in org.knime.base.node.io.database.tablecreator.util
Cell Editor with jRadioButton as the underlying editor
RadioButtonCellEditor() - Constructor for class org.knime.base.node.io.database.tablecreator.util.RadioButtonCellEditor
Creates a new instance of RadioButtonCellEditor
RadioButtonCellRenderer - Class in org.knime.base.node.io.database.tablecreator.util
Cell renderer used to render the radio button
RadioButtonCellRenderer() - Constructor for class org.knime.base.node.io.database.tablecreator.util.RadioButtonCellRenderer
Creates a new instance of RadioButtonCellRenderer
RadionButtonPanel<T> - Class in org.knime.core.node.util
A panel which shows a list of values as JRadioButtons with a titled border.
RadionButtonPanel(String, T...) - Constructor for class org.knime.core.node.util.RadionButtonPanel
Constructor.
radiosChanged() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
Called when user pushes the buttons.
random() - Static method in class org.knime.base.data.neural.Perceptron
Returns a randomly chosen double between -1 and 1.
RandomFractionRowFilter - Class in org.knime.base.node.preproc.sample
Row Filter class that extracts randomly a given fraction of rows.
RandomFractionRowFilter(double) - Constructor for class org.knime.base.node.preproc.sample.RandomFractionRowFilter
Creates new Filter that filters out (1-fraction) * 100 percent of the rows.
RandomNumberRowFilter - Class in org.knime.base.node.preproc.sample
RowFilter implementation that fiters out rows according to a BitSet where each bit represents a row number.
RandomNumberRowFilter(BitSet) - Constructor for class org.knime.base.node.preproc.sample.RandomNumberRowFilter
Creates new filter according to filter.
randomRows(String, long) - Method in class org.knime.core.node.port.database.StatementManipulator
 
randomSampling() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Returns if the rows of the input table should be sampled randomly.
randomSampling(boolean) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Sets if the rows of the input table should be sampled randomly.
randomSeed() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Returns the random seed used for random and stratified sampling.
randomSeed(long) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Sets the random seed used for random and stratified sampling.
RangeOperator - Class in org.knime.base.data.aggregation.numerical
 
RangeOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.RangeOperator
Constructor for class RangeOperator.
RangeOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.RangeOperator
Constructor for class RangeOperator.
RangeRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Filters rows based on the value of a cell in a certain column.
RangeRowFilter(String, boolean, DataCell, DataCell) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
Creates a filter that compares the value of a data cell in the specified column with the specified range.
RangeRowFilter(String, boolean, boolean, DataCell, DataCell) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
Creates a filter that compares the value of a data cell in the specified column with the specified range.
RangeRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
Don't use created filter without loading settings before.
rangeSet() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
 
rank(int[]) - Method in class org.knime.base.util.math.Combinations
Computes the unique rank of the given combination.
RankAssigner - Interface in org.knime.base.node.preproc.rank
Interface for RankAssigners that assign a rank to DataRows
RankCellFactory - Class in org.knime.base.node.preproc.rank
This factory produces RankCells for the RankNode.
RankCellFactory(DataColumnSpec, int[], int[], String, boolean, int) - Constructor for class org.knime.base.node.preproc.rank.RankCellFactory
 
RankNodeDialog - Class in org.knime.base.node.preproc.rank
NodeDialog for the "Rank" Node.
RankNodeDialog() - Constructor for class org.knime.base.node.preproc.rank.RankNodeDialog
New pane for configuring Rank node dialog.
RankNodeFactory - Class in org.knime.base.node.preproc.rank
NodeFactory for the "Rank" Node.
RankNodeFactory() - Constructor for class org.knime.base.node.preproc.rank.RankNodeFactory
 
RankNodeModel - Class in org.knime.base.node.preproc.rank
This is the model implementation of Rank.
RankNodeModel() - Constructor for class org.knime.base.node.preproc.rank.RankNodeModel
Constructor for the node model.
RankNodeModel.RankMode - Enum in org.knime.base.node.preproc.rank
 
rawReset() - Method in class org.knime.core.node.workflow.SingleNodeContainer
Reset underlying node and update state accordingly.
RBFKernel - Class in org.knime.base.node.mine.svm.kernel
RBF Kernel.
RBFKernel() - Constructor for class org.knime.base.node.mine.svm.kernel.RBFKernel
 
reachedMark() - Method in class org.knime.core.node.tableview.FindPosition
 
read() - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
read(byte[]) - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
read(byte[], int, int) - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
read() - Method in class org.knime.base.node.util.BufferedFileReader
read(char[], int, int) - Method in class org.knime.base.node.util.BufferedFileReader
read() - Method in class org.knime.core.data.container.BlockableInputStream
Reads next byte from stream and if it is an escape byte, it returns the next following byte.
read() - Method in class org.knime.core.data.container.DCObjectInputStream
read(byte[], int, int) - Method in class org.knime.core.data.container.DCObjectInputStream
read(byte[]) - Method in class org.knime.core.data.container.DCObjectInputStream
read() - Method in class org.knime.core.data.container.LongUTFDataInputStream
read(byte[], int, int) - Method in class org.knime.core.data.container.LongUTFDataInputStream
read(byte[]) - Method in class org.knime.core.data.container.LongUTFDataInputStream
read() - Method in class org.knime.core.data.util.NonClosableInputStream
read(byte[], int, int) - Method in class org.knime.core.data.util.NonClosableInputStream
read(byte[]) - Method in class org.knime.core.data.util.NonClosableInputStream
readAllProps() - Static method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Read all java properties into map of Strings.
readAllProps() - Static method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
Read all java properties into map of Strings.
readArray(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readAsciiStream(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readBigDecimal(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readBinaryStream(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readBlob(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readBlobAddress() - Method in class org.knime.core.data.container.DCObjectInputStream
Reads a blob address from the stream and ends the block.
readBlobAddress() - Method in class org.knime.core.data.container.DCObjectInputVersion2
Reads a blob address from the stream.
readBlobDataCell(BlobDataCell.BlobAddress, CellClassInfo) - Method in class org.knime.core.data.container.Buffer
Reads the blob from the given blob address.
readBlobDataCell(Buffer, BlobDataCell.BlobAddress, CellClassInfo) - Static method in class org.knime.core.data.container.BufferFromFileIteratorVersion1x
Reads the blob from the given blob address.
readBlobDataCell(BlobDataCell.BlobAddress, CellClassInfo) - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20.DataCellStreamReader
Reads the blob from the given blob address.
readBoolean() - Method in class org.knime.core.data.container.DCObjectInputStream
readBoolean() - Method in class org.knime.core.data.container.LongUTFDataInputStream
readBoolean(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readByte() - Method in class org.knime.core.data.container.DCObjectInputStream
readByte() - Method in class org.knime.core.data.container.LongUTFDataInputStream
readByte(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readBytesAsBLOB(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readBytesAsString(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readChar() - Method in class org.knime.core.data.container.DCObjectInputStream
readChar() - Method in class org.knime.core.data.container.LongUTFDataInputStream
readClob(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
ReadContextPropertyConfiguration - Class in org.knime.base.node.io.extractcontextprop
 
ReadContextPropertyConfiguration() - Constructor for class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
 
ReadContextPropertyConfiguration.Result - Class in org.knime.base.node.io.extractcontextprop
Class representing a result.
ReadContextPropertyNodeDialogPane - Class in org.knime.base.node.io.extractcontextprop
 
ReadContextPropertyNodeDialogPane() - Constructor for class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeDialogPane
 
ReadContextPropertyNodeFactory - Class in org.knime.base.node.io.extractcontextprop
 
ReadContextPropertyNodeFactory() - Constructor for class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeFactory
 
ReadContextPropertyNodeModel - Class in org.knime.base.node.io.extractcontextprop
 
ReadContextPropertyNodeModel() - Constructor for class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
No input, one output.
readControlByte() - Method in class org.knime.core.data.container.DCObjectInputVersion2
Reads a single byte from the stream.
readDataCell(DCObjectInputVersion2) - Method in class org.knime.core.data.container.BufferFromFileIteratorVersion20.DataCellStreamReader
Reads a data cell from the argument stream.
readDataCell(DataCellSerializer<? extends DataCell>) - Method in class org.knime.core.data.container.DCObjectInputStream
Reads a data cell from the stream and pushes the stream forward to the end of the block.
readDataCell() - Method in interface org.knime.core.data.DataCellDataInput
Reads a DataCell as written by the accompanying write method in class DataCellDataOutput.
readDataCellPerJavaSerialization() - Method in class org.knime.core.data.container.DCObjectInputVersion2
Reads a data cell from the stream using java de-serialization.
readDataCellPerKNIMESerializer(DataCellSerializer<? extends DataCell>) - Method in class org.knime.core.data.container.DCObjectInputVersion2
Reads a data cell from the stream.
readDate(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readDouble(FlowVariableProvider, String) - Method in class org.knime.base.util.flowvariable.FlowVariableResolver.FlowVariableEscaper
Read a double from FlowVariableProvider.peekFlowVariableDouble(String) and return its string.
readDouble() - Method in class org.knime.core.data.container.DCObjectInputStream
readDouble() - Method in class org.knime.core.data.container.LongUTFDataInputStream
readDouble(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readExtension(Map<String, String>, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
Reads the model information from an extension map since the PMML standard does not support bit vector columns.
readExternal(ObjectInput) - Method in class org.knime.core.node.workflow.WorkflowContext
readFields() - Method in class org.knime.core.data.container.DCObjectInputStream
readFileStoreKey() - Method in class org.knime.core.data.container.DCObjectInputVersion2
...
readFloat() - Method in class org.knime.core.data.container.DCObjectInputStream
readFloat() - Method in class org.knime.core.data.container.LongUTFDataInputStream
readFloat(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readFromFile(ObjectInputStream) - Static method in class org.knime.core.node.config.base.ConfigBase
Creates new ConfigBase from the given file using the serialized object stream.
readFromFile(ObjectInputStream) - Static method in class org.knime.core.node.config.Config
Creates new Config from the given file using the serialized object stream.
readFromFile(ObjectInputStream) - Static method in class org.knime.core.node.NodeSettings
 
readFromStream(InputStream) - Static method in class org.knime.core.data.container.DataContainer
Reads a table from an input stream.
readFromZip(File) - Static method in class org.knime.core.data.container.DataContainer
Reads a table from a zip file that has been written using the DataContainer.writeToZip(DataTable, File, ExecutionMonitor) method.
readFromZip(ReferencedFile, DataContainer.BufferCreator) - Static method in class org.knime.core.data.container.DataContainer
Factory method used to restore table from zip file.
readFromZipDelayed(ReferencedFile, DataTableSpec, int, Map<Integer, ContainerTable>, FileStoreHandlerRepository) - Static method in class org.knime.core.data.container.DataContainer
Used in BufferedDataContainer to read the tables from the workspace location.
readFromZipDelayed(CopyOnAccessTask, DataTableSpec) - Static method in class org.knime.core.data.container.DataContainer
Used in BufferedDataContainer to read the tables from the workspace location.
readFromZipDelayed(ReferencedFile, DataTableSpec, int, Map<Integer, ContainerTable>, FileStoreHandlerRepository) - Static method in class org.knime.core.node.BufferedDataContainer
Just delegates to DataContainer.readFromZipDelayed(ReferencedFile, DataTableSpec, int, Map, FileStoreHandlerRepository) This method is available in this class to enable other classes in this package to use it.
readFully(byte[], int, int) - Method in class org.knime.core.data.container.DCObjectInputStream
readFully(byte[]) - Method in class org.knime.core.data.container.DCObjectInputStream
readFully(byte[], int, int) - Method in class org.knime.core.data.container.LongUTFDataInputStream
readFully(byte[]) - Method in class org.knime.core.data.container.LongUTFDataInputStream
readInt(FlowVariableProvider, String) - Method in class org.knime.base.util.flowvariable.FlowVariableResolver.FlowVariableEscaper
Read an integer from FlowVariableProvider.peekFlowVariableInt(String) and return its string.
readInt() - Method in class org.knime.core.data.container.DCObjectInputStream
readInt() - Method in class org.knime.core.data.container.LongUTFDataInputStream
readInt(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readLine() - Method in class org.knime.base.node.util.BufferedFileReader
readLine() - Method in class org.knime.core.data.container.LongUTFDataInputStream
Deprecated.
readLong() - Method in class org.knime.core.data.container.DCObjectInputStream
readLong() - Method in class org.knime.core.data.container.LongUTFDataInputStream
readLong(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readNClob(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readNString(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readObject(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readObjectFromFile(File, ExecutionMonitor) - Static method in class org.knime.core.node.port.PortUtil
 
readObjectFromStream(InputStream, ExecutionMonitor) - Static method in class org.knime.core.node.port.PortUtil
 
readObjectOverride() - Method in class org.knime.core.data.container.DCObjectInputStream
readObjectSpecFromFile(File) - Static method in class org.knime.core.node.port.PortUtil
 
readObjectSpecFromStream(InputStream) - Static method in class org.knime.core.node.port.PortUtil
Read spec from stream.
readParentSettings() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
readParentSettings() - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
ReadPNGFromURLConfig - Class in org.knime.base.node.image.readpng
Deprecated.
replaced by the new Image Reader node
ReadPNGFromURLConfig() - Constructor for class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Deprecated.
 
ReadPNGFromURLNodeDialogPane - Class in org.knime.base.node.image.readpng
Deprecated.
replaced by the new Image Reader node
ReadPNGFromURLNodeDialogPane() - Constructor for class org.knime.base.node.image.readpng.ReadPNGFromURLNodeDialogPane
Deprecated.
Create new dialog.
ReadPNGFromURLNodeFactory - Class in org.knime.base.node.image.readpng
Deprecated.
replaced by the new Image Reader node
ReadPNGFromURLNodeFactory() - Constructor for class org.knime.base.node.image.readpng.ReadPNGFromURLNodeFactory
Deprecated.
 
ReadPNGFromURLNodeModel - Class in org.knime.base.node.image.readpng
Deprecated.
replaced by the new Image Reader node
ReadPNGFromURLNodeModel() - Constructor for class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
Deprecated.
One in, one out.
readPreferredRendererFromPreferences() - Method in class org.knime.core.data.ExtensibleUtilityFactory
Deprecated.
this method is only used for reading old renderer settings from the MoleculeUtilityFactory. Do not call or override this method.
readRef(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readRowKey() - Method in class org.knime.core.data.container.DCObjectInputVersion2
Reads a row key from the stream.
readSettings(NodeSettingsRO, boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Reads settings out of given NodeSettings object and validates it.
readSettingsFromXMLFile(String) - Static method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Reads the FileReaderNodeSettings from the specified XML file and returns a new settings object.
readShort() - Method in class org.knime.core.data.container.DCObjectInputStream
readShort() - Method in class org.knime.core.data.container.LongUTFDataInputStream
readShort(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readSizeSystemProperty(String, long) - Static method in class org.knime.core.node.util.ConvenienceMethods
Read system property envVar that is supposed to be of a format such as '1024' (1024 bytes), '5K' (5 kilobyte), '2M' (2 megabyte).
readString(FlowVariableProvider, String) - Method in class org.knime.base.util.flowvariable.FlowVariableResolver.FlowVariableEscaper
Read a string from FlowVariableProvider.peekFlowVariableString(String) and return it.
readString(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
ReadSysPropertyConfiguration - Class in org.knime.base.node.io.extractsysprop
 
ReadSysPropertyConfiguration() - Constructor for class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
 
ReadSysPropertyConfiguration.Result - Class in org.knime.base.node.io.extractsysprop
Class representing a result.
ReadSysPropertyNodeDialogPane - Class in org.knime.base.node.io.extractsysprop
 
ReadSysPropertyNodeDialogPane() - Constructor for class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeDialogPane
 
ReadSysPropertyNodeFactory - Class in org.knime.base.node.io.extractsysprop
 
ReadSysPropertyNodeFactory() - Constructor for class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeFactory
 
ReadSysPropertyNodeModel - Class in org.knime.base.node.io.extractsysprop
 
ReadSysPropertyNodeModel() - Constructor for class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
No input, one output.
ReadTableNodeDialogPane - Class in org.knime.base.node.io.table.read
Simple dialog with just a file browser.
ReadTableNodeDialogPane() - Constructor for class org.knime.base.node.io.table.read.ReadTableNodeDialogPane
 
ReadTableNodeFactory - Class in org.knime.base.node.io.table.read
Factory for table that reads the file as written from the Write table node.
ReadTableNodeFactory() - Constructor for class org.knime.base.node.io.table.read.ReadTableNodeFactory
 
ReadTableNodeModel - Class in org.knime.base.node.io.table.read
NodeMode for table that reads the file as written from the Write table node.
ReadTableNodeModel() - Constructor for class org.knime.base.node.io.table.read.ReadTableNodeModel
Creates new model with no inputs, one output.
ReadTableNodeModel(NodeCreationContext) - Constructor for class org.knime.base.node.io.table.read.ReadTableNodeModel
Called by the node factory if the node is instantiated due to a file drop.
readTime(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readTimestamp(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readUnshared() - Method in class org.knime.core.data.container.DCObjectInputStream
readUnsignedByte() - Method in class org.knime.core.data.container.DCObjectInputStream
readUnsignedByte() - Method in class org.knime.core.data.container.LongUTFDataInputStream
readUnsignedShort() - Method in class org.knime.core.data.container.DCObjectInputStream
readUnsignedShort() - Method in class org.knime.core.data.container.LongUTFDataInputStream
readURL(int) - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
readUTF() - Method in class org.knime.core.data.container.DCObjectInputStream
readUTF() - Method in class org.knime.core.data.container.LongUTFDataInputStream
readXML() - Method in interface org.knime.core.data.xml.io.XMLCellReader
Reads the next XML DataCell.
readXML() - Method in class org.knime.core.data.xml.io.XMLDOMCellReader
Reads the next XML DataCell.
readXML() - Method in class org.knime.core.data.xml.io.XMLXpathCellReader
Reads the next XML DataCell.
readXMLSettings() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Pops up a file chooser dialog and reads the settings fromt the selected xml file.
ready() - Method in class org.knime.base.node.util.BufferedFileReader
RearrangeColumnsTable - Class in org.knime.core.data.container
Table implementation that is created based on a ColumnRearranger.
RearrangeColumnsTable(ReferencedFile, NodeSettingsRO, Map<Integer, BufferedDataTable>, DataTableSpec, int, HashMap<Integer, ContainerTable>, FileStoreHandlerRepository) - Constructor for class org.knime.core.data.container.RearrangeColumnsTable
Creates new object based on the content in settings and the content from the file f.
RearrangeColumnsTable.NewColumnsProducerMapping - Class in org.knime.core.data.container
A class that helps to distinguish SpecAndFactoryObjects.
recalcDimensions() - Method in class org.knime.core.node.util.VTextIcon
Deprecated.
Calculates the dimensions.
RECOGNICTION_REGEX - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
The name of the settings tag which holds the recognition values the user has entered in the dialog as String.
RECOGNICTION_REGEX - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
The name of the settings tag which holds the recognition values the user has entered in the dialog as String.
reconfigureAllNodesOnlyInThisWFM(boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Re-configure all configured (NOT executed) nodes in this workflow to make sure that new workflow variables are spread accordingly.
RECTANGLE - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the rectangle.
RECURSIVE_SETTINGS - Static variable in class org.knime.base.node.io.listfiles.ListFilesSettings
Key to store the RECURSIVE_SETTINGS.
RECURSIVE_SETTINGS - Static variable in class org.knime.base.node.io.listfiles2.ListFilesSettings
Key to store the RECURSIVE_SETTINGS.
RecursiveLoopEnd2NodeFactory - Class in org.knime.base.node.meta.looper.recursive
NodeFactory for the Recursive Loop End Node (2 port).
RecursiveLoopEnd2NodeFactory() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeFactory
 
RecursiveLoopEnd2NodeModel - Class in org.knime.base.node.meta.looper.recursive
This is the model implementation of Recursive Loop End Node (2port).
RecursiveLoopEnd2NodeModel(int, int) - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeModel
Constructor for the node model.
RecursiveLoopEndNodeDialog - Class in org.knime.base.node.meta.looper.recursive
Dialog for the recursive loop end.
RecursiveLoopEndNodeDialog() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeDialog
Create new dialog.
RecursiveLoopEndNodeFactory - Class in org.knime.base.node.meta.looper.recursive
NodeFactory for the Recursive Loop End Node (1 port).
RecursiveLoopEndNodeFactory() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeFactory
 
RecursiveLoopEndNodeModel - Class in org.knime.base.node.meta.looper.recursive
This is the model implementation of Recursive Loop End Node (1port).
RecursiveLoopEndNodeModel(int, int) - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
Constructor for the node model.
RecursiveLoopStart2NodeFactory - Class in org.knime.base.node.meta.looper.recursive
NodeFactory for the Recursive Loop Start Node (2 ports).
RecursiveLoopStart2NodeFactory() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeFactory
 
RecursiveLoopStart2NodeModel - Class in org.knime.base.node.meta.looper.recursive
This is the model implementation of Recursive Loop Start node (2ports).
RecursiveLoopStart2NodeModel() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
Constructor for the node model.
RecursiveLoopStartNodeFactory - Class in org.knime.base.node.meta.looper.recursive
NodeFactory for the Recursive Loop Start Node.
RecursiveLoopStartNodeFactory() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeFactory
 
RecursiveLoopStartNodeModel - Class in org.knime.base.node.meta.looper.recursive
This is the model implementation of Recursive Loop Start node.
RecursiveLoopStartNodeModel() - Constructor for class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
Constructor for the node model.
recursiveMapToClassHierarchies(Collection<Class<?>>, Consumer<Class<?>>) - Static method in class org.knime.core.data.convert.util.ClassUtil
Execute a consumer for a collection of classes, every interface and their superclass recursively, breadth-first superclass before interfaces order.
recursiveMapToClassHierarchy(Class<T>, Consumer<Class<?>>) - Static method in class org.knime.core.data.convert.util.ClassUtil
Execute a consumer for a class, every interface and its superclass recursively, breadth-first superclass before interfaces order.
recursiveMapToDataTypeClasses(DataType, Consumer<Class<?>>) - Static method in class org.knime.core.data.convert.util.ClassUtil
Execute a consumer for the prefferedValueClass and interfaces of a DataType, every superinterface and its superclass recursively.
recycle(T, int) - Method in class org.knime.core.util.ObjectPool
Puts an object into the specified subpool.
reExecute() - Method in class org.knime.core.node.workflow.ExecutionEnvironment
 
reExecuteNode(NodeID, ViewContent, boolean, ReexecutionCallback) - Method in class org.knime.core.node.workflow.WorkflowManager
Reexecute given node.
ReexecutionCallback - Class in org.knime.core.node.interactive
A callback object that view implementations need to provide when they want to re-execute their underlying node.
ReexecutionCallback() - Constructor for class org.knime.core.node.interactive.ReexecutionCallback
 
ReferenceColumnResorterNodeDialog - Class in org.knime.base.node.preproc.refcolumnresorter
The dialog of the column resorter node.
ReferenceColumnResorterNodeDialog() - Constructor for class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeDialog
Constructor: create NodeDialog with one column selectors and two other properties.
ReferenceColumnResorterNodeFactory - Class in org.knime.base.node.preproc.refcolumnresorter
The factory of the reference column resorter node.
ReferenceColumnResorterNodeFactory() - Constructor for class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeFactory
 
ReferenceColumnResorterNodeModel - Class in org.knime.base.node.preproc.refcolumnresorter
The node model of the reference column resorter node, re sorting columns based on order defined by second input.
ReferenceColumnResorterNodeModel() - Constructor for class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Creates new instance of ReferenceColumnResorterNodeModel.
ReferencedFile - Class in org.knime.core.internal
A File wrapper with modifiable parent location.
ReferencedFile(File) - Constructor for class org.knime.core.internal.ReferencedFile
Creates new root element.
ReferencedFile(ReferencedFile, String) - Constructor for class org.knime.core.internal.ReferencedFile
Creates new sub-element.
ReferenceWriteFileStoreHandler - Class in org.knime.core.data.filestore.internal
File store handler used for non-start nodes that are part of a loop body (not the loop end).
ReferenceWriteFileStoreHandler(ILoopStartWriteFileStoreHandler) - Constructor for class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
 
refreshInterruptMenu() - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
Refreshes the enabled status of the control elements depending on the status of the underlying model.
REGEX_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
The column index of the isRegex in the table
REGEX_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
The column index of the isRegex in the table
RegExpCellFactory - Class in org.knime.base.node.preproc.columnTrans
Deprecated.
RegExpCellFactory(DataTableSpec, String, int[], String) - Constructor for class org.knime.base.node.preproc.columnTrans.RegExpCellFactory
Deprecated.
 
RegExpCellFactory - Class in org.knime.base.node.preproc.columntrans2
 
RegExpCellFactory(DataTableSpec, String, int[], String) - Constructor for class org.knime.base.node.preproc.columntrans2.RegExpCellFactory
 
regExprChanged() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
Checks the entered (or selected) regular expression and sets an error.
regExprChanged() - Method in class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
Called when the textfield content changes.
RegexSplitNodeDialogPane - Class in org.knime.base.node.preproc.regexsplit
 
RegexSplitNodeDialogPane() - Constructor for class org.knime.base.node.preproc.regexsplit.RegexSplitNodeDialogPane
Inits components.
RegexSplitNodeFactory - Class in org.knime.base.node.preproc.regexsplit
 
RegexSplitNodeFactory() - Constructor for class org.knime.base.node.preproc.regexsplit.RegexSplitNodeFactory
 
RegexSplitNodeModel - Class in org.knime.base.node.preproc.regexsplit
 
RegexSplitNodeModel() - Constructor for class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
 
RegexSplitSettings - Class in org.knime.base.node.preproc.regexsplit
Settings object for the regex split node model.
RegexSplitSettings() - Constructor for class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
register(JavaToDataCellConverterFactory<?>) - Method in class org.knime.core.data.convert.datacell.JavaToDataCellConverterRegistry
Register a DataCellToJavaConverterFactory.
register(DataCellToJavaConverterFactory<?, ?>) - Method in class org.knime.core.data.convert.java.DataCellToJavaConverterRegistry
Register a DataCellToJavaConverterFactory.
registerDriver(String) - Static method in class org.knime.core.node.port.database.DatabaseDriverLoader
Deprecated.
use the DatabaseUtility.getConnectionFactory() method instead since this is only one source for database drivers
RegisteredDriversConnectionFactory - Class in org.knime.core.node.port.database
DBDriverFactory implementation for jar drivers registered by the user or via the old jar extension point.
registerFindAction() - Method in class org.knime.core.node.tableview.TableView
Creates and registers the "Find ..." action on this component.
registerFindNextAction() - Method in class org.knime.core.node.tableview.TableView
Creates and registers the "Find Next" action on this component.
registerGotoRowAction() - Method in class org.knime.core.node.tableview.TableView
Creates and registers the "Go to Row" action on this component.
registerListener(MemoryWarningSystem.MemoryWarningListener) - Method in class org.knime.core.data.util.memory.MemoryWarningSystem
Deprecated.
Register Listener
registerLoopEndStateChangeListener(ParallelizedChunkContentMaster) - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
 
registerMouseListener(MouseListener) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
Register a MouseListener on the label used to display the columns.
registerMouseListener(MouseListener) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2Panel
Deprecated.
Register a MouseListener on the label used to display the columns.
registerMouseListener(MouseListener) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
Register a MouseListener on the label used to display the columns.
registerNavigationActions() - Method in class org.knime.core.node.tableview.TableView
Registers all actions for navigation on the table, namely "Find...", "Find Next" and "Go to Row...".
registerOnNodeContainer(NodeContainer) - Method in class org.knime.core.node.workflow.NodeAnnotation
 
registerOperator(AggregationOperator) - Static method in class org.knime.base.data.aggregation.AggregationMethods
This method allows the registration of new AggregationOperators.
registerValidation(ObjectInputValidation, int) - Method in class org.knime.core.data.container.DCObjectInputStream
registerView(AbstractNodeView<?>) - Method in class org.knime.core.node.NodeModel
Registers the given view at the model to receive change events of the underlying model.
RegrAvgXDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
Aggregation function.
RegrAvgXDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrAvgXDBAggregationFunction
Constructor.
RegrAvgXDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
RegrAvgYDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
Aggregation function.
RegrAvgYDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrAvgYDBAggregationFunction
Constructor.
RegrAvgYDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
RegrCountDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
Aggregation function.
RegrCountDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrCountDBAggregationFunction
Constructor.
RegrCountDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
REGRESSION_MODE - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Indicates whether the MLP does regression with one output neuron.
RegressionContent - Class in org.knime.base.node.mine.regression
Base class for the learned statistics of the (linear or polynomial) regression models.
RegressionContent(int, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionContent
Constructor for RegressionContent.
RegressionPredictorCellFactory - Class in org.knime.base.node.mine.regression.predict2
Abstraction for all predictro cell factories.
RegressionPredictorCellFactory(PMMLPortObjectSpec, DataTableSpec, RegressionPredictorSettings) - Constructor for class org.knime.base.node.mine.regression.predict2.RegressionPredictorCellFactory
This constructor should be used during the configure phase of a node.
RegressionPredictorNodeDialogPane - Class in org.knime.base.node.mine.regression.predict2
Dialog for the regression predictor.
RegressionPredictorNodeDialogPane() - Constructor for class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeDialogPane
Create new dialog for linear regression model.
RegressionPredictorNodeFactory - Class in org.knime.base.node.mine.regression.predict
Deprecated.
RegressionPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeFactory
Deprecated.
 
RegressionPredictorNodeFactory - Class in org.knime.base.node.mine.regression.predict2
Factory for general regression predictor node.
RegressionPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeFactory
 
RegressionPredictorNodeModel - Class in org.knime.base.node.mine.regression.predict
Deprecated.
RegressionPredictorNodeModel() - Constructor for class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Deprecated.
Initialization with 1 data input, 1 model input and 1 data output.
RegressionPredictorNodeModel - Class in org.knime.base.node.mine.regression.predict2
Node model for the general regression predictor.
RegressionPredictorNodeModel() - Constructor for class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
Initialization with 1 data input, 1 model input and 1 data output.
RegressionPredictorSettings - Class in org.knime.base.node.mine.regression.predict2
This class hold the settings for the General Regression Predictor node.
RegressionPredictorSettings() - Constructor for class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
Create instance with default values.
RegressionStatisticsLearner - Class in org.knime.base.node.mine.regression
Base class for the linear and polynomial regression statistics learner methods (@link org.knime.base.node.mine.regression.linear2.learner.Learner} and Learner).
RegressionStatisticsLearner(PMMLPortObjectSpec, boolean, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionStatisticsLearner
Constructor for the learners.
RegressionTable(double, PMMLRegressionTranslator.NumericPredictor[]) - Constructor for class org.knime.base.node.mine.regression.PMMLRegressionTranslator.RegressionTable
Creates a new regression table.
RegressionTrainingData - Class in org.knime.base.node.mine.regression
This class is a decorator for a DataTable.
RegressionTrainingData(BufferedDataTable, PMMLPortObjectSpec) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingData
 
RegressionTrainingData(BufferedDataTable, PMMLPortObjectSpec, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingData
 
RegressionTrainingData(BufferedDataTable, PMMLPortObjectSpec, boolean, DataCell, boolean, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingData
 
RegressionTrainingData(BufferedDataTable, PMMLPortObjectSpec, List<? extends DataColumnSpec>, boolean, DataCell, boolean, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingData
 
RegressionTrainingDataIterator - Class in org.knime.base.node.mine.regression
This is a decorator for a iterator over DataRows.
RegressionTrainingDataIterator(Iterator<DataRow>, int, int, List<Integer>, Map<Integer, Boolean>, Map<Integer, List<DataCell>>, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingDataIterator
 
RegressionTrainingDataIterator(Iterator<DataRow>, int, int, List<Integer>, Map<Integer, Boolean>, Map<Integer, List<DataCell>>, Map<? extends Integer, ? extends Integer>, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingDataIterator
 
RegressionTrainingRow - Class in org.knime.base.node.mine.regression
A decorator for a data row.
RegressionTrainingRow(DataRow, int, int, List<Integer>, Map<Integer, Boolean>, Map<Integer, List<DataCell>>, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingRow
 
RegressionTrainingRow(DataRow, int, int, List<Integer>, Map<Integer, Boolean>, Map<Integer, List<DataCell>>, Map<? extends Integer, ? extends Integer>, boolean) - Constructor for class org.knime.base.node.mine.regression.RegressionTrainingRow
 
RegressionTrainingRow.MissingHandling - Class in org.knime.base.node.mine.regression
Helper class to handle missing values.
RegrInterceptDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
Aggregation function.
RegrInterceptDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrInterceptDBAggregationFunction
Constructor.
RegrInterceptDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
RegrR2DBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
Aggregation function.
RegrR2DBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrR2DBAggregationFunction
Constructor.
RegrR2DBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
RegrSlopeDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
Aggregation function.
RegrSlopeDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrSlopeDBAggregationFunction
Constructor.
RegrSlopeDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
RegrSXXDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
Aggregation function.
RegrSXXDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrSXXDBAggregationFunction
Constructor.
RegrSXXDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
RegrSXYDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
Aggregation function.
RegrSXYDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrSXYDBAggregationFunction
Constructor.
RegrSXYDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
RegrSYYDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
Aggregation function.
RegrSYYDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.RegrSYYDBAggregationFunction
Constructor.
RegrSYYDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
release() - Method in class org.knime.core.util.FileLocker
Releases a previously acquired lock on the specified file.
remove(int...) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
remove(Collection<R>) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
 
remove(int...) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
 
remove(int...) - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
 
remove(int...) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Removes elements at the given indices
remove(Collection<RowElement>) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Removes the given elements from the table model
remove() - Method in class org.knime.base.node.mine.regression.RegressionTrainingDataIterator
remove() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
Removes this element from the double linked list.
remove(Object) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
remove(int) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
remove() - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic.MappingTableIterator
remove() - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator.InternalIterator
remove() - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
remove(int...) - Method in class org.knime.core.data.container.ColumnRearranger
Removes all columns whose index is contained in the argument array.
remove(String...) - Method in class org.knime.core.data.container.ColumnRearranger
Removes all columns from the current set of columns whose name is contained in the argument array.
remove() - Method in class org.knime.core.data.def.DefaultCellIterator
Throws UnsupportedOperationException as removal of datacells from a row is not permitted.
remove() - Method in class org.knime.core.data.RowIterator
NOT supported by the DataTable iterator! DataTables are immutable read-only objects after their creation.
remove(int) - Static method in class org.knime.core.node.exec.dataexchange.PortObjectRepository
Remove the port object that is associated with the given id.
remove(int) - Method in class org.knime.core.node.util.FilterableListModel
remove(String) - Method in class org.knime.core.node.workflow.CredentialsStore
Remove a credentials variable from this store.
remove(Object) - Method in class org.knime.core.node.workflow.GlobalTableRepository
REMOVE_ACTION - Static variable in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
Identifier for property change event when Remove was pressed.
REMOVE_ACTION - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2Panel
Deprecated.
Identifier for property change event when Remove was pressed.
REMOVE_ACTION - Static variable in class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
Identifier for property change event when Remove was pressed.
REMOVE_ACTION - Static variable in class org.knime.base.node.preproc.rename.RenameColumnPanel
fired if the remove button is pressed.
REMOVE_COLUMNS - Static variable in class org.knime.base.node.mine.pca.PCAApplyNodeModel
config string for determining if source columns are to be removed.
REMOVE_COLUMNS - Static variable in class org.knime.base.node.mine.pca.PCANodeModel
config String for remove columns.
REMOVE_PCACOLS - Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
config string determining of columns with pca coordinates shall be removed.
REMOVE_ROW_KEY_COLUM - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
The name of the settings tag which holds the boolean if the user wants to have the selected new row id column removed.
removeActionListener(ActionListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
 
removeActionListener(ActionListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
 
removeActionListener(ActionListener) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Delegate method to the underlying combo box.
removeAdditionalColumn(String) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
Removes an additional column from the model.
removeAdditionalColumns(String...) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
Removes additional columns from the model.
removeAdditionalColumns(Iterable<String>) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.ListModifier
Removes additional columns from the model.
removeAll() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
removeAll() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
Removes all entries from the table.
removeAll() - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
Removes all entries from the table.
removeAll() - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Removes all elements from the table model
removeAll(Collection<?>) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
removeAllChangeListener() - Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
Removes all change listener.
removeAllChangeListeners() - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
Clears the list of change listeners
removeAllChangeListeners() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
Clears the list of change listeners.
removeAllColumnFilterChangeListener() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Removes all column filter change listener.
removeAllColumnFilterChangeListener() - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Removes all column filter change listener.
removeAllColumnFilterChangeListener() - Method in class org.knime.core.node.util.filter.NameFilterPanel
Removes all column filter change listener.
removeAllComments() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Removes all (!) comments from the tokenier settings.
removeAllConfigurationPanels() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
Removes all configuration panel.
removeAllDelimiters() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Removes all (!) delimiters from the file reader settings.
removeAllDelimiters() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Removes all (!) delimiters from the file reader settings.
removeAllElements() - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
Removes all elements for the internal map.
removeAllElements() - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
Removes all elements.
removeAllElements() - Method in class org.knime.core.node.util.FilterableListModel
removeAllFromHash() - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
 
removeAllHandlers() - Method in class org.knime.core.data.DataColumnSpecCreator
Removes all handlers from this creator which are then set to null for the next call of #createSpec().
removeAllHiLiteListeners() - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Removes all hilite listeners from the list.
removeAllNodesFromWorkflow() - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
Remove all nodes (and connections) of this chunk.
removeAllProgressListener() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Removes all registered progress listeners.
removeAllProgressListener() - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Must not be called.
removeAllProgressListener() - Method in interface org.knime.core.node.NodeProgressMonitor
Removes all registered progress listeners.
removeAllProgressListener() - Method in class org.knime.core.util.ProgressMonitorAdapter
Removes all registered progress listeners.
removeAllQuotes() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Removes all (!) quotes from the file reader settings.
removeAllRowDelimiters() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Blows away all defined row delimiters! After a call to this function no row delimiter will be defined (except null).
removeAllToHiliteHandlers() - Method in class org.knime.core.node.property.hilite.HiLiteManager
Removes all target hilite handlers from this translator.
removeAllToHiliteHandlers() - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
Removes all target hilite handlers from this translator.
removeAllWhiteSpaces() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
removes all user defined whitespaces.
removeAnnotation(WorkflowAnnotation) - Method in class org.knime.core.node.workflow.WorkflowManager
Remove workflow annotation, fire events.
removeBasisFunction(BasisFunctionLearnerRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Removes the given basisfunction from the model and updates all internal members.
removeBendpoint(int) - Method in class org.knime.core.node.workflow.ConnectionUIInformation
Removes a bendpoint.
removeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Removes the given listener from this filter column panel.
removeChangeListener(ChangeListener) - Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
Removes the passed listener if available.
removeChangeListener(ChangeListener) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Remove a specific listener.
removeChangeListener(ChangeListener) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Remove a specific listener.
removeChangeListener(ChangeListener) - Method in class org.knime.core.node.FlowVariableModel
Remove a specific listener.
removeChangeListener(ChangeListener) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Removes the given listener from this filter column panel.
removeChangeListener(ChangeListener) - Method in class org.knime.core.node.util.FilesHistoryPanel
Removes the given change listener from the listener list.
removeChangeListener(ChangeListener) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
Removes the given listener from this filter panel.
removeChangeListener(ChangeListener) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Removes the given listener from this filter column panel.
removeChangeListener(ChangeListener) - Method in class org.knime.core.node.util.filter.PatternFilterPanelImpl
Removes the given listener from this filter panel.
removeChildren(Set<Integer>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Removes the children at the given indices.
removeChildren(Set<Integer>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
Removes the children at the given indices.
removeChildren(Set<Integer>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
Removes the children at the given indices.
removeChildren(Set<Integer>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Removes the children at the given indices.
removeClient(NodeContainer) - Method in class org.knime.core.node.workflow.Credentials
Remove the client from the history list (if registered).
removeColAt(int) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
removeColumn(int...) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
removeColumn(int...) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
Deprecated.
removeColumns(Collection<String>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
removeColumns(Collection<String>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
Deprecated.
removeConfigEditTreeEventListener(ConfigEditTreeEventListener) - Method in class org.knime.core.node.config.ConfigEditTreeModel
Removes a registered listener.
removeConfigurationPanel(T) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
Removes the configuration panel.
removeConfigurationRequestListener(ColumnSelectionSearchableListPanel.ConfigurationRequestListener) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
removeConnection(ConnectionContainer) - Method in class org.knime.core.node.workflow.Workflow
Remove a connection.
removeConnection(ConnectionContainer) - Method in class org.knime.core.node.workflow.WorkflowManager
Remove connection.
removeCurve(EnrichmentPlotterSettings.Curve) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Removes the given curve from the settings.
removeCurve(EnrichmentPlotterSettings.Curve) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Removes the given curve from the settings.
REMOVED_COLUMNS - Static variable in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
Identifier for property change event when Clean was pressed.
REMOVED_INVALID_COLUMNS - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2Panel
Deprecated.
Identifier for property change event when Clean was pressed.
REMOVED_INVALID_COLUMNS - Static variable in class org.knime.base.node.preproc.pmml.missingval.compute.ColumnHandlingFactorySelectionPanel
Identifier for property change event when Clean was pressed.
removeDelimiterPattern(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Removes the Delimiter object with the specified pattern from the list of defined delimiters.
removeDelimiterPattern(String) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Removes the Delimiter object with the specified pattern from the list of defined delimiters.
removeEldestEntry(Map.Entry<K, V>) - Method in class org.knime.core.util.LRUCache
removeElement(Object) - Method in class org.knime.core.node.util.FilterableListModel
removeElementAt(int) - Method in class org.knime.core.node.util.FilterableListModel
removeFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.FileStoreHandlerRepository
 
removeFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.NotInWorkflowFileStoreHandlerRepository
removeFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
 
removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.ConcatenateTable
Remove this table from global table repository.
removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.ContainerTable
Remove this table from global table repository.
removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.JoinedTable
Remove this table from global table repository.
removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.RearrangeColumnsTable
Remove this table from global table repository.
removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.TableSpecReplacerTable
Does nothing.
removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.VoidTable
Remove this table from global table repository.
removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.data.container.WrappedTable
Remove this table from global table repository.
removeFromTableRepository(HashMap<Integer, ContainerTable>) - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Remove this table from global table repository.
removeFromTableRepository(HashMap<Integer, ContainerTable>, Node) - Method in class org.knime.core.node.BufferedDataTable
Remove this table and all of its delegates from the table repository, if and only if its owner is the argument node.
removeGraphListener(GraphListener) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Unregisters a graph listener.
removeHilitedKeys(Collection<RowKey>, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
removeHilitedKeys(Collection<RowKey>, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
removeHilitedKeys(Set<RowKey>, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
 
removeHiLiteListener(HiLiteListener) - Method in class org.knime.core.node.property.hilite.HiLiteHandler
Removes the given hilite listener from the list.
removeIndexInterval(int, int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
removeItemFromHash(DataType) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
 
removeItemListener(ItemListener) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Removes an item listener to the underlying combo box.
removeKeysWithColumns(Collection<DBColumn>) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnsPanel
Removes all keys that contain at least one column from the column collections
removeLastContext() - Static method in class org.knime.core.node.workflow.NodeContext
Removes the top-most context from the context stack.
removeListener(MemoryAlertListener) - Method in class org.knime.core.data.util.memory.MemoryAlertSystem
Removes a registered listener,
removeListener(MemoryWarningSystem.MemoryWarningListener) - Method in class org.knime.core.data.util.memory.MemoryWarningSystem
Deprecated.
Remove registered Listener
removeListener(WorkflowListener) - Method in class org.knime.core.node.workflow.WorkflowManager
Remove listener.
removeLoopEndStateChangeListener(ParallelizedChunkContentMaster) - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContent
 
removeMemoryReleaseable(MemoryReleasable) - Method in class org.knime.core.data.util.memory.MemoryObjectTracker
Deprecated.
 
removeMessageListener(NodeMessageListener) - Method in class org.knime.core.node.Node
Removes a state listener from this node.
removeMouseListener(Class<? extends PlotterMouseListener>) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
If one of the default mouse modes (selection, zooming, moving) should not be available, use this method to remove it.
removeNode(NodeID) - Method in class org.knime.core.node.workflow.Workflow
Remove given node.
removeNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Remove node if possible.
removeNodeMessageListener(NodeMessageListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
removeNodeProgressListener(NodeProgressListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
removeNodePropertyChangedListener(NodePropertyChangedListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
removeNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.node.workflow.NodeContainer
removeNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.node.workflow.NodeContainerOutPort
removeNodeStateChangeListener(NodeStateChangeListener) - Method in interface org.knime.core.node.workflow.NodeContainerStateObservable
 
removeNodeStateChangeListener(NodeStateChangeListener) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
removeNotify() - Method in class org.knime.base.node.mine.decisiontree2.view.graph.OutlineView
removeOutputTablesFromGlobalRepository(HashMap<Integer, ContainerTable>) - Method in class org.knime.core.node.Node
removePanel(int) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
 
removeProgressListener(NodeProgressListener) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Removes the given listener from the list and will therefore no longer receive progress events.
removeProgressListener(NodeProgressListener) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Must not be called.
removeProgressListener(NodeProgressListener) - Method in interface org.knime.core.node.NodeProgressMonitor
Removes the given listener from the list and will therefore no longer receive progress events.
removeProgressListener(ConnectionProgressListener) - Method in class org.knime.core.node.workflow.ConnectionContainer
Removes a listener from the list of registered progress listeners.
removeProgressListener(NodeProgressListener) - Method in class org.knime.core.util.ProgressMonitorAdapter
Removes the given listener from the list and will therefore no longer receive progress events.
removeProject(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Remove a project - the same as remove node but we make sure it really looks like a project (i.e.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.knime.core.node.tableview.TableContentModel
Removes a listener from this instance.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.knime.core.node.tableview.TableContentModel
Removes a listener from this instance.
removeQuotePattern(String, String) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Removes the Quote object with the specified patterns from the list of defined quotes.
removeRange(int, int) - Method in class org.knime.core.node.util.FilterableListModel
removeRowDelimiter(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Removes the row delimiter with the specified pattern.
RemoveRowMissingCellHandler - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Removes a row if it has a missing value in the column this handler is configured for.
RemoveRowMissingCellHandler(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandler
 
RemoveRowMissingCellHandlerFactory - Class in org.knime.base.node.preproc.pmml.missingval.handlers
Creates a handler that removes rows with a missing value in the column it is configured for.
RemoveRowMissingCellHandlerFactory() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandlerFactory
 
removeRows(int[]) - Method in interface org.knime.core.node.util.ConfigTableModel
Remove rows defined by the given indices.
removeRows(int[]) - Method in class org.knime.core.node.util.DefaultConfigTableModel
Remove rows defined by the given indices.
removeSearchListener(ColumnSelectionSearchableListPanel.SearchListener) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
removeSelectionInterval(int, int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
removeSorting(String) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
Removes the stored sorting and created values for the given column.
removeTab(String) - Method in class org.knime.core.node.NodeDialogPane
Removes the tab and its component specified by the title from the tabbed pane.
removeTableModelListener(TableModelListener) - Method in interface org.knime.core.node.tableview.TableContentInterface
Removes a listener from the list that is notified each time a change to the data model occurs.
removeToHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.property.hilite.HiLiteManager
Removes the given target HiLiteHandler from the list of registered hilite handlers and removes the private target listener from if the list of hilit keys is empty.
removeToHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
Removes the given target HiLiteHandler from the list of registered hilite handlers and removes the private target listener from if the list of hilite keys is empty.
removeType(JRadioButton) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Remove the type to the given radio button.
removeUIInformationListener(NodeUIInformationListener) - Method in class org.knime.core.node.workflow.Annotation
 
removeUIInformationListener(ConnectionUIInformationListener) - Method in class org.knime.core.node.workflow.ConnectionContainer
Remove a registered listener from the listener list.
removeUIInformationListener(NodeUIInformationListener) - Method in class org.knime.core.node.workflow.NodeContainer
 
removeUpdate(DocumentEvent) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
removeWaitingLoopHeadNode(FlowObject) - Method in class org.knime.core.node.workflow.NodeContainer
Remove element from list of waiting loops.
removeWarningListener(NodeModelWarningListener) - Method in class org.knime.core.node.NodeModel
Removes a warning listener from this node.
removeWorkflowVariable(String) - Method in class org.knime.core.node.workflow.WorkflowManager
Remove workflow variable of given name.
removeWriter(Writer) - Static method in class org.knime.core.node.NodeLogger
Removes the previously added Writer from the logger.
remSelPosValues() - Method in class org.knime.base.node.io.filereader.DomainDialog
Called when user pressed "Remove" to remove selected item from the list of possible values.
rename(String) - Method in class org.knime.core.internal.ReferencedFile
Renames this (base) element as an atomic operation.
RenameColumnPanel - Class in org.knime.base.node.preproc.rename
The panel for a rename configuration.
RenameColumnPanel(RenameColumnSetting, DataColumnSpec, boolean) - Constructor for class org.knime.base.node.preproc.rename.RenameColumnPanel
 
RenameColumnSetting - Class in org.knime.base.node.preproc.rename
Helper class that combines settings as to what should be happen with one column.
RenameColumnSetting(String) - Constructor for class org.knime.base.node.preproc.rename.RenameColumnSetting
Inits a settings object for a given column.
RenameColumnSetting(DataColumnSpec) - Constructor for class org.knime.base.node.preproc.rename.RenameColumnSetting
Constructor being used in the NodeModel's configure method (for validation) and in the NodeDialog (DataTableSpec used to init default values like possible types).
RenameConfiguration - Class in org.knime.base.node.preproc.rename
Column rename configuration class.
RenameConfiguration() - Constructor for class org.knime.base.node.preproc.rename.RenameConfiguration
Constructor with an empty column map.
RenameConfiguration(NodeSettingsRO) - Constructor for class org.knime.base.node.preproc.rename.RenameConfiguration
 
RenameNodeDialogPane - Class in org.knime.base.node.preproc.rename
Dialog for the renaming node.
RenameNodeDialogPane() - Constructor for class org.knime.base.node.preproc.rename.RenameNodeDialogPane
Constructs new dialog, inits members.
RenameNodeDialogPane(boolean) - Constructor for class org.knime.base.node.preproc.rename.RenameNodeDialogPane
Constructs new dialog, inits members.
RenameNodeFactory - Class in org.knime.base.node.preproc.rename
NodeFactory implementation for the renaming node.
RenameNodeFactory() - Constructor for class org.knime.base.node.preproc.rename.RenameNodeFactory
 
RenameNodeModel - Class in org.knime.base.node.preproc.rename
NodeModel implementation for the renaming node.
RenameNodeModel() - Constructor for class org.knime.base.node.preproc.rename.RenameNodeModel
 
renameTab(String, String) - Method in class org.knime.core.node.NodeDialogPane
Changes the name of an existing tab.
renameWorkflowDirectory(String) - Method in class org.knime.core.node.workflow.WorkflowManager
Renames the underlying workflow directory to the new name.
renderComponent(DefaultTableCellRenderer, R) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationFunctionRowTableCellRenderer.ValueRenderer
 
renderComponent(DefaultTableCellRenderer, AggregationMethodDecorator) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationMethodDecoratorTableCellRenderer.ValueRenderer
Deprecated.
 
repaint(int, int, int, int) - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
repaint(Rectangle) - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
repaint() - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
repaint(long, int, int, int, int) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Overridden for performance reasons.
repaint() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Overridden for performance reasons.
repairMinMax(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Minimum and maximum are adapted to the (new) value.
REPL_OPTIONS - Static variable in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
Replacement options: LEFT_VALUE, RIGHT_VALUE, MISSING, and USER_DEFINED.
replace(CellFactory, String) - Method in class org.knime.core.data.container.ColumnRearranger
Replaces a single column.
replace(CellFactory, int...) - Method in class org.knime.core.data.container.ColumnRearranger
Replaces a set of columns.
REPLACE_ROWKEY - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
The name of the settings tag which holds the boolean if the user wants to replace the row key with values of the selected column.
replaceAllOccurrences() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns if the whole string or all occurrences of the pattern should be replaced.
replaceAllOccurrences(boolean) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets if the whole string or all occurrences of the pattern should be replaced.
replaceAndQuote(String) - Method in class org.knime.base.node.io.csvwriter.CSVWriter
Replaces the quote end pattern contained in the string and puts quotes around the string.
replaceChild(DecisionTreeNode, DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Replace the given child by the new given one.
ReplaceColumn - Class in org.knime.base.node.parallel.appender
 
ReplaceColumn(int) - Constructor for class org.knime.base.node.parallel.appender.ReplaceColumn
Creates a column destination that replaces a column.
replaceColumn(int, DataColumnSpec) - Method in class org.knime.core.data.DataTableSpecCreator
Replaces an existing column with a new column.
replaceColumnName(String) - Method in class org.knime.core.node.port.database.DatabaseHelper
 
ReplacedCellFactory - Class in org.knime.base.data.replace
Convenience class that should be used if your ReplacedCellsFactory replaces only one column.
ReplacedCellFactory() - Constructor for class org.knime.base.data.replace.ReplacedCellFactory
 
ReplacedCellsFactory - Interface in org.knime.base.data.replace
Factory that is used to compute replacing cells in a DataTable that modifies one or more columns of a given input table.
ReplacedColumnsDataRow - Class in org.knime.base.data.replace
 
ReplacedColumnsDataRow(DataRow, DataCell[], int[]) - Constructor for class org.knime.base.data.replace.ReplacedColumnsDataRow
Creates a new replaced column row.
ReplacedColumnsDataRow(DataRow, DataCell, int) - Constructor for class org.knime.base.data.replace.ReplacedColumnsDataRow
Convenience constructor that replaces one cell only.
ReplacedColumnsRowIterator - Class in org.knime.base.data.replace
 
ReplacedColumnsRowIterator(RowIterator, ReplacedCellsFactory, DataType[], int[]) - Constructor for class org.knime.base.data.replace.ReplacedColumnsRowIterator
Creates a new replaced column iterator.
ReplacedColumnsTable - Class in org.knime.base.data.replace
Tables that replaces the values in a given column by other values.
ReplacedColumnsTable(DataTable, DataColumnSpec, int, ReplacedCellFactory) - Constructor for class org.knime.base.data.replace.ReplacedColumnsTable
Creates a new replaced column table with one replaced column.
ReplacedColumnsTable(DataTable, DataColumnSpec[], int[], ReplacedCellsFactory) - Constructor for class org.knime.base.data.replace.ReplacedColumnsTable
Creates a new replaced column table with several replaced columns.
replaceLast(DataCell) - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator.InternalIterator
Called by DataContainer Buffer to replace the contained data cell by a address-corrected blob wrapper.
replaceLastReturnedWithWrapperCell(DataCell) - Method in interface org.knime.core.data.collection.BlobSupportDataCellIterator
Replaces the last returned element with a wrapper cell that contains additional information.
replaceLastReturnedWithWrapperCell(DataCell) - Method in class org.knime.core.data.collection.DefaultBlobSupportDataCellIterator
Replaces the last returned element with a wrapper cell that contains additional information.
replaceListItems(DataType) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
 
replaceListItems(AggregationMethod, AggregationMethod...) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
 
replaceListItems(Collection<FlowVariable>, String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
Replaces the list of selectable flow variables in the component.
replaceListItems(Collection<String>, String...) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Replaces the list of selectable strings in the component.
replaceListItems(StringIconOption[], String...) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Replaces the list of selectable options in the component.
replaceListItems(Collection<String>, String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Replaces the list of selectable strings in the component.
replaceListItems(StringIconOption[], String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Replaces the list of selectable strings in the component.
replacement() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Returns the replacement text.
replacement(String) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Sets the replacement text.
replaceSeparator(String) - Method in class org.knime.base.node.io.csvwriter.CSVWriter
Derives a string from the input string that has all appearances of the separator replaced with the specified replacer string.
replaceSeparatorInStrings() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
replaceTypeOfColumn(int, DataType) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterSettings
Replaces the type of an already found column.
requestFocus() - Method in class org.knime.core.node.util.FilesHistoryPanel
requestHiLite(ListSelectionModel) - Method in class org.knime.core.node.tableview.TableContentModel
HiLites all rows that are selected according to the given selection model.
requestResetHiLite() - Method in class org.knime.core.node.tableview.TableContentModel
Resets the hiliting of all keys by invoking the reset method in the HiLiteHandler.
requestSort(int, JComponent) - Method in class org.knime.core.node.tableview.TableContentModel
Deprecated.
requestSort(int, JComponent, TableSortOrder.TableSortKey) - Method in class org.knime.core.node.tableview.TableContentModel
Sorts the table according the argument column.
requestSort(JComponent) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Request sort according to column header in associated content table.
requestUnHiLite(ListSelectionModel) - Method in class org.knime.core.node.tableview.TableContentModel
"Unhilites" all rows that are selected according to the given selection model.
reset() - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.data.aggregation.AggregationOperator
Should reset the operator to the start values.
reset() - Method in class org.knime.base.data.aggregation.ColumnAggregator
Removes any cached operators.
reset() - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.image.ImageToTableNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Ignored.
reset() - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.DBNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
reset() - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Reset the trained model.
reset() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Called if the algorithms starts a new run overall input pattern; some variables might need to be reset.
reset() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Resets core value of all dimensions to the initial anchor value.
reset() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Method is empty.
reset() - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Resets all internal data.
reset() - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Clears the model.
reset() - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Resets all internal data.
reset() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
Sets the number of current threads to 1.
reset() - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.knn.KnnNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.mds.MDSManager
Clears the Hashtable containing the high and the corresponding low dimensional data points.
reset() - Method in class org.knime.base.node.mine.mds.MDSNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Clears the Hashtable containing the high and the corresponding low dimensional data points.
reset() - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.pca.PCANodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Resets all internal data.
reset() - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Resets the SotaManager.
reset() - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.sota.SotaNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
 
reset() - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Resets all internal data.
reset() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
Reset all local data which depends on the input data provided by the data provider.
reset() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Resets all internal data.
reset() - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Nothing to do.
reset() - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
Nothing to do.
reset() - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.rank.DenseRankAssigner
reset() - Method in class org.knime.base.node.preproc.rank.OrdinalRankAssigner
reset() - Method in interface org.knime.base.node.preproc.rank.RankAssigner
 
reset() - Method in class org.knime.base.node.preproc.rank.RankNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.rank.StandardRankAssigner
reset() - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
Resets all internal data.
reset() - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.rules.RuleEngineNodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
reset() - Method in class org.knime.base.node.util.BufferedFileReader
reset() - Method in class org.knime.base.node.util.cache.CacheNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.util.ExpandVectorNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Resets the Histogram data, the listener and display settings.
reset() - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
Resets the internal values of the histogram drawing pane to their default values.
reset() - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
Resets the drawing pane.
reset() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Reset all local data which depends on the input data provided by the data provider.
reset() - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Reset all local data which depends on the input data provided by the data provider.
reset() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Reset all local data which depends on the input data provided by the data provider.
reset() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Reset all local data which depends on the input data provided by the data provider.
reset() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Reset all local data which depends on the input data provided by the data provider.
reset() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Resets the visual model and repaints.
reset() - Method in class org.knime.base.node.viz.plotter.line.LinePlotter
Sets color mapping and column selection to null.
reset() - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Sets the input data null.
reset() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Sets the axes, the selected data points, the selected columns and the calculated lines null, triggers a repaint in the .ParallelCoordinateDrawingPane.
reset() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
reset() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
Resets the selected columns.
reset() - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.roc.ROCNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.viz.table.TableNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.core.data.container.DCObjectInputStream
reset() - Method in class org.knime.core.data.container.LongUTFDataInputStream
reset() - Method in class org.knime.core.data.util.NonClosableInputStream
reset() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Resets this monitor.
reset() - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Reset progress, message and cancel flag.
reset() - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Resets the status of the Node to paused and not finished so it can be triggered to start again.
reset() - Method in class org.knime.core.node.missing.MissingNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.core.node.Node
Resets this node without re-configuring it.
reset() - Method in class org.knime.core.node.NodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in interface org.knime.core.node.NodeProgressMonitor
Reset progress, message and cancel flag.
reset() - Method in class org.knime.core.node.NoSettingsNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.core.node.tableview.FindPosition
Reset position to row 0.
reset - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
If the workflow should be reset prior to execution.
reset() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Override this function in the derived model and reset your NodeModel.
reset() - Method in class org.knime.core.util.ProgressMonitorAdapter
Reset progress, message and cancel flag.
resetAll() - Method in class org.knime.core.node.workflow.WorkflowManager
resetAllNodesInWFM() - Method in class org.knime.core.node.workflow.WorkflowManager
Reset all nodes in this workflow.
resetAllViews() - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Called when the underlying node is reset.
resetAllViews() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Called when the underlying node is reset.
resetAndConfigureAll() - Method in class org.knime.core.node.workflow.WorkflowManager
Resets and freshly configures all nodes in this workflow.
resetAndConfigureLoopBody() - Method in class org.knime.core.node.Node
 
resetAndConfigureLoopBody() - Method in class org.knime.core.node.NodeModel
Informs WorkflowManager if the nodes inside the loop (= the loop body) have to be reset & configured inbetween iterations.
resetAndConfigureLoopBody() - Method in class org.knime.core.node.workflow.NativeNodeContainer
 
resetAndConfigureNode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Reset node and all executed successors of a specific node and launch configure storm.
resetAndConfigureNodeAndSuccessors(NodeID, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Reset node and all executed successors of a specific node and launch configure storm.
resetAndReconfigureAllNodesInWFM() - Method in class org.knime.core.node.workflow.WorkflowManager
Reset all executed nodes in this workflow to make sure that new workflow variables are spread accordingly.
resetColorInformation() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Clean all color information in the entire tree.
resetColorInformation() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Clean all color information in this node and all children.
resetCore() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Resets the core to the current anchor.
resetCore() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.TriangleMembershipFunction
We don't have a real core for triangle membership functions.
resetCoveredPattern() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Resets all covered pattern.
resetDateFields(Calendar) - Static method in class org.knime.core.data.date.DateAndTimeCell
 
resetHaltedSubnode(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Called by the wizard execution prior setting new values into an executed subnode.
resetHiding() - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Re-adds all remove/hidden columns to the exclude list.
resetHiding() - Method in class org.knime.core.node.util.filter.NameFilterPanel
Re-adds all remove/hidden names to the exclude list.
resetHilite() - Method in class org.knime.base.node.viz.table.TableNodeView
Resets hiliting in the hilite handler.
resetHilite() - Method in class org.knime.core.node.tableview.TableContentView
Requests to the HiLiteHandler that the hilite status of all rows is reset.
resetHilite() - Method in class org.knime.core.node.tableview.TableView
Sends a request to the content table to reset (unhilite) all rows.
resetHistogramVizModel() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
This method is called when ever something basic has changed.
resetInfoMsg() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Resets the information message.
resetIntern() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Resets the number of covered pattern to zero and calls the abstract BasisFunctionLearnerRow.reset().
resetInternal() - Method in class org.knime.base.data.aggregation.AggregationOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorIntersectionOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorNotSetCountOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorSetCountOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorUnionOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.bitvector.BitVectorXOrOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.booleancell.FalseCountOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.booleancell.TrueCountOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.collection.AndElementOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.collection.ElementCountOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.collection.OrElementOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.collection.XORElementOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.date.DateMeanOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.date.MedianDateOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.date.MillisRangeOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.deprecated.AndElementOperator
Deprecated.
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.deprecated.ConcatenateOperator
Deprecated.
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.deprecated.SumOperator
Deprecated.
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated.
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated.
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.general.ConcatenateOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.general.CountOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.general.FirstOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.general.LastOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.general.ListCellOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.general.MaxOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.general.MinOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.general.MissingValueCountOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.general.ModeOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.general.SetCellOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.numerical.CovarianceOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.numerical.GeometricMeanOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.numerical.MeanOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.numerical.ProductOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.numerical.RangeOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.numerical.StorelessUnivariantStatisticOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.numerical.StoreResizableDoubleArrayOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.numerical.SumOperator
Should reset the operator to the start values.
resetInternal() - Method in class org.knime.base.data.aggregation.numerical.VarianceOperator
Should reset the operator to the start values.
resetJobManagerViews() - Method in class org.knime.core.node.workflow.NodeContainer
Must be called when the node is reset.
resetMissing(DataCell) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.MappingTableInterpolationStatistic
 
resetMissingValueRenderer() - Method in class org.knime.core.data.renderer.DefaultDataValueRenderer
resetModel() - Method in class org.knime.core.node.NodeModel
Invokes the abstract #reset() method of the derived model.
resetName() - Method in class org.knime.base.data.aggregation.NamedAggregationOperator
Resets the name to the default name.
resetNode() - Method in class org.knime.core.node.workflow.NodeTimer
 
resetNodesInWFMConnectedToInPorts(Set<Integer>) - Method in class org.knime.core.node.workflow.WorkflowManager
Reset all nodes in this workflow that are connected to the given inports.
resetPieData() - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
Resets the implementation internal data.
resetPieData() - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
Resets the implementation internal data.
resetPieData() - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Resets the implementation internal data.
resetSuccessors(NodeID, int) - Method in class org.knime.core.node.workflow.WorkflowManager
Reset successors of a node connected to a specific out port.
resetTimeFields(Calendar) - Static method in class org.knime.core.data.date.DateAndTimeCell
 
resetToDefault() - Method in class org.knime.core.util.tokenizer.Tokenizer
Resets the tokenizer to its default behavior, which is: No comments are supported, No quoted strings are supported, No line continuation is supported, and No token delimiter is set (only EOF - i.e.
resetType() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionComboBox
Resets the type to force an update aggregation method options the user can select from.
resetVizModel() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Resets the visualization model.
resolveClass(ObjectStreamClass) - Method in class org.knime.core.data.container.PriorityGlobalObjectInputStream
Returns the Class for the given ObjectStreamClass which is initialized by the GlobalClassCreator or - if this fails - by the super class.
resolveClass(ObjectStreamClass) - Method in class org.knime.core.eclipseUtil.GlobalObjectInputStream
Returns the Class for the given ObjectStreamClass which is initialized by the GlobalClassCreator or - if this fails - by the super class.
resolveEntity(String, String) - Method in class org.knime.core.node.config.base.XMLConfigEntityResolver
resolveEntity(String, String) - Method in class org.knime.core.node.config.base.XMLContentHandler
resolvePath(Path, String) - Static method in class org.knime.core.util.PathUtils
This method does the same as Path.resolve(String) except that it handles the case when the child path starts with a separator.
ResolverUtil - Class in org.knime.core.util.pathresolve
Utility class for resolving URIs (e.g.
ResolverUtil() - Constructor for class org.knime.core.util.pathresolve.ResolverUtil
 
resolveToFile(URI) - Method in interface org.knime.core.util.pathresolve.URIToFileResolve
Resolves the given URI into a local file.
resolveToFile(URI, IProgressMonitor) - Method in interface org.knime.core.util.pathresolve.URIToFileResolve
Resolves the given URI into a local file.
resolveToLocalOrTempFile(URI) - Method in interface org.knime.core.util.pathresolve.URIToFileResolve
Resolves the given URI into a local file.
resolveToLocalOrTempFile(URI, IProgressMonitor) - Method in interface org.knime.core.util.pathresolve.URIToFileResolve
Resolves the given URI into a local file.
resolveToPath(URL) - Static method in class org.knime.core.util.FileUtil
Tries to resolve the given URL into a local path.
resolveURItoLocalFile(URI) - Static method in class org.knime.core.internal.CorePlugin
resolveURItoLocalFile(URI) - Static method in class org.knime.core.util.pathresolve.ResolverUtil
Fetches a service implementing the URIToFileResolve interface and returns the resolved file.
resolveURItoLocalFile(URI, IProgressMonitor) - Static method in class org.knime.core.util.pathresolve.ResolverUtil
Fetches a service implementing the URIToFileResolve interface and returns the resolved file.
resolveURItoLocalOrTempFile(URI) - Static method in class org.knime.core.internal.CorePlugin
resolveURItoLocalOrTempFile(URI) - Static method in class org.knime.core.util.pathresolve.ResolverUtil
Fetches a service implementing the URIToFileResolve interface and returns the resolved file.
resolveURItoLocalOrTempFile(URI, IProgressMonitor) - Static method in class org.knime.core.util.pathresolve.ResolverUtil
Fetches a service implementing the URIToFileResolve interface and returns the resolved file.
ResortedCellsRow - Class in org.knime.base.data.append.row
Deprecated.
ResortedCellsRow(DataRow, int[]) - Constructor for class org.knime.base.data.append.row.ResortedCellsRow
Deprecated.
Creates new row with row as underlying base row and sort the new sorting scheme.
ResortedCellsRow - Class in org.knime.core.data.append
A row that takes a base row and re-sorts the cells in it according to an int[] parameter passed in the constructor.
ResortedCellsRow(DataRow, int[]) - Constructor for class org.knime.core.data.append.ResortedCellsRow
Creates new row with row as underlying base row and sort the new sorting scheme.
resource(URL) - Method in class org.knime.core.node.dialog.ExternalNodeData.ExternalNodeDataBuilder
Sets the URL to the external resource.
restore(String, UUID, WorkflowFileStoreHandlerRepository, File) - Static method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
 
RestoredFlowLoopContext() - Constructor for class org.knime.core.node.workflow.FlowLoopContext.RestoredFlowLoopContext
 
restoreIntoMemory() - Method in class org.knime.core.data.container.Buffer
Restore content of this buffer into main memory (using a collection implementation).
restoreIntoMemory() - Method in class org.knime.core.data.container.ContainerTable
Instruct the underlying buffer to cache the rows into main memory to accelerate future iterations.
restoreWarningMessage(String) - Method in class org.knime.core.node.NodeModel
Method being called when node is restored.
RESULT_DIMENSIONS - Static variable in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Config key, for the number of dimensions the original data is reduced to.
resumeLoopExecution(NodeContainer, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Resume operation of a paused loop.
retainAll(Collection<?>) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
retainOnlyAttributeValues(Set<String>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
retainOnlyAttributeValues(Set<String>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
retainOnlyAttributeValues(Set<String>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
retainOnlyAttributeValues(Set<String>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
retainOnlyAttributeValuesInChild(int, Set<String>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Removes attribute values from the set of nominal attributes this child is testing for.
retainOnlyAttributeValuesInChild(int, Set<String>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
Removes attribute values from the set of nominal attributes this child is testing for.
retrieveFileStoreHandlerFrom(FileStoreKey, FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.FileStoreCell
 
retrieveFileStoreHandlerFrom(List<FileStoreKey>, FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.FileStorePortObject
 
retrieveFileStoreHandlerFrom(FileStoreCell, FileStoreKey, FileStoreHandlerRepository) - Static method in class org.knime.core.data.filestore.FileStoreUtil
 
retrieveFileStoreHandlerFrom(FileStorePortObject, List<FileStoreKey>, FileStoreHandlerRepository) - Static method in class org.knime.core.data.filestore.FileStoreUtil
 
retrieveFileStoreHandlerFrom(FileStoreKey, FileStoreHandlerRepository) - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
 
retrieveFileStoreHandlers(FileStorePortObject, FileStorePortObject, IWriteFileStoreHandler) - Static method in class org.knime.core.data.filestore.FileStoreUtil
 
returnAsSeparateToken() - Method in class org.knime.core.util.tokenizer.Comment
 
returnAsToken() - Method in class org.knime.core.util.tokenizer.Delimiter
 
REV - Static variable in class org.knime.core.node.KNIMEConstants
KNIME's revision number.
revalidate() - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
revalidate() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Overridden for performance reasons.
revalidateTable() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Revalidates table
REVERSE_TRIANGLE - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the reverse triangle.
revertOperatorNames(int[]) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationTableModel
 
revertSelectedMethodsNames() - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
Reverts the name of all selected methods to their default name.
RIGHT - Static variable in class org.knime.base.data.filter.row.DoubleCellFilterRowGenerator
Use interval of the right of the border.
RIGHT - Static variable in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
Right/open or left/closed interval bracket.
RIGHT_PARTITION - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
index for right partition of a binary nominal split.
rightBoundIncluded() - Method in class org.knime.core.data.def.IntervalCell
rightBoundIncluded() - Method in interface org.knime.core.data.IntervalValue
 
rightCoreLoss(double, MembershipFunction) - Method in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
rightCoreLoss(.).
rightCoreLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
rightCoreLoss(.).
rightCoreLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
rightCoreLoss(.).
rightCoreLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
rightCoreLoss(.).
rightSuppLoss(double, MembershipFunction) - Method in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
rightSuppLoss(.).
rightSuppLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
rightSuppLoss(.).
rightSuppLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
rightSuppLoss(.).
rightSuppLoss(double, MembershipFunction) - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
 
ROCCalculator - Class in org.knime.base.node.viz.roc
 
ROCCalculator(List<String>, String, int, String) - Constructor for class org.knime.base.node.viz.roc.ROCCalculator
Instantiates the ROCCalculator.
ROCCurve - Class in org.knime.base.node.viz.roc
Small container class for a single ROC curve.
ROCCurve(String, double[], double[], double, int) - Constructor for class org.knime.base.node.viz.roc.ROCCurve
Creates a new ROC curve container.
ROCCurve() - Constructor for class org.knime.base.node.viz.roc.ROCCurve
 
ROCNodeDialog - Class in org.knime.base.node.viz.roc
This dialog lets the user set the necessary values for drawing ROC curves.
ROCNodeDialog() - Constructor for class org.knime.base.node.viz.roc.ROCNodeDialog
Creates a new dialog.
ROCNodeFactory - Class in org.knime.base.node.viz.roc
This factory creates all necessary classes for the ROC curve node.
ROCNodeFactory() - Constructor for class org.knime.base.node.viz.roc.ROCNodeFactory
 
ROCNodeModel - Class in org.knime.base.node.viz.roc
This model prepares the data for the ROC curve view.
ROCNodeModel() - Constructor for class org.knime.base.node.viz.roc.ROCNodeModel
Creates a new model for the enrichment plotter node.
ROCNodeView - Class in org.knime.base.node.viz.roc
This view show one or more ROC curves that were pre-calculated in the model.
ROCNodeView(ROCNodeModel) - Constructor for class org.knime.base.node.viz.roc.ROCNodeView
Creates a new ROC curve view.
ROCSettings - Class in org.knime.base.node.viz.roc
This class holds the settings for the ROC curve view.
ROCSettings() - Constructor for class org.knime.base.node.viz.roc.ROCSettings
 
ROCView - Class in org.knime.base.node.mine.scorer.accuracy
Deprecated.
ROCView(AccuracyScorerNodeModel) - Constructor for class org.knime.base.node.mine.scorer.accuracy.ROCView
Deprecated.
Creates a new view that plots a ROC curve.
ROOT - Static variable in class org.knime.core.node.workflow.WorkflowManager
The root of everything, a workflow with no in- or outputs.
ROOTID - Static variable in class org.knime.core.node.workflow.NodeID
Root node ID, all nodeID will derive from this instance.
rootMatches() - Method in class org.knime.core.data.xml.io.LimitedXPathMatcher
Returns true when the xpath matches the root node '/'.
ROTATE_DEFAULT - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
Do not specify rotation, select it.
ROTATE_LEFT - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
Rotate left.
ROTATE_NONE - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
Do not rotate.
ROTATE_RIGHT - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
Rotate right.
rotateLabels(CoordinateMapping[], int, FontMetrics) - Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
Returns true if any label is too long to be displayed in the available space.
rotateLabels(List<String>, int, FontMetrics) - Static method in class org.knime.base.node.viz.plotter.LabelPaintUtil
Returns true if any label is too long to be displayed in the available space.
ROUND_ERROR_OK - Static variable in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Values smaller than this are considered to be 0, used to avoid round-off errors.
RoundDoubleCellFactory - Class in org.knime.base.node.preproc.rounddouble
Creating data cells containing the rounded values.
RoundDoubleCellFactory(int, NumberMode, RoundingMode, RoundDoubleConfigKeys.RoundOutputType, int[], DataColumnSpec[]) - Constructor for class org.knime.base.node.preproc.rounddouble.RoundDoubleCellFactory
Creates instance of RoundDoubleCellFactory with specified precision.
RoundDoubleConfigKeys - Class in org.knime.base.node.preproc.rounddouble
 
RoundDoubleConfigKeys.RoundOutputType - Enum in org.knime.base.node.preproc.rounddouble
 
RoundDoubleNodeDialog - Class in org.knime.base.node.preproc.rounddouble
Creates the dialog of the round double node and provides static methods which create the necessary settings models.
RoundDoubleNodeDialog() - Constructor for class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeDialog
Creates new instance of RoundDoubleNodeDialog.
RoundDoubleNodeFactory - Class in org.knime.base.node.preproc.rounddouble
 
RoundDoubleNodeFactory() - Constructor for class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeFactory
 
RoundDoubleNodeModel - Class in org.knime.base.node.preproc.rounddouble
The node model of the round double node.
RoundDoubleNodeModel() - Constructor for class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Creates new instance of RoundDoubleNodeModel.
ROUNDING_FACTOR - Static variable in class org.knime.base.node.viz.plotter.box.Box
Constant for the rounding of the values shown in tooltip.
ROUNDING_MODE - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys
The configuration key for the specified rounding mode.
ROUNDING_MODES - Static variable in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Possible rounding modes.
ROW_KEY_COL_NAME - Static variable in class org.knime.core.node.util.ColumnPairsSelectionPanel
Name of the row key column in the dialog.
ROW_KEY_IDENTIFIER - Static variable in class org.knime.base.node.preproc.joiner.Joiner2Settings
Internally used row key identifier.
ROW_KEY_SELECT_OPTIONS - Static variable in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
 
RowAppender - Interface in org.knime.core.data.container
This is a very simple interface that allows adding DataRows to a DataTable, DataContainer, or anything else.
RowByColumnComparator - Class in org.knime.base.node.viz.histogram.impl.interactive
Comparator used to sort DataRows by the value of the row with the given index.
RowByColumnComparator(int, DataValueComparator) - Constructor for class org.knime.base.node.viz.histogram.impl.interactive.RowByColumnComparator
Constructor for class RowByColumnComparator.
RowCounterThread - Class in org.knime.core.node.tableview
Low priority thread, which counts rows in a table as background process.
RowCounterThread(TableContentModel) - Constructor for class org.knime.core.node.tableview.RowCounterThread
Creates a new thread for the table as given in the argument.
RowDistanceManager - Interface in org.knime.base.node.mine.mds.distances
Provides distances between two data rows.
RowElement - Class in org.knime.base.node.io.database.tablecreator.util
Abstract class of a row element in the table
RowElement(String) - Constructor for class org.knime.base.node.io.database.tablecreator.util.RowElement
Creates a new instance of RowElement
RowElement(String, NodeSettingsRO) - Constructor for class org.knime.base.node.io.database.tablecreator.util.RowElement
Creates a new instance of RowElement
RowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Deprecated.
extend AbstractRowFilter instead which supports more than Integer.MAX_VALUE rows
RowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
Deprecated.
 
RowFilter2PortNodeDialog - Class in org.knime.base.node.preproc.filter.row
 
RowFilter2PortNodeDialog() - Constructor for class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeDialog
 
RowFilter2PortNodeFactory - Class in org.knime.base.node.preproc.filter.row
 
RowFilter2PortNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeFactory
 
RowFilter2PortNodeModel - Class in org.knime.base.node.preproc.filter.row
Model of a node filtering rows.
RowFilter2PortNodeModel() - Constructor for class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
Creates a new Row Filter Node Model.
RowFilterFactory - Class in org.knime.base.node.preproc.filter.row.rowfilter
Used to create RowFilter objects from NodeSettings.
RowFilterIterator - Class in org.knime.base.node.preproc.filter.row
Row iterator of the row filter table.
RowFilterIterator(DataTable, RowFilter, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterIterator
Deprecated.
use #RowFilterIterator(DataTable, AbstractRowFilter, ExecutionMonitor) instead
RowFilterIterator(DataTable, RowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterIterator
RowFilterIterator(DataTable, IRowFilter, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterIterator
Creates a new row iterator wrapping an existing one and delivering only rows that match the specified conditions.
RowFilterIterator(DataTable, AbstractRowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterIterator
Creates a new row iterator wrapping an existing one and delivering only rows that match the specified conditions.
RowFilterIterator.RuntimeCanceledExecutionException - Exception in org.knime.base.node.preproc.filter.row
Runtime exception that's thrown when the execution monitor's ExecutionMonitor.checkCanceled() method throws a CanceledExecutionException.
RowFilterNodeDialogPane - Class in org.knime.base.node.preproc.filter.row
 
RowFilterNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
Creates a new panel for the row filter node dialog.
RowFilterNodeFactory - Class in org.knime.base.node.preproc.filter.row
 
RowFilterNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterNodeFactory
 
RowFilterNodeModel - Class in org.knime.base.node.preproc.filter.row
Model of a node filtering rows.
RowFilterNodeModel() - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
Creates a new Row Filter Node Model.
RowFilterPanel - Class in org.knime.base.node.preproc.filter.row
They provide a en/disable method which affects all added components.
RowFilterPanel(int, int) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterPanel
A rowfilter panel.
RowFilterRefNodeDialogPane - Class in org.knime.base.node.preproc.filter.rowref
The dialog pane for the Reference Row Filter node which offers an include and exclude option.
RowFilterRefNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeDialogPane
Creates a new dialog pane with a radio button group to shows between include or exclude mode.
RowFilterRefNodeFactory - Class in org.knime.base.node.preproc.filter.rowref
Factory for the creation of a Reference Row Filter node.
RowFilterRefNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeFactory
 
RowFilterRefNodeModel - Class in org.knime.base.node.preproc.filter.rowref
The Reference Row Filter node allow the filtering of row IDs based on a second reference table.
RowFilterRefNodeModel() - Constructor for class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
Creates a new reference row filter node model with two inputs and one filtered output.
RowFilterTable - Class in org.knime.base.node.preproc.filter.row
A DataTable which "contains" only rows that don't fall through the specified filter.
RowFilterTable(DataTable, RowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterTable
RowFilterTable(DataTable, IRowFilter) - Constructor for class org.knime.base.node.preproc.filter.row.RowFilterTable
Creates a new data table which contains only rows that are not filtered out by the specified filter.
RowHeaderHeightMouseListener - Class in org.knime.core.node.tableview
A mouse listener and mouse motion listener that is registered to a JTable to change row height as the user resizes a row.
RowHeaderHeightMouseListener(JTable) - Constructor for class org.knime.core.node.tableview.RowHeaderHeightMouseListener
Creates a new listener and also registers this listener to the argument table.
rowHeadersSettingsChanged() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Reads the settings of the 'fileHasRowHeaders' checkbox and transfers them into the internal settings object.
rowHeadersSettingsChanged() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
Reads the settings of the 'fileHasRowHeaders' checkbox and transfers them into the internal settings object.
rowHeadersSettingsChanged() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
save new row header checkbox settings into nodeSettings object and update dialog.
RowHeaderTable - Class in org.knime.base.node.io.tablecreator.table
The table that is the row header of a spreadsheet.
RowHeaderTable(SpreadsheetTable) - Constructor for class org.knime.base.node.io.tablecreator.table.RowHeaderTable
Creates a new instance.
RowHeaderTable.RowModel - Class in org.knime.base.node.io.tablecreator.table
The table model of the row header table.
RowIDRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
A IRowFilter that matches the row ID against a regular expression.
RowIDRowFilter(String, boolean, boolean, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
Creates a new RowFilter that matches the row ID against a regular expression.
RowIDRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
The filter created by this contructor matches everything.
RowIDRowFilterPanel - Class in org.knime.base.node.preproc.filter.row
 
RowIDRowFilterPanel() - Constructor for class org.knime.base.node.preproc.filter.row.RowIDRowFilterPanel
Creates a new panel for a row ID filter.
rowIDSelected() - Method in class org.knime.core.node.util.ColumnSelectionPanel
 
RowInput - Class in org.knime.core.node.streamable
A streamable data input.
RowInput() - Constructor for class org.knime.core.node.streamable.RowInput
 
RowInputIterator(RowInput) - Constructor for class org.knime.base.data.append.row.AppendedRowsRowInput.RowInputIterator
Deprecated.
 
RowInputIterator(RowInput) - Constructor for class org.knime.base.data.normalize.AffineTransRowIterator.RowInputIterator
 
RowInputIterator(RowInput) - Constructor for class org.knime.core.data.append.AppendedRowsRowInput.RowInputIterator
 
RowIterator - Class in org.knime.core.data
Classes extending this class iterate over the rows of a DataTable.
RowIterator() - Constructor for class org.knime.core.data.RowIterator
 
RowIteratorConnection(Connection, Statement, ResultSet, DataTableSpec, boolean, boolean) - Constructor for class org.knime.core.node.port.database.DatabaseReaderConnection.RowIteratorConnection
Deprecated.
 
RowIteratorConnection - Class in org.knime.core.node.port.database.reader
A row iterator that holds an open database connection and allows to create an iterator that iterates through the database entries and return them as a data row.
RowIteratorConnection(Connection, Statement, DataTableSpec, RowIterator) - Constructor for class org.knime.core.node.port.database.reader.RowIteratorConnection
 
ROWKEY - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
The entry in the JComboBox for sorting by RowKey.
RowKey - Class in org.knime.core.data
Key for a specific row which holds an identifier of type String.
RowKey(String) - Constructor for class org.knime.core.data.RowKey
Creates a row key based on a String.
ROWKEY_SORT_SPEC - Static variable in class org.knime.core.data.sort.AbstractTableSorter
Representing column spec to sort according to the row key.
RowKeyCellMap - Class in org.knime.base.node.preproc.setoperator
Maps a RowKey to a DataCell.
RowKeyCellMap(RowKey, DataCell) - Constructor for class org.knime.base.node.preproc.setoperator.RowKeyCellMap
Constructor for class RowKeyCellMap.
RowKeyNodeDialog2 - Class in org.knime.base.node.preproc.rowkey2
The node dialog of the row key manipulation node.
RowKeyNodeDialog2() - Constructor for class org.knime.base.node.preproc.rowkey2.RowKeyNodeDialog2
New dialog for configuring the the row key node.
RowKeyNodeFactory2 - Class in org.knime.base.node.preproc.rowkey2
The node factory of the row key manipulation node.
RowKeyNodeFactory2() - Constructor for class org.knime.base.node.preproc.rowkey2.RowKeyNodeFactory2
 
RowKeyNodeModel2 - Class in org.knime.base.node.preproc.rowkey2
The node model of the row key manipulation node.
RowKeyNodeModel2() - Constructor for class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
Constructor for class RowKeyNodeModel.
rowKeyPolicy(AbstractLoopEndNodeSettings.RowKeyPolicy) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
 
rowKeyPolicy() - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
 
RowKeyUtil2 - Class in org.knime.base.node.preproc.rowkey2
Provides methods to append a new row with the row key values or to replace the row key by the values of another column.
RowKeyUtil2() - Constructor for class org.knime.base.node.preproc.rowkey2.RowKeyUtil2
 
RowModel(TableModel) - Constructor for class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
 
RowNoRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Row filter that includes or excludes a certain range of rows.
RowNoRowFilter(int, int, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
RowNoRowFilter(long, long, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
Creates a new row filter filtering out all rows (not) included in the specified range.
RowNoRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
Default constructor used by the row filter factory.
RowNoRowFilterPanel - Class in org.knime.base.node.preproc.filter.row
 
RowNoRowFilterPanel() - Constructor for class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
Creates a panel containing controls to adjust settings for a row number range filter.
RowOutput - Class in org.knime.core.node.streamable
Output of a sequence of rows.
RowOutput() - Constructor for class org.knime.core.node.streamable.RowOutput
 
RowOutput.OutputClosedException - Exception in org.knime.core.node.streamable
Thrown by RowOutput.push(DataRow) in case the output is closed.
RowRefNodeDialogPane - Class in org.knime.base.node.preproc.filter.rowref
The abstract dialog pane for nodes using Reference Row handling.
RowRefNodeDialogPane() - Constructor for class org.knime.base.node.preproc.filter.rowref.RowRefNodeDialogPane
Creates a new dialog pane with a radio button group to shows between include or exclude mode.
rowRemoved(RowKey) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
Is called when the current value is missing but the current row is skipped because a previous column had a handler that requested to remove the row.
rowRemoved(RowKey) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
Is called when the current value is missing but the current row is skipped because a previous column had a handler that requested to remove the row.
rowRemoved(RowKey) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Is called when the current value is missing but the current row is skipped because a previous column had a handler that requested to remove the row.
ROWriteFileStoreHandler - Class in org.knime.core.data.filestore.internal
 
ROWriteFileStoreHandler(FileStoreHandlerRepository) - Constructor for class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
 
RowSplitRefNodeFactory - Class in org.knime.base.node.preproc.filter.rowref
Factory for the creation of a Reference Row Split node.
RowSplitRefNodeFactory() - Constructor for class org.knime.base.node.preproc.filter.rowref.RowSplitRefNodeFactory
 
RowSplitRefNodeModel - Class in org.knime.base.node.preproc.filter.rowref
The Reference Row Filter node allow the filtering of row IDs based on a second reference table.
RowSplitRefNodeModel() - Constructor for class org.knime.base.node.preproc.filter.rowref.RowSplitRefNodeModel
Creates a new reference row filter node model with two inputs and one filtered output.
RProp - Class in org.knime.base.data.neural.methods
Implementation of the RProp Algorithm, as proposed by M.
RProp() - Constructor for class org.knime.base.data.neural.methods.RProp
Constructor, uses default learning rate of 0.1, increase parameter 1.2 and decrease parameter 0.5 as proposed in the paper.
RProp(double, double, double) - Constructor for class org.knime.base.data.neural.methods.RProp
 
RPropNodeDialog - Class in org.knime.base.node.mine.neural.rprop
The RPropNodeDialog allows to configure the settings (nr.
RPropNodeDialog() - Constructor for class org.knime.base.node.mine.neural.rprop.RPropNodeDialog
Creates a new NodeDialogPane for the RProp neural net in order to set the desired options.
RPropNodeFactory - Class in org.knime.base.node.mine.neural.rprop
Factory for the RProp Node, a MultiLayerPerceptron with resilient backpropagation.
RPropNodeFactory() - Constructor for class org.knime.base.node.mine.neural.rprop.RPropNodeFactory
 
RPropNodeFactory2 - Class in org.knime.base.node.mine.neural.rprop
Factory for the RProp Node, a MultiLayerPerceptron with resilient backpropagation.
RPropNodeFactory2() - Constructor for class org.knime.base.node.mine.neural.rprop.RPropNodeFactory2
 
RPropNodeModel - Class in org.knime.base.node.mine.neural.rprop
RPropNodeModel trains a MultiLayerPerceptron with resilient backpropagation.
RPropNodeModel() - Constructor for class org.knime.base.node.mine.neural.rprop.RPropNodeModel
The RPropNodeModel has 2 inputs, one for the positive examples and one for the negative ones.
RPropNodeModel(boolean) - Constructor for class org.knime.base.node.mine.neural.rprop.RPropNodeModel
The RPropNodeModel has 2 inputs, one for the positive examples and one for the negative ones.
RPropNodeView - Class in org.knime.base.node.mine.neural.rprop
NodeView of the RProp Node.
RPropNodeView(RPropNodeModel) - Constructor for class org.knime.base.node.mine.neural.rprop.RPropNodeView
 
Rule - Class in org.knime.base.node.rules
Deprecated.
Use the org.knime.jsnippets project's ...rules.engine classes.
Rule(String, DataTableSpec) - Constructor for class org.knime.base.node.rules.Rule
Deprecated.
Creates a new rule by parsing a rule string.
Rule.ColumnReference - Class in org.knime.base.node.rules
Deprecated.
 
Rule.Operators - Enum in org.knime.base.node.rules
Deprecated.
Enumeration for all possible operators used in a rule.
RuleEngineNodeDialog - Class in org.knime.base.node.rules
Deprecated.
Use the org.knime.jsnippets project's ...rules.engine classes.
RuleEngineNodeDialog() - Constructor for class org.knime.base.node.rules.RuleEngineNodeDialog
Deprecated.
 
RuleEngineNodeFactory - Class in org.knime.base.node.rules
Deprecated.
Use the org.knime.jsnippets project's ...rules.engine classes.
RuleEngineNodeFactory() - Constructor for class org.knime.base.node.rules.RuleEngineNodeFactory
Deprecated.
 
RuleEngineNodeModel - Class in org.knime.base.node.rules
Deprecated.
Use the org.knime.jsnippets project's ...rules.engine classes.
RuleEngineNodeModel() - Constructor for class org.knime.base.node.rules.RuleEngineNodeModel
Deprecated.
Creates a new model.
RuleEngineSettings - Class in org.knime.base.node.rules
Deprecated.
Use the org.knime.jsnippets project's ...rules.engine classes.
RuleEngineSettings() - Constructor for class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
 
RuleNode - Interface in org.knime.base.node.rules
Deprecated.
Use the org.knime.jsnippets project's ...rules.engine classes.
RuleNodeFactory - Class in org.knime.base.node.rules
Deprecated.
Use the org.knime.jsnippets project's ...rules.engine classes.
rules() - Method in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
Returns an iterable over all rules.
run(ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.learner.SvmAlgorithm
Runs the main algorithm and return the resulting SVM.
run() - Method in class org.knime.base.node.mine.svm.util.BinarySvmRunnable
run(RowInput[], RowOutput, ExecutionMonitor, long) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
 
run() - Method in class org.knime.base.node.util.exttool.CommandExecution.CheckCanceledRunnable
run() - Method in class org.knime.base.node.util.exttool.CommandExecution.StdErrCatchRunnable
run() - Method in class org.knime.base.node.util.exttool.CommandExecution.StdOutCatchRunnable
run(ExecutionContext) - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator.CrosstabStatistics
Create the statistics data table.
run(ExecutionContext) - Method in class org.knime.base.node.viz.crosstable.CrosstabStatisticsCalculator
This method is not Thread-Safe.
RUN - Static variable in class org.knime.core.node.interrupt.InterruptControlPanel
The identifier for the event to start or resume the execution of the InterruptibleNodeModel.
run() - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Causes the node to run for an unlimited number of iterations.
run() - Method in class org.knime.core.node.tableview.RowCounterThread
Starts the thread and calls setRowCount in the content model from time to time.
run(PortObject[], NodeSettingsRO, ExecutionContext) - Method in interface org.knime.core.node.util.KNIMEJob
Runs the job somewhere.
run() - Method in class org.knime.core.node.workflow.NodeExecutionJob
run() - Method in interface org.knime.core.util.IEarlyStartup
Executes the early startup code.
run(Iterable<In>) - Method in class org.knime.core.util.MultiThreadWorker
Main run method to process the input.
run() - Method in class org.knime.core.util.ThreadUtils.RunnableWithContext
run() - Method in class org.knime.core.util.ThreadUtils.ThreadWithContext
runAll() - Method in class org.knime.core.node.workflow.BatchExecutor
Called from BatchExecutor.main(String[]) method.
runFinal(PortInput[], PortOutput[], ExecutionContext) - Method in class org.knime.base.node.preproc.columnlag.LagColumnStreamableOperator
Performs the execution on the input and (possibly) produces the output.
runFinal(PortInput[], PortOutput[], ExecutionContext) - Method in class org.knime.core.node.streamable.StreamableFunction
Performs the execution on the input and (possibly) produces the output.
runFinal(PortInput[], PortOutput[], ExecutionContext) - Method in class org.knime.core.node.streamable.StreamableOperator
Performs the execution on the input and (possibly) produces the output.
runFinalInterwoven(RowInput, StreamableFunction, RowOutput, StreamableFunction, RowOutput, ExecutionContext) - Static method in class org.knime.core.node.streamable.StreamableFunction
Helper function to run two StreamableFunctions that use the same input but different outputs.
runIntermediate(PortInput[], ExecutionContext) - Method in class org.knime.core.node.streamable.StreamableOperator
Called when the corresponding NodeModel.iterate(StreamableOperatorInternals) returns true.
runInvisible(Callable<T>) - Method in class org.knime.core.util.ThreadPool
Executes the runnable in the current thread.
runnableWithContext(Runnable) - Static method in class org.knime.core.util.ThreadUtils
Creates a Runnable that carries the current NodeContext with it.
runnableWithContext(Runnable, boolean) - Static method in class org.knime.core.util.ThreadUtils
Creates a Runnable that carries the current NodeContext with it.
RunnableWithContext() - Constructor for class org.knime.core.util.ThreadUtils.RunnableWithContext
Default constructor.
runOrInvokeLaterInEDT(Runnable) - Static method in class org.knime.core.node.util.ViewUtils
Executes the specified runnable some time in the Swing Event Dispatch Thread.
runPaint(MultiLineBasicLabelUI.Painter, JComponent, Insets) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
 
runWithContext() - Method in class org.knime.core.util.ThreadUtils.RunnableWithContext
This method should do the same as Runnable.run().
runWithContext() - Method in class org.knime.core.util.ThreadUtils.ThreadWithContext
This method should do the same as Thread.run().
runWithoutConfigure() - Method in class org.knime.base.node.io.database.util.DBReaderDialogPane
 
RWAdapterValue - Interface in org.knime.core.data
Extension for an adapter value that allows adding new cells to the adapter.
RWX_ALL_PERMISSIONS - Static variable in class org.knime.core.util.PathUtils
Permission set in which everybody has all permissions.

S

SampleDataNodeDialog - Class in org.knime.base.node.util.sampledata
 
SampleDataNodeDialog() - Constructor for class org.knime.base.node.util.sampledata.SampleDataNodeDialog
Create a new sample data dialog.
SampleDataNodeFactory - Class in org.knime.base.node.util.sampledata
Factory to instantiate new model.
SampleDataNodeFactory() - Constructor for class org.knime.base.node.util.sampledata.SampleDataNodeFactory
 
SampleDataNodeModel - Class in org.knime.base.node.util.sampledata
Model that generates one DataTable with randomly distributed patterns.
SampleDataNodeModel() - Constructor for class org.knime.base.node.util.sampledata.SampleDataNodeModel
Create new Sample.
Sampler - Class in org.knime.base.node.preproc.sample
Utility class that allows to create row filters for sampling.
samplingMethod() - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Returns the sampling method.
samplingMethod(SamplingNodeSettings.SamplingMethods) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Sets the sampling method.
SamplingNodeDialog - Class in org.knime.base.node.preproc.sample
Dialog for sampling node.
SamplingNodeDialog() - Constructor for class org.knime.base.node.preproc.sample.SamplingNodeDialog
Constructor that inits the GUI.
SamplingNodeDialogPanel - Class in org.knime.base.node.preproc.sample
Panel to be used in the dialog of the sampling node.
SamplingNodeDialogPanel() - Constructor for class org.knime.base.node.preproc.sample.SamplingNodeDialogPanel
Creates new panel, inits fields.
SamplingNodeFactory - Class in org.knime.base.node.preproc.sample
Node that samples rows from an input table.
SamplingNodeFactory() - Constructor for class org.knime.base.node.preproc.sample.SamplingNodeFactory
 
SamplingNodeModel - Class in org.knime.base.node.preproc.sample
NodeModel implementation to sample rows from an input table, thus, this node has one in- and one outport.
SamplingNodeModel() - Constructor for class org.knime.base.node.preproc.sample.SamplingNodeModel
Empty constructor, sets port count in super.
SamplingNodeSettings - Class in org.knime.base.node.preproc.sample
This class holds the settings for the sampling and the partioning node.
SamplingNodeSettings() - Constructor for class org.knime.base.node.preproc.sample.SamplingNodeSettings
 
SamplingNodeSettings.CountMethods - Enum in org.knime.base.node.preproc.sample
Enum for the two methods for setting the number of rows in the output table.
SamplingNodeSettings.SamplingMethods - Enum in org.knime.base.node.preproc.sample
Enum for the four different sampling methods.
SandboxedNodeCreator - Class in org.knime.core.node.exec
Helper to create a small workflow that runs a copy of a node in isolation.
SandboxedNodeCreator(NodeContainer, PortObject[], WorkflowManager) - Constructor for class org.knime.core.node.exec.SandboxedNodeCreator
New creator with base information that can be further customized using the setter methods.
SandboxedNodeCreator.SandboxedNode - Class in org.knime.core.node.exec
An instance wrapping a sandboxed node container.
save(Config) - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
Saves this cell to the config.
save(ModelContentWO) - Method in class org.knime.base.data.normalize.AffineTransConfiguration
Saves this object to the argument model content.
save(ModelContentWO) - Method in class org.knime.base.data.normalize.AffineTransTable
Saves internals to the argument settings object.
save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.base.data.normalize.NormalizerPortObject
Saves this object to model content object.
save(NodeSettingsWO) - Method in class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Saves this object to the given settings object.
save(NodeSettingsWO) - Method in class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Saves this object to the given settings object.
save(ConfigWO) - Method in class org.knime.base.data.util.DataCellStringMapper
Saves the DataCellStringMapper> to the given ConfigWO.
save(NodeSettingsWO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Deprecated.
Save current configuration.
save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Deprecated.
Saves this object to model content object.
save(ModelContentWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec
Deprecated.
Saves this object to model content object.
save(ModelContent) - Method in class org.knime.base.node.mine.bfn.BasisFunctionFactory
Saves to model content.
save(ModelContentWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionModelContent
Save the given rule model and model spec into this model content object.
save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPortObject
Saves this object to model content object.
save(ModelContentWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
Saves this row into a model content.
save(ModelContent) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionFactory
Saves to model content.
save(ModelContentWO) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPredictorRow
Saves this row into a model content.
save(ModelContentWO) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Saves this membership function the given model content.
save(ModelContent) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
Saves to model content.
save(ModelContentWO) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Saves this row into a model content.
save(ModelContentWO) - Method in class org.knime.base.node.mine.cluster.assign.Prototype
Saves the Prototype to a ModelContentWO object.
save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAModelPortObject
Saves this object to model content object.
save(ModelContentWO) - Method in class org.knime.base.node.mine.regression.linear.LinearRegressionContent
Deprecated.
Saves the regression model into the model content object.
save(ModelContentWO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogisticRegressionContent
Save internals to the given content.
save(ModelContentWO) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogisticRegressionContent
Save internals to the given content.
save(ModelContentWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegContent
Save internals to the given content.
save(ModelContentWO) - Method in class org.knime.base.node.mine.regression.RegressionContent
Save internals to the given content.
save(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyCalculator
Saves the structure of this objec to the target directory.
save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.SotaPortObject
Saves this object to model content object.
save(ModelContentWO) - Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
Saves this object to model content object.
save(TransformerHandler, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize
save(NodeSettingsWO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
Save the configuration.
save(NodeSettingsWO) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
Save current configuration.
save(ConfigWO) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Saves this object to a config.
save(NodeSettingsWO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
Save settings to config object.
save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Saves this object to model content object.
save(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rename.RenameConfiguration
 
save(NodeSettingsWO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
save(ConfigWO) - Method in class org.knime.base.util.HalfDoubleMatrix
Saves the matrix directly into the passed node settings object.
save(ConfigWO) - Method in class org.knime.base.util.HalfFloatMatrix
Saves the matrix directly into the passed node settings object.
save(ConfigWO) - Method in class org.knime.base.util.HalfIntMatrix
Saves the matrix directly into the passed node settings object.
save(NodeSettingsWO, String) - Method in class org.knime.base.util.SortingOptionPanel
Save the current configuration to settings with empty prefix.
save(ConfigWO) - Method in class org.knime.core.data.DataColumnDomain
Save this domain to the given ConfigWO including lower and upper bound, and possible values or null - if not available.
save(ConfigWO) - Method in class org.knime.core.data.DataColumnProperties
Saves all key-value pairs to the given ConfigWO.
save(ConfigWO) - Method in class org.knime.core.data.DataColumnSpec
Saves name, type, domain, and properties and - if available - color, size, and shape handler to the given ConfigWO.
save(ConfigWO) - Method in class org.knime.core.data.DataTableSpec
Saves the table spec name and all DataColumnSpecs to the given ConfigWO object.
save(ConfigWO) - Method in class org.knime.core.data.DataType
Saves this DataType to the given ConfigWO.
save(ConfigWO) - Method in class org.knime.core.data.date.DateAndTimeCell
Save this cell to the argument config.
save(DataOutput) - Method in class org.knime.core.data.filestore.internal.FileStoreKey
 
save(ModelContentWO) - Method in class org.knime.core.data.filestore.internal.FileStoreKey
 
save(OutputStream) - Method in interface org.knime.core.data.image.ImageContent
Save the image content to an output stream.
save(OutputStream) - Method in class org.knime.core.data.image.png.PNGImageContent
Save the image content to an output stream.
save(ConfigWO) - Method in interface org.knime.core.data.property.ColorHandler.ColorModel
Saves this ColorModel to the given ConfigWO.
save(ConfigWO) - Method in class org.knime.core.data.property.ColorHandler
Saves the underlying ColorModel to the given Config by adding the ColorModel class as String and calling ColorHandler.ColorModel.save(ConfigWO) within the model.
save(ConfigWO) - Method in class org.knime.core.data.property.ColorModelNominal
Saves the DataCell to Color mapping to the given Config.
save(ConfigWO) - Method in class org.knime.core.data.property.ColorModelRange
Save lower and upper, and min and max colors to the given Config.
save(ConfigWO) - Method in class org.knime.core.data.property.filter.FilterHandler
Saves this filter to a config object; used during workflow save or when the table is persisted to disc.
save(ConfigWO) - Method in class org.knime.core.data.property.filter.FilterModel
Saves this object to the argument.
save(ConfigWO) - Method in class org.knime.core.data.property.ShapeHandler
Save the ShapeModel class and settings to the given Config.
save(ConfigWO) - Method in interface org.knime.core.data.property.ShapeHandler.ShapeModel
Saves this ShapeModel to the given config.
save(ConfigWO) - Method in class org.knime.core.data.property.ShapeModelNominal
Saves the DataCell to Shape mapping to the given Config.
save(ConfigWO) - Method in class org.knime.core.data.property.SizeHandler
Save the SizeModel class and settings to the given Config.
save(ConfigWO) - Method in interface org.knime.core.data.property.SizeHandler.SizeModel
Save size settings to.
save(ConfigWO) - Method in class org.knime.core.data.property.SizeModelDouble
Saves min and max ranges to the given Config.
save(File, Set<Integer>, ExecutionMonitor) - Method in class org.knime.core.node.BufferedDataTable
Saves the table to a directory and writes some settings to the argument NodeSettingsWO object.
save(ConfigBase, OutputStream) - Static method in class org.knime.core.node.config.base.XMLConfig
Saves given Config into an XML stream.
save(NativeNodeContainer, NodeSettingsWO, ExecutionMonitor, ReferencedFile, boolean) - Static method in class org.knime.core.node.FileNodePersistor
Saves the node, node settings, and all internal structures, spec, data, and models, to the given node directory (located at the node file).
save(OutputStream, ExecutionMonitor) - Method in class org.knime.core.node.ModelContent
Saves this object to an output stream.
save(NodeSettingsWO) - Method in class org.knime.core.node.NodeAndBundleInformation
Saves the information into the given node settings object.
save(PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractPortObject
Saves this object to an output stream.
save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractSimplePortObject
Saves this object to model content object.
save(ModelContentWO) - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec
Saves this object to model content object.
save(PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.image.ImagePortObject
Saves this object to an output stream.
save(ModelContentWO) - Method in class org.knime.core.node.port.image.ImagePortObjectSpec
Saves this object to model content object.
save(OutputStream) - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Writes the port object to valid PMML.
save(TransformerHandler, ExecutionMonitor) - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
save(PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
Saves this object to an output stream.
save(NodeSettingsWO) - Method in class org.knime.core.node.port.PortType
Saves to settings object.
save(ConfigWO) - Method in class org.knime.core.node.port.PortType
Saves this port type to a config object.
save(ModelContentWO, ExecutionMonitor) - Method in class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
Saves this object to model content object.
save(ConfigWO) - Method in class org.knime.core.node.property.hilite.DefaultHiLiteMapper
Saves the settings in this mapper to a config object.
save(DataOutputStream) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableOperatorInternals
Called on the remote side to persist the internals.
save(DataOutputStream) - Method in class org.knime.core.node.streamable.StreamableOperatorInternals
Called on the remote side to persist the internals.
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Saves parameters that customize this instance.
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.Annotation
Stores all contained information into the given configuration.
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.AnnotationData
Save all data.
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
Save to settings.
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.ConnectionUIInformation
Stores all contained information into the given configuration.
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.Credentials
Saves name and login info to argument.
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
 
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.EditorUIInformation
Stores all contained information into the given configuration.
save(NativeNodeContainer, NodeSettingsWO, ExecutionMonitor, ReferencedFile, boolean) - Static method in class org.knime.core.node.workflow.FileNativeNodeContainerPersistor
 
save(NodeSettingsWO, NodeContainer, ReferencedFile) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
save(SingleNodeContainer, ReferencedFile, ExecutionMonitor, WorkflowSaveHelper) - Static method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
save(SubNodeContainer, NodeSettings, ExecutionMonitor, ReferencedFile, WorkflowSaveHelper) - Static method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
 
save(WorkflowManager, ReferencedFile, ExecutionMonitor, WorkflowSaveHelper) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.FlowVariable
Saves this flow variable to a settings object.
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
Saves this object to the argument settings.
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
Save all properties (currently only job manager) to argument.
save(NodeSettingsWO) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Saves parameters that customize this instance.
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.NodeUIInformation
Stores all contained information into the given configuration.
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
Writes the current settings values into the passed argument.
save(NodeSettingsWO) - Method in interface org.knime.core.node.workflow.UIInformation
Stores all contained information into the given configuration.
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.WizardExecutionController
 
save(NodeSettingsWO) - Method in class org.knime.core.node.workflow.WorkflowCipher
Save cipher settings.
save(File, ExecutionMonitor, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
 
save(File, WorkflowSaveHelper, ExecutionMonitor) - Method in class org.knime.core.node.workflow.WorkflowManager
 
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.AbstractConfigElement
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementBoolean
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementBooleanArray
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementByte
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementByteArray
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementDouble
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementDoubleArray
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementFloat
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementFloatArray
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementInt
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementIntArray
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementLong
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementLongArray
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementShort
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementShortArray
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementString
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.ConfigElementStringArray
Save settings to argument.
save(ConfigBaseWO) - Method in class org.knime.core.util.node.config.NodeConfiguration
Save settings to argument.
save2File(ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
save2File(ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
save2File(ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
save2File(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramDataModel
 
save2File(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramDataModel
 
save2File(ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.util.ColorColumn
 
save2File(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.datamodel.fixed.FixedPieDataModel
 
save2File(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieDataModel
 
SAVE_COLUMN_NAME_PATTERN - Static variable in class org.knime.core.node.port.database.StatementManipulator
Pattern for matching any column name that needs no escaping.
saveAdditionalFactorySettings(ConfigWO) - Method in class org.knime.core.node.missing.MissingNodeFactory
Saves additional settings of this instance.
saveAdditionalFactorySettings(ConfigWO) - Method in class org.knime.core.node.NodeFactory
Saves additional settings of this instance.
saveAdditionalFactorySettings(ConfigWO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
Saves additional settings of this instance.
saveAdditionalFactorySettings(ConfigWO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
Saves additional settings of this instance.
saveAdditionalFactorySettings(ConfigWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
Saves additional settings of this instance.
saveAdditionalFactorySettings(ConfigWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
Saves additional settings of this instance.
saveAdditionalSettingsTo(NodeSettingsWO) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeDialogPane
This method can be overridden to save additional settings to the given settings object.
saveAdditionalSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBQueryNodeDialogPane
Deprecated.
This method can be overridden to save additional settings to the given settings object.
saveAdditionalSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingValueHandlerPanel
Saves additional settings in extending classes.
saveAdditionalSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeDialog2
This method can be overridden to save additional settings to the given settings object.
saveAdditionalSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
This method can be overridden to save additional settings to the given settings object.
saveAggregators(NodeSettingsWO, String, Collection<PatternAggregator>) - Static method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregator
 
saveAggregators(NodeSettingsWO, String, Collection<DataTypeAggregator>) - Static method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregator
 
saveAs(WorkflowContext, ExecutionMonitor) - Method in class org.knime.core.node.workflow.WorkflowManager
Saves the workflow to a new location, setting the argument directory as the new NC dir.
saveAsTemplate(WorkflowManager, ReferencedFile, ExecutionMonitor, WorkflowSaveHelper) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveAsTemplate(File, ExecutionMonitor) - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
 
saveAsTemplate(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.SubNodeContainer
saveAsTemplate(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.WorkflowManager
saveAuthorInformation(WorkflowManager.AuthorInformation, NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveColumnAggregators(NodeSettingsWO, List<ColumnAggregator>) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
 
saveColumnAggregators(NodeSettingsWO, String, List<ColumnAggregator>) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
 
saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
Save current configuration.
saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
Save current config.
saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
Save current config to argument.
saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
Save config to argument.
saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
Called from dialog's and model's save method.
saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
saveConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
Save to argument settings.
saveConfiguration(NameFilterConfiguration) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
Save this configuration.
saveConfiguration(NodeSettingsWO) - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
Save the current configuration inside the given settings object.
saveConfiguration(TypeFilterConfigurationImpl) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
 
saveConfiguration(NodeSettingsWO) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Save current config to argument.
saveConfiguration(NameFilterConfiguration) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Save this configuration.
saveConfiguration(NodeSettingsWO) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
Save the current configuration inside the given settings object.
saveConfiguration(PatternFilterConfigurationImpl) - Method in class org.knime.core.node.util.filter.PatternFilterPanelImpl
 
saveConfiguration(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
Save current config to argument.
saveConfiguration(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
Save current config to argument.
saveConfiguration(ConfigBaseWO) - Method in class org.knime.core.util.node.config.NodeConfiguration
Saves the current values to the argument.
saveConfigurationChild(NodeSettingsWO) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
Subclass hook to save to the sub settings object defined in the constructor.
saveConfigurationChild(NodeSettingsWO) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Subclass hook to save to the sub settings object defined in the constructor.
saveConnection(ConfigWO) - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
Save settings.
saveConnection(ConfigWO) - Method in class org.knime.base.node.io.database.connection.util.ParameterizedDatabaseConnectionSettings
Save settings.
saveConnection(ConfigWO) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Save settings.
saveConnection(ConfigWO) - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Save settings.
saveConnection(NodeSettingsWO, ConnectionContainer) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveCredentials(WorkflowManager, NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveCurrentValue(NodeSettingsWO) - Method in interface org.knime.core.node.dialog.ValueControlledNode
Save the currently used value to a node settings argument.
saveCustomDescription(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
saveCustomName(Node, NodeSettingsWO) - Static method in class org.knime.core.node.FileNodePersistor
 
SAVED_WITH_DATA_FILE - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
File used to signal that workflow was saved in usual manner.
saveDefault(NodeSettingsWO) - Method in class org.knime.base.util.SortingOptionPanel
Save the current configuration to settings with empty prefix.
saveDialogComponentSettings(NodeSettingsWO) - Method in interface org.knime.core.node.workflow.DialogComponentNode
 
saveEditorUIInformation(WorkflowManager, NodeSettings) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveElements(Collection<T>, ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
saveElements(Collection<BarElementDataModel>, ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
saveElements(Collection<PieSubSectionDataModel>, ConfigWO, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
saveExecutionResult(NodeContainerExecutionResult) - Method in class org.knime.core.node.workflow.NodeContainer
Saves all information that is held in this abstract NodeContainer into the argument.
saveFileLocation(NodeSettingsWO, String) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveFlowObjectStack(NodeSettingsWO, SingleNodeContainer) - Static method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
saveFunction(NodeSettingsWO, AggregationFunction) - Static method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
 
saveFunctions(NodeSettingsWO, String, List<DBColumnAggregationFunctionRow>) - Static method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionRow
 
saveFunctions(NodeSettingsWO, String, List<DBPatternAggregationFunctionRow>) - Static method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionRow
 
saveFunctions(NodeSettingsWO, String, List<DBDataTypeAggregationFunctionRow>) - Static method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionRow
 
saveHeader(NodeSettings) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
Add version field.
saveHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Called from the AbstractHistogramNodeModel.saveInternals(File, ExecutionMonitor) method to let the histogram implementation save own internal data.
saveHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
Called from the AbstractHistogramNodeModel.saveInternals(File, ExecutionMonitor) method to let the histogram implementation save own internal data.
saveHistogramInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.HistogramNodeModel
Called from the AbstractHistogramNodeModel.saveInternals(File, ExecutionMonitor) method to let the histogram implementation save own internal data.
saveIndividualsColSettings(MissingValueHandling2ColSetting[], NodeSettingsWO) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Saves the individual settings to a config object.
saveInfos(ModelContentWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Saves the results of the training to the given object as string key-value pairs.
saveInPort(NodeSettingsWO, WorkflowManager, int) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveInportsBarUIInfoClassName(NodeSettingsWO, UIInformation) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveInportsBarUIInfoSettings(NodeSettingsWO, UIInformation) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveInPortsEnumSetting(NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveInPortSetting(NodeSettingsWO, int) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveInPortsSetting(NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.ImageToTableNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
Save internals.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
Save internals.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
Save internals.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCANodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
 
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.cache.CacheNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Saves the converted DataArray.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.table.TableNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
Save internals of the derived NodeModel.
saveInternals() - Method in class org.knime.core.data.container.ColumnRearrangerFunction
Create the internals calculated during execution that need to be merged and fed back to the node that controls the execution.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.missing.MissingNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.Node
Call NodeModel.saveInternals(File, ExecutionMonitor) and handles errors by logging to the NodeLogger or setting a warning message at the node.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.NodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
Save internals of the derived NodeModel.
saveInternals() - Method in class org.knime.core.node.streamable.StreamableOperator
Create the internals calculated during execution that need to be merged and fed back to the node that controls the execution.
saveInternals(ReferencedFile) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Save the internals of this instance to the target directory.
saveInternals(ReferencedFile) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Save the internals of this instance to the target directory.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
Save internals of the derived NodeModel.
saveInternals(File, ExecutionMonitor) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Save internals of the derived NodeModel.
saveJobManager(NodeExecutionJobManager, NodeSettingsWO) - Static method in class org.knime.core.node.util.NodeExecutionJobManagerPool
Saves the argument job manager to a settings object.
saveJobManagerInternalsDirectory(NodeSettingsWO, NodeContainer, ReferencedFile) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
saveMetaColSettings(MissingValueHandling2ColSetting[], NodeSettingsWO) - Static method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Saves the meta settings to a config object.
saveMethod(NodeSettingsWO, AggregationMethod) - Static method in class org.knime.base.data.aggregation.AggregationMethodDecorator
 
saveMethods(NodeSettingsWO, List<NamedAggregationOperator>) - Static method in class org.knime.base.data.aggregation.NamedAggregationOperator
 
saveModel(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
saveModel(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
saveModelContent(PortObjectSpecZipOutputStream, DatabaseConnectionPortObjectSpec) - Static method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec
Saves the given spec object into the output stream.
saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
saveModelInternal(Config) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
saveModelSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.Node
Saves the settings (but not the data).
saveNodeAnnotation(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
saveNodeContainer(NodeSettingsWO, ReferencedFile, NodeContainer, ExecutionMonitor, WorkflowSaveHelper) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveNodeExecutionJob(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
saveNodeExecutionJobManager(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
saveNodeExecutionJobReconnectInfo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.NodeContainer
 
saveNodeFileName(SingleNodeContainer, NodeSettingsWO, ReferencedFile) - Static method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
saveNodeIDSuffix(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveNodeInternalsToPredParams(ModelContentWO, boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Save internal node settings to a model content object.
saveNodeInternalsToPredParams(ModelContentWO, boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Save internal node settings to a model content object.
saveNodeInternalsToPredParams(ModelContentWO, boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Save internal node settings to a model content object.
saveNodeInternDirectory(Node, File, NodeSettingsWO, ExecutionMonitor) - Static method in class org.knime.core.node.FileNodePersistor
Sub-class hook to save location of internal directory.
saveNodeLocks(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
saveNodeMessage(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
saveNodeSettings(NodeID, NodeSettingsWO) - Method in class org.knime.core.node.workflow.WorkflowManager
write node settings into Settings object.
saveNodeSettingsToDefault() - Method in class org.knime.core.node.workflow.SingleNodeContainer
saveNodeSettingsToDefault(NodeID) - Method in class org.knime.core.node.workflow.WorkflowManager
Called by views of interactive nodes.
saveNodeSplitInternalsToPredParams(ModelContentWO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
save internal SplitNode settings to a ModelContent object.
saveNodeSplitInternalsToPredParams(ModelContentWO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitContinuous
Deprecated.
save internal SplitNode settings to a ModelContent object.
saveNodeSplitInternalsToPredParams(ModelContentWO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominal
Deprecated.
save internal SplitNode settings to a ModelContent object.
saveNodeSplitInternalsToPredParams(ModelContentWO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitNominalBinary
Deprecated.
save internal SplitNode settings to a ModelContent object.
saveNodeSplitInternalsToPredParams(ModelContentWO) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
save internal SplitNode settings to a ModelContent object.
saveNodeType(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveOutPort(NodeSettingsWO, WorkflowManager, int) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveOutportsBarUIInfoClassName(NodeSettingsWO, UIInformation) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveOutportsBarUIInfoSettings(NodeSettingsWO, UIInformation) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveOutPortsEnumSetting(NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveOutPortSetting(NodeSettingsWO, int) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveOutPortsSetting(NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
savePieInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.fixed.FixedPieNodeModel
Saves the implementation internal data.
savePieInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.interactive.InteractivePieNodeModel
Saves the implementation internal data.
savePieInternals(File, ExecutionMonitor) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Saves the implementation internal data.
savePortObject(BWElimModel, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel.ModelSerializer
Saves the portObject to an output stream.
savePortObject(PMCCPortObjectAndSpec, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec.ModelSerializer
 
savePortObject(T, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractPortObject.AbstractPortObjectSerializer
Saves the portObject to an output stream.
savePortObject(T, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.AbstractSimplePortObject.AbstractSimplePortObjectSerializer
Saves the portObject to an output stream.
savePortObject(DatabaseConnectionPortObject, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObject.Serializer
Saves the portObject to an output stream.
savePortObject(DatabasePortObject, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.database.DatabasePortObject.Serializer
Saves the portObject to an output stream.
savePortObject(FlowVariablePortObject, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject.Serializer
 
savePortObject(InactiveBranchPortObject, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObject.Serializer
 
savePortObject(PMMLPortObject, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSerializer
Saves the portObject to an output stream.
savePortObject(T, PortObjectZipOutputStream, ExecutionMonitor) - Method in class org.knime.core.node.port.PortObject.PortObjectSerializer
Saves the portObject to an output stream.
savePortObjectSpec(BWElimModel, PortObjectSpecZipOutputStream) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel.SpecSerializer
Saves the port specification to an output stream.
savePortObjectSpec(PCAModelPortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec.Serializer
 
savePortObjectSpec(PMMLDiscretizePreprocPortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObjectSpec.Serializer
Saves the port specification to an output stream.
savePortObjectSpec(PMCCPortObjectAndSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec.SpecSerializer
 
savePortObjectSpec(DataTableSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.data.DataTableSpec.Serializer
Saves the port specification to an output stream.
savePortObjectSpec(T, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.AbstractSimplePortObjectSpec.AbstractSimplePortObjectSpecSerializer
Saves the port specification to an output stream.
savePortObjectSpec(DatabaseConnectionPortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec.Serializer
 
savePortObjectSpec(DatabasePortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.database.DatabasePortObjectSpec.Serializer
Saves the port specification to an output stream.
savePortObjectSpec(FlowVariablePortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec.Serializer
 
savePortObjectSpec(InactiveBranchPortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec.Serializer
 
savePortObjectSpec(PMMLPortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecSerializer
Saves the port specification to an output stream.
savePortObjectSpec(PMMLPreprocPortObjectSpec, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec.Serializer
Saves the port specification to an output stream.
savePortObjectSpec(T, PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.PortObjectSpec.PortObjectSpecSerializer
Saves the port specification to an output stream.
savePortTypeList(PortType[], ConfigWO) - Static method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
 
savePortTypeList(PortType[], ConfigWO) - Static method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
 
savePredictorParams(ModelContentWO) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Stores this MLP model to config.
savePredictorParams(ConfigWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
 
savePredictorParams(ConfigWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
 
saveReconnectSettings(NodeExecutionJob, NodeSettingsWO) - Method in class org.knime.core.node.workflow.AbstractNodeExecutionJobManager
Saves all the information necessary to reconnect to the specified job after it is disconnected.
saveReconnectSettings(NodeExecutionJob, NodeSettingsWO) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Saves all the information necessary to reconnect to the specified job after it is disconnected.
saveSettings() - Method in class org.knime.base.node.io.database.connection.util.DBAdvancedPanel
Saves the component values into the settings object.
saveSettings() - Method in class org.knime.base.node.io.database.connection.util.DBAuthenticationPanel
Saves the component values into the settings object.
saveSettings() - Method in class org.knime.base.node.io.database.connection.util.DBConnectionPanel
Saves the component values into the settings object.
saveSettings() - Method in class org.knime.base.node.io.database.connection.util.DBGenericConnectionPanel
Saves the component values into the settings object.
saveSettings(CredentialsProvider) - Method in class org.knime.base.node.io.database.connection.util.DBMiscPanel
Saves the component values into the settings object.
saveSettings() - Method in class org.knime.base.node.io.database.connection.util.DBTimezonePanel
Saves the component values into the settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
saveSettings() - Method in class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
Save all SQL data types to StringHistory
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
Saves current configuration to argument.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
Saves current configuration to argument.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
Saves the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Saves the settings from this object into the passed node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
Saves the settings from this object into the passed node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
Saves the settings from this object into the passed node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
Writes the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartSettings
Saves the settings to the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Writes the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Writes the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
Writes the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
Saves this object's settings to the given node settings.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
Saves the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.knn.KnnSettings
Saves the settings into the given node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
Saves the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Saves the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
Saves the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
Deprecated.
Saves the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
Saves the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
Saves the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
Saves the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
Saves the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
Called from model and dialog to save current settings.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
Called from model and dialog to save current settings.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
Called from model and dialog to save current settings.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
Called from model and dialog to save current settings.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
Called from dialog's and model's save method.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
Called from dialog's and model's save method.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
Called from dialog's and model's save method.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
Called from dialog's and model's save method.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
 
saveSettings(NodeSettingsWO) - Method in interface org.knime.base.node.preproc.draganddroppanel.PaneConfigurationDialog
 
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
 
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AbstractRowFilter
Do not call this function - rather call AbstractRowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AttrValueRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingCellRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
Deprecated.
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Saves the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Save settings to config object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
Called from dialog's and model's save method.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.MVColumnSettings
Saves the settings to a NodeSettings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.MVIndividualSettings
Saves settings for a column.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.LinearSamplingRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.RandomFractionRowFilter
Throws exception, not supported.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.RandomNumberRowFilter
Throws exception, not supported.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Do not call this function - rather call RowFilter.saveSettingsTo(NodeSettingsWO).
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
Save the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.valcount.ValueCounterSettings
Save the settings into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
Saves the setting into the node settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Save settings in NodeSettings.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
Called from model and dialog to save current settings.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings
Deprecated.
Saves this object's settings to the given node settings.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
Saves this object's settings to the given node settings.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
Save settings that are the current color settings.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
Writes the color settings.
saveSettings(NodeSettingsWO) - Method in class org.knime.base.node.viz.roc.ROCSettings
Saves this object's settings to the given node settings.
saveSettings(NodeSettingsWO) - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
Saves the current settings to a NodeSettings object.
saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.AbstractField
Saves current parameters to settings object.
saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.ColumnField
Saves current parameters to settings object.
saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
Saves current parameters to settings object.
saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.FieldList
Saves current parameters to settings object.
saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.FlowVariableField
Saves current parameters to settings object.
saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.OutColumnField
Saves current parameters to settings object.
saveSettings(Config) - Method in class org.knime.core.node.util.dialog.field.OutFlowVariableField
Saves current parameters to settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.core.node.workflow.NodeContainer
 
saveSettings(NodeSettingsWO) - Method in class org.knime.core.node.workflow.NodeExecutionJobManagerPanel
Save settings into the provided parameter.
saveSettings(NodeContainer.NodeContainerSettings) - Method in class org.knime.core.node.workflow.NodeExecutorJobManagerDialogTab
Writes the current settings of the job manager tab into the provided settings object.
saveSettings(NodeSettingsWO) - Method in class org.knime.core.node.workflow.SingleNodeContainer
saveSettings(NodeSettingsWO, boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Saves config from super NodeContainer (job manager) and the model settings and the variable settings.
saveSettings(NodeSettingsWO) - Method in class org.knime.core.node.workflow.WorkflowManager
saveSettings(CFG) - Method in class org.knime.core.quickform.QuickFormConfigurationPanel
Save quickform configuration.
saveSettingsForConnections(NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
Save connections in an own sub-config object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Saves settings for NodeDialog
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
Write value(s) of this component model to configuration object.
saveSettingsForDialog(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
Write value(s) of this component model to configuration object.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Saves settings for NodeModel
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForModel(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
Write value(s) of this settings model to configuration object.
NOTE: Don't call this method directly, rather call saveSettingsTo.
saveSettingsForNodes(NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
Save nodes in an own sub-config object as a series of configs.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
Save current settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
This method is called from the NodeDialog and NodeModel in order to save the additional settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.AggregationOperator
Override this method if the operator requires additional settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.collection.AppendElementOperator
Override this method if the operator requires additional settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
 
saveSettingsTo(Config) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
Deprecated.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationPanel
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationPanel
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendToTableNodeDialogPane
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
Deprecated.
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeDialogPane
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
Deprecated.
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.image.ImageToTableNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeDialogPane
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
Save configuration to argument.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
Saves the current values (even if they are incomplete or invalid) in the specified settings object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
Saves the current values (even if they are incomplete or invalid) in the specified settings object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBDeleteRowsDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBGroupByAggregationPanel
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBGroupByNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBGroupByNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBJoinerNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBJoinerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBQueryNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBRowFilterNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBSorterNodeDialog
Sets the list of columns to include and the sorting order list inside the underlying DBSorterNodeModel retrieving them from the DBSorterNodeDialogPanel.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBSorterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBSQLTypesPanel
Saves SQL types by column name.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBUpdateDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBWriterDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeDialog2
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryPanel
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Save the properties of RowElement to the NodeSettingsWO instance
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Save the properties of RowElement to the NodeSettingsWO instance
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Save the properties of RowElement to the NodeSettingsWO instance
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Save the properties of RowElement to the NodeSettingsWO instance
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Save the properties of RowElement to the NodeSettingsWO instance
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.tablecreator.util.RowElement
Save the properties of RowElement to the NodeSettingsWO instance
saveSettingsTo(NodeSettingsWO, CredentialsProvider) - Method in class org.knime.base.node.io.database.util.DBDialogPane
Save settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.database.util.DBReaderDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
Writes the current user settings into a configuration object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Deprecated.
Writes the current user settings into a configuration object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.linereader.LineReaderNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
Save settings in model & dialog.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
Save settings in model & dialog.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
Saves current settings to argument.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopStartCountSettings
Writes the settings into the node settings object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Writes the settings into the node settings object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.xvalidation.XValidateDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Writes the settings into the node settings object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeDialogPanel
Saves the settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeDialog
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeDialog
Updates this dialog by retrieving theta minus, theta plus, and the choice of distance function from the underlying model.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeDialog
Updates this dialog by retrieving theta minus, theta plus, and the choice of distance function from the underlying model.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeDialog
Save the settings from the dialog, Number of Clusters and maximum number of Iterations.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Saves the number of Clusters and the maximum number of iterations in the settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Appends to the given node settings the model specific configuration, that are, the current settings (e.g.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
Saves the class column and the classification value in the settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.knn.KnnNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.pca.PCANodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeDialogPane
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeDialogPane
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerDialog
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
Saves the settings to the node settings object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
Saves the settings to the node settings object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeDialog
Sets the selected columns inside the AccuracyScorerNodeModel.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerDialogComponents
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Saves all the setting models to the given NodeSettingsWO.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.smote.SmoteNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Saves settings of algorithm to given NodeSettings object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings
Saves all settings to settings object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.sota.SotaNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.sota.SotaSettingsPanel
Saves all settings to settings object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeDialog
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
Saves current configuration.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeDialogPane
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeDialogPane
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeDialogPane
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
Save current configuration.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
Stores the settings values in the specified object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeDialogPane
Sets the list of columns to exclude inside the corresponding NodeModel which are retrieved from the filter panel.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeDialog
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
Saves current settings to argument.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
Saves current settings to argument.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorSpecNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Saves the class column and the classification value in the settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.DomainNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionPanel
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPane
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.TypePane
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in interface org.knime.base.node.preproc.draganddroppanel.PaneConfigurationDialog
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeDialogPane
Sets the list of columns to exclude inside the corresponding NodeModel which are retrieved from the filter panel.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Writes number of filtered columns, and the names as DataCell to the given settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeDialogPane
Sets the list of columns to exclude inside the corresponding NodeModel which are retrieved from the filter panel.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
Writes number of filtered columns, and the names as DataCell to the given settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AbstractRowFilter
Save your internal settings into the specified configuration object.
saveSettingsTo(NodeSettingsWO) - Method in interface org.knime.base.node.preproc.filter.row.rowfilter.IRowFilter
Save your internal settings into the specified configuration object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowFilter
Deprecated.
Save your internal settings into the specified configuration object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeDialogPane
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.partition.PartitionNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.DefaultMissingValueHandlerPanel
Saves settings for this panel.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoNothingMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMeanMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.DoubleMovingAverageMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedDoubleValueMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedIntegerValueMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedLongValueMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.FixedStringValueMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.IntegerMeanMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MaxMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MedianNumberMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MinMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.MostFrequentValueMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.RemoveRowMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.InterpolationMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.NextMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.PreviousMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.MissingValueHandlerPanel
Saves settings for this panel.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.PMMLApplyMissingCellHandler
Saves user settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rank.RankNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
Saves parameters to argument settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Save the current settings to a config.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rename.RenameNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeDialogPane
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.SamplingNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.SamplingNodeDialogPanel
Method that is called from the dialog to save settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Saves the settings to the given object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialog
Sets the list of columns to include and the sorting order list inside the underlying SorterNodeModel retrieving them from the SorterNodeDialogPanel.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
The list of included columns and their sort order are stored in the settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.split2.SplitNodeDialog2
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
Saves the settings to the node settings object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.rules.RuleEngineNodeDialog
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.endif.EndifNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.cache.CacheNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.sendmail.SendMailNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterDialog
Deprecated.
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Saves the maximum number of rows.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeDialogPane
Method is invoked by the super class in order to force the dialog to apply its changes.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Save color settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeDialogPane
Method is invoked by the super class in order to force the dialog to apply its changes.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.roc.ROCNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.viz.table.TableNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Save settings of all registered DialogComponents into the configuration object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
Write value(s) of this dialog component to the configuration object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Write value(s) of this setttings model to configuration object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.EmptyNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.missing.MissingNodeDialog
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.missing.MissingNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.Node
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.NodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(OutputStream) - Method in class org.knime.core.node.NodeDialogPane
Saves current settings to an output stream (in xml format).
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.NodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.NoSettingsNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
This method is called from the NodeDialog and NodeModel in order to save the additional settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
This method is called from the NodeDialog and NodeModel in order to save the additional settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
This method is called from the NodeDialog and NodeModel in order to save the additional settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
This method is called from the NodeDialog and NodeModel in order to save the additional settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
This method is called from the NodeDialog and NodeModel in order to save the additional settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
 
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
This method is called from the NodeDialog and NodeModel in order to save the additional settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.util.FileSelectionPanel
Saves all settings to settings object.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.MetaNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeDialogPane
Invoked when the settings need to be applied.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Adds to the given NodeSettings the model specific settings.
saveSettingsTo(NodeSettingsWO) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
Save config to argument.
saveSNCSettings(NodeSettingsWO, SingleNodeContainer) - Static method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
saveSNCSettings(NodeSettingsWO, boolean) - Method in class org.knime.core.node.workflow.SingleNodeContainer
saveSpec(DataTableSpec, File) - Static method in class org.knime.core.node.BufferedDataTable
Utility method that is used when the node saves its state.
saveState(NodeSettingsWO, NodeContainer) - Static method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
 
saveSubclass(ConfigWO) - Method in class org.knime.core.data.property.filter.FilterModel
Called from FilterModel.save(ConfigWO) to save content of sub-class.
saveSubclass(ConfigWO) - Method in class org.knime.core.data.property.filter.FilterModelNominal
 
saveSubclass(ConfigWO) - Method in class org.knime.core.data.property.filter.FilterModelRange
 
saveTo(ModelContentWO) - Method in interface org.knime.base.node.mine.sota.logic.SotaCell
Saves the value of the SotaCell to the given ModelContentWO.
saveTo(ModelContentWO) - Method in class org.knime.base.node.mine.sota.logic.SotaDoubleCell
Saves the value of the SotaCell to the given ModelContentWO.
saveTo(ModelContentWO) - Method in class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
Saves the value of the SotaCell to the given ModelContentWO.
saveTo(ModelContentWO, int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Saves the value of the SotaTreeCell to the given ModelContentWO.
saveTo(ModelContentWO, String) - Method in class org.knime.base.node.mine.svm.util.DoubleVector
Save the vector to a ModelContent object.
saveTo(PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
saveTo(PortObjectSpecZipOutputStream) - Method in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec
 
saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.BooleanCellEntry
Save this DataCell to the given Config.
saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.ComplexNumberCellEntry
Save this DataCell to the given Config.
saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.DateAndTimeCellEntry
Save this DataCell to the given Config.
saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.DoubleCellEntry
Save this DataCell to the given Config.
saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.FuzzyIntervalCellEntry
Save this DataCell to the given Config.
saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.FuzzyNumberCellEntry
Save this DataCell to the given Config.
saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.IntCellEntry
Save this DataCell to the given Config.
saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.LongCellEntry
Save this DataCell to the given Config.
saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.MissingCellEntry
Save this DataCell to the given Config.
saveToConfig(DataCell, Config) - Method in interface org.knime.core.node.config.Config.DataCellEntry
Save this DataCell to the given Config.
saveToConfig(DataCell, Config) - Method in class org.knime.core.node.config.Config.DataCellEntry.StringCellEntry
Save this DataCell to the given Config.
saveToConfig(NodeSettingsWO) - Method in class org.knime.core.util.tokenizer.Comment
Writes the object into a NodeSettings object.
saveToConfig(NodeSettingsWO) - Method in class org.knime.core.util.tokenizer.Delimiter
Writes the object into a NodeSettings object.
saveToConfig(NodeSettingsWO) - Method in class org.knime.core.util.tokenizer.Quote
Writes the object into a NodeSettings object.
saveToConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.ColProperty
Writes all settings from this object into the passed configuration object.
saveToConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Writes all settings into the passed configuration object.
saveToConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Saves all settings into a NodeSettingsWO object.
saveToConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
Deprecated.
Writes all settings into the passed configuration object.
saveToConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
saveToConfiguration(NodeSettingsWO) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
saveToConfiguration(NodeSettingsWO) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Saves all settings into a NodeSettings object.
saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.ConcatenateTable
Save the table to a file.
saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.ContainerTable
Do not call this method! Internal use! Save the table to a file.
saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.JoinedTable
Save the table to a file.
saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.RearrangeColumnsTable
Save the table to a file.
saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.TableSpecReplacerTable
Save the table to a file.
saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.VoidTable
Save the table to a file.
saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.data.container.WrappedTable
Save the table to a file.
saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Save the table to a file.
saveToFile(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.node.ExtensionTable
Save the table to a file.
saveToFileOverwrite(File, NodeSettingsWO, ExecutionMonitor) - Method in class org.knime.core.node.ExtensionTable
Saves this extension table to the argument file.
saveToModelContent(ModelContentWO) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
Deprecated.
 
saveToModelContent(ModelContentWO) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.
Saves the itemsets to the model.
saveToModelContent(ModelContentWO) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Saves this model to a ModelContentWO object.
saveToModelContent(Config) - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
Saves this scheme to a ModelContentWO object.
saveToModelContent(Config) - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
Saves this interval to a ModelContentWO object.
saveToNodeSettings(NodeSettingsWO) - Method in interface org.knime.core.node.dialog.DialogNodeValue
 
saveToNodeSettings(NodeSettingsWO) - Method in interface org.knime.core.node.web.WebViewContent
 
saveToNodeSettings(NodeSettingsWO, WizardNodeLayoutInfo) - Static method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
Saves a layout info object to node settings.
saveToPredictorParams(ModelContentWO, boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Save decision tree to a ModelContent object.
saveToPredictorParams(ModelContentWO, boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Save node to a model content object.
saveToPredictorParams(ModelContentWO, String) - Method in class org.knime.base.node.mine.svm.Svm
Save the Support Vector Machine for later use.
saveToPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Save internal predicate settings to a config object.
saveToPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
Save internal predicate settings to a config object.
saveToPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
Save internal predicate settings to a config object.
saveToPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
Save internal predicate settings to a config object.
saveToPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Save internal predicate settings to a config object.
saveToPredParams(Config) - Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
Save internal predicate settings to a config object.
saveToSettings(NodeSettingsWO) - Method in interface org.knime.base.node.preproc.binner.BinnerColumnFactory.Bin
Deprecated.
Save this bin.
saveToSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.binner.NumericBin
Deprecated.
Save this bin.
saveToSettings(NodeSettingsWO) - Method in interface org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory.Bin
Save this bin.
saveToSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.binner.NumericBin
Save this bin.
saveToSettings(NodeSettingsWO) - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
Saves the settings.
saveToStream() - Method in interface org.knime.core.node.web.WebViewContent
 
saveToXML(NodeSettingsWO) - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
Saves the tree structure into the config.
saveToXML(OutputStream) - Method in class org.knime.core.node.config.base.ConfigBase
Writes this ConfigBase to the given stream as XML.
saveToXML(OutputStream) - Method in interface org.knime.core.node.config.base.ConfigBaseRO
Saves this Config into the given stream in XML format.
saveUIInfoClassName(NodeSettingsWO, UIInformation) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveUIInfoSettings(NodeSettingsWO, UIInformation) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveValue(NodeSettingsWO) - Method in class org.knime.core.quickform.AbstractQuickFormValueInConfiguration
Save config to argument.
saveValuesFromPanelInto(FileWriterSettings) - Method in class org.knime.base.node.io.csvwriter.AdvancedPanel
Writes the current values from the components into the settings object.
saveValuesFromPanelInto(FileWriterNodeSettings) - Method in class org.knime.base.node.io.csvwriter.CommentPanel
Saves the current values from the panel into the passed object.
saveValuesFromPanelInto(FileWriterNodeSettings) - Method in class org.knime.base.node.io.csvwriter.DecimalSeparatorPanel
Saves the current values from the panel into the passed object.
saveValuesFromPanelInto(FileWriterSettings) - Method in class org.knime.base.node.io.csvwriter.QuotePanel
Saves the current values from the panel into the passed object.
saveWorkflow(WorkflowManager, BatchExecutor.WorkflowConfiguration) - Method in class org.knime.core.node.workflow.BatchExecutor
Saves the workflow after execution.
saveWorkflowAnnotations(WorkflowManager, NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
saveWorkflowCipher(NodeSettings, WorkflowCipher) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
Metanode locking information.
saveWorkflowName(NodeSettingsWO, String) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
SaveWorkflowNodeFactory - Class in org.knime.base.node.workflow.save
Factory to node.
SaveWorkflowNodeFactory() - Constructor for class org.knime.base.node.workflow.save.SaveWorkflowNodeFactory
 
SaveWorkflowNodeModel - Class in org.knime.base.node.workflow.save
Model to node.
SaveWorkflowNodeModel() - Constructor for class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
Flow in, flow out.
saveWorkflowVariables(WorkflowManager, NodeSettingsWO) - Static method in class org.knime.core.node.workflow.FileWorkflowPersistor
 
scalarProduct(double[], double[]) - Static method in class org.knime.base.data.neural.Perceptron
Computes the scalar Product of two vectors, represented as double arrays.
scale(double, double) - Method in enum org.knime.base.node.viz.aggregation.ValueScale
 
ScatterMatrixDrawingPane - Class in org.knime.base.node.viz.plotter.scattermatrix
Holds a matrix of ScatterMatrixElements.
ScatterMatrixDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
Sets the background color to white.
ScatterMatrixElement - Class in org.knime.base.node.viz.plotter.scattermatrix
Represents one matrix element in a scatter plot matrix, with the upper left corner, the width and height of the surrounding rectangle, the x and y coordinate of the scatter plot and a list of the contained DotInfos.
ScatterMatrixElement(Point, int, int, Coordinate, Coordinate) - Constructor for class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
ScatterMatrixNodeFactory - Class in org.knime.base.node.viz.plotter.scattermatrix
 
ScatterMatrixNodeFactory() - Constructor for class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixNodeFactory
 
ScatterMatrixPlotter - Class in org.knime.base.node.viz.plotter.scattermatrix
Creates the scatter matrix elements as rectangles with a x and y coordinates, passes these ScatterMatrixElements to the ScatterMatrixDrawingPane.
ScatterMatrixPlotter() - Constructor for class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
 
ScatterMatrixPlotter.TransformationMouseListener - Class in org.knime.base.node.viz.plotter.scattermatrix
Mouse listener for changing the column position.
ScatterMatrixProperties - Class in org.knime.base.node.viz.plotter.scattermatrix
ScatterMatrixProperties() - Constructor for class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixProperties
Default tab, column filter and scatter plotter appearance.
ScatterPlotter - Class in org.knime.base.node.viz.plotter.scatter
Maps the two selected columns to the screen coordinates.
ScatterPlotter(AbstractDrawingPane, AbstractPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Construction kit constructor to construct a customized plotter, registeres all necessary listeners.
ScatterPlotter() - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
ScatterPlotterAppearanceTab - Class in org.knime.base.node.viz.plotter.props
Control elements to adjust the dot size and the jitter rate.
ScatterPlotterAppearanceTab() - Constructor for class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
Dot size, shape and jitter.
ScatterPlotterDrawingPane - Class in org.knime.base.node.viz.plotter.scatter
Shows the mapped data points and provides a tooltip for each data point with the domain value and the row ID.
ScatterPlotterDrawingPane() - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
 
ScatterPlotterNodeFactory - Class in org.knime.base.node.viz.plotter.scatter
 
ScatterPlotterNodeFactory() - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeFactory
 
ScatterPlotterNodeView - Class in org.knime.base.node.viz.plotter.scatter
Extends the DefaultVisualizationNodeView by adding an additional menu to show, fade or hide unhilited dots.
ScatterPlotterNodeView(DefaultVisualizationNodeModel, ScatterPlotter) - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotterNodeView
Adds a show/hide menu to the menu bar.
ScatterPlotterProperties - Class in org.knime.base.node.viz.plotter.scatter
In addition to the TwoColumnProperties a tab to adjust the dot size and the jitter rate is provided.
ScatterPlotterProperties() - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
Default tab, two column selection and ranges and dot size and jitter rate adjustment.
ScatterPlotterProperties(Class[], Class[]) - Constructor for class org.knime.base.node.viz.plotter.scatter.ScatterPlotterProperties
A constructor to restrict the column selection boxes to certain DataTypes.
ScopeEndNode<T extends FlowScopeContext> - Interface in org.knime.core.node.workflow
Complement to ScopeStartNode.
ScopeStartNode<T extends FlowScopeContext> - Interface in org.knime.core.node.workflow
Interface implemented by NodeModel classes to define a the start of a new scope.
ScorerViewData - Class in org.knime.base.node.mine.scorer.accuracy
Class that holds the view information for the scorer.
ScorerViewData(int[][], int, int, int, String, String, String[]) - Constructor for class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
Constructs the scorer view data
ScorerViewData(int[][], int, int, int, String, String, String[], List<RowKey>[][]) - Constructor for class org.knime.base.node.mine.scorer.accuracy.ScorerViewData
 
sDrawsInFarTopRight - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
sDrawsInTopRight - Static variable in class org.knime.core.node.util.VTextIcon
Deprecated.
 
search(ExecutionContext) - Method in class org.knime.base.node.io.listfiles.ListFiles
Searches file system according to settings.
search(ExecutionContext) - Method in class org.knime.base.node.io.listfiles2.ListFiles
Searches file system according to settings.
search(DataCell) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryRuleSet
Search, maybe linear maybe binary.
searchEvaluated(ColumnSelectionSearchableListPanel.SearchEvent) - Method in interface org.knime.core.node.util.ColumnSelectionSearchableListPanel.SearchListener
Called if the user presses 'Enter' in the searchfield.
SearchOptions(boolean, boolean, boolean) - Constructor for class org.knime.core.node.tableview.FindPosition.SearchOptions
 
SearchReplaceDictNodeDialogPane - Class in org.knime.base.node.preproc.stringreplacer.dict
Dialog for Search & Replace (Dictionary) node.
SearchReplaceDictNodeDialogPane() - Constructor for class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeDialogPane
Inits GUI.
SearchReplaceDictNodeFactory - Class in org.knime.base.node.preproc.stringreplacer.dict
Factory for Search & Replace (Dictionary) node.
SearchReplaceDictNodeFactory() - Constructor for class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeFactory
 
SearchReplaceDictNodeModel - Class in org.knime.base.node.preproc.stringreplacer.dict
NodeModel for Search & Replace (Dictionary) node.
SearchReplaceDictNodeModel() - Constructor for class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
One input, one output.
SearchString - Class in org.knime.core.node.tableview
The search string as entered by the user (Ctrl-F) with some more search options.
SearchString(String, boolean, boolean) - Constructor for class org.knime.core.node.tableview.SearchString
 
SECOND_COLUMN_NAME - Static variable in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
The optional second column name place holder.
SECOND_COMP_ID - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Identifier in model spec to address first second name to compare.
SecondMomentOperator - Class in org.knime.base.data.aggregation.numerical
Computes the second moment
SecondMomentOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.SecondMomentOperator
Constructor for class SecondCentralMomentOperator.
seed() - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Returns the optional random seed.
seed(Long) - Method in class org.knime.base.node.preproc.sample.SamplingNodeSettings
Sets the seed for the random number generator.
SEED_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
 
SEED_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Key to store the random seed.
select(Set<Selectable>) - Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
Selects the given objects.
select(Selectable) - Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
Selects the given object.
select(String) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
Called is a new column is selected.
select(String) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
Called if the column selection has changed.
Selectable - Interface in org.knime.base.node.mine.sota.view.interaction
 
SelectableAccordion - Class in org.knime.core.node.util
Deprecated.
SelectableAccordion(int) - Constructor for class org.knime.core.node.util.SelectableAccordion
Deprecated.
 
SelectAllAction - Class in org.knime.base.node.io.tablecreator.table
A swing action to adjust select all cells in a spreadsheet.
SelectAllAction(JTable) - Constructor for class org.knime.base.node.io.tablecreator.table.SelectAllAction
Creates a new instance.
selectAllCompatibleMethods() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Deprecated.
selectAllCompatibleRows() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Selects all compatible methods.
selectAllRows() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Selects all selected methods.
selectAllRows() - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
selectAllRows() - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
Deprecated.
selectAllSelectedMethods() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Deprecated.
selectClickedElement(Point) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
selectClickedElement(Point) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Implementing classes mayxselect the elements depending on the clicked position.
selectClickedElement(Point) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Implementing classes mayxselect the elements depending on the clicked position.
selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Implementing classes mayxselect the elements depending on the clicked position.
selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Implementing classes mayxselect the elements depending on the clicked position.
selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Implementing classes mayxselect the elements depending on the clicked position.
selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Implementing classes mayxselect the elements depending on the clicked position.
selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Implementing classes mayxselect the elements depending on the clicked position.
selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Implementing classes mayxselect the elements depending on the clicked position.
selectClickedElement(Point) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
 
selectCompatibleRows(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnPanel
Deprecated.
Selects all rows that are compatible with the given type.
selectCompatibleRows(Class<? extends DataValue>) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnPanel
Selects all rows that are compatible with the given type.
selectCompatibleRows(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
Selects all rows that are compatible with the given type.
selectCompatibleRows(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
Selects all rows that are compatible with the given type.
selectCompatibleRows(DataType) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
Selects all rows that are compatible with the given type.
SELECTED - Static variable in class org.knime.core.data.property.ColorAttr
The color for selection as new Color(179, 168, 143).
SELECTED_COLS - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
The name of the settings tag which holds the names of the columns the user has selected in the dialog as String[].
SELECTED_COLS - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
The name of the settings tag which holds the names of the columns the user has selected in the dialog as String[].
SELECTED_COLS_IDX - Static variable in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
The name of the settings tag which holds the indices in the select field of the columns the user has selected in the dialog as int[].
SELECTED_COLS_IDX - Static variable in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
The name of the settings tag which holds the indices in the select field of the columns the user has selected in the dialog as int[].
SELECTED_COLUMN - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
Keeps the selected column.
SELECTED_COLUMN - Static variable in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Keeps the selected column.
SELECTED_COLUMNS_KEY - Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Key to store the selected columns in the settings.
SELECTED_FACTORY_CHANGE - Static variable in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerFactorySelectionPanel
Event identifier for the event that is fired when the selected factory changes.
SELECTED_HILITE - Static variable in class org.knime.core.data.property.ColorAttr
The color for selection as new Color(255, 240, 204).
SELECTED_NEW_ROWKEY_COL - Static variable in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
The name of the settings tag which holds the name of the column which values should be used as new row keys for the result table the user has selected as String.
SELECTED_VALUE - Static variable in class org.knime.core.node.util.RadionButtonPanel
Name of the property name, which is used for a property changed event.
selectedColChanged() - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
Called when the user selects a new column.
selectElement(Point, boolean) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
selectElement(Rectangle2D, boolean) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
Selects all sub element of this element which intersect the given rectangle.
selectElement(Point) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
Selects this element if the element rectangle contains the given point.
selectElement(Rectangle2D) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
Selects this element if the element rectangle intersect the given rectangle.
selectElement(Point) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Selects the element which contains the given point.
selectElement(Rectangle) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Selects all elements which are touched by the given rectangle.
selectElement(Point) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
Selects all elements which contain the given point.
selectElement(Rectangle) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
Selects all elements which intersect with the given rectangle.
selectElement(Point) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
Selects the element which contains the given point.
selectElement(Rectangle2D) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
Selects the element which intersects the given rectangle.
selectElementsIn(Rectangle) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Implementing classes may select the elements in the selection rectangle obtained from the mouse dragging in selection mode.
selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Implementing classes may select the elements in the selection rectangle obtained from the mouse dragging in selection mode.
selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Implementing classes may select the elements in the selection rectangle obtained from the mouse dragging in selection mode.
selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Implementing classes may select the elements in the selection rectangle obtained from the mouse dragging in selection mode.
selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Implementing classes may select the elements in the selection rectangle obtained from the mouse dragging in selection mode.
selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Implementing classes may select the elements in the selection rectangle obtained from the mouse dragging in selection mode.
selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Implementing classes may select the elements in the selection rectangle obtained from the mouse dragging in selection mode.
selectElementsIn(Rectangle) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Implementing classes may select the elements in the selection rectangle obtained from the mouse dragging in selection mode.
selectElementsIn(int, int, int, int) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
 
SelectionConfiguration - Class in org.knime.base.node.preproc.draganddroppanel
Class which holds a all input columns and all configuration panels.
SelectionConfiguration(InputFilter<DataColumnSpec>, ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
A new SelectionConfiguration which filters the input columns.
SelectionConfiguration(ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
A new SelectionConfiguration which does not filter the input columns.
SelectionManager - Interface in org.knime.base.node.mine.sota.view.interaction
 
SelectionMouseListener() - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
Listens to the drawing pane of this plotter.
SelectionMouseListener(AbstractDrawingPane) - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
 
SelectionPanel - Class in org.knime.base.node.preproc.draganddroppanel
 
SelectionPanel(SelectionConfiguration) - Constructor for class org.knime.base.node.preproc.draganddroppanel.SelectionPanel
 
SelectivtyDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.h2
The SELECTIVITY aggregation function.
SelectivtyDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function.h2
Factory for the parent class.
selectTab(String) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Brings the specified tab to front and shows its components.
send(FlowVariableProvider, CredentialsProvider) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
Send the mail.
sendAnnotationToBack(WorkflowAnnotation) - Method in class org.knime.core.node.workflow.WorkflowManager
Resorts the internal array to move the specified annotation to the first index.
SendMailConfiguration - Class in org.knime.base.node.util.sendmail
Configuration proxy for the node.
SendMailConfiguration() - Constructor for class org.knime.base.node.util.sendmail.SendMailConfiguration
 
SendMailConfiguration.ConnectionSecurity - Enum in org.knime.base.node.util.sendmail
Connection Security.
SendMailConfiguration.EMailFormat - Enum in org.knime.base.node.util.sendmail
EMail format.
SendMailConfiguration.EMailPriority - Enum in org.knime.base.node.util.sendmail
EMail priority.
SendMailNodeDialog - Class in org.knime.base.node.util.sendmail
Plain dialog with smtp host name field, address fields, subject and content field.
SendMailNodeDialog() - Constructor for class org.knime.base.node.util.sendmail.SendMailNodeDialog
Inits GUI.
SendMailNodeFactory - Class in org.knime.base.node.util.sendmail
Factory of node.
SendMailNodeFactory() - Constructor for class org.knime.base.node.util.sendmail.SendMailNodeFactory
 
SendMailNodeModel - Class in org.knime.base.node.util.sendmail
Node Model to node.
SendMailNodeModel() - Constructor for class org.knime.base.node.util.sendmail.SendMailNodeModel
One input, no output.
sendMemoryAlert() - Method in class org.knime.core.data.util.memory.MemoryAlertSystem
Send a memory alert events to all registered listeners.
SENSITIVITY - Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Constant for the sensitivity area around the axis for selection.
serialize() - Method in class org.knime.base.node.rules.Rule
Deprecated.
Returns the parsed rule in string representation.
serialize(T, DataCellDataOutput) - Method in class org.knime.core.data.AdapterCell.AdapterCellSerializer
Saves the cell to the output stream.
serialize(BinaryObjectDataCell, DataCellDataOutput) - Method in class org.knime.core.data.blob.BinaryObjectDataCell.BinaryObjectCellSerializer
Saves the cell to the output stream.
serialize(BinaryObjectFileStoreDataCell, DataCellDataOutput) - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell.BinaryObjectFileStoreCellSerializer
Saves the cell to the output stream.
serialize(DataCellDataOutput) - Method in class org.knime.core.data.collection.BlobSupportDataCellList
Write this object to an output.
serialize(DataCellDataOutput) - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
Write this object to an output.
serialize(ListCell, DataCellDataOutput) - Method in class org.knime.core.data.collection.ListCell.ListCellSerializer
Saves the cell to the output stream.
serialize(SetCell, DataCellDataOutput) - Method in class org.knime.core.data.collection.SetCell.SetCellSerializer
Saves the cell to the output stream.
serialize(SparseListCell, DataCellDataOutput) - Method in class org.knime.core.data.collection.SparseListCell.SparseListCellSerializer
Saves the cell to the output stream.
serialize(DataOutput) - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
Writes address to a stream.
serialize(T, DataCellDataOutput) - Method in interface org.knime.core.data.DataCellSerializer
Saves the cell to the output stream.
serialize(DateAndTimeCell, DataCellDataOutput) - Method in class org.knime.core.data.date.DateAndTimeCellSerializer
Saves the cell to the output stream.
serialize(BooleanCell, DataCellDataOutput) - Method in class org.knime.core.data.def.BooleanCell.BooleanSerializer
Saves the cell to the output stream.
serialize(ComplexNumberCell, DataCellDataOutput) - Method in class org.knime.core.data.def.ComplexNumberCell.ComplexNumberSerializer
Saves the cell to the output stream.
serialize(DoubleCell, DataCellDataOutput) - Method in class org.knime.core.data.def.DoubleCell.DoubleSerializer
Saves the cell to the output stream.
serialize(FuzzyIntervalCell, DataCellDataOutput) - Method in class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervalSerializer
Saves the cell to the output stream.
serialize(FuzzyNumberCell, DataCellDataOutput) - Method in class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberSerializer
Saves the cell to the output stream.
serialize(IntCell, DataCellDataOutput) - Method in class org.knime.core.data.def.IntCell.IntCellSerializer
Saves the cell to the output stream.
serialize(IntervalCell, DataCellDataOutput) - Method in class org.knime.core.data.def.IntervalCell.IntervalSerializer
Saves the cell to the output stream.
serialize(LongCell, DataCellDataOutput) - Method in class org.knime.core.data.def.LongCell.LongSerializer
Saves the cell to the output stream.
serialize(StringCell, DataCellDataOutput) - Method in class org.knime.core.data.def.StringCell.StringSerializer
Saves the cell to the output stream.
serialize(TimestampCell, DataCellDataOutput) - Method in class org.knime.core.data.def.TimestampCell.TimestampCellSerializer
Deprecated.
Saves the cell to the output stream.
serialize(FileStoreKeyDataCell, DataCellDataOutput) - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataCell.FileStoreKeyCellSerializer
 
serialize(PNGImageBlobCell, DataCellDataOutput) - Method in class org.knime.core.data.image.png.PNGImageBlobCell.PNGSerializer
 
serialize(PNGImageCell, DataCellDataOutput) - Method in class org.knime.core.data.image.png.PNGImageCell.PNGSerializer
 
serialize(DataCellDataOutput) - Method in class org.knime.core.data.image.png.PNGImageContent
Serialize method for image content.
serialize(MissingCell, DataCellDataOutput) - Method in class org.knime.core.data.MissingCell.MissingSerializer
Saves the cell to the output stream.
serialize(PortObjectCell, DataCellDataOutput) - Method in class org.knime.core.data.model.PortObjectCell.PortObjectCellSerializer
Saves the cell to the output stream.
serialize(DataCell, DataCellDataOutput) - Method in class org.knime.core.data.NoSerializer
Saves the cell to the output stream.
serialize(DenseBitVectorCell, DataCellDataOutput) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell.DenseBitVectorSerializer
Saves the cell to the output stream.
serialize(SparseBitVectorCell, DataCellDataOutput) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell.SparseBitVectorSerializer
Saves the cell to the output stream.
serialize(DenseByteVectorCell, DataCellDataOutput) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell.DenseByteVectorSerializer
Saves the cell to the output stream.
serialize(SparseByteVectorCell, DataCellDataOutput) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell.SparseByteVectorSerializer
Saves the cell to the output stream.
serialize(DenseDoubleVectorCell, DataCellDataOutput) - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell.DenseDoubleVectorSerializer
Saves the cell to the output stream.
serialize(DenseStringVectorCell, DataCellDataOutput) - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell.DenseStringVectorSerializer
Saves the cell to the output stream.
serialize(PMMLBlobCell, DataCellDataOutput) - Method in class org.knime.core.data.xml.PMMLBlobCell.PMMLSerializer
Saves the cell to the output stream.
serialize(PMMLCell, DataCellDataOutput) - Method in class org.knime.core.data.xml.PMMLCell.PMMLSerializer
Saves the cell to the output stream.
serialize(XMLBlobCell, DataCellDataOutput) - Method in class org.knime.core.data.xml.XMLBlobCell.XMLSerializer
Saves the cell to the output stream.
serialize(XMLCell, DataCellDataOutput) - Method in class org.knime.core.data.xml.XMLCell.XMLSerializer
Saves the cell to the output stream.
Serializer() - Constructor for class org.knime.base.data.bitvector.BitVectorCell.Serializer
Deprecated.
 
Serializer() - Constructor for class org.knime.base.data.normalize.NormalizerPortObject.Serializer
 
Serializer() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject.Serializer
Deprecated.
 
Serializer() - Constructor for class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObjectSpec.Serializer
Deprecated.
 
Serializer() - Constructor for class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject.Serializer
 
Serializer() - Constructor for class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject.Serializer
 
Serializer() - Constructor for class org.knime.base.node.mine.pca.PCAModelPortObject.Serializer
 
Serializer() - Constructor for class org.knime.base.node.mine.pca.PCAModelPortObjectSpec.Serializer
 
Serializer() - Constructor for class org.knime.base.node.mine.sota.SotaPortObject.Serializer
 
Serializer() - Constructor for class org.knime.base.node.mine.sota.SotaPortObjectSpec.Serializer
 
Serializer() - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObject.Serializer
 
Serializer() - Constructor for class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizePreprocPortObjectSpec.Serializer
 
Serializer() - Constructor for class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel.Serializer
 
Serializer() - Constructor for class org.knime.core.data.DataTableSpec.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.database.DatabaseConnectionPortObject.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.database.DatabaseConnectionPortObjectSpec.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.database.DatabasePortObject.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.database.DatabasePortObjectSpec.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.flowvariable.FlowVariablePortObject.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.image.ImagePortObject.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.image.ImagePortObjectSpec.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.inactive.InactiveBranchPortObject.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject.Serializer
Deprecated.
 
Serializer() - Constructor for class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObjectSpec.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.viewproperty.ColorHandlerPortObject.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.viewproperty.FilterDefinitionHandlerPortObject.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.viewproperty.ShapeHandlerPortObject.Serializer
 
Serializer() - Constructor for class org.knime.core.node.port.viewproperty.SizeHandlerPortObject.Serializer
 
SerializerMethodLoader - Class in org.knime.core.internal
Deprecated.
don't use this class any more it will be removed in the next major release. Use extension points instead.
SerializerMethodLoader.Serializer<T> - Interface in org.knime.core.internal
Deprecated.
Creates new static serializer object.
SerializeUtil - Class in org.knime.core.data.convert.util
Utility class for loading and storing converter factories from Configurations.
SerializeUtil.FactoryPlaceholder - Class in org.knime.core.data.convert.util
Object which can be loaded instead of an actual ConverterFactory, for example to be able to still display a previously existing setting which has become invalid through removal of a required plug-in, in a node dialog for example.
serialVersionUID - Static variable in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
object version for serialization.
set(int, E) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
set(String) - Method in class org.knime.base.node.preproc.double2int.WarningMessage
 
set(String) - Method in class org.knime.base.node.preproc.double2int2.WarningMessage
 
set(int, int, double) - Method in class org.knime.base.util.HalfDoubleMatrix
Sets a value in the matrix.
set(int, int, float) - Method in class org.knime.base.util.HalfFloatMatrix
Sets a value in the matrix.
set(int, int, int) - Method in class org.knime.base.util.HalfIntMatrix
Sets a value in the matrix.
set(long, boolean) - Method in interface org.knime.core.data.vector.bitvector.BitVector
Sets the bit at the specified index to the new value.
set(long) - Method in interface org.knime.core.data.vector.bitvector.BitVector
Sets the bit at the specified index to zero.
set(long, boolean) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Sets the bit at the specified index to the new value.
set(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Sets the bit at the specified index to zero.
set(long, long, boolean) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Sets all bits in the specified range to the new value.
set(long, long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Sets all bits in the specified range.
set(long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Sets the bit with the specified index in the vector.
set(long, long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Sets all bits in the specified range.
set(long, boolean) - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Sets the bit at the specified index to the new value.
set(long, boolean) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Sets the bit at the specified index to the new value.
set(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Sets the bit at the specified index to zero.
set(long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Sets the bit with the specified index in the vector.
set(long, boolean) - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Sets the bit at the specified index to the new value.
set(int, int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Sets the new count value at the specified index.
set(int, byte) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Deprecated.
use DenseByteVectorCellFactory.setValue(int, int) instead because this method cannot set values between 0 and 127
set(long, int) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Stores the number at the specified index.
set(int, byte) - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Sets the new count value at the specified index.
set(T) - Method in class org.knime.core.util.Pointer
Sets the pointer's value.
setAccentHLevel(int) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
setActiveMappingMethod(MappingMethod) - Method in class org.knime.base.util.coordinate.Coordinate
Sets the mapping method which should be applied.
setActiveRenderer(String) - Method in interface org.knime.core.data.renderer.DataValueRendererFamily
Set the currently active renderer.
setActiveRenderer(String) - Method in class org.knime.core.data.renderer.DefaultDataValueRendererFamily
Set the currently active renderer.
setActiveRenderer(String) - Method in class org.knime.core.data.renderer.SetOfRendererFamilies
Set the currently active renderer.
setAddAllButtonText(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Setter for the original "Add All" button.
setAddAllButtonText(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Setter for the original "Add All" button.
setAddButtonText(String) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Setter for the original "Add" button.
setAddButtonText(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Setter for the original "Add" button.
setAddButtonText(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Setter for the original "Add" button.
setAddCreationTime(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
setAddCreationUser(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
setAdditionalOptions(String) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Sets the additional options
setAddressAndBuffer(BlobDataCell.BlobAddress, Buffer) - Method in class org.knime.core.data.container.BlobWrapperDataCell
Framework method to set buffer and address.
setAddTableName(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
setAdvancedFormatting(boolean) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setAdvancedFormatting(boolean) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setAggrColumn(String) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
 
setAggregationColumn(String) - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePiePlotter
 
setAggregationColumnName(String) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
 
setAggregationColumns(Collection<ColorColumn>) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
 
setAggregationContext(GlobalSettings.AggregationContext) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
 
setAggregationFunction(int[], AggregationFunction) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
 
setAggregationFunction(int[], AggregationFunction) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
 
setAggregationFunction(int[], AggregationFunction) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
 
setAggregationFunctionProvider(AggregationFunctionProvider<F>) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationFunctionTableCellEditor
 
setAggregationFunctionProvider(AggregationFunctionProvider<F>) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
 
setAggregationFunctionProvider(AggregationFunctionProvider<DBAggregationFunction>) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
 
setAggregationFunctionProvider(AggregationFunctionProvider<DBAggregationFunction>) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
 
setAggregationFunctionProvider(AggregationFunctionProvider<DBAggregationFunction>) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
 
setAggregationMethod(int[], AggregationMethod) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
 
setAggregationMethod(int[], AggregationMethod) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
 
setAggregationMethod(AggregationMethod) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
set the value stored to the new value.
setAggregationMethod(AggregationMethod) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setAggregationMethod(AggregationMethod) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Sets new aggregation columns and recalculates/repaints.
setAggregationMethod(AggregationMethod) - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramPlotter
Sets new aggregation columns and recalculates/repaints.
setAggregationMethod(AggregationMethod) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
setAlgorithmName(String) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
Sets the "algorithmName" attribute.
setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
Sets the "algorithmName" attribute.
setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
Sets the "algorithmName" attribute.
setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Sets the "algorithmName" attribute.
setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
Sets the "algorithmName" attribute.
setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
Sets the "algorithmName" attribute.
setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
Sets the "algorithmName" attribute.
setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
Sets the "algorithmName" attribute.
setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
Sets the "algorithmName" attribute.
setAlgorithmName(String) - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
Sets the "algorithmName" attribute.
setAlignment(AnnotationData.TextAlignment) - Method in class org.knime.core.node.workflow.AnnotationData
 
setAllColumn(AllColumnPanel) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
setAllConifg(AllColumnConfiguration) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
setAllEnabled(boolean) - Method in class org.knime.base.node.mine.svm.learner.KernelPanel
Sets all components in the panel in the enabled state.
setAllLeftColumns(boolean) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
setAllowedTypes(Class<? extends DataValue>...) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
 
setAllowedTypes(Class<? extends DataValue>...) - Method in class org.knime.core.node.util.ColumnSelectionComboxBox
 
setAllowRemoteURLs(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Sets if this file panel should allow remote URLs.
setAllowRemoteURLs(boolean) - Method in class org.knime.core.node.util.FilesHistoryPanel.LocationCheckLabel
Sets if this file panel should allow remote URLs.
setAllowRemoteURLs(boolean) - Method in class org.knime.core.node.util.FilesHistoryPanel
Sets if this file panel should allow remote URLs.
setAllowSpacesInColumnNames(boolean) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Sets whether spaces in columns names are allowed and passed on to the database.
setAllowUserInteraction(boolean) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setAllRightColumns(boolean) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
setAllRowsDefault(boolean) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
setAlpha(int) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
 
setAlpha(int) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
 
setAlpha(int) - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
Sets a (new) alpha value into this component.
setAnalyzeUsedAllRows(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Sets the value of the flag which is used to indicate if the FileAnalyzer looked at all rows when it extracts the default settings.
setAncestor(SotaTreeCell) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the given ancestor value.
setAnchor(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Resets the core and anchor to the given value.
setAnchorSelectionIndex(int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
setAndComposition(boolean) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
setAndMergeBackwards(Set<NodeGraphAnnotation>) - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
Set backwards stack using the NGAs from all connected nodes.
setAnnotation(WorkflowAnnotation...) - Method in class org.knime.core.node.workflow.WorkflowCopyContent
Sets annotation references.
setAntialiasing(boolean) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
Turns anti-aliasing on(true) or off(false).
setAntialiasing(boolean) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Turns antialiasing on (true) or off (false).
setAppendColumns(boolean) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
 
setAppendColumns(boolean) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
setAppendColumns(boolean) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
setAppendColumns(boolean) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
 
setAppenderLevelRange(String, NodeLogger.LEVEL, NodeLogger.LEVEL) - Static method in class org.knime.core.node.NodeLogger
Sets a level range filter on the given appender.
setAppendOccurrences(boolean) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
setAppendOriginalRowId(boolean) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
setArchitecture(Architecture) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Sets the architecture.
setArea(double) - Method in class org.knime.base.node.viz.roc.ROCCurve
 
setArrayType(String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Sets the data type of the contained array.
setArrayType(PMMLArrayType) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Sets the data type of the contained array.
setAssociationRules(Collection<AssociationRule>) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
Deprecated.
 
setAtLeastMode(boolean) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
setAttachedURLs(URL[]) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setAutoCommit(Connection, boolean) - Static method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Calls Connection.setAutoCommit(boolean) on the connection given the commit flag and catches all Exceptions, which is reported only once.
setAutoSave(boolean) - Method in class org.knime.core.node.workflow.WorkflowSaveHelper
 
setAutoSaveDirectory(ReferencedFile) - Method in class org.knime.core.node.workflow.NodeContainer
 
setAutoSaveDirectoryDirtyRecursivly() - Method in class org.knime.core.node.workflow.WorkflowManager
Marks the workflow and all nodes contained as dirty in the auto-save location.
setAxes(List<ParallelAxis>) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Sets the axes with the data column spec, since it contains all necessary information (like domain, type, etc).
setBackground(Color) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
setBackground(Color) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Overrides JComponent.setBackground to assign the unselected-background color to the specified color.
setBackground(Color) - Method in class org.knime.core.node.dialog.DialogNodePanel
setBackground(Color) - Method in class org.knime.core.quickform.QuickFormConfigurationPanel
setBarRectangle(Rectangle2D, int, List<Color>, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
 
setBaseDir(File) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
 
setBaseLine(Integer) - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
Indicates if a base line should be drawn.
setBaseName(String) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
setBcc(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setBestQualityMeasure(double) - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
To set the quality index once calculated by the detailed implementatioins.
setBgColor(int) - Method in class org.knime.core.node.workflow.AnnotationData
 
setBinCount(int) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
setBinCount(int) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setBinCount(int) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setBinNaming(AutoBinnerLearnSettings.BinNaming) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
setBinNaming(AutoBinnerLearnSettings.BinNaming) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setBinNaming(AutoBinnerLearnSettings.BinNaming) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setBinningSchemes(BinRuler[]) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane
Sets the binning schemes for all bins that schould be painted.
setBinNominal(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setBinNumerical(boolean) - Method in class org.knime.base.node.viz.aggregation.util.AggrValModelComparator
 
setBinRectangle(Rectangle, int, List<Color>, Collection<ColorColumn>, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
THE HEIGHT OF THE RECTANGLE SHOULD BE CALCULATED USING THE MIN AND MAX AGGREGATION VALUE TO HANDLES BINS WITH POSITIVE AND NEGATIVE BARS!!!
setBinRectangle(Rectangle, int, List<Color>, Collection<ColorColumn>, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
THE HEIGHT OF THE RECTANGLE SHOULD BE CALCULATED USING THE MIN AND MAX AGGREGATION VALUE TO HANDLES BINS WITH POSITIVE AND NEGATIVE BARS!!!
setBins(List<? extends BinDataModel>, BinDataModel) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setBins(List<? extends BinDataModel>, BinDataModel, BinDataModel) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setBinWidth(int) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
SetBitsRendererFactory() - Constructor for class org.knime.core.data.renderer.BitVectorValueStringRenderer.SetBitsRendererFactory
 
setBlobAddress(BlobDataCell.BlobAddress) - Method in class org.knime.core.data.container.BlobDataCell
Set Blob address (which can't be null).
setBold(boolean) - Method in class org.knime.core.node.util.StringHistoryPanel
 
setBoolean(String, boolean) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the boolean configuration parameter registered under the given ID.
setBooleanArray(String, boolean[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the boolean array configuration parameter registered under the given ID.
setBooleanExtension(ExtensionDocument.Extension, String, boolean) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
setBooleanValue(boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
set the value stored to the new value.
setBorder(Border) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
setBorderColor(int) - Method in class org.knime.core.node.workflow.AnnotationData
 
setBorderSize(int) - Method in class org.knime.core.node.workflow.AnnotationData
 
setBorderTitle(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Replaces the title displayed in the border that surrounds the editfield and browse button with the specified new title.
setBorderTitle(String) - Method in class org.knime.core.node.util.FileSelectionPanel
Replaces the title displayed in the border that surrounds the editfield and browse button with the specified new title.
setBounds(int, int, int, int) - Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
setBoxes(List<Box>) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
 
setBoxWidth(int) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotDrawingPane
 
setBufferCreator(DataContainer.BufferCreator) - Method in class org.knime.core.data.container.DataContainer
Set a buffer creator to be used to initialize the buffer.
setButtonText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
 
setByte(String, byte) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the byte configuration parameter registered under the given ID.
setByteArray(String, byte[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the byte array configuration parameter registered under the given ID.
setCacheSize(int) - Method in class org.knime.core.node.tableview.TableContentModel
Changes the size of the ring buffer so that size rows can be cached.
setCanonEQ(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
setCaseInsensitive(boolean) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
setCaseInsensitive(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
setCaseInsensitiveNameMatching(boolean) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
setCaseSensitive(boolean) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
setCaseSensitive(boolean) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
 
setCaseSensitive(boolean) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
 
setCc(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setCell(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the given isCell flag.
SetCell - Class in org.knime.core.data.collection
Default implementation of a CollectionDataValue, whereas the underlying data structure is a set (i.e.
SetCell(BlobSupportDataCellSet) - Constructor for class org.knime.core.data.collection.SetCell
Rather use one of the factory methods.
SetCell.SetCellSerializer - Class in org.knime.core.data.collection
Serializer for SetCells.
setCellFactory(TypeCellFactory) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
 
setCellHilited(boolean[][]) - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
 
setCellHilited(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the hilit flag to the cell without recursive method call.
SetCellOperator - Class in org.knime.base.data.aggregation.general
Returns all values as a SetCell per group.
SetCellOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.SetCellOperator
Constructor for class SetCellOperator.
SetCellOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.SetCellOperator
Constructor for class SetCellOperator.
setCellRenderer(ListCellRenderer) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
setCellSelected(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the select flag to the cell without recursive method call.
SetCellSerializer() - Constructor for class org.knime.core.data.collection.SetCell.SetCellSerializer
 
setCharacterEncoding(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
The new char set - can be null indicating default encoding.
setCharSetName(String) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
setCharsetName(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Set the new character set name that will be used the next time a new input reader is created (see FileReaderSettings.createNewInputReader()).
setCharsetUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Set true to indicate that the flag is actually set and is not still the default value.
setChartCollapsed(boolean) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
 
setCheckboxEnabled(boolean) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotterProperties
 
setCheckboxSelected(boolean) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotterProperties
 
setCheckboxToolTipText(String) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotterProperties
 
setChildNodeIndex(int, int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Mark index of child node at a specific branch.
setChoices(String) - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
 
setChoices(String) - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
 
setChoices(String[]) - Method in class org.knime.core.util.node.quickform.in.StringOptionInputQuickFormInElement
 
setChoices(String[]) - Method in class org.knime.core.util.node.quickform.in.StringSelectionInputQuickFormInElement
 
setChoices(String[]) - Method in class org.knime.core.util.node.quickform.in.TwinStringListInputQuickFormInElement
 
setChoiceValues(Map<String, Set<String>>, String, String[]) - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
 
setChoiceValues(Map<String, Set<String>>) - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
 
setChunkedStreamingMode(int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setChunkMaster(ParallelizedChunkContentMaster) - Method in interface org.knime.core.node.workflow.LoopStartParallelizeNode
Set parallel chunk master so the start node has access to clean up when reset.
setChunkSize(int) - Method in class org.knime.base.node.parallel.AbstractParallelNodeModel
Sets the chunk size of the split data tables.
setChunkSize(int) - Method in class org.knime.core.node.tableview.TableContentModel
Set a new chunk size.
setClassColumn(String) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
setClassColumn(String) - Method in class org.knime.base.node.viz.roc.ROCSettings
Sets the name of the class column.
setClassMapping(HashMap<DataCell, Integer>) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Allows for setting the class mapping from output neurons to class values.
setClassValue(String) - Method in class org.knime.base.data.neural.Perceptron
Allows to set a class value for a perceptron (optional).
setClassValue(String) - Method in class org.knime.base.node.mine.svm.util.DoubleVector
Sets the class value of the DoubleVector.
setClosed(boolean) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Sets whether this set is closed or not.
setClusterValue(int, int, double) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Sets a value in a cluster prototype.
setColCount(int) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
 
setColCount(int) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
 
setColDelimiter(String) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
setColIndices(int[]) - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
 
setCollapsed(boolean) - Method in class org.knime.base.node.mine.decisiontree2.view.CollapsiblePanel
Collapse are expand the CollapsiblePanel.
setCollectionColName(String) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
 
setColor(Color) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
setColor(Color) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnIcon
Set's a new color.
setColor(Color) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
 
setColor(ColorAttr) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
If a datapoint is represented this is its original color attr.
setColor(ColorAttr) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
setColor(Color) - Method in class org.knime.base.node.viz.property.color.ColorManager2Icon
Set's a new color.
setColor(Color) - Method in class org.knime.core.node.defaultnodesettings.ColorIcon
Set's a new color.
setColor(Color) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
 
setColor(Color) - Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
Set the color information for the next cell to be rendered.
setColorColumn(String) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
 
setColorColumn(String) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
 
setColorHandler(ColorHandler) - Method in class org.knime.core.data.DataColumnSpecCreator
Set (new) ColorHandler which can be null.
setColorNameColumns(ColorColumn...) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
set the value stored to (a copy of) the new value.
setColorValue(Color) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
Set the value stored to the new value.
setColProperty(int, ColProperty) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
 
setColSeparator(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
setColSpec(DataColumnSpec) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
setColumn(String) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
 
setColumn(String) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
setColumn(String) - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
 
setColumnElements(Set<ColumnElement>) - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Set column elements used to define this key
setColumnExistenceHandling(DataValidatorColConfiguration.ColumnExistenceHandling) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
setColumnFilter(ColumnFilter) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
 
setColumnFilter(ColumnFilter) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Sets the new column filter and updates the component.
setColumnFilter(ColumnFilter) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Sets the internal used ColumnFilter to the given one and calls the ColumnFilterPanel.update(DataTableSpec, boolean, Collection) method to update the column panel.
setColumnFilter(ColumnFilter) - Method in class org.knime.core.node.util.ColumnSelectionComboxBox
Sets the internal used ColumnFilter to the given one and calls the ColumnSelectionComboxBox.update(DataTableSpec, String, boolean, ColumnFilter) method to update the column panel.
setColumnFilter(ColumnFilter) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Sets the new column filter and updates the component.
setColumnHeader(String) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
setColumnHeaderResizingAllowed(boolean) - Method in class org.knime.core.node.tableview.TableView
Enable or disable the resizing of the column header height.
setColumnHeaderViewHeight(int) - Method in class org.knime.core.node.tableview.TableView
Set the height of the column header view.
setColumnIndex(int) - Method in class org.knime.base.node.preproc.setoperator.SingleColRowComparator
 
setColumnIndices(int[]) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
setColumnName(String) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
setColumnName(String) - Method in class org.knime.base.node.viz.plotter.box.Box
 
setColumnName(String) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Sets a new name for this column.
setColumnName(String) - Method in class org.knime.core.node.tableview.TableRowHeaderView
Delegating method to model.
setColumnName(int, String) - Method in interface org.knime.core.node.util.ConfigTableModel
Change the name of the column at the given index.
setColumnName(int, String) - Method in class org.knime.core.node.util.DefaultConfigTableModel
Change the name of the column at the given index.
setColumnNumDeterminingLineNumber(int) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Sets the line number in the file that determined the number of columns.
setColumnProperties(Vector<? extends ColProperty>) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Stores a copy of the vector of properties in the structure.
setColumnProperties(SortedMap<Integer, ColProperty>) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
setColumns(Set<DBColumn>) - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Set DBColumns used to define this key
setColumns(int) - Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
Set given number of columns.
setColumns(String[]) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
 
setColumns(String[]) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
 
setColumns(Set<DBColumn>) - Method in class org.knime.core.node.port.database.tablecreator.DBKey
Sets the columns to define the key
setColumnsMap(Map<FieldsTableModel.Column, Integer>) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
Fill the mapping of columns to there actual position on the table.
setColumnSpec(DataColumnSpec) - Method in class org.knime.base.node.io.filereader.ColProperty
 
setColumnspecFilterCofig(DataColumnSpecFilterPanel) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
 
setColumnSuffix(String) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeSettings
 
setColumnSuffix(String) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
setColumnSuffix(String) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
setColumnSuffix(String) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeSettings
 
setColumnWidth(int) - Method in class org.knime.core.node.tableview.TableContentView
Sets the width of all columns to the argument width.
setColumnWidth(int) - Method in class org.knime.core.node.tableview.TableView
Sets an equal width in all columns.
setColVarColumn(String) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
setCombineMultipleDelimiters(boolean) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
if set true multiple different (but consecutive) delimiters are combined, that is ignored (unless they are supposed to be returned).
setCommentBegin(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
setCommentEnd(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
setComments(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
setComments(Vector<Comment>) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
sets comment objects to the settings structure.
setCommentStart(String) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
setCommentUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Set true to indicate that the flag is actually set and is not still the default value.
setComparator(Comparator<DataCell>) - Method in class org.knime.base.node.preproc.setoperator.SingleColRowComparator
 
setCompareColumn(String, String) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Sets the columns that will be compared during execution.
setComponent(Component) - Method in class org.knime.core.node.NodeView
Sets the panel of the view's content pane center area.
setComponentsVisible(boolean) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
Makes all components contained in the panel in/visible, depending on the value passed in.
setCompositionMode(Joiner2Settings.CompositionMode) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
 
setConnectionLineWidth(int) - Method in class org.knime.core.node.workflow.EditorUIInformation
 
setConnectionSecurity(SendMailConfiguration.ConnectionSecurity) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setConnectTimeout(int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setConsiderAttribute(int, boolean) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
To set if an attribute should be considered during learning or not.
setCoordinate(Coordinate) - Method in class org.knime.base.node.viz.plotter.Axis
Sets the underlying coordinate for this header.
setCoordinate(Coordinate) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
setCoordinates(Map<DataColumnSpec, Coordinate>) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
 
setCopyData(boolean) - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
 
setCopyData(boolean) - Method in class org.knime.core.node.exec.SandboxedNodeCreator
Set whether to copy the data from the original workflow into the sandboxed workflow.
setCopyInternDirForWorkflowVersionChange(boolean) - Method in class org.knime.core.node.missing.MissingNodeFactory
Set to true by persistor if the loaded workflow was saved in an old format so that a new save would convert all nodes into the new format.
setCoreLeft(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Sets the left core border.
setCoreLeft(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.TriangleMembershipFunction
We don't have a real core for triangle membership functions.
setCoreRight(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Sets the right core border.
setCoreRight(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.TriangleMembershipFunction
We don't have a real core for triangle membership functions.
setCorner(String, Component) - Method in class org.knime.core.node.tableview.TableView
Overwritten to add (north-south) resize listener to upper left corner.
setCountElementsPolicy(CollectionSplitSettings.CountElementsPolicy) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
 
setCovariateList(PMMLPredictor[]) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
setCoveredColors(HashMap<Color, Double>) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Sets the covered colors distribution directly.
setCredentialName(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Returns the name of the credential entry that should be used.
setCredentialsId(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setCredentialsProvider(CredentialsProvider) - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
Sets the credentials provider to read the credentials from (in case there are credentials flow variables to be loaded).
setCredentialsProvider(CredentialsProvider) - Method in class org.knime.core.node.Node
Sets credentials in model.
setCredentialsProvider(CredentialsProvider) - Method in class org.knime.core.node.NodeModel
Framework method to update credentials provider before configure/execute.
setCredentialsProvider(CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabasePortObject.DatabaseOutPortPanel
Set provider.
setCredentialsStore(CredentialsStore) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Set credentials store on this node.
setCurrentClassLoader(ClassLoader) - Method in class org.knime.core.data.container.DCObjectInputStream
Set the class loader to ask "first" to load classes.
setCurrentClassLoader(ClassLoader) - Method in class org.knime.core.data.container.DCObjectInputVersion2
Set the class loader to ask "first" to load classes.
setCurrentClassLoader(ClassLoader) - Method in class org.knime.core.data.container.PriorityGlobalObjectInputStream
Set the class loader to use next or null if to use the default.
setCurrentIteration(int) - Method in class org.knime.core.node.interrupt.InterruptControlPanel
Updates the iteration display with the current iteration number.
setCurrentLocation(File) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
Sets the current file system location of the workflow.
setCustomCommentLine(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
setCustomData(Object) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
To set a custom data object.
setCustomDescription(String) - Method in class org.knime.core.node.workflow.NodeContainer
 
setCustomPredictionName(String) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
 
setCustomSuffix(String) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
setData(SortedMap<Integer, ColProperty>, int[], int[], String[]) - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
Replace the data of the table model by the given settings.
setData(Map<Integer, ColProperty>, int[], int[], String[]) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Replace the data of the table model by the given settings.
setData(SotaCell[]) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the given data array.
setData(DataArray) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
setDataArrayIdx(int) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
setDatabaseIdentifier(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
setDatabaseName(String) - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
Sets the database's name.
setDatabaseTimeout(int) - Static method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Sets the global database timeout.
setDataFileLocationAndUpdateTableName(URL) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Sets the location of the file to read data from.
setDataHandlers(HashMap<Integer, ContainerTable>, WorkflowFileStoreHandlerRepository) - Method in class org.knime.core.node.workflow.WorkflowCreationHelper
Add data handelers use to init the workflow with.
setDataIds(ArrayList<Integer>) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the given Ids of according data sets.
setDataProvider(DataProvider) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
setDataProvider(DataProvider) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
Updates the column selection with the DataTableSpec of the DataArray with index 0.
setDataTable(DataTable) - Method in class org.knime.core.node.tableview.TableContentModel
Sets new data for this table.
setDataTable(DataTable) - Method in class org.knime.core.node.tableview.TableContentView
Sets a new DataTable as content.
setDataTable(DataTable) - Method in class org.knime.core.node.tableview.TableView
Sets a new DataTable as content.
setDataTable(DataTable) - Method in class org.knime.core.node.tableview.TableViewFrame
Delegating method to internal table view.
setDataTableOnSort(DataTable, TableSortOrder) - Method in class org.knime.core.node.tableview.TableContentModel
Sets new data for this table.
setDataTableSpec(DataTableSpec) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
 
setDataTypeHandling(DataValidatorColConfiguration.DataTypeHandling) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
SetDataValue - Interface in org.knime.core.data.collection
Additionally provides 'contains' functionality.
SetDataValue.SetUtilityFactory - Class in org.knime.core.data.collection
Implementations of the meta information of this value class.
setDataValueComparator(DataValueComparator) - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
Sets a new comparator used to check the range if lower and upper bounds are set.
setDateAndMode(long, DateInputDialog.Mode) - Method in class org.knime.core.node.util.DateInputDialog
This method should be called during the loading of the Dialog, if the last used date should be displayed again.
setDateAndMode(Date, DateInputDialog.Mode) - Method in class org.knime.core.node.util.DateInputDialog
 
setDateFormat(String) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
 
setDBName(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
setDBQueryConnection(DatabaseQueryConnectionSettings) - Method in class org.knime.core.node.port.database.DatabaseReaderConnection
Deprecated.
Sets a new connection object.
setDBSize(int) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.
 
setDecimalSeparator(char) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
Sets a new decimal separator character.
setDecimalSeparator(char) - Method in class org.knime.base.node.io.filereader.DataCellFactory
Sets the decimal separator to the specified character.
setDecimalSeparator(char) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Sets the character that will be considered decimal separator in the data (token) read for double type columns.
setDecimalSeparatorUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Sets a new value to the flag that indicates that the decimal value is explictly set by the user.
setDefault(boolean) - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
 
setDefaultChild(int) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplitPMML
 
setDefaultFontSize(int) - Method in class org.knime.core.node.workflow.AnnotationData
Set the default font size for this annotation.
setDefaultLabel(String) - Method in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
Sets the label that should be used if no rule matches.
setDefaultLabelIsColumn(boolean) - Method in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
 
setDefaultRenderer(String) - Method in class org.knime.core.data.ExtensibleUtilityFactory
Sets the default renderer using the ID of its factory.
setDefaultTabTitle(String) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Sets the title of the default tab that is created and used until you call DefaultNodeSettingsPane.createNewTab(java.lang.String).
setDefaultUseCaches(boolean) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setDefaultValue(DataCell) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
setDefaultValue(DataCell) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
setDefaultValue(String) - Method in class org.knime.core.node.util.ColumnComboBoxRenderer
Set the default value.
setDefaultValue(String) - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
 
setDefaultValue(double) - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
 
setDefaultValue(int) - Method in class org.knime.core.node.util.dialog.field.DefaultOutFlowVariableField
 
setDegree(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
Sets the maximum degree that polynomial used for regression should have.
setDegree(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
Sets the maximum degree that polynomial used for regression should have.
setDelay(int) - Method in class org.knime.core.node.interrupt.InterruptibleNodeModel
Sets the delay, that is the number of iterations until the view is refreshed.
setDeletable(boolean) - Method in class org.knime.core.node.workflow.ConnectionContainer
 
setDeletable(boolean) - Method in class org.knime.core.node.workflow.NodeContainer
 
setDeletable(boolean) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
setDeleteOnReset(boolean) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
setDelimiter(String) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
setDelimiters(Vector<Delimiter>) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
sets delimiter objects to the settings structure.
setDelimiterUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Set true to indicate that the flag is actually set and is not still the default value.
setDelta(double) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
setDepth(int) - Method in class org.knime.core.node.workflow.Workflow.NodeAndInports
 
setDescription(String) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
setDestPort(int) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
setDestSuffix(int) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
setDetailsMessage(String) - Method in exception org.knime.base.node.io.filereader.FileReaderException
Sets an additional message.
setDetermineMostSpecificDataType(boolean) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
 
setDialog(PaneConfigurationDialog) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
 
setDialogType(int) - Method in class org.knime.core.node.util.FilesHistoryPanel
Sets the type of brows dialog that is being opened.
setDialogTypeSaveWithExtension(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Sets the dialog type to SAVE JFileChooser.SAVE_DIALOG, whereby it also forces the given file extension when the user enters a path in the text field that does not end with either the argument extension or any extension specified in the constructor (ignoring case).
setDialogTypeSaveWithExtension(String) - Method in class org.knime.core.node.util.FilesHistoryPanel
Sets the dialog type to SAVE JFileChooser.SAVE_DIALOG, whereby it also forces the given file extension when the user enters a path in the text field that does not end with either the argument extension or any extension specified in FilesHistoryPanel.setSuffixes(String...) (ignoring case).
setDialogValue(VAL) - Method in interface org.knime.core.node.dialog.DialogNode
Loads a value edited outside the node into the node.
setDimension(int) - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
Sets the given dimension.
setDimension(int, int, int, int) - Method in class org.knime.core.node.workflow.Annotation
Set dimensionality.
setDimension(int, int, int, int) - Method in class org.knime.core.node.workflow.AnnotationData
Set dimensionality.
setDimensionNoNotify(int, int, int, int) - Method in class org.knime.core.node.workflow.Annotation
Set dimensions, but don't notify any listener.
setDimensionNoNotify(int, int, int, int) - Method in class org.knime.core.node.workflow.NodeAnnotation
Set dimensions, but don't notify any listener.
setDimensions(int) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
setDimensionsSelected(boolean) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
setDirty(boolean) - Method in class org.knime.core.internal.ReferencedFile
Helper method used in the workflow manager to mark the node associated with this directory as dirty.
setDirty() - Method in class org.knime.core.node.workflow.NativeNodeContainer
Overridden to also ensure that outport tables are "open" (node directory is deleted upon save() - so the tables are better copied into temp).
setDirty(ReferencedFile) - Method in class org.knime.core.node.workflow.NodeContainer
Sets the dirty flag on the referenced file (node container directory or auto save directory).
setDirty() - Method in class org.knime.core.node.workflow.NodeContainer
Mark this node container to be changed, that is, it needs to be saved.
setDirty() - Method in class org.knime.core.node.workflow.WorkflowManager
Mark this node container to be changed, that is, it needs to be saved.
setDirtyAfterLoad() - Method in class org.knime.core.node.CopyNodePersistor
Sets the dirty flag on this node.
setDirtyAfterLoad() - Method in class org.knime.core.node.FileNodePersistor
Sets the dirty flag on this node.
setDirtyAfterLoad() - Method in interface org.knime.core.node.NodePersistor
Sets the dirty flag on this node.
setDirtyAfterLoad() - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
Mark node as dirty.
setDirtyAfterLoad() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
Mark dirty after (when run into error).
setDirtyAfterLoad() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Mark as dirty when loading completed.
setDirtyAfterLoad() - Method in interface org.knime.core.node.workflow.TemplateNodeContainerPersistor
Mark as dirty when loading completed.
setDisallowElementAdding() - Method in class org.knime.core.util.node.config.ConfigRegistry
Disallow further invocations of any of the add methods.
setDiscretizationModel(DiscretizationModel) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
Sets the DiscretizationModel to be visulized by this view.
setDiscretize(String, PMMLDiscretize) - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
setDisplayChart(boolean) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
setDisplayTable(boolean) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
setDistance(String) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
setDistance(double) - Method in class org.knime.base.util.kdtree.NearestNeighbour
Sets the distance of this nearest neighbour.
setDocumentLocator(Locator) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
setDoInput(boolean) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setDomain(DataColumnDomain) - Method in class org.knime.core.data.DataColumnSpecCreator
Set (new) domain.
setDomainHandlingMinMax(DataValidatorColConfiguration.DomainHandling) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
setDomainHandlingPossbileValues(DataValidatorColConfiguration.DomainHandling) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
setDomainOverflowPolicy(EditNumericDomainNodeModel.DomainOverflowPolicy) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
 
setDomainValues(List<DataCellPoint>) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
Adds a list of domain values that should be in same order as referring mapped points.
setDomainValues(DataCellPoint...) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
Adds a list of domain values that should be in same order as referring mapped points.
setDomainValues(List<DataCell>) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
setDoOutput(boolean) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setDotAll(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
setDotInfoArray(DotInfoArray) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
Sets the dots to be painted.
setDots(List<DotInfo>) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixElement
 
setDotSize(int) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
 
setDotSize(int) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Sets the size of the dots and sets a tick offset to both axes to ensure that the points are always completely visible.
setDotSize(int) - Method in class org.knime.base.node.viz.plotter.props.ScatterPlotterAppearanceTab
 
setDotSize(int) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Sets the size of the dots and sets a tick offset to both axes to ensure that the points are always completely visible.
setDotSize(int) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
 
setDouble(String, double) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the double configuration parameter registered under the given ID.
setDoubleArray(String, double[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the double array configuration parameter registered under the given ID.
setDoubleExtension(ExtensionDocument.Extension, String, double) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
setDoubleValue(double, double, double) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
Method that may be overwritten to return a more specific color.
setDoubleValue(double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
set the value stored to the new value.
setDoubleValue(double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
set the value stored to the new value.
setDragEnd(Point) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
For normal behavior, this method should is by the AbstractPlotter only.
setDragImage(Image) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
setDragImageOffset(Point) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
setDragStart(Point) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
For normal behavior, this method should is by the AbstractPlotter only.
setDrawAntialias(boolean) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
setDrawCurves(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
setDrawHierarchicalFuzzyData(boolean) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
setDrawHierarchicalSeparators(boolean) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
setDrawingSpace(Dimension) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setDrawingSpace(Dimension) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
setDrawSectionOutline(boolean) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
setDriver(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Set a new database driver.
setDuplicateColumnSuffix(String) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Sets the suffix that is appended to duplicate columns from the right table if the duplicate handling method is JoinMode.AppendSuffix.
setDuplicateHandling(DBJoinerSettings.DuplicateHandling) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
setDuplicateHandling(Joiner2Settings.DuplicateHandling) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Sets how duplicate column names should be handled.
setDuration(Duration) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
 
setEditorUIInformation(EditorUIInformation) - Method in class org.knime.core.node.workflow.WorkflowManager
Stores the editor specific settings.
setEigenValues(double[]) - Method in class org.knime.base.node.mine.pca.PCAModelPortObjectSpec
set eigenvalues of existing pca.
setEigenValues(double[]) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
setElementAt(int, double) - Method in class org.knime.base.node.mine.mds.DataPoint
Sets the given value at the given index of the data point.
setElementNames(String[]) - Method in class org.knime.core.data.DataColumnSpecCreator
Set names of elements when this column contains a vector type.
setEmbeddedComponent(Component) - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
Guarantees that the control panel is always added at the very top of the view.
setEnabled(boolean) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
setEnabled(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Sets the enabled status of the model.
setEnabled(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
Deprecated.
rather use the component's SettingsModel to enable/disable the component.
setEnabled(boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Sets the enabled status of the model.
setEnabled(boolean, String) - Method in class org.knime.core.node.NodeDialogPane
Sets the enable status of a certain tab in the dialog.
setEnabled(boolean) - Method in class org.knime.core.node.util.CheckedRadioButtonPanel
Disables/enables the panel and sets a label instead of the buttons or the other way around.
setEnabled(boolean) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Enables or disables all components on this panel.
setEnabled(boolean) - Method in class org.knime.core.node.util.ColumnSelectionPanel
 
setEnabled(boolean) - Method in class org.knime.core.node.util.ConfigTablePanel
 
setEnabled(boolean) - Method in class org.knime.core.node.util.DateInputDialog
 
setEnabled(boolean) - Method in class org.knime.core.node.util.FilesHistoryPanel
setEnabled(boolean) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
Enables or disables all components on this panel.
setEnabled(boolean) - Method in class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
setEnabled(boolean) - Method in class org.knime.core.node.util.filter.FilterIncludeExcludePreview
setEnabled(boolean) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Enables or disables all components on this panel.
setEnabled(boolean) - Method in class org.knime.core.node.util.filter.PatternFilterPanelImpl
setEnabled(boolean) - Method in class org.knime.core.node.util.StringHistoryPanel
setEnabled(boolean) - Method in class org.knime.core.node.util.VerticalCollapsablePanels
setEnabledAddButton(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Enables or disables the add button
setEnabledComponents(boolean) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDate
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDuration
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumber
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentOptionalString
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
This method is called by the above (final) DialogComponent.setEnabled(boolean) method.
setEnabledComponents(boolean) - Method in class org.knime.core.node.util.FileSelectionPanel
Enables components if enabled is true, otherwise components will be disabled.
setEnabledRemoveButton(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Enables or disables the remove and removeAll button
setEnableHiLite(boolean) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Set if hiliting should be supported.
setEnableHiliting(boolean) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
setEncryptionKeySupplier(EncryptionKeySupplier) - Static method in class org.knime.core.util.KnimeEncryption
Sets the static encryption key supplier for this global static knime encryptor.
setEndX(int) - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Sets the given end x coordinate.
setEndX(int) - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
Sets the given end x coordinate.
setEndY(int) - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Sets the given end y coordinate.
setEndY(int) - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
Sets the given end y coordinate.
setEnforceOption(NameFilterConfiguration.EnforceOption) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Set a new enforce option.
setenv(String, String) - Method in class org.knime.core.util.CLibrary
Sets an environment variable.
setenv(String, String) - Method in class org.knime.core.util.CLibrary.UnixCLibrary
Sets an environment variable.
setenv(String, String) - Method in class org.knime.core.util.CLibrary.WindowsCLibrary
Sets an environment variable.
setEnvps(String...) - Method in class org.knime.base.node.util.exttool.CommandExecution
 
setEqualityMethod(AutoBinnerLearnSettings.EqualityMethod) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setEqualityMethod(AutoBinnerLearnSettings.EqualityMethod) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setError(FileReaderException) - Method in class org.knime.base.node.io.filereader.FileReaderPreviewTable
This sets the flag indicating that the row iterator ended the table with an error.
setError(FileReaderException) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRPreviewTable
This sets the flag indicating that the row iterator ended the table with an error.
setError(String) - Method in class org.knime.core.node.web.ValidationError
 
setError(String, String, String) - Method in class org.knime.core.node.workflow.FlowTryCatchContext
Store information about an error that was caught.
setErrorMessage(String) - Method in class org.knime.base.data.normalize.AffineTransTable
Sets an error message, if something went wrong during normalization.
setErrorMessage(String) - Method in class org.knime.base.data.normalize.Normalizer
Deprecated.
Sets an error message, if something went wrong during initialization.
setErrorMessage(String) - Method in class org.knime.base.data.normalize.Normalizer2
Sets an error message, if something went wrong during initialization.
setEtaMinus(double) - Method in class org.knime.base.data.neural.methods.RProp
Set negative learning rate.
setEtaNull(double) - Method in class org.knime.base.data.neural.methods.RProp
set starting value for eta.
setEtaPlus(double) - Method in class org.knime.base.data.neural.methods.RProp
Set positive learning rate.
setExcludeList(String[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Set the value of the stored exclude list.
setExcludeList(Collection<String>) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Set the value of the stored exclude list.
setExcludeList(String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Set a new exclude list.
setExcludeTitle(String) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Sets the title of the exclude panel.
setExcludeTitle(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Sets the title of the exclude panel.
setExcludeTitle(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
Sets the title of the exclude panel.
setExcludeTitle(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Sets the title of the exclude panel.
setExcludeTitle(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Sets the title of the exclude panel.
setExec(ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.logic.SotaHelper
 
setExecuteCanceled() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
Causes execution to finish fast (with a - more or less - usable result).
setExecuteCanceled() - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Sets the cancel requested flag.
setExecuteCanceled() - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Must not be called.
setExecuteCanceled() - Method in interface org.knime.core.node.NodeProgressMonitor
Sets the cancel requested flag.
setExecuteCanceled() - Method in class org.knime.core.util.ProgressMonitorAdapter
Sets the cancel requested flag.
setExecuteInterrupted() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
Called when the execution should be interrupted immediately without result.
setExecutionDir(File) - Method in class org.knime.base.node.util.exttool.CommandExecution
 
setExecutionEnvironment(ExecutionEnvironment) - Method in class org.knime.core.node.workflow.NodeContainer
 
setExecutionEnvironment(ExecutionEnvironment) - Method in class org.knime.core.node.workflow.SubNodeContainer
This is ambiguous.
setExecutionJob(NodeExecutionJob) - Method in class org.knime.core.node.workflow.NodeContainer
 
setExecutor(Executor) - Method in class org.knime.core.util.MultiThreadWorker
 
setExplodeSelectedSections(boolean) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
setExplodeSize(double) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
setExposeVariableName(String) - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
 
setExtensionsString(String) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
setExtensionsString(String) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
 
setExternalErrorOutput(LinkedList<String>) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
 
setExternalOutput(LinkedList<String>) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
 
setExtractAllProps(boolean) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
 
setExtractAllProps(boolean) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
 
setExtractColumnNameAsColumn(boolean) - Method in class org.knime.core.data.util.DataTableSpecExtractor
 
setExtractPossibleValuesAsCollection(boolean) - Method in class org.knime.base.data.util.DataTableSpecExtractor
Deprecated.
 
setExtractPropertyHandlers(boolean) - Method in class org.knime.base.data.util.DataTableSpecExtractor
Deprecated.
 
setExtremeOutliers(Set<Outlier>) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
setFactorList(PMMLPredictor[]) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
setFadeUnhilited(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
setFadeUnhilited(boolean) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
 
setFailedExternalErrorOutput(LinkedList<String>) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
 
setFailedExternalOutput(LinkedList<String>) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
 
setFailIfNoMatch(boolean) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
setFailIfNoRuleMatches(boolean) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
setFailIfSomeMissing(boolean) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
 
setFailingBehavior(DataValidatorConfiguration.RejectBehavior) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
 
setFailOnError(boolean) - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
 
setFailOnInvalid(boolean) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Deprecated.
 
setFetchSize(Statement, int) - Method in class org.knime.core.node.port.database.StatementManipulator
Sets the fetch size on the statement.
setFgColor(int) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
 
setFile(File) - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
 
setFileHasColumnHeaders(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Tells whether the first line in the file should be considered column headers, or not.
setFileHasColumnHeadersUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Set true to indicate that the flag is actually set and is not still the default value.
setFileHasRowHeaders(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Tells whether the first token in each line in the file should be considered row header, or not.
setFileHasRowHeadersUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Set true to indicate that the flag is actually set and is not still the default value.
setFileLocation(URL) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
setFileName(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
setFileOverwritePolicy(FileWriterNodeSettings.FileOverwritePolicy) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
setFileStoreFactory(FileStoreFactory) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
 
setFileStoreFactory(FileStoreFactory) - Method in class org.knime.core.data.container.AbstractCellFactory
Called by the framework to set the file store factory prior execution.
setFileStoreHandler(IWriteFileStoreHandler) - Method in class org.knime.core.data.container.DataContainer
 
setFileStoreHandler(IFileStoreHandler) - Method in class org.knime.core.node.Node
Sets new file store handler, disposes old one first.
setFileStoreHandler(ILoopStartWriteFileStoreHandler) - Method in class org.knime.core.node.workflow.FlowLoopContext
 
setFillValueDouble(boolean, double) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
setFillValueInt(boolean, int) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
setFillValueString(boolean, String) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
setFilter(ListFiles.Filter) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
setFilter(ListFiles.Filter) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
 
setFilter(InputFilter<T>) - Method in class org.knime.core.node.util.filter.PatternFilterPanelImpl
 
setFilterConfiguration(DataColumnSpecFilterConfiguration) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setFilterConfiguration(DataColumnSpecFilterConfiguration) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
setFilterConfiguration(DataColumnSpecFilterConfiguration) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
 
setFilterConfiguration(DataColumnSpecFilterConfiguration) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
 
setFilterConfiguration(FlowVariableFilterConfiguration) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
setFilterConfiguration(FlowVariableFilterConfiguration) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
 
setFilterHandler(FilterHandler) - Method in class org.knime.core.data.DataColumnSpecCreator
Set (new) FilterHandler which can be null.
setFilterLeftJoinOnColumns(boolean) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
setFilterRightJoinOnColumns(boolean) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
setFixCell(DataCell) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
 
setFixedLengthStreamingMode(int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setFixedLengthStreamingMode(long) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setFixedWidth(int) - Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
Sets the fixed width.
setFloat(String, float) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the float configuration parameter registered under the given ID.
setFloatArray(String, float[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the float array configuration parameter registered under the given ID.
setFlowObjectStack(FlowObjectStack) - Method in class org.knime.core.node.config.ConfigEditJTree
 
setFlowObjectStack(FlowObjectStack) - Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
 
setFlowObjectStack(FlowObjectStack, FlowObjectStack) - Method in class org.knime.core.node.Node
 
setFlowObjectStack(FlowObjectStack, FlowObjectStack) - Method in class org.knime.core.node.NodeModel
 
setFlowObjectStack(FlowObjectStack, FlowObjectStack) - Method in class org.knime.core.node.workflow.NativeNodeContainer
setFlowObjectStack(FlowObjectStack, FlowObjectStack) - Method in class org.knime.core.node.workflow.SingleNodeContainer
setFlowObjectStack(FlowObjectStack, FlowObjectStack) - Method in class org.knime.core.node.workflow.SubNodeContainer
setFlowVariablePrefix(String) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
setFlowVariablePrefix(String) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
 
setFlowVariables(List<FlowVariable>) - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
Set list of flow variables to be exposed by the node.
setFocusBorder(Border) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationSettingsButtonCellRenderer
The foreground color of the button when the cell has focus.
setFocusBorder(Border) - Method in class org.knime.base.data.aggregation.dialogutil.OperatorSettingsButtonCellRenderer
Deprecated.
The foreground color of the button when the cell has focus.
setFont(Font) - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
setFont(Font) - Method in class org.knime.core.node.tableview.TableContentView
setFont(Font) - Method in class org.knime.core.node.tableview.TableRowHeaderView
setFontName(String) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
 
setFontSize(int) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
 
setFontStyle(int) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
 
setForceCopyOfBlobs(boolean) - Method in class org.knime.core.data.container.DataContainer
If true any blob that is not owned by this container, will be copied and this container will take ownership.
setForceSynchronousIO(boolean) - Method in class org.knime.core.node.Node
Force any tables written by the associated execution context to be written synchronously.
setForeground(Color) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Overrides JComponent.setForeground to assign the unselected-foreground color to the specified color.
setFormat(SendMailConfiguration.EMailFormat) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setFormat(String) - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
 
setFormatParameter(String) - Method in class org.knime.base.node.io.filereader.ColProperty
Sets the optional format parameter for the factory for this column.
setFormatParameter(String) - Method in class org.knime.base.node.io.filereader.DataCellFactory
Sets the optional format parameter required by the underlying DataCellFactory.
setFormatParameter(String) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
setFormatParameterForColumn(int, String) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Sets an optional format for the column.
setFormatParameterForColumn(int, String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Sets an optional format for the column.
setForwardConnectionProgressEvents(boolean) - Method in class org.knime.core.node.exec.SandboxedNodeCreator
Whether to forward progress events on ConnectionContainer.
setFractionSizesFromString(String) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings
 
setFractionUsageThreshold(double) - Method in class org.knime.core.data.util.memory.MemoryAlertSystem
Set percentage level of the amount of memory in tenured space which may be set before a memory warning event is thrown.
setFrequentItemsets(Collection<FrequentItemSet>) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.
 
setFrom(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setFully(BufferedDataTable) - Method in class org.knime.core.node.streamable.RowOutput
Fully sets the table and closes the output.
setFunctionName(PMMLGeneralRegressionContent.FunctionName) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
Sets the "functionName" attribute.
setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
Sets the "functionName" attribute.
setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
Sets the "functionName" attribute.
setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Sets the "functionName" attribute.
setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
Sets the "functionName" attribute.
setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
Sets the "functionName" attribute.
setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
Sets the "functionName" attribute.
setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
Sets the "functionName" attribute.
setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
Sets the "functionName" attribute.
setFunctionName(MININGFUNCTION.Enum) - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
Sets the "functionName" attribute.
setFuture(Future<?>) - Method in class org.knime.core.node.exec.LocalNodeExecutionJob
Set the future that represents the pending execution.
setGridLines(int[]) - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
Indicates if the grid lines should be drawn.
setGridX(int) - Method in class org.knime.core.node.workflow.EditorUIInformation
 
setGridY(int) - Method in class org.knime.core.node.workflow.EditorUIInformation
 
setGroupColNames(List<String>) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
 
setGroupColumn(String) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
 
setGroupColumn(String) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2Configuration
 
setGuessNumOfCols(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
setGUIMustReportDataLoadErrors(boolean) - Method in class org.knime.core.node.workflow.WorkflowPersistor.MetaNodeLinkUpdateResult
 
setGzipOutput(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
setHasColHeader(boolean) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
setHasColHeader(boolean) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
setHasContent(boolean) - Method in class org.knime.core.node.NodeModel
Sets the hasContent flag and fires a state change event.
setHasCurvedConnections(boolean) - Method in class org.knime.core.node.workflow.EditorUIInformation
 
setHasCustomPredictionName(boolean) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
 
setHasRowHeader(boolean) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
setHasRowHeader(boolean) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRSettings
 
setHasSameRowsInEachIteration(boolean) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeConfiguration
 
setHeight(int) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
setHeight(int) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Sets the height for the drawing pane.
setHeight(int) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
Sets the height for all parallel axes.
setHeight(int) - Method in class org.knime.core.node.workflow.AnnotationData
 
setHideInWizard(boolean) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
setHideMode(boolean) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
 
setHideUnhilited(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
setHierarchyLevel(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
 
setHierarchyLevel(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
setHighlightOutputTable(boolean) - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
Defines if output table should be highlighted or not.
setHightlightOutputTable(boolean) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
setHiLit(boolean) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
setHilite(boolean) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
setHilite(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
setHilited(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the given hilit flag.
setHilited(boolean) - Method in interface org.knime.base.node.mine.sota.view.interaction.Hiliteable
Sets the given hilit flag.
setHilitedKeys(Collection<RowKey>, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
setHilitedKeys(Collection<RowKey>, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
setHilitedKeys(Set<RowKey>, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
 
setHiliteHandler(HiLiteHandler) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyView
Sets the hilite handler to be used.
setHiliteHandler(HiLiteHandler) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
setHiLiteHandler(HiLiteHandler) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
setHiLiteHandler(HiLiteHandler) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
setHiLiteHandler(HiLiteHandler) - Method in class org.knime.base.node.viz.table.TableNodeView
Sets a new handler for this view.
setHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.tableview.TableContentModel
Set a new HiLiteHandler.
setHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.tableview.TableContentView
Sets a new HiLiteHandler that this view talks to.
setHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.tableview.TableView
Sets a new HiLiteHandler this view talks to.
setHiLiteHandler(HiLiteHandler) - Method in class org.knime.core.node.tableview.TableViewFrame
Delegating method to internal table view.
setHiliteMapping(DefaultHiLiteMapper) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Applies a new mapping to the hilite translator.
setHiliteMapping(DefaultHiLiteMapper) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Applies a new mapping to the hilite translator.
setHiliteShape(H) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
setHiliteShape(H) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
setHistogramLayout(HistogramLayout) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setHistogramLayout(HistogramLayout) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
setHistogramVizModel(DataTableSpec, AbstractHistogramVizModel) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
setHistogramVizModel(AbstractHistogramVizModel, boolean) - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
 
setHorizontalMargin(int) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelDrawingPane
Sets the horizontal margin.
setHorizontalMargin(int) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
 
setHorizontalPlacement(boolean) - Method in class org.knime.core.node.defaultnodesettings.DefaultNodeSettingsPane
Changes the orientation the components get placed in the dialog.
setHost(String) - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
Sets the database's host name.
setIconColor(Color) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
Sets the color in the icon.
setIconValue(double) - Method in class org.knime.core.data.renderer.DoubleBarRenderer
Sets the value for the icon.
setId(Integer) - Method in class org.knime.core.node.exec.dataexchange.PortObjectIDSettings
Set new ID for the port object, setting null invalidates the settings.
setIfModifiedSince(long) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setIgnoreDelimsAtEndOfRowUserValue(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Sets the "is user set" flag and stores the user value.
setIgnoreDomainColumns(boolean) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
 
setIgnoreEmptyLines(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
setIgnoreEmptyLinesUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Set true to indicate that the flag is actually set and is not still the default value.
setIgnoreEmptyTokensAtEndOfRow(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Sets this flag.
setIgnoreNotExistingColumns(boolean) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
 
setIgnoreType(boolean) - Method in class org.knime.base.node.mine.mds.distances.EuclideanDistanceManager
 
setIgnoreType(boolean) - Method in class org.knime.base.node.mine.mds.distances.ManhattanDistanceManager
 
setIgnoreWrongTypes(boolean) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
 
setIgnoreWrongTypes(boolean) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
 
setImage(BufferedImage) - Method in class org.knime.core.node.util.ImageViewPanel
Set image to draw (or null) and repaint.
setInclMissing(boolean) - Method in class org.knime.base.data.aggregation.AggregationOperator
 
setInclMissing(boolean) - Method in class org.knime.base.data.aggregation.OperatorColumnSettings
 
setInclMissingCells(boolean) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
 
setinclMissingCells(boolean) - Method in class org.knime.base.data.aggregation.ColumnAggregator
Deprecated.
setInclMissingCells(boolean) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationFunctionRow
 
setInclMissingCells(boolean) - Method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
setInclMissingFlag(OperatorColumnSettings, boolean) - Static method in class org.knime.base.data.aggregation.AggregationOperator
Ensure that the include missing flag of the given OperatorColumnSettings object is set to the given flag.
setInclude(boolean) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
setIncludeAll(boolean) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
Deprecated.
 
setIncludeAll(boolean) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
Deprecated.
 
setIncludeAll(boolean) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Pass true, when all input columns except of the target should be used as independent variables.
setIncludeAll(boolean) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
 
setIncludeAll(boolean) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
setIncludeAll(boolean) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
setIncludeAll(boolean) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setIncludeAll(boolean) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
setIncludeConstant(boolean) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
Defines if the constant term (intercept) should be estimated.
setIncludedColumns(String[]) - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
Deprecated.
Sets the columns which were used for model calculation.
setIncludedColumns(String[]) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotterProperties
Sets the columns which were used for model calculation.
setIncludedColumns(String[]) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Set the included columns which are the independent variables.
setIncludedColumns(DataColumnSpecFilterConfiguration) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
 
setIncludedColumns(String[]) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
setIncludeInOutConnections(boolean) - Method in class org.knime.core.node.workflow.WorkflowCopyContent
Set whether connections that link to or from any of the contained nodes should be included in the copy content.
setIncludeList(String[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
set the value of the stored include list.
setIncludeList(Collection<String>) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
set the value of the stored include list.
setIncludeList(String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Set a new list of names to include.
setIncludeProbabilities(boolean) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorSettings
Deprecated.
 
setIncludeProbabilities(boolean) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
 
setIncludes(String[]) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridConfiguration
 
setIncludeTitle(String) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Sets the title of the include panel.
setIncludeTitle(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Sets the title of the include panel.
setIncludeTitle(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
Sets the title of the include panel.
setIncludeTitle(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Sets the title of the include panel.
setIncludeTitle(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Sets the title of the include panel.
setIncrement(int) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
setIncrement(int) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
setInData(DataArray) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Sets in data.
setIndex(int) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
 
setIndexOfBlobInColumn(int) - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
Set the corresponding address.
setIndividualConfigurations(List<DataValidatorColConfiguration>) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
 
setInfoMsg(String) - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
If the information message is set no bars will be drawn.
setInfoMsg(String) - Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
If the information message is set no bars will be drawn.
setInfoMsg(String) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
If the information message is set no bars will be drawn.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.core.node.Node
 
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.core.node.NodeModel
This implementation is empty.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Set a new HiLiteHandler for an incoming connection.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.core.node.workflow.SingleNodeContainer
Set a new HiLiteHandler for an incoming connection.
setInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.core.node.workflow.SubNodeContainer
Set a new HiLiteHandler for an incoming connection.
setInline(boolean) - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
 
setInMemory(boolean) - Method in class org.knime.base.data.statistics.MedianTable
Deprecated.
No longer in use - KNIME decided when to swap to disc
setInPercent(boolean) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
setInPorts(PortType[]) - Method in class org.knime.core.node.workflow.SubNodeContainer
 
setInPortsBarUIInfo(UIInformation) - Method in class org.knime.core.node.workflow.WorkflowManager
Set UI information for workflow's input ports (typically aligned as a bar).
setInput(double) - Method in class org.knime.base.data.neural.InputPerceptron
Sets the input to given value.
setInputColName(String) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.ConfigurationContainer
 
setInputData(ExternalNodeData) - Method in interface org.knime.core.node.dialog.InputNode
Sets the input for the node.
setInputMapping(HashMap<String, Integer>) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Allows for setting the input mapping from input neurons to class values.
setInputNodes(Map<String, ExternalNodeData>) - Method in class org.knime.core.node.workflow.WizardExecutionController
Parameterizes InputNodes in the workflow (URL parameters).
setInputNodes(Map<String, ExternalNodeData>) - Method in class org.knime.core.node.workflow.WorkflowManager
Counterpart to WorkflowManager.getInputNodes() - it sets new values into quickform nodes on the root level.
setInputNodeSettings(NodeSettings, int, List<FlowVariable>, boolean) - Static method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
Injects the port object ID and flow variables into the settings of this node.
setInputPortIndex(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
setInputVariableName(String) - Method in class org.knime.core.node.FlowVariableModel
 
setInstanceFollowRedirects(boolean) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setInt(String, int) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the int configuration parameter registered under the given ID.
setIntArray(String, int[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the int array configuration parameter registered under the given ID.
setIntegerBounds(boolean) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setIntegerBounds(boolean) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setInternalHeldPortObjects(PortObject[]) - Method in class org.knime.core.node.FileNodePersistor
 
setInternalHeldPortObjects(PortObject[]) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
 
setInternalPortObjects(PortObject[]) - Method in interface org.knime.core.node.port.PortObjectHolder
Called when the workflow gets loaded, sets what was previously returned by the get method.
setInternalPortObjects(PortObject[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Called when the workflow gets loaded, sets what was previously returned by the get method.
setInternalState(InternalNodeContainerState) - Method in class org.knime.core.node.workflow.NodeContainer
Set new status and notify listeners.
setInternalState(InternalNodeContainerState, boolean) - Method in class org.knime.core.node.workflow.NodeContainer
Set new status and notify listeners.
setInternalStateAfterLockRelease(InternalNodeContainerState, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Called by the workflow lock upon releasing the lock by a thread to finally update the internal state.
setInternalTables(BufferedDataTable[]) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
Allows the WorkflowManager to set information about new BDTs, for instance after load.
setInternalTables(BufferedDataTable[]) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
Allows the WorkflowManager to set information about new BDTs, for instance after load.
setInternalTables(BufferedDataTable[]) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Allows the WorkflowManager to set information about new BDTs, for instance after load.
setInternalTables(BufferedDataTable[]) - Method in class org.knime.base.node.viz.table.TableNodeModel
Allows the WorkflowManager to set information about new BDTs, for instance after load.
setInternalTables(BufferedDataTable[]) - Method in interface org.knime.core.node.BufferedDataTableHolder
Allows the WorkflowManager to set information about new BDTs, for instance after load.
setInterpolation(boolean) - Method in class org.knime.base.node.viz.plotter.line.LinePlotter
Missing values may be linearly interpolated, if true they will be interpolated, if false missing values will be left out and the line will be interrupted.
setIntExtension(ExtensionDocument.Extension, String, int) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
setIntValue(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
set the value stored to the new value.
setIntValue(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
set the value stored to the new value.
setIntValue(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOddIntegerBounded
set the value stored to the new value.
setInvalidCause(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
setInvalidCause(String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
setIsActive(boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
sets if the seed should be used.
setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription
Flags this node as deprecated node.
setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription13Proxy
Flags this node as deprecated node.
setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription210Proxy
Flags this node as deprecated node.
setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription212Proxy
Flags this node as deprecated node.
setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription27Proxy
Flags this node as deprecated node.
setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription28Proxy
Flags this node as deprecated node.
setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeDescription31Proxy
Flags this node as deprecated node.
setIsDeprecated(boolean) - Method in class org.knime.core.node.NodeFactory
Sets if this node is deprecated.
setIsDropLocation(boolean) - Method in class org.knime.core.node.workflow.NodeUIInformation
Set true, if the coordinates specify the location of the node drop and should be adjusted to place the node figure center under the cursor.
setItems(List<Integer>) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Adds a set of items.
setJDBCUrl(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Sets the JDBC URL for the database.
setJitterRate(int) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
 
setJobManager(NodeExecutionJobManager) - Method in class org.knime.core.node.workflow.NativeNodeContainer
Set a new NodeExecutionJobManager for this node.
setJobManager(NodeExecutionJobManager) - Method in class org.knime.core.node.workflow.NodeContainer.NodeContainerSettings
 
setJobManager(NodeExecutionJobManager) - Method in class org.knime.core.node.workflow.NodeContainer
Set a new NodeExecutionJobManager for this node.
setJobManager(NodeID, NodeExecutionJobManager) - Method in class org.knime.core.node.workflow.WorkflowManager
Sets a new job manager on the node with the given ID.
setJoinMode(DBJoinerSettings.JoinMode) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
setJoinMode(Joiner2Settings.JoinMode) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Sets the mode how the two tables should be joined.
setKeepAllSelected(boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Set a new keep all selection state.
setKeepAllSelected(boolean) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Sets a new selection for the keep all columns box.
setKerberos(boolean) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
setKey(String) - Method in class org.knime.core.node.config.base.AbstractConfigEntry
Set a new key.
setKeyColumnLabel(String) - Method in class org.knime.core.node.util.KeyValuePanel
Set the label of the first column.
setKeyName(String) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Sets the name of the key
setKeyValueMap(Map<String, Object>) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
 
setKnimeName(String) - Method in class org.knime.core.node.util.dialog.field.AbstractField
 
setKNIMETempDir(File) - Static method in class org.knime.core.node.KNIMEConstants
Set a new location for the KNIME temp directory.
setKnimeType(DataType) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Sets the Knime data type
setKnimeType(DataType) - Method in class org.knime.core.node.util.dialog.field.ColumnField
 
setKnimeType(FlowVariable.Type) - Method in class org.knime.core.node.util.dialog.field.FlowVariableField
 
setKNIMETypes(Collection<DataType>) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMETypeCellEditor
 
setLabel(String) - Method in class org.knime.core.node.util.VTextIcon
Deprecated.
sets the label to the given string, updating the orientation as needed and invalidating the layout if the size changes
setLabel(String) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
setLabelColumnPort1(String) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
setLabelDisplayPolicy(LabelDisplayPolicy) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setLabelDisplayPolicy(LabelDisplayPolicy) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
setLabels(String, String, String, String, String, String, String, String) - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Sets the all labels and arbitrary tooltips for the view.
setLabels(int, int, double, double, double) - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Sets the all labels and for the accuracy, error and cohen's kappa it also sets deviated tooltips for the view.
setLabels(double, double, double, double, double) - Method in class org.knime.base.node.mine.scorer.numeric.AbstractNumericScorerNodeView
Sets all the labels in the nodeView with the values of the numeric scorers outcome.
setLabelText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
 
setLag(int) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
 
setLagInterval(int) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
 
setLastAdded(JComponent) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
 
setLastSpec(DataTableSpec) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
 
setLastTargetColumn(DataColumnSpec) - Method in class org.knime.base.node.mine.util.PredictorNodeDialog
 
setLayer(int, Layer) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Sets the layer at a given position.
setLayers(Layer[]) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Sets all layers.
setLayout(LayoutManager) - Method in class org.knime.base.node.viz.plotter.Plotter2DScrollPane
setLayout(MultipleSelectionInputQuickFormInElement.Layout) - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
Set a new layout for a multiple selection.
setLayout(SingleSelectionInputQuickFormInElement.Layout) - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
Set a new layout for a multiple selection.
setLayoutInfo(Map<Integer, WizardNodeLayoutInfo>) - Method in class org.knime.core.node.workflow.SubNodeContainer
setLayoutJSONString(String) - Method in class org.knime.core.node.workflow.SubNodeContainer
 
setLeadSelectionIndex(int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
setLearningCols(List<DataColumnSpec>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Only double and nominal value compatible columns are yet supported for PMML models!
setLearningCols(DataTableSpec) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Sets all columns of the data table spec as learning columns.
setLearningColsNames(List<String>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Only double and nominal value compatible columns are yet supported for PMML models!
setLearningrateAncestor(double) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
setLearningrateSister(double) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
setLearningrateWinner(double) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
setLeft(SotaTreeCell) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the cells (Nodes) left child Cell.
setLeftChild(BinaryTreeNode<T>) - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
The parent of the node can be set only once, if the left child is already set an IllegalArgumentException is thrown.
setLeftColumns(String[]) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
setLeftIncludeAll(boolean) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Pass true when all columns of the left table should be added to the joining table.
setLeftIncludeCols(String[]) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Sets the columns of the left table that should be included to the joining table.
setLeftJoinColumns(String[]) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Sets the columns of the left table used in the join predicate.
setLeftJoinOnColumns(String[]) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
setLeftOpen(boolean) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
setLeftValue(Double) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
setLength(int) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
 
setLevel(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
 
setLevel(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the cells level of hierarchy inside the binary tree.
setLevel(NodeLogger.LEVEL) - Static method in class org.knime.core.node.NodeLogger
Deprecated.
user NodeLogger.setAppenderLevelRange(String, LEVEL, LEVEL) instead for more fine-grained control
setLevelInHierarchy(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
setLevelIntern(NodeLogger.LEVEL) - Static method in class org.knime.core.node.NodeLogger
Deprecated.
setLimitRowCount(int) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
setLimitRowsCount(long) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
setLineContinuationCharacter(char) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
Adds support for line continuation in tokens and quoted strings.
setLineEndingMode(FileWriterSettings.LineEnding) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
Set a new line ending mode.
setLineFirstPoint(int, int) - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
Deprecated.
Set first point of regression line.
setLineFirstPoint(int, int) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LineDrawingPane
Set first point of regression line.
setLineLastPoint(int, int) - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLineDrawingPane
Deprecated.
Set last point of regression line.
setLineLastPoint(int, int) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LineDrawingPane
Set last point of regression line.
setLines(List<LineInfo>) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
setLineThickness(int) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
 
setLineThickness(int) - Method in class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane
 
setLineThickness(int) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
setListCellRenderer(ListCellRenderer) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Set the renderer that is used for both list in this panel.
setListSize(Dimension) - Method in class org.knime.core.node.util.filter.FilterIncludeExcludePreview
Set the size of a list.
setLiteral(boolean) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
setLiteral(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
setLoadedInstance(NodeContainerTemplate) - Method in class org.knime.core.node.workflow.WorkflowPersistor.MetaNodeLinkUpdateResult
 
setLocalWorkflowDir(File) - Method in class org.knime.core.node.exec.SandboxedNodeCreator
Where to save the sandboxed workflow after it's created.
setLocation(String) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
setLocationString(String) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
setLocationString(String) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
 
setLockColumn(boolean) - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
 
setLockColumn(boolean) - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
 
setLogin(String) - Method in class org.knime.core.node.workflow.Credentials
 
setLong(String, long) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the long configuration parameter registered under the given ID.
setLongArray(String, long[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the long array configuration parameter registered under the given ID.
setLongValue(long) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
If the new value is different from the old value the listeners are notified.
setLongValue(long) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
If the new value is different from the old value the listeners are notified.
setLookAndFeel() - Static method in class org.knime.core.node.util.ViewUtils
Sets the look&feel for all Swing components.
setLookupColumn(String) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
setLoopEndNode(Node) - Method in class org.knime.core.node.Node
Make model aware of corresponding LoopEndNode.
setLoopEndNode(LoopEndNode) - Method in class org.knime.core.node.NodeModel
Setter used by framework to update loop end node.
setLoopStartNode(Node) - Method in class org.knime.core.node.Node
Make model aware of corresponding LoopStartNode.
setLoopStartNode(LoopStartNode) - Method in class org.knime.core.node.NodeModel
Setter used by framework to update loop start node.
setLowerBound(DataCell) - Method in class org.knime.core.data.DataColumnDomainCreator
Sets a (new) lower bound which can be null.
setLowerBoundColumnPort1(String) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
setLowerBoundInclusive(boolean) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
setLowerQuartile(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
setLowerWhisker(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
setLowerWhiskers(int) - Method in class org.knime.base.node.viz.plotter.box.Box
 
setManual(ManualSelectionPanel) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
setMapMissingTo(DataCell) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
setMapMissingTo(DataCell) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
setMapper(HiLiteMapper) - Method in class org.knime.core.node.property.hilite.HiLiteTranslator
Sets a new hilite mapper which can be null in case no hilite translation is available.
setMarkIfNonexisting(boolean) - Method in class org.knime.core.node.util.FilesHistoryPanel
Sets if the text field should be colored if the selected file does not exist.
setMax(double) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
Sets the maximum.
setMax(double) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
Set the max.
setMax(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
setMaxCategories(int) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
setMaxCategories(int) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
setMaxColor(Color) - Method in class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
Sets a new maximum color and triggers a repaint.
setMaxDistance(double) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the given value as maximum distance between the data related to the cell.
setMaxDomainValue(double) - Method in class org.knime.base.util.coordinate.DoubleCoordinate
Sets the upper domain value.
setMaxDomainValue(double) - Method in class org.knime.base.util.coordinate.IntegerCoordinate
Sets the upper domain value.
setMaxDomainValue(double) - Method in class org.knime.base.util.coordinate.NumericCoordinate
Sets the upper domain value.
setMaxDomainValues(int) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
 
setMaxHierarchicalLevel(int) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Sets the maximum heirarchical level.
setMaxHLevel(int) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
setMaximal(boolean) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Sets whether this set is maximal or not.
setMaximumNumberOfRowsToRead(long) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Sets a new maximum for the number of rows to read.
setMaximumSize(Dimension) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
setMaxOpenContainers(int) - Method in class org.knime.core.data.sort.AbstractColumnTableSorter
Changes the number of maximum open containers (=files) during the sorting.
setMaxOpenContainers(int) - Method in class org.knime.core.data.sort.AbstractTableSorter
Changes the number of maximum open containers (=files) during the sorting.
setMaxOpenFiles(int) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Set number of files that are allowed to be openend by the Joiner.
setMaxPoints(int) - Method in class org.knime.base.node.viz.roc.ROCSettings
Sets the maximum number of points for each curve that are shown in the view.
setMaxPos(int) - Method in class org.knime.base.data.bitvector.IdString2BitVectorCellFactory
 
setMaxPossibleValues(int) - Method in class org.knime.core.data.container.DataContainer
Define a new threshold for number of possible values to memorize.
setMaxPossibleValues(int) - Method in class org.knime.core.data.DataTableDomainCreator
Set the maximum number of possible values in the domain of a nominal value columns.
setMaxRange(double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Sets a new max value of the range.
setMaxRows(int) - Method in class org.knime.core.data.sort.AbstractTableSorter
Set the maximum number of rows per chunk, defaults to Integer.MAX_VALUE.
setMaxRowsForView(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
Sets the maximum number of rows that are shown in the curve view.
setMaxRowsForView(int) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
Sets the maximum number of rows that are shown in the curve view.
setMaxThreads(int) - Method in class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
Sets the maximum number of threads that may be used by this node.
setMaxThreads(int) - Method in class org.knime.base.node.parallel.ThreadedNodeModel
Deprecated.
Sets the maximum number of threads that may be used by this node.
setMaxThreads(int) - Method in class org.knime.core.util.ThreadPool
Sets the maximum number of threads in the pool.
setMaxUniqueValues(int) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
 
setMaxUniqueValues(int) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
 
setMaxValue(int, DataCell) - Method in class org.knime.base.node.util.DefaultDataArray
Sets a new max value for the specified column.
setMaxValueAtIndex(int, int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
Sets given max value at given index.
setMedian(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
setMemActionIndicator(MemoryAlertSystem.MemoryActionIndicator) - Method in class org.knime.core.data.sort.AbstractColumnTableSorter
Package visible due test issues.
setMemoryPolicy(SingleNodeContainer.MemoryPolicy) - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
Store a new memory policy in this settings object.
setMemService(MemoryAlertSystem) - Method in class org.knime.core.data.sort.AbstractTableSorter
Set memory service.
setMessage(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Displays the message as given by the argument.
setMessage(Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Sets a message based on a supplier.
setMessage(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
Displays the message as given by the argument.
setMessage(Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
Sets a message based on a supplier.
setMessage(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Displays the message as given by the argument.
setMessage(Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Sets a message based on a supplier.
setMessage(String) - Method in class org.knime.core.node.ExecutionMonitor
 
setMessage(Supplier<String>) - Method in class org.knime.core.node.ExecutionMonitor
Set a new message based on a supplier.
setMessage(String) - Method in interface org.knime.core.node.NodeProgressMonitor
Displays the message as given by the argument.
setMessage(Supplier<String>) - Method in interface org.knime.core.node.NodeProgressMonitor
Sets a message based on a supplier.
setMessage(NodeMessage) - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
Set a node message.
setMessage(String) - Method in class org.knime.core.util.ProgressMonitorAdapter
Displays the message as given by the argument.
setMethod(AutoBinnerLearnSettings.Method) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
setMethod(AutoBinnerLearnSettings.Method) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setMethod(AutoBinnerLearnSettings.Method) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setMethod(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
 
setMildOutliers(Set<Outlier>) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
setMin(double) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainConfiguration
Sets the minimum.
setMin(double) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
Set the minimum.
setMin(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
setMinColor(Color) - Method in class org.knime.base.node.viz.property.color.ColorManager2RangeIcon
Sets a new minimum color and triggers a repaint.
setMinDistanceThreshold(double) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
 
setMinDomainValue(double) - Method in class org.knime.base.util.coordinate.DoubleCoordinate
Sets the lower domain value.
setMinDomainValue(double) - Method in class org.knime.base.util.coordinate.IntegerCoordinate
Sets the lower domain value.
setMinDomainValue(double) - Method in class org.knime.base.util.coordinate.NumericCoordinate
Sets the lower domain value.
setMinError(double) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
setMinimumSize(Dimension) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLClusteringModelWrapper
Sets the "MiningSchema" element.
setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLGeneralRegressionModelWrapper
Sets the "MiningSchema" element.
setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLMiningModelWrapper
Sets the "MiningSchema" element.
setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLModelWrapper
Sets the "MiningSchema" element.
setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLNaiveBayesModelWrapper
Sets the "MiningSchema" element.
setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLNeuralNetworkWrapper
Sets the "MiningSchema" element.
setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLRegressionModelWrapper
Sets the "MiningSchema" element.
setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLRuleSetModelWrapper
Sets the "MiningSchema" element.
setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLSupportVectorMachineModelWrapper
Sets the "MiningSchema" element.
setMiningSchema(MiningSchemaDocument.MiningSchema) - Method in class org.knime.core.node.port.pmml.PMMLTreeModelWrapper
Sets the "MiningSchema" element.
setMinQuality(double) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
setMinRange(double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Sets a new min value of the range.
setMinResource(double) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
setMinSupport(double) - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayApriori
 
setMinValue(int, DataCell) - Method in class org.knime.base.node.util.DefaultDataArray
Sets a new min value for the specified column.
setMinValueAtIndex(int, int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
Sets given min value at given index.
setMinVariability(double) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
setMissingValueForColumn(int, String) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Overriding super method because we store these missing values now in the column properties.
setMissingValueForColumn(int, String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Specifies a pattern that, if read in for the specified column, will be considered placeholder for a missing value, and the data table will contain a missing cell instead of that value then.
setMissingValueHandling(LinReg2LearnerSettings.MissingValueHandling) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
Deprecated.
setMissingValueHandling(MissingValueHandling) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
 
setMissingValueHandling(MissingValueHandling) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
 
setMissingValuePattern(String) - Method in class org.knime.base.node.io.filereader.ColProperty
 
setMissingValuePattern(String) - Method in class org.knime.base.node.io.filereader.DataCellFactory
Sets a new missing value pattern.
setMissingValuePattern(String) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthColProperty
 
setMissingValuePattern(String) - Method in class org.knime.base.node.io.tablecreator.table.Cell
 
SetMissmatches - Class in org.knime.base.node.preproc.matcher
 
SetMissmatches(SetCell, int) - Constructor for class org.knime.base.node.preproc.matcher.SetMissmatches
Constructor for class SetMissmatches.
setMissValuePattern(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
setMissValuePatternStrCols(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Sets a new pattern which is translated into a missing value if read from the data file in a string column.
setMode(int) - Method in class org.knime.base.data.neural.MultiLayerPerceptron
Sets the mode of the MLP.
setMode(LoopStartChunkConfiguration.Mode) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
 
setMode(NormalizerConfig.NormalizerMode) - Method in class org.knime.base.node.preproc.normalize3.NormalizerConfig
Set the mode.
setModel(TreeModel) - Method in class org.knime.core.node.config.ConfigEditJTree
Overwritten to fail on model implementations which are not of class ConfigEditTreeModel.
setModel(TableModel) - Method in class org.knime.core.node.tableview.TableContentView
Checks that the given argument is of type TableContentModel and throws exception if it is not.
setModel(TableModel) - Method in class org.knime.core.node.tableview.TableRowHeaderView
Sets a new model for this view The argument must be instance of TableRowHeaderModel.
setModelName(String) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
setModelSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
 
setModelType(PMMLGeneralRegressionContent.ModelType) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
setMountpointRoot(File) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
Sets the root of the mountpoint the workflow is contained in.
setMountpointURI(URI) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
Sets the mount point ID and the path within the mountpoint.
setMouseDown(boolean) - Method in class org.knime.base.node.viz.plotter.AbstractDrawingPane
For normal behavior, this method should is by the AbstractPlotter only.
setMultiLine(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
setMultiple(boolean) - Method in class org.knime.core.util.node.quickform.in.StringListInputQuickFormInElement
Set true if multiple selection possible; otherwise false.
setMVStrategy(PMMLMissingValueStrategy) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Set the missing value strategy and propagate it to all children that are split nodes.
setName(String) - Method in class org.knime.base.data.aggregation.NamedAggregationOperator
 
setName(String) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Set the name of the column
setName(String) - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Sets the name of the key
setName(String) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
setName(String) - Method in class org.knime.base.node.viz.roc.ROCCurve
 
setName(String) - Method in class org.knime.core.data.DataColumnSpecCreator
Set (new) column name.
setName(String) - Method in class org.knime.core.data.DataTableSpecCreator
Sets name on output table spec.
setName(String) - Method in class org.knime.core.node.Node
Sets a new name for this node.
setName(String) - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
Sets the name of the column
setName(String) - Method in class org.knime.core.node.port.database.tablecreator.DBKey
Sets the name of the key
setName(String) - Method in class org.knime.core.node.workflow.SubNodeContainer
 
setName(String) - Method in class org.knime.core.node.workflow.WorkflowManager
Set new name of this workflow or null to reset the name (will then return the workflow directory in WorkflowManager.getName() or null if this flow has not been saved yet).
setNameFilter(InputFilter<T>) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Sets the internal used InputFilter and calls the NameFilterPanel.update(List, List, String[]) method to update the panel.
setNameMapping(List<String>) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRuleModel
Deprecated.
 
setNameMapping(List<String>) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetModel
Deprecated.
 
setNameOverwrite(String) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
Set a name that overloads the name as persisted in the worklow.
setNameOverwrite(String) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Set a name that overloads the name as persisted in the worklow.
setNameOverwrite(String) - Method in interface org.knime.core.node.workflow.TemplateNodeContainerPersistor
Set a name that overloads the name as persisted in the worklow.
setNamePattern(String) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Sets the name pattern
setNamePattern(String) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Sets the name pattern
setNames(String[]) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
setNames(String[]) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Set a new list of column names.
setNCTemplate(NodeContainerTemplate) - Method in class org.knime.core.node.workflow.WorkflowPersistor.NodeContainerTemplateLinkUpdateResult
 
setNeedsResetAfterLoad() - Method in class org.knime.core.node.CopyNodePersistor
Indicate an error and that this node should better be reset after load.
setNeedsResetAfterLoad() - Method in class org.knime.core.node.FileNodePersistor
Indicate an error and that this node should better be reset after load.
setNeedsResetAfterLoad() - Method in interface org.knime.core.node.NodeContentPersistor
Indicate an error and that this node should better be reset after load.
setNeedsResetAfterLoad() - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
Request a reset of the node after loading the result.
setNeedsResetAfterLoad() - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
Indicate an error and that this node should better be reset after load.
setNeedsResetAfterLoad() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
Indicate that node should be reset after load (due to load problems).
setNeedsResetAfterLoad() - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
Indicate that this node should better be reset after load.
setNewcolName(String) - Method in class org.knime.base.node.rules.RuleEngineSettings
Deprecated.
Sets the name of the new column containing the matching rule's outcome.
setNewColumnName(String) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Deprecated.
 
setNewColumnName(String) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
 
setNewColumnName(String) - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Sets a new column name or null.
setNewExchange(VirtualSubNodeExchange) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
 
setNewIndex(int) - Method in class org.knime.core.node.port.MetaPortInfo
 
setNewInHiLiteHandler(int, HiLiteHandler) - Method in class org.knime.core.node.NodeModel
Sets a new HiLiteHandler for the given input.
setNewLine(String) - Method in class org.knime.base.node.util.exttool.ViewUpdateNotice
 
setNewRowKeyPrefix(String) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
setNewSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
Only needs to be set if UngroupOperation.compute(ExecutionContext) is called subsequently.
setNewUserSettingsForColumn(int) - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Pops open the dialog of the columnProperties object of the specified column.
setNewUserSettingsForColumn(int) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
Pops open the dialog of the columnProperties object of the specified column.
setNewValueClassIndex(int) - Method in class org.knime.base.node.preproc.rename.RenameColumnSetting
Set new type.
setNewValues(Collection<String>, Collection<String>, boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Apply new list of inclusion and exclusion columns on the settings model and notifies all registered listeners (e.g.
setNewValuesFirst(boolean) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicConfiguration
 
setNodeContainerDirectory(ReferencedFile) - Method in class org.knime.core.node.workflow.NodeContainer
 
setNodeContainerDirectory(ReferencedFile) - Method in class org.knime.core.node.workflow.WorkflowManager
setNodeExecutionResult(NodeExecutionResult) - Method in class org.knime.core.node.workflow.execresult.NativeNodeContainerExecutionResult
 
setNodeID(NodeID, int, NodeUIInformation) - Method in class org.knime.core.node.workflow.WorkflowCopyContent
Used when copying from metanode template space.
setNodeIDs(NodeID...) - Method in class org.knime.core.node.workflow.WorkflowCopyContent
 
setNodeIDSuffix(int) - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
setNodeIDSuffix(int) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
setNodeIDSuffix(int) - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
setNodeInternDir(ReferencedFile) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
 
setNodeLocation(int, int, int, int) - Method in class org.knime.core.node.workflow.NodeUIInformation
Sets the location.
setNodeMessage(NodeMessage) - Method in class org.knime.core.node.workflow.NodeContainer
 
setNodeWidth(int) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Changes the common width of the visible nodes.
setNoOfBins(int) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setNoOfBins(int) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
setNoOfRows(long) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
 
setNormalizeTabCheckboxEnabled(boolean) - Method in class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter
 
setNormalizeTabCheckboxSelected(boolean) - Method in class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter
 
setNormalizeTabCheckboxToolTip(String) - Method in class org.knime.base.node.viz.plotter.box.ConditionalBoxPlotter
 
setNotNull(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Sets to true if the column cannot be null, otherwise false
setNotNull(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Sets to true if the generated column cannot be null, otherwise sets to false
setNotNull(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Sets to true if the generated column cannot be null, otherwise sets to false
setNotNull(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
Sets to true if the column cannot have null value, otherwise sets to false
setNrHiddenLayers(int) - Method in class org.knime.base.data.neural.Architecture
Sets the number of hidden layers.
setNrHiddenNeurons(int) - Method in class org.knime.base.data.neural.Architecture
Sets the overall number of hidden neurons.
setNrInputNeurons(int) - Method in class org.knime.base.data.neural.Architecture
Sets the number of input neurons.
setNrOfChunks(int) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
 
setNrOutputNeurons(int) - Method in class org.knime.base.data.neural.Architecture
Sets the number of output neurons.
setNrRowsPerChunk(int) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
 
setNTCStrategy(PMMLNoTrueChildStrategy) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeSplit
Set the no true child strategy and propagate it to all children that are split nodes.
setNumberOfBins(int) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
setNumberOfColumns(int) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Stores the number of columns set by the user.
setNumberOfLines(int) - Method in class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane
Sets the number of line (used for modulo calculation since all dots are in one DotInfoArray).
setNumberThreads(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
Sets the number of parallel threads to use.
setNumberValueStr(String) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
Allows to set a new value by passing a string that will be parsed and, if valid, set as new value.
setNumberValueStr(String) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
Allows to set a new value by passing a string that will be parsed and, if valid, set as new value.
setNumberValueStr(String) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
Sets a new value in this object.
setNumberValueStr(String) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelNumber
Sets a new value in this object.
setNumBitsInitial(int) - Method in class org.knime.base.node.preproc.joiner.Joiner
Used for testing, only.
setNumBitsMaximal(int) - Method in class org.knime.base.node.preproc.joiner.Joiner
Used for testing, only.
setNumOfCols(int) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
setObjectExtension(ExtensionDocument.Extension, String, Object) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
setOffsetValue(double) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
Set offset value (a user defined intercept).
setOffsetValue(Double) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
SetOfRendererFamilies - Class in org.knime.core.data.renderer
Container for DataValueRendererFamily that is by itself a renderer family.
SetOfRendererFamilies(List<DataValueRendererFamily>) - Constructor for class org.knime.core.data.renderer.SetOfRendererFamilies
Constructs a new set from a list of renderer families given in a list.
SetOperation - Enum in org.knime.base.node.preproc.setoperator
This enumeration contains all valid set operations.
SetOperationTable - Class in org.knime.base.node.preproc.setoperator
This class handles the result table creation for the Set node.
SetOperationTable(ExecutionContext, boolean, String, BufferedDataTable, boolean, String, BufferedDataTable, SetOperation, boolean, boolean) - Constructor for class org.knime.base.node.preproc.setoperator.SetOperationTable
Constructor for class SetOperationTable.
SetOperationTable(ExecutionContext, boolean, String, BufferedDataTable, boolean, String, BufferedDataTable, SetOperation, boolean, boolean, boolean) - Constructor for class org.knime.base.node.preproc.setoperator.SetOperationTable
Deprecated.
sortInMemory option no longer required
setOperator(String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
 
setOperator(PMMLOperator) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
 
setOperator(String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
SetOperatorNodeDialog - Class in org.knime.base.node.preproc.setoperator
 
SetOperatorNodeDialog() - Constructor for class org.knime.base.node.preproc.setoperator.SetOperatorNodeDialog
Constructor for claprivaterNodeDialog.
SetOperatorNodeFactory - Class in org.knime.base.node.preproc.setoperator
 
SetOperatorNodeFactory() - Constructor for class org.knime.base.node.preproc.setoperator.SetOperatorNodeFactory
 
SetOperatorNodeModel - Class in org.knime.base.node.preproc.setoperator
This class is the node implementation of the set operation node.
SetOperatorNodeModel() - Constructor for class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Constructor for class SetOperatorNodeModel.
setOriginalData(DataArray) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Sets original data.
setOriginalData(DataArray) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
setOriginalLocation(File) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
Sets the original file system location of the workflow, e.g.
setOutPorts(PortType[]) - Method in class org.knime.core.node.workflow.SubNodeContainer
 
setOutPortsBarUIInfo(UIInformation) - Method in class org.knime.core.node.workflow.WorkflowManager
Set UI information for workflow's output ports (typically aligned as a bar).
setOutputAsCols(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
setOutputAsList(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
setOutputAsSet(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
setOutputColumnName(String) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Set the output column name
setOutputFormat(AutoBinnerLearnSettings.OutputFormat) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setOutputFormat(AutoBinnerLearnSettings.OutputFormat) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setOutputName(String) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
setOutputPlacement(ColumnMergerConfiguration.OutputPlacement) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
setOutputVariableName(String) - Method in class org.knime.core.node.FlowVariableModel
 
setOverwriteTemplateInformation(MetaNodeTemplateInformation) - Method in class org.knime.core.node.workflow.FileSubNodeContainerPersistor
setOverwriteTemplateInformation(MetaNodeTemplateInformation) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
setOverwriteTemplateInformation(MetaNodeTemplateInformation) - Method in interface org.knime.core.node.workflow.TemplateNodeContainerPersistor
 
setOwner(NodeID) - Method in class org.knime.core.node.workflow.FlowObject
 
setOwnerRecursively(Node) - Method in class org.knime.core.node.BufferedDataTable
 
setPadding(String) - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
 
setPaintCrossForMissing(boolean) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
If to paint a cross for missing values (if false a '?' is written).
setPairs(CreateTempDirectoryConfiguration.VarNameFileNamePair[]) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
setParallelChunkMaster(ParallelizedChunkContentMaster) - Method in interface org.knime.core.node.workflow.LoopEndParallelizeNode
Set master object holding all parallel chunks.
setParallelProcessing(boolean) - Method in class org.knime.core.data.container.AbstractCellFactory
Enables or disables parallel processing of the rows.
setParallelProcessing(boolean, int, int) - Method in class org.knime.core.data.container.AbstractCellFactory
Enables or disables parallel processing of the rows.
setParameter(String) - Method in class org.knime.base.node.io.database.connection.util.ParameterizedDatabaseConnectionSettings
 
setParameter(int, double) - Method in class org.knime.base.node.mine.svm.kernel.HyperTangentKernel
sets the given parameter.
setParameter(int, double) - Method in interface org.knime.base.node.mine.svm.kernel.Kernel
sets the given parameter.
setParameter(int, double) - Method in class org.knime.base.node.mine.svm.kernel.PolynomialKernel
 
setParameter(int, double) - Method in class org.knime.base.node.mine.svm.kernel.RBFKernel
set the given parameter.
setParameterList(PMMLParameter[]) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
setParamMatrix(PMMLPCell[]) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
setParent(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Set parent of this node.
setParent(JPanel) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
 
setParent(BinaryTreeNode<T>) - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
The parent of the node can be set only once, if the parent is already set an IllegalArgumentException is thrown.
setParent(AbstractConfigEntry) - Method in class org.knime.core.node.config.base.AbstractConfigEntry
Sets the parent for this entry which is null if not available.
setPassword(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Set a new password.
setPassword(String) - Method in class org.knime.core.node.workflow.Credentials
 
setPasswordLabel(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
Set the text displayed in the passwordLabel
setPattern(String) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
setPattern(String) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
 
setPauseLoopExecution(boolean) - Method in class org.knime.core.node.Node
 
setPauseLoopExecution(boolean) - Method in class org.knime.core.node.NodeModel
 
setPCovMatrix(PMMLPCovCell[]) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
setPercent(float) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
setPercentageUsageThreshold(double) - Method in class org.knime.core.data.util.memory.MemoryWarningSystem
Deprecated.
Set percentage level of the amount of memory in tenured space which may be set before a memory warning event is thrown
setPerceptron(int, Perceptron) - Method in class org.knime.base.data.neural.Layer
Sets perceptron at a given position.
setPerceptrons(Perceptron[]) - Method in class org.knime.base.data.neural.Layer
Sets all perceptrons.
setPieColumn(String) - Method in class org.knime.base.node.viz.pie.datamodel.interactive.InteractivePieVizModel
 
setPieColumn(String) - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePiePlotter
 
setPieColumnName(String) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
 
setPieSection(Arc2D, PieHiliteCalculator) - Method in class org.knime.base.node.viz.pie.datamodel.PieSectionDataModel
 
setPieSize(double) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
setPoints(List<Point>) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
Sets the mapped points.
setPoints(Point...) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
Sets the mapped points.
setPoints(List<Point>) - Method in class org.knime.base.node.viz.plotter.basic.BasicLine
Sets the mapped points.
setPoints(Point...) - Method in class org.knime.base.node.viz.plotter.basic.BasicLine
Sets the mapped points.
setPoints(List<Point>) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
setPolicy(PolicyStrategy) - Method in class org.knime.base.util.coordinate.Coordinate
Sets the current PolicyStrategy.
setPolicy(String) - Method in class org.knime.base.util.coordinate.Coordinate
Sets the current PolicyStrategy.
setPort(int) - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
Sets the database's port.
setPortDescriptions(String[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
setPortDescriptions(String[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
 
setPortIndex(int) - Method in class org.knime.core.node.workflow.NodePortAdaptor
 
setPortIndex(int) - Method in class org.knime.core.node.workflow.WorkflowInPort
setPortIndex(int) - Method in class org.knime.core.node.workflow.WorkflowOutPort
setPortName(String) - Method in interface org.knime.core.node.workflow.NodePort
Sets a new name for this port.
setPortName(String) - Method in class org.knime.core.node.workflow.NodePortAdaptor
Sets a new name for this port.
setPortName(String) - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
 
setPortNames(String[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
setPortNames(String[]) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
 
setPortObject(int, PortObject) - Method in class org.knime.core.node.FileNodePersistor
 
setPortObject(PortObject) - Method in class org.knime.core.node.streamable.PortObjectOutput
 
setPortObjects(PortObject[]) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
 
setPortObjectSpec(int, PortObjectSpec) - Method in class org.knime.core.node.FileNodePersistor
 
setPortObjectSpecs(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
 
setPortObjectSummary(int, String) - Method in class org.knime.core.node.FileNodePersistor
 
setPosition(int) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.DropPaneConfig
 
setPositiveClass(DataCell) - Method in class org.knime.base.node.viz.roc.ROCSettings
Sets the value from the class column that represents the "positive" class.
setPossibleSortingStrategies(SortingStrategy...) - Method in class org.knime.base.util.SortingOptionPanel
Sets the options available from the combobox for the strategies.
setPossibleValueOutputFormat(DataTableSpecExtractor.PossibleValueOutputFormat) - Method in class org.knime.core.data.util.DataTableSpecExtractor
...
setPPMatrix(PMMLPPCell[]) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
setPrecision(int) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setPrecision(int) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setPrecisionMode(AutoBinnerLearnSettings.PrecisionMode) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setPrecisionMode(AutoBinnerLearnSettings.PrecisionMode) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setPredecessor(int, Perceptron) - Method in class org.knime.base.data.neural.SigmoidPerceptron
Set predecessor at a given position.
setPredecessors(Perceptron[]) - Method in class org.knime.base.data.neural.SigmoidPerceptron
Sets the predecessors.
setPredicate(PMMLPredicate) - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
setPredicates(LinkedList<PMMLPredicate>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
Sets the contained predicates.
setPredLayer(Layer) - Method in class org.knime.base.data.neural.HiddenLayer
Sets the predecessor layer.
setPreferences(File) - Static method in class org.knime.core.node.workflow.BatchExecutor
Sets the workspace preferences using the given file.
setPreferredLength(int) - Method in class org.knime.base.node.viz.plotter.Axis
Sets the preferred size of the component.
setPreferredRenderer(String) - Method in class org.knime.core.data.ExtensibleUtilityFactory
Sets the preferred renderer using the ID of its factory.
setPreferredSize(Dimension) - Method in class org.knime.base.node.preproc.filter.row.RowFilterPanel
setPreferredSizeDataDependent(boolean) - Method in class org.knime.core.node.tableview.TableView
Should the preferred size of the view be derived from the content (at most 2/3 of the screen real estate)? Default is false.
setPrefix(String) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
Set information about this node, e.g.
setPreprocColNames(List<String>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Sets the specified columns as preprocessing columns.
setPreprocCols(List<DataColumnSpec>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Sets the specified columns as preprocessing columns.
setPresentable(boolean, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
setPresentable(boolean, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
setPreserve(boolean) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
setPreviousIndex(int) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
 
setPreviousSpec(DataTableSpec) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
 
setPrimaryColumn(String) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
setPrimaryKey(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.KeyElement
Sets to true if this key is a primary key, otherwise sets to false
setPrimaryKey(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Sets to true if this key is a primary key, otherwise sets to false
setPrimaryKey(boolean) - Method in class org.knime.core.node.port.database.tablecreator.DBKey
Sets to true if the key is a primary key, otherwise sets to false
setPrintedErrorOnMissing(boolean) - Method in class org.knime.base.data.join.JoinedTable
Deprecated.
 
setPrintedErrorOnSorting(boolean) - Method in class org.knime.base.data.join.JoinedTable
Deprecated.
 
setPriority(SendMailConfiguration.EMailPriority) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.collection.list.split.SplitCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Deprecated.
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
Deprecated.
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2CellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorCellFactory
Deprecated.
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.ClusterMembershipFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.mds.MDSCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictor
Deprecated.
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictor
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.autobinner.apply.BinningCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.binner.BinnerColumnFactory
Deprecated.
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnaggregator.AggregationCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnTrans.AbstractMany2OneCellFactory
Deprecated.
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columnTrans.One2ManyCellFactory
Deprecated.
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columntrans2.AbstractMany2OneCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.columntrans2.One2ManyCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerColumnFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in class org.knime.core.data.container.AbstractCellFactory
setProgress(long, long, RowKey, ExecutionMonitor) - Method in class org.knime.core.data.container.AbstractCellFactory
This method is called when a row has been processed.
setProgress(int, int, RowKey, ExecutionMonitor) - Method in interface org.knime.core.data.container.CellFactory
Deprecated.
use/implement CellFactory.setProgress(long, long, RowKey, ExecutionMonitor) instead which supports more than Integer.MAX_VALUE rows
setProgress(long, long, RowKey, ExecutionMonitor) - Method in interface org.knime.core.data.container.CellFactory
This method is called when a row has been processed.
setProgress(double, String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Updates the progress value and message if different from the current one.
setProgress(double, Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Sets a new progress value and message based on supplier.
setProgress(double) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Sets a new progress value.
setProgress(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor
Sets a new message according to the argument.
setProgress(double, String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
Sets a new progress value.
setProgress(double, Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
Sets a new progress value and message based on supplier.
setProgress(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
Delegates to parent.
setProgress(Supplier<String>, boolean) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
Internal setter method, subject to override in silent progress mon.
setProgress(String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Delegates to parent.
setProgress(double, String) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Sets a new progress value.
setProgress(double, Supplier<String>) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Sets a new progress value and message based on supplier.
setProgress(Supplier<String>, boolean) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Internal setter method, subject to override in silent progress mon.
setProgress(double) - Method in class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Sets a new progress value.
setProgress(double) - Method in class org.knime.core.node.ExecutionMonitor
 
setProgress(double, String) - Method in class org.knime.core.node.ExecutionMonitor
 
setProgress(double, Supplier<String>) - Method in class org.knime.core.node.ExecutionMonitor
Set progress value and message as per arguments.
setProgress(String) - Method in class org.knime.core.node.ExecutionMonitor
 
setProgress(double) - Method in interface org.knime.core.node.NodeProgressMonitor
Sets a new progress value.
setProgress(double, String) - Method in interface org.knime.core.node.NodeProgressMonitor
Sets a new progress value.
setProgress(double, Supplier<String>) - Method in interface org.knime.core.node.NodeProgressMonitor
Sets a new progress value and message based on supplier.
setProgress(String) - Method in interface org.knime.core.node.NodeProgressMonitor
Displays the message as given by the argument.
setProgress(double) - Method in class org.knime.core.util.ProgressMonitorAdapter
Sets a new progress value.
setProgress(double, String) - Method in class org.knime.core.util.ProgressMonitorAdapter
Sets a new progress value.
setProgress(String) - Method in class org.knime.core.util.ProgressMonitorAdapter
Displays the message as given by the argument.
setProjectOnly(boolean) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
 
setPropColumnSuffix(String) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorSettings
 
setProperties(DataColumnProperties) - Method in class org.knime.core.data.DataColumnSpecCreator
Set (new) column properties.
setPropertyHandlerOutputFormat(DataTableSpecExtractor.PropertyHandlerOutputFormat) - Method in class org.knime.core.data.util.DataTableSpecExtractor
...
setPrototypeDisplayValue(Object) - Method in class org.knime.core.node.util.StringHistoryPanel
Calls the respective method on the underlying text box.
setPureEnough(boolean) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNodeLeaf
Set the marker field for the purity.
setQuery(String) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
 
setQuery(String) - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Sets the query in this object.
setQuickformNodes(Map<NodeID, MetaNodeDialogNode>) - Method in class org.knime.core.node.workflow.MetaNodeDialogPane
Set quickform nodes into this dialog; called just before NodeDialogPane.loadSettingsFrom(NodeSettingsRO, org.knime.core.data.DataTableSpec[]) is called.
setQuoteBegin(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
setQuoteEnd(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
setQuoteMode(FileWriterSettings.quoteMode) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
setQuotePattern(String) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
setQuoteReplacement(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
setQuotes(Vector<Quote>) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
sets quote objects to the settings structure.
setQuoteString(String) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
setQuoteUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Set true to indicate that the flag is actually set and is not still the default value.
setRange(double, double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Sets a new min and a new max value.
setReadPossibleValuesFromFile(boolean) - Method in class org.knime.base.node.io.filereader.ColProperty
Determines if the possible values of this column will be read from file (used only with integer columns).
setReadTimeout(int) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setRectangle(Rectangle2D, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
 
setRecursive(boolean) - Method in class org.knime.base.node.io.listfiles.ListFilesSettings
 
setRecursive(boolean) - Method in class org.knime.base.node.io.listfiles2.ListFilesSettings
 
setReferenceTableSpec(DataTableSpec) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
 
setRegex(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedKeysElement
Sets to true if the name pattern is regex, otherwise sets to false
setRegex(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Sets to true if the name pattern is regex, otherwise sets to false
setRegex(String) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
setRejectOnMissingValue(boolean) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration
 
setRelativeSize(double) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
setRemoteAddress(URI, String) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
Sets the root address of the server repository (the REST endpoint).
setRemoteAuthToken(String) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
Sets the authentication token (JWT) that should be used when talking to the server specified via WorkflowContext.Factory.setRemoteAddress(URI, String).
setRemoteMountId(String) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
Sets the (default) mount ID of the remote server.
setRemoveAllButtonText(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Setter for the original "Remove All" button.
setRemoveAllButtonText(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Setter for the original "Remove All" button.
setRemoveButtonText(String) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Setter for the original "remove" button.
setRemoveButtonText(String) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Setter for the original "Remove" button.
setRemoveButtonText(String) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Setter for the original "Remove" button.
setRemovedFromExcludeList(String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
 
setRemovedFromIncludeList(String[]) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
 
setRemoveLeftJoinCols(boolean) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Pass true when the columns returned by getLeftJoinColumns() should not be added to the joining table.
setRemoveQuotes(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
setRemoveRightJoinCols(boolean) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Pass true when the columns returned by getRightJoinColumns() should not be added to the joining table.
setRemoveUnkownColumns(DataValidatorConfiguration.UnknownColumnHandling) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration
 
setRenderer(DataValueRenderer) - Method in class org.knime.core.node.tableview.TableRowHeaderView
Set a new renderer for our column.
setReplaceColumn(boolean) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
setReplaceColumn(boolean) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setReplaceColumn(boolean) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setReplacedColumn(String) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
 
setReplaceExisting(boolean) - Method in class org.knime.core.node.util.dialog.field.OutColumnField
 
setReplaceExisting(boolean) - Method in class org.knime.core.node.util.dialog.field.OutFlowVariableField
 
setReplaceExisting(boolean) - Method in interface org.knime.core.node.util.dialog.field.OutputField
 
setReplaceInputColumn(boolean) - Method in class org.knime.base.collection.list.split.CollectionSplitSettings
 
setReplaceSeparatorInStrings(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
setReplaceString(String) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
setRequestMethod(String) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setRequestProperty(String, String) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setRequired(boolean) - Method in class org.knime.core.node.util.ColumnSelectionPanel
True, if a compatible type is required, false otherwise.
setResource(double) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the given value as the cells resource value.
setRestoreIntoMemory() - Method in class org.knime.core.data.container.CopyOnAccessTask
Requests the buffer to read its content into memory once it has been created.
setRetrieveMetadataInConfigure(boolean) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Sets whether the metadata for the current query should be retrieved during configure.
setReverseOrder(boolean) - Method in class org.knime.base.util.SortingOptionPanel
 
setRight(SotaTreeCell) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the given Cell as the cells right child Cell.
setRightChild(BinaryTreeNode<T>) - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
* The parent of the node can be set only once, if the right child is already set an IllegalArgumentException is thrown.
setRightColumns(String[]) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
setRightIncludeAll(boolean) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Pass true when all columns of the right table should be added to the joining table.
setRightIncludeCols(String[]) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Sets the columns of the right table that should be included to the joining table.
setRightJoinColumns(String[]) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Sets the columns of the right table used in the join predicate.
setRightJoinOnColumns(String[]) - Method in class org.knime.base.node.io.database.DBJoinerSettings
 
setRightOpen(boolean) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
setRightValue(Double) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
setRoot(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTree
Sets a new root node.
setRoot(SotaTreeCell) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
Sets the root node.
setRoot(SotaTreeCell) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
setRootNode(DecisionTreeNode) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeGraphView
Replace the root which is the model for this view.
setRootNode(K) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Replace the root which is the model for this view.
setRootNode(BinaryTree<DendrogramPoint>) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
Sets the view model (a binary tree containing points).
setRootNode(DendrogramNode) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Sets the result of the hierachical clustering represented in a DendrogramNode.
setRootPanel(JPanel) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationTableModel
 
setRootPanel(JPanel) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
 
setRoundingMode(RoundingMode) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setRoundingMode(RoundingMode) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setRowComparator(Comparator<DataRow>) - Method in class org.knime.core.data.sort.AbstractTableSorter
 
setRowCount(int) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsConfig
 
setRowCount(int, boolean) - Method in class org.knime.core.node.tableview.TableContentModel
Used by the row counter thread to inform about new rows.
setRowDelimiter(String) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
setRowHeaderPrefix(String) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
Set a string that will be used as a prefix for each row header.
setRowHeight(int) - Method in class org.knime.base.node.viz.table.TableNodeView
Set a new row height in the table.
setRowHeight(int, int) - Method in class org.knime.core.node.tableview.TableRowHeaderView
Overridden in order to fire an event that an individual row has changed.
setRowHeight(int) - Method in class org.knime.core.node.tableview.TableRowHeaderView
Overridden in order to fire an event.
setRowHeight(int) - Method in class org.knime.core.node.tableview.TableView
Set a new row height in the table.
setRowIdPrefix(String) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
 
setRowIdPrefix(String) - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
setRowIdPrefix(String) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
setRowIDSelected() - Method in class org.knime.core.node.util.ColumnSelectionPanel
Selects the RowID item in the item list if a RowID entry exists.
setRowIdSeparator(String) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
setRowIdsStartWithZero(boolean) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Sets whether row IDs returned by a database reader should start with zero (correct behavior) or with (backward compatibility with pre 2.10).
setRowIdStartValue(int) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
 
setRowIdStartValue(int) - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
setRowIdStartValue(int) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
setRowIdSuffix(String) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
 
setRowIdSuffix(String) - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
 
setRowIdSuffix(String) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
setRowIndices(int[]) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
setRowKey(String) - Method in class org.knime.base.node.viz.plotter.box.Outlier
 
setRowKeyIdentifier(String) - Method in class org.knime.core.node.util.ColumnPairsSelectionPanel
 
setRowKeySeparator(String) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Set Separator of the RowKeys in the joined table.
setRowPrefix(String) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
setRowsAddedBeforeOOM(int) - Method in class org.knime.base.node.preproc.joiner.Joiner
Used for testing, only.
setRowVarColumn(String) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
setSampleQuantiles(double[]) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
setSampleQuantiles(double[]) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setSampleQuantiles(double[]) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings
 
setSamplingMethod(EqualSizeSamplingConfiguration.SamplingMethod) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
setSaveData(boolean) - Method in class org.knime.core.node.workflow.WorkflowSaveHelper
 
setSavedForDisconnect(boolean) - Method in class org.knime.core.node.workflow.NodeExecutionJob
 
setSaveWizardController(boolean) - Method in class org.knime.core.node.workflow.WorkflowSaveHelper
 
setScaleFactor(float) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
setScaleFactor(float) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
Get the scale factor.
setScaleFactor(float) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.ComponentNodeWidget
Get the scale factor.
setScaleFactor(float) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView
Get the scale factor.
setScaleFactor(float) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Get the scale factor.
setScaleType(ImageViewPanel.ScaleType) - Method in class org.knime.core.node.util.ImageViewPanel
Set scale type, not null.
setScaling(DecTreeToImageNodeSettings.Scaling) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
setScatterMatrixElements(ScatterMatrixElement[][]) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
 
setScatterPlotFirstRow(int) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
 
setScatterPlotRowCount(int) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
 
setSchema(String) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Sets the schema
setSearchString(String) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
 
setSecondaryColumn(String) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration
 
setSectionColor(List<PieSectionDataModel>) - Static method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
 
setSeed(long) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
setSeed(Long) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration
 
setSeed(long) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
 
setSelectableColumns(DataTableSpec) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
Updates the select boxes for the x and y columns.
setSelected(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Sets the given select flag.
setSelected(boolean) - Method in interface org.knime.base.node.mine.sota.view.interaction.Selectable
Sets the given select flag.
setSelected(boolean) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
setSelected(boolean) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
setSelected(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
setSelected(boolean) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
setSelected(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
setSelected(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
setSelected(String) - Method in class org.knime.core.node.NodeDialogPane
Selects the tab with the specified title.
setSelectedAggrColumns(ColorColumn...) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
setSelectedColumn(String) - Method in class org.knime.core.node.util.ColumnSelectionComboxBox
Selects the column with the name provided in the argument.
setSelectedColumn(String) - Method in class org.knime.core.node.util.ColumnSelectionPanel
 
setSelectedColumns(Set<String>) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
Sets the names of the columns that should be used for the regression.
setSelectedColumns(Set<String>) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
setSelectedColumns(Collection<String>) - Method in class org.knime.core.node.util.ColumnSelectionList
Selects all given columns in the list.
setSelectedColumns(String...) - Method in class org.knime.core.node.util.ColumnSelectionList
Selects all given columns in the list.
setSelectedColumns(String...) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
setSelectedColumns(Collection<String>) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
 
setSelectedDots(Set<RowKey>) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotterDrawingPane
for extending classes the possibility to set the selected dots.
setSelectedFields(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
sets the status code for the selected fields of the DateInputDialog.
setSelectedFile(String) - Method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
Set the file url as default.
setSelectedFile(String) - Method in class org.knime.core.node.util.FilesHistoryPanel
Set the file url as default.
setSelectedIndex(int) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Selects the given index in the combo box.
setSelectedItem(Object) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionComboBox
 
setSelectedProps(String[]) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyConfiguration
 
setSelectedProps(String[]) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyConfiguration
 
setSelectedString(String) - Method in class org.knime.core.node.util.StringHistoryPanel
Set the default entry.
setSelectedURLs(Collection<URL>) - Method in class org.knime.core.node.util.MultipleURLList
Sets the list of selected URLs that should be shown.
setSelectedValue(T) - Method in class org.knime.core.node.util.CheckedRadioButtonPanel
If the value does not equal any of the values given in the constructor the CheckBox is cleaderd and all buttons are disabled.
setSelectedValue(T) - Method in class org.knime.core.node.util.RadionButtonPanel
 
setSelectedXColumnName(String) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
 
setSelection(String, boolean) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
 
setSelection(String, String[]) - Method in class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
 
setSelectionBackground(Color) - Method in class org.knime.core.node.tableview.TableContentView
Overridden to avoid event storm.
setSelectionBackground(Color) - Method in class org.knime.core.node.tableview.TableRowHeaderView
Overridden to avoid event storm.
setSelectionInterval(int, int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
setSelectionMode(int) - Method in class org.knime.core.node.util.MultipleURLList
Sets the select mode for the file chooser dialog.
setSelectionMode(int) - Method in class org.knime.core.util.NoSelectionListSelectionModel
setSelectionModel(ListSelectionModel) - Method in class org.knime.core.node.util.ColumnSelectionList
setSelections(LinkedHashMap<String, Boolean>) - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
 
setSelectMode(int) - Method in class org.knime.core.node.util.FilesHistoryPanel
Sets the select mode for the file chooser dialog.
setSeparator(JSeparator) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
 
setSeparator(String) - Method in class org.knime.core.util.node.quickform.in.StringListPasteboxInputQuickFormInElement
 
setSeparatorReplacement(String) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
setSeparatorVisibility(boolean) - Method in class org.knime.base.node.preproc.draganddroppanel.droppanes.Pane
 
setSettings(MVIndividualSettings) - Method in class org.knime.base.node.preproc.pmml.missingval.MVColumnSettings
 
setSettings(TokenizerSettings) - Method in class org.knime.core.util.tokenizer.Tokenizer
Set new user settings in this tokenizer.
setSettingsForDataType(DataType, MVIndividualSettings) - Method in class org.knime.base.node.preproc.pmml.missingval.MVSettings
Sets missing value handling settings for a data type.
setShape(S, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
setShape(S, HiliteShapeCalculator<S, H>) - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
setShape(ShapeFactory.Shape) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPoint
 
setShape(ShapeFactory.Shape) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
setShape(ShapeFactory.Shape) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
setShapeHandler(ShapeHandler) - Method in class org.knime.core.data.DataColumnSpecCreator
Set (new) ShapeHandler which can be null.
setShort(String, short) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the short configuration parameter registered under the given ID.
setShortArray(String, short[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the short array configuration parameter registered under the given ID.
setShortCutLines(int) - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
 
setShowBarOutline(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setShowBinOutline(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setShowColorInfo(boolean) - Method in class org.knime.base.node.viz.table.TableNodeView
Shall row header encode the color information in an icon.
setShowColorInfo(boolean) - Method in class org.knime.core.node.tableview.TableRowHeaderView
Shall row header encode the color information in an icon?
setShowColorInfo(boolean) - Method in class org.knime.core.node.tableview.TableView
Shall row header encode the color information in an icon?
setShowDetails(boolean) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
setShowDots(boolean) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramDrawingPane
 
setShowDots(boolean) - Method in class org.knime.base.node.viz.plotter.line.LinePlotterDrawingPane
 
setShowDots(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
setShowElementOutline(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setShowEmptyBins(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setShowEmptyBins(boolean) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
setShowGrid(boolean) - Method in class org.knime.core.node.workflow.EditorUIInformation
 
setShowGridLines(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setShowGridLines(boolean) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
setShowIcon(boolean) - Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
 
setShowIconInColumnHeader(boolean) - Method in class org.knime.core.node.tableview.TableContentView
Sets the property whether or not the icon in the column header shall be shown.
setShowIconInColumnHeader(boolean) - Method in class org.knime.core.node.tableview.TableView
Set whether or not the icon in the column header is to be displayed.
setShowInvalidExcludeColmns(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
 
setShowInvalidExcludeColumns(boolean) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
 
setShowInvalidIncludeColumns(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
 
setShowInvalidIncludeColumns(boolean) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
 
setShowInvalidValBin(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setShowInvalidValBin(boolean) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
setShowLabel(boolean) - Method in class org.knime.core.node.NodeProgressMonitorView
If you know that your task doesn't use progress message, you can hide the label by calling this method.
setShowLabelVertical(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setShowMissingValBin(boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
setShowMissingValBin(boolean) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
 
setShowMissingValSection(boolean) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
setShowMissingValues(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
setShowNODATALabel(boolean) - Method in class org.knime.core.node.NodeView
Sets the property if the "no data" label is shown when the underlying node is not executed but the view is shown (replaces whatever has been set by #setComponent(Component).
setShowProgress(boolean) - Method in class org.knime.core.node.NodeProgressMonitorView
If you know that your task doesn't report progess, you can hide the progress bar by calling this method.
setSister(SotaTreeCell) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
 
setSize(Dimension) - Method in class org.knime.base.node.mine.decisiontree2.view.graph.NodeWidget
Set the size of this NodeWidget.
setSize(int) - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation
 
setSize(int) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
setSize(double) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
 
setSize(int) - Method in class org.knime.core.node.defaultnodesettings.ColorIcon
 
setSizeComponents(int, int) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
Sets the preferred size of the internal component.
setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
Sets the preferred size of the internal component.
setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
Sets the preferred size of the internal component.
setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Sets the preferred size of the internal component.
setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Sets the preferred size of the internal component.
setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
Sets the preferred size of the internal component.
setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Sets the preferred size of the internal component.
setSizeComponents(int, int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Sets the preferred size of the internal component.
setSizeHandler(SizeHandler) - Method in class org.knime.core.data.DataColumnSpecCreator
Set (new) SizeHandler which can be null.
setSkipColHeaderIfFileExists(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
setSkipEmptyLines(boolean) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
setSkipFirstLines(long) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
If a number larger than zero is set, the first lines in the stream are ignored.
setSkipFirstLinesCount(int) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
setSkipInitialIncompleteRows(boolean) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
 
setSkipLastIncompleteRows(boolean) - Method in class org.knime.base.node.preproc.columnlag.LagColumnConfiguration
 
setSkipMessage(String) - Method in class org.knime.base.data.aggregation.AggregationOperator
 
setSkipped(boolean) - Method in class org.knime.base.data.aggregation.AggregationOperator
This method can be used to mark this group explicitly as skipped.
setSkipThisColumn(boolean) - Method in class org.knime.base.node.io.filereader.ColProperty
 
setSkipValues(boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
 
setSliderLabels(JSlider, int, boolean) - Static method in class org.knime.base.node.viz.aggregation.util.GUIUtils
Sets the label of the given slider.
setSmtpHost(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setSmtpPassword(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setSmtpPort(int) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setSmtpUser(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setSnapToGrid(boolean) - Method in class org.knime.core.node.workflow.EditorUIInformation
 
setSnapToGrid(boolean) - Method in class org.knime.core.node.workflow.NodeUIInformation
If true is passed, the node figure icon is centered (right after NodeContainerEditPart activation) onto the grid.
setSortAscending(boolean) - Method in class org.knime.base.node.viz.aggregation.util.AggrValModelComparator
 
setSortColumns(Collection<String>, boolean[]) - Method in class org.knime.core.data.sort.AbstractTableSorter
Sets sorting columns and order.
setSortColumns(Collection<String>, boolean[], boolean) - Method in class org.knime.core.data.sort.AbstractTableSorter
Sets sorting columns and order.
setSortIncludesCategories(boolean) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
 
setSortIncludesCategories(boolean) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
 
setSorting(String, List<DataCell>) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
Sets the sorting for the given column.
setSortingAllowed(boolean) - Method in class org.knime.core.node.tableview.TableContentModel
Enables/disables interactive sorting, which is usually invoked by clicking the column header.
setSortingStrategy(SortingStrategy) - Method in class org.knime.base.util.SortingOptionPanel
Selects the specified SortingStrategy.
setSortInMemory(boolean) - Method in class org.knime.core.data.sort.AbstractTableSorter
Forces the sorting to happen in memory (if argument is true).
setSortTargetCategories(boolean) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
 
setSortTargetCategories(boolean) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
 
setSota(SotaManager) - Method in class org.knime.base.node.mine.sota.SotaPortObject
Sets the given SotaManager.
setSourcePort(int) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
setSourceSuffix(int) - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
 
setSplitAttribute(String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
 
setSqlType(String) - Method in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
Sets the SQL data type
setSqlType(String) - Method in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
Sets the SQL data type
setStart(int) - Method in class org.knime.core.node.workflow.AnnotationData.StyleRange
 
setStartIndex(int) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeSettings
 
setStartIndex(int) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeSettings
 
setStartTickOffset(int) - Method in class org.knime.base.node.viz.plotter.Axis
Set the offset to start the tick-painting from.
setStartX(int) - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Sets the given start x coordinate.
setStartX(int) - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
Sets the given start x coordinate.
setStartY(int) - Method in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Sets the given start y coordinate.
setStartY(int) - Method in class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
Sets the given start y coordinate.
setStatus(SingleNodeContainer.MemoryPolicy) - Method in class org.knime.core.node.MiscSettingsTab
Select the radio button for the given policy.
setString(String, String) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the String configuration parameter registered under the given ID.
setStringArray(String, String[]) - Method in class org.knime.core.util.node.config.NodeConfiguration
Set value of the String array configuration parameter registered under the given ID.
setStringArrayValue(String[]) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
set the value stored to (a copy of) the new value.
setStringExtension(ExtensionDocument.Extension, String, String) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.PMMLNaiveBayesModelTranslator
 
setStringValue(String) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
set the value stored to the new value.
setStroke(Stroke) - Method in class org.knime.base.node.viz.plotter.basic.BasicDrawingElement
 
setStroke(Stroke) - Method in class org.knime.base.node.viz.plotter.basic.BasicLine
setStyleRanges(AnnotationData.StyleRange[]) - Method in class org.knime.core.node.workflow.AnnotationData
 
setSubject(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setSubNodeContainer(SubNodeContainer) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
 
setSubNodeContainer(SubNodeContainer) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Sets the sub node container this virtual output node is part of.
setSubNodeDescription(String) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
setSubSection(Arc2D, PieHiliteCalculator) - Method in class org.knime.base.node.viz.pie.datamodel.PieSubSectionDataModel
 
setSuccess(boolean) - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
 
setSuffixes(String...) - Method in class org.knime.core.node.util.FilesHistoryPanel
Set file file as part of the suffix.
setSummary(String) - Method in class org.knime.base.node.preproc.autobinner.pmml.DisretizeConfiguration
 
setSuppLeft(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Sets the left support border.
setSupport(double) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
Sets the support of this set.
setSupportShortLines(boolean) - Method in class org.knime.base.node.io.csvreader.CSVReaderConfig
 
setSupportShortLines(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
setSuppRight(double) - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
Sets the right support border.
setTable(BufferedDataTable) - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
Only needs to be set if UngroupOperation.compute(ExecutionContext) is called subsequently.
setTableCollapsed(boolean) - Method in class org.knime.base.node.mine.decisiontree2.view.DecTreeNodeWidget
 
setTableContent(TableModel) - Method in class org.knime.core.node.tableview.TableRowHeaderModel
Set the table content to which this class will listen and whose content is content of this class.
setTableContentFilter(TableContentModel.TableContentFilter) - Method in class org.knime.core.node.tableview.TableContentModel
Set new filter instance.
setTableData(ConfigTableModel) - Method in interface org.knime.core.node.util.ConfigTableModel
Clear the model and reinitialize values with the values of the given model.
setTableData(ConfigTableModel) - Method in class org.knime.core.node.util.DefaultConfigTableModel
Clear the model and reinitialize values with the values of the given model.
setTableData(String[], String[]) - Method in class org.knime.core.node.util.KeyValuePanel
Update the data.
setTableHeader(JTableHeader) - Method in class org.knime.base.node.io.filereader.PreviewTableContentView
Disallows reordering.
setTableHeader(JTableHeader) - Method in class org.knime.core.node.tableview.TableContentView
Overridden so that we can attach a mouse listener to it and set the proper renderer.
setTableHeader(JTableHeader) - Method in class org.knime.core.node.tableview.TableRowHeaderView
Overridden so that we can attach a mouse listener to it and set the proper renderer.
setTableName(String) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Sets the table name
setTableSpec(DataTableSpec) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Sets the DataTableSpec
setTableViewModel(TableModel) - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Sets the TableModel for the JTable.
setTableViewRowHeight(int) - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
 
setTailNode(NodeID) - Method in class org.knime.core.node.workflow.FlowLoopContext
 
setTargetCol(DataColumnSpec) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Puts argument into set and call PMMLPortObjectSpecCreator.setTargetCols(List).
setTargetColName(String) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
setTargetCols(List<DataColumnSpec>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Only double and nominal value compatible columns are yet supported for PMML models!
setTargetColsNames(List<String>) - Method in class org.knime.core.node.port.pmml.PMMLPortObjectSpecCreator
Only double and nominal value compatible columns are yet supported for PMML models!
setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
Deprecated.
Sets the target column.
setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings
Set the target column which is the dependent variable.
setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotterProperties
Sets the target column.
setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
Set the target column which is the dependent variable.
setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
Set the target column which is the dependent variable.
setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerSettings
Deprecated.
Sets the name of the target column that holds the dependent variable.
setTargetColumn(String) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerSettings
Sets the name of the target column that holds the dependent variable.
setTargetColumn(String[]) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings
 
setTargetColumn(String[]) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings
 
setTargetReferenceCategory(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerSettings
 
setTargetReferenceCategory(DataCell) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerSettings
 
setTargetReferenceCategory(String) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
 
setTemplateInformation(MetaNodeTemplateInformation) - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
Set new template info (not null!), fire events.
setTemplateInformation(MetaNodeTemplateInformation) - Method in class org.knime.core.node.workflow.SubNodeContainer
Set new template info (not null!), fire events.
setTemplateInformation(MetaNodeTemplateInformation) - Method in class org.knime.core.node.workflow.WorkflowManager
Set new template info (not null!), fire events.
setTemplateInformation(NodeID, MetaNodeTemplateInformation) - Method in class org.knime.core.node.workflow.WorkflowManager
Sets the argument template info on the node with the given ID.
setTempLocation(File) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
Sets the location for temporary files associated with the workflow.
setTempTable(boolean) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Sets to true if the table is a temporary table, otherwise set to false
setText(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setText(String) - Method in class org.knime.core.data.renderer.DoubleBarRenderer
Overridden to ignore any invocation.
setText(String) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
Overridden to ignore any invocation.
setText(String) - Method in class org.knime.core.node.config.ConfigEditTreeRenderer
setText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
Sets the given text.
setText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
Sets the given text.
setText(String) - Method in class org.knime.core.node.util.WatermarkTextField
setText(String) - Method in class org.knime.core.node.workflow.AnnotationData
 
setTextInternal(String) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
Internal setter for the text, delegates to super.setText().
setThousandsSeparator(char) - Method in class org.knime.base.node.io.filereader.DataCellFactory
Sets the separator for groups of thousands to the specified character.
setThousandsSeparator(char) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
setThreshold(double) - Method in class org.knime.base.data.neural.Perceptron
Sets the threshold.
setThreshold(String) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
 
setTIDs(List<Integer>) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.TIDFrequentItemSet
Sets the transaction ids of this itemset.
setTimeInMillis(long) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
sets the Date specified in the dialog in the long format.
setTimezone(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Sets the manually set timezone that should be assumed for dates returned by the database.
Settings(Map<InputRow.Settings.InDataPort, List<Integer>>, boolean) - Constructor for class org.knime.base.node.preproc.joiner.InputRow.Settings
 
Settings(DataTableSpec, int[]) - Constructor for class org.knime.base.node.preproc.joiner.OutputRow.Settings
 
SETTINGS_BUTTON_CELL_SIZE - Static variable in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
The size of the settings button cells column.
SETTINGS_FILE_NAME - Static variable in interface org.knime.core.node.NodePersistor
Node settings XML file name.
SETTINGS_FILE_NAME - Static variable in interface org.knime.core.node.workflow.SingleNodeContainerPersistor
Name of the settings file in a node's directory.
SettingsModel - Class in org.knime.core.node.defaultnodesettings
Abstract implementation of an encapsulating class holding a (usually rather basic) model of NodeModel Settings.
SettingsModel() - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModel
Default constructor.
SettingsModelAggregationMethod - Class in org.knime.base.data.aggregation.dialogutil
SettingsModel the stores the user settings of an AggregationMethod.
SettingsModelAggregationMethod(String, AggregationMethod) - Constructor for class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
Creates a new object holding an AggregationMethod.
SettingsModelAggregationMethod(String, int, AggregationMethod) - Constructor for class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
Creates a new object holding an AggregationMethod.
SettingsModelAggregationMethod(String, int, String, int, AggregationMethod) - Constructor for class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
Creates a new object holding an AggregationMethod.
SettingsModelAuthentication - Class in org.knime.core.node.defaultnodesettings
Model representing credentials, either username/password or a selected credentials variable.
SettingsModelAuthentication(String, SettingsModelAuthentication.AuthenticationType) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
Constructor with no preset user and credential.
SettingsModelAuthentication(String, SettingsModelAuthentication.AuthenticationType, String, String, String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
 
SettingsModelAuthentication.AuthenticationType - Enum in org.knime.core.node.defaultnodesettings
Whether to use a credentials identifier or plain username/password.
SettingsModelBoolean - Class in org.knime.core.node.defaultnodesettings
A settingsmodel for boolean default components.
SettingsModelBoolean(String, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
Creates a new object holding a boolean value.
SettingsModelColor - Class in org.knime.core.node.defaultnodesettings
SettingsModel implementation that holds a color value.
SettingsModelColor(String, Color) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelColor
Constructor for class SettingsModelColor that holds a color value.
SettingsModelColorNameColumns - Class in org.knime.base.node.viz.histogram.util
 
SettingsModelColorNameColumns(String, ColorColumn[]) - Constructor for class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
Creates a new object holding a string value.
SettingsModelColumnFilter2 - Class in org.knime.core.node.defaultnodesettings
Settings model for the column filter component DialogComponentColumnFilter2.
SettingsModelColumnFilter2(String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
Accepts columns of all type.
SettingsModelColumnFilter2(String, Class<? extends DataValue>...) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
Accepts only columns of the specified type(s).
SettingsModelColumnFilter2(String, InputFilter<DataColumnSpec>, int) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
Accepts only columns of the specified type(s).
SettingsModelColumnName - Class in org.knime.core.node.defaultnodesettings
Extends the SettingsModelString to provide the SettingsModelColumnName.useRowID() method to check if the RowID should be used instead of a column.
SettingsModelColumnName(String, String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
Creates a new object holding a column name if the useRowID method returns false.
SettingsModelDate - Class in org.knime.core.node.defaultnodesettings
SettingsModel for the DialogComponentDate-Dialog storing an user specified date and the additional information to reconstruct the Dialog during load.
SettingsModelDate(String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelDate
Creates a new object holding a date value.
SettingsModelDouble - Class in org.knime.core.node.defaultnodesettings
A settingsmodel for double default components.
SettingsModelDouble(String, double) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelDouble
Creates a new object holding a double value.
SettingsModelDoubleBounded - Class in org.knime.core.node.defaultnodesettings
A settingsmodel for double default components accepting double between a min and max value.
SettingsModelDoubleBounded(String, double, double, double) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
Creates a new double settings model with min and max value for the accepted double value.
SettingsModelDoubleRange - Class in org.knime.core.node.defaultnodesettings
Settings model for a double range [min, max].
SettingsModelDoubleRange(String, double, double) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Create setting object.
SettingsModelDuration - Class in org.knime.core.node.defaultnodesettings
The SettingsModel for the default time dialog component.
SettingsModelDuration(String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelDuration
Creates a new object holding with default values 0 days, 0 hours, 0 minutes, 0 seconds
SettingsModelDuration(String, Duration) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelDuration
Create a new object with the given values for days, hours, minutes, seconds
SettingsModelFilterString - Class in org.knime.core.node.defaultnodesettings
Implements a settings model that provides include and exclude lists.
SettingsModelFilterString(String, Collection<String>, Collection<String>) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Creates a new object holding a list of strings in an exclude list and a list of strings in an include list..
SettingsModelFilterString(String, Collection<String>, Collection<String>, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Creates a new object holding a list of strings in an exclude list and a list of strings in an include list..
SettingsModelFilterString(String, String[], String[]) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Creates a new object holding a list of strings in an exclude list and a list of strings in an include list..
SettingsModelFilterString(String, String[], String[], boolean) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Creates a new object holding a list of strings in an exclude list and a list of strings in an include list.
SettingsModelFilterString(String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Constructs a new model with initially empty include and exclude lists.
SettingsModelFlowVariableCompatible - Interface in org.knime.core.node.defaultnodesettings
Interface for a @link SettingsModel which can be represented by a FlowVariable.
SettingsModelInteger - Class in org.knime.core.node.defaultnodesettings
 
SettingsModelInteger(String, int) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelInteger
Creates a new object holding an integer value.
SettingsModelIntegerBounded - Class in org.knime.core.node.defaultnodesettings
A settingsmodel for integer default components accepting double between a min and max value.
SettingsModelIntegerBounded(String, int, int, int) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
Creates a new integer settings model with min and max value for the accepted int value.
SettingsModelLong - Class in org.knime.core.node.defaultnodesettings
 
SettingsModelLong(String, long) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelLong
Creates a new object holding a long value.
SettingsModelLongBounded - Class in org.knime.core.node.defaultnodesettings
 
SettingsModelLongBounded(String, long, long, long) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
 
SettingsModelNumber - Class in org.knime.core.node.defaultnodesettings
Used for components accepting numbers (doubles or ints).
SettingsModelNumber() - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelNumber
 
SettingsModelOddIntegerBounded - Class in org.knime.core.node.defaultnodesettings
A settingsmodel for integer default components accepting double between a min and max value.
SettingsModelOddIntegerBounded(String, int, int, int) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelOddIntegerBounded
Creates a new integer settings model with min and max value for the accepted int value.
SettingsModelOptionalString - Class in org.knime.core.node.defaultnodesettings
 
SettingsModelOptionalString(String, String, boolean) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
 
SettingsModelPCADimensions - Class in org.knime.base.node.mine.pca
Settings model, where either an integer (like number of dimensions) or a double like reproduction percentage can be chosen.
SettingsModelPCADimensions(String, int, double, boolean) - Constructor for class org.knime.base.node.mine.pca.SettingsModelPCADimensions
 
SettingsModelPCADimensions.ArraySpinnerModel - Class in org.knime.base.node.mine.pca
 
SettingsModelString - Class in org.knime.core.node.defaultnodesettings
 
SettingsModelString(String, String) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelString
Creates a new object holding a string value.
SettingsModelStringArray - Class in org.knime.core.node.defaultnodesettings
 
SettingsModelStringArray(String, String[]) - Constructor for class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
Creates a new object holding a string value.
SettingsStatus - Class in org.knime.core.util.tokenizer
An object to pass messages.
SettingsStatus() - Constructor for class org.knime.core.util.tokenizer.SettingsStatus
Creates a new status object with no messages.
setTo(String) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setToolTipText(String) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDate
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDuration
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentOptionalString
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Implement this so it sets the tooltip on your component(s).
setToolTipText(String) - Method in class org.knime.core.node.util.FilesHistoryPanel
setTotalChange(double) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
 
setTrans(HiLiteTranslator) - Method in class org.knime.base.node.preproc.ungroup.UngroupOperation
 
setTreeModel(ConfigEditTreeModel) - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
 
setTreeNode(ConfigEditTreeModel.ConfigEditTreeNode) - Method in class org.knime.core.node.config.ConfigEditTreeNodePanel
Set a new tree node to display.
setTrim(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
setType(String) - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
Sets the SQL data type of the column
setType(DataType) - Method in class org.knime.base.node.io.tablecreator.table.Cell
 
setType(int) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Set the type.
setType(DataType) - Method in class org.knime.core.data.DataColumnSpecCreator
Set (new) column type.
setType(String) - Method in class org.knime.core.node.port.database.tablecreator.DBColumn
Sets the SQL data type of the column
setType(String) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
setType(PatternFilterConfigurationImpl.PatternFilterType) - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
 
setUIInfo(ConnectionUIInformation) - Method in class org.knime.core.node.workflow.ConnectionContainer
 
setUIInfo(NodeUIInformation) - Method in class org.knime.core.node.workflow.CopyNodeContainerMetaPersistor
setUIInfo(NodeUIInformation) - Method in class org.knime.core.node.workflow.FileNodeContainerMetaPersistor
setUIInfo(NodeUIInformation) - Method in interface org.knime.core.node.workflow.NodeContainerMetaPersistor
 
setUIInformation(NodeUIInformation) - Method in class org.knime.core.node.workflow.NodeContainer
 
setUnderlyingPort(NodeOutPort) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Set a new underlying port - used when the connection inside this workflow to this outgoing port changes.
setUnderlyingPort(NodeOutPort) - Method in class org.knime.core.node.workflow.WorkflowInPort
 
setUndoPersistor(WorkflowPersistor) - Method in class org.knime.core.node.workflow.WorkflowPersistor.NodeContainerTemplateLinkUpdateResult
 
setUnfoldMethod(DecTreeToImageNodeSettings.UnfoldMethod) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
setUnfoldToLevel(int) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
setUnfoldWidthCoverage(double) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
setUniCodeCase(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
setUniquifyRowIDs(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
setUnixLines(boolean) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitSettings
 
setUpdateStatusInternal(MetaNodeTemplateInformation.UpdateStatus) - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
Set update status field, only to be called via WorkflowManager.checkUpdateMetaNodeLink(NodeID, WorkflowLoadHelper).
setUpperBound(DataCell) - Method in class org.knime.core.data.DataColumnDomainCreator
Sets (new) upper bound which can be null.
setUpperBoundColumnPort1(String) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
setUpperBoundInclusive(boolean) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
setUpperQuartile(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
setUpperWhisker(double) - Method in class org.knime.base.node.viz.plotter.box.BoxplotStatistics
 
setUpperWhiskers(int) - Method in class org.knime.base.node.viz.plotter.box.Box
 
setUrlColName(String) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLConfig
Deprecated.
 
setUrlFile(String) - Method in class org.knime.core.util.node.quickform.in.FileUploadQuickFormInElement
 
setUrlString(String) - Method in class org.knime.base.node.io.linereader.LineReaderConfig
 
setUseAuthentication(boolean) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setUseBinarySearch(boolean) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
setUseCaches(boolean) - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
setUseCredentials(boolean) - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
 
setUseEmptyString(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
If set to true, the node creates an empty cell in case of a missing input cell or a missing split.
setUseEscapeCharacter(boolean) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterUserSettings
 
setUseHierarchicalFuzzyData(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
setUserId(String) - Method in class org.knime.core.node.workflow.WorkflowContext.Factory
Sets the user id of the context.
setUserName(String) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Set a new user name.
setUsernameLabel(String) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
Set the text displayed in the usernameLabel
setUserObject(Object) - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
setUserSelectionAllowed(boolean) - Method in class org.knime.core.node.util.ColumnSelectionList
Makes the list selection (un)changeable by the user.
setUserSettings(boolean) - Method in class org.knime.base.node.io.filereader.ColProperty
 
setUseSeed(boolean) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapConfiguration
 
setUseSeed(boolean) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
 
setUseVariability(boolean) - Method in class org.knime.base.node.mine.sota.logic.SotaManager
 
setUseVariableName(String) - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
 
SetUtilityFactory() - Constructor for class org.knime.core.data.collection.SetDataValue.SetUtilityFactory
 
setValid(boolean) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
 
setValid(boolean) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationFunctionRow
 
setValid(boolean) - Method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
setValidateConnection(boolean) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Sets whether the connection should be validated by dialogs.
setValidateQuery(boolean) - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Sets whether the query should be validated during configure.
setValue(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
The method is also responsible to call the appropriate table changed method e.g.
setValue(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationColumnTableModel
Deprecated.
The method is also responsible to call the appropriate table changed method e.g.
setValue(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.column.AggregationColumnTableModel
The method is also responsible to call the appropriate table changed method e.g.
setValue(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationTableModel
The method is also responsible to call the appropriate table changed method e.g.
setValue(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.pattern.PatternAggregationTableModel
The method is also responsible to call the appropriate table changed method e.g.
setValue(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.type.DataTypeAggregationTableModel
The method is also responsible to call the appropriate table changed method e.g.
setValue(Object) - Method in class org.knime.base.data.bitvector.BitVectorValuePixelRenderer
Deprecated.
Sets the object to be rendered next.
setValue(Object) - Method in class org.knime.base.data.bitvector.BitVectorValueStringRenderer
Deprecated.
setValue(Object, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
The method is also responsible to call the appropriate table changed method e.g.
setValue(Object, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
The method is also responsible to call the appropriate table changed method e.g.
setValue(Object, int, int) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
The method is also responsible to call the appropriate table changed method e.g.
setValue(Object, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Sets the value of the cell at the specified row index and column index
setValue(Object) - Method in class org.knime.base.node.io.tablecreator.table.CellRenderer
setValue(Object) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions.ArraySpinnerModel
 
setValue(String) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
 
setValue(double) - Method in class org.knime.base.node.viz.plotter.box.Outlier
 
setValue(Object) - Method in class org.knime.core.data.blob.BinaryObjectDataValueMetaRenderer
setValue(Object) - Method in class org.knime.core.data.blob.BinaryObjectDataValueRenderer
Sets the string object for the cell being rendered.
setValue(Object) - Method in class org.knime.core.data.collection.CollectionValueRenderer
setValue(Object) - Method in class org.knime.core.data.date.DateAndTimeValueRenderer
setValue(Object) - Method in class org.knime.core.data.image.ImageDataValueRenderer
Sets the object to be rendered next.
setValue(Object) - Method in class org.knime.core.data.model.PortObjectValueRenderer
Formats the object.
setValue(Object) - Method in class org.knime.core.data.property.ShapeSelectionComboBoxRenderer
setValue(Object) - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Sets the object to be rendered next.
setValue(Object) - Method in class org.knime.core.data.renderer.BitVectorValuePixelRenderer
Sets the object to be rendered next.
setValue(Object) - Method in class org.knime.core.data.renderer.BooleanValueRenderer
Tries to cast o BooleanValue and will set the boolean in the super class.
setValue(Object) - Method in class org.knime.core.data.renderer.ByteVectorValuePixelRenderer
Sets the object to be rendered next.
setValue(Object) - Method in class org.knime.core.data.renderer.ByteVectorValueStringRenderer
Tries to cast o IntValue and will set the integer in the super class.
setValue(Object) - Method in class org.knime.core.data.renderer.ComplexNumberValueRenderer
Formats the object.
setValue(Object) - Method in class org.knime.core.data.renderer.DoubleBarRenderer
/** Sets the value according to the column domain's min/max.
setValue(Object) - Method in class org.knime.core.data.renderer.DoubleGrayValueRenderer
/** Sets the gray value according to the value and the column domain's min/max.
setValue(Object) - Method in class org.knime.core.data.renderer.DoubleValueRenderer
Formats the object.
setValue(Object) - Method in class org.knime.core.data.renderer.DoubleVectorValueRenderer
Formats the object using the cell's toString method.
setValue(Object) - Method in class org.knime.core.data.renderer.IntValueRenderer
Tries to cast o IntValue and will set the integer in the super class.
setValue(Object) - Method in class org.knime.core.data.renderer.LongValueRenderer
Deprecated.
Tries to cast to LongValue and will set the long in the super class.
setValue(Object) - Method in class org.knime.core.data.renderer.MultiLineStringValueRenderer
Sets the string object for the cell being rendered.
setValue(Object) - Method in class org.knime.core.data.renderer.StringValueRenderer
Formats the object.
setValue(Object) - Method in class org.knime.core.data.renderer.StringVectorValueRenderer
Formats the object using the cell's toString method.
setValue(int, int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Sets the new byte value at the specified index.
setValue(JTree, Object) - Method in class org.knime.core.node.config.ConfigEditTreeRenderer
Called whenever a new value is to be renderer, updates underlying component.
setValue(boolean) - Method in class org.knime.core.util.MutableBoolean
Sets the value of this MutableBoolean.
setValue(double) - Method in class org.knime.core.util.MutableDouble
Sets the value of this double.
setValue(int) - Method in class org.knime.core.util.MutableInteger
Sets the value of this integer.
setValue(T) - Method in class org.knime.core.util.node.config.ConfigElementAbstractSimple
 
setValue(boolean) - Method in class org.knime.core.util.node.quickform.in.CheckboxInputQuickFormInElement
 
setValue(Date) - Method in class org.knime.core.util.node.quickform.in.DateStringInputQuickFormInElement
 
setValue(double) - Method in class org.knime.core.util.node.quickform.in.DoubleInputQuickFormInElement
 
setValue(int) - Method in class org.knime.core.util.node.quickform.in.IntInputQuickFormInElement
 
setValue(String) - Method in class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
 
setValue(String) - Method in class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
 
setValue(String) - Method in class org.knime.core.util.node.quickform.in.StringInputQuickFormInElement
 
setValue(String) - Method in class org.knime.core.util.node.quickform.in.StringListPasteboxInputQuickFormInElement
 
setValue(String) - Method in class org.knime.core.util.node.quickform.in.StringOptionInputQuickFormInElement
 
setValue(String) - Method in class org.knime.core.util.node.quickform.in.StringSelectionInputQuickFormInElement
 
setValue(String) - Method in class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
 
setValueAt(Object, int, int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
setValueAt(Object, int, int) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
setValueAt(Object, int, int) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable.RowModel
setValueAt(Object, int, int) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
setValueAt(Object, int, FieldsTableModel.Column) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
Sets the object value for the cell at column and row.
setValueColumn(String) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertConfig
 
setValueColumnLabel(String) - Method in class org.knime.core.node.util.KeyValuePanel
Set the label of the second column.
setValueColumnPort0(String) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryConfiguration
 
setValueDelimiter(String) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
 
setValueDelimiter(String) - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
 
setValues(AggregationMethod, String, int) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
 
setValues(String[]) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
setValues(List<String>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Sets the array values.
setValues(LinkedHashSet<String>) - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
Sets the array values.
setValues(double, int, boolean) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
set all values of the model.
setValues(DataValue...) - Method in class org.knime.base.util.coordinate.CoordinateMapping
Sets values of this mapping.
setValues(DataValue...) - Method in class org.knime.base.util.coordinate.PolicyStrategy
Sets desired values for the policy strategy.
setValues(Set<? extends DataCell>) - Method in class org.knime.core.data.DataColumnDomainCreator
Sets a (new) Set of possible values which can be null.
setValues(SettingsModelAuthentication.AuthenticationType, String, String, String) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
 
setValues(String) - Method in class org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement
 
setValues(String[]) - Method in class org.knime.core.util.node.quickform.in.TwinStringListInputQuickFormInElement
 
setValueScale(ValueScale) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
setVariableName(String) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
Deprecated.
 
setVariableName(String) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration
 
setVariableName(String) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
setVariablesOfInterest(FlowVariable[]) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableSettings
Deprecated.
 
setVariablesOfInterest(FlowVariable[]) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
Deprecated.
 
setVariablesSettings(NodeSettings) - Method in class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
 
setVersion(String) - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Set the version either VERSION_1, VERSION_2 or VERSION_3.
setVerticalMargin(int) - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixDrawingPane
 
setViewTitleSuffix(String) - Method in class org.knime.core.node.NodeView
Append this suffix to the current view name.
setVirtualNodeInput(VirtualParallelizedChunkNodeInput) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
 
setVisibleRowCount(int) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Sets the preferred number of rows in the list that can be displayed.
setVizModel(PieVizModel) - Method in class org.knime.base.node.viz.pie.impl.PieDrawingPane
 
setVizModel(D) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
 
setWarning(String) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
setWarningMessage(String) - Method in class org.knime.core.node.NodeModel
Sets an optional warning message by the implementing node model.
setWarningMessage(String) - Method in class org.knime.core.node.workflow.execresult.NodeExecutionResult
 
setWatermark(String) - Method in class org.knime.core.node.util.WatermarkTextField
Sets the watermark for the control.
setWeight(int, double) - Method in class org.knime.base.data.neural.Perceptron
Sets weight at given position.
setWeight(int) - Method in class org.knime.core.quickform.AbstractQuickFormConfiguration
 
setWeightColumn(String) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeSettings
 
setWeightMatrixValue(int, int, double) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FCMAlgorithm
Sets a value in the weight matrix.
setWeights(double[]) - Method in class org.knime.base.data.neural.Perceptron
Set all new weights.
setWhiteSpaces(Vector<String>) - Method in class org.knime.core.util.tokenizer.TokenizerSettings
sets whitespaces to the settings structure.
setWhiteSpaceUserSet(boolean) - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
Set true to indicate that the flag is actually set and is not still the default value.
setWidth(int) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings
 
setWidth(int) - Method in class org.knime.core.node.workflow.AnnotationData
 
setWorkflowContext(WorkflowContext) - Method in class org.knime.core.node.workflow.WorkflowCreationHelper
Sets the context for the workflow that is being created.
setWorkflowExecutionResult(WorkflowExecutionResult) - Method in class org.knime.core.node.workflow.execresult.SubnodeContainerExecutionResult
Sets inner execution result.
setWorkflowManagerAndNodeID(WorkflowManager, NodeID) - Method in class org.knime.core.node.interactive.InteractiveClientNodeView
Set access to workflowmanager and node so the view can trigger re-execution.
setWorkflowManagerAndNodeID(WorkflowManager, NodeID) - Method in interface org.knime.core.node.interactive.InteractiveView
Set access to workflowmanager and node so the view can trigger re-execution.
setWorkflowManagerAndNodeID(WorkflowManager, NodeID) - Method in class org.knime.core.node.interactive.InteractiveViewDelegate
 
setWorkflowManagerAndNodeID(WorkflowManager, NodeID) - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
 
setWorkflowPassword(String, String) - Method in class org.knime.core.node.workflow.WorkflowManager
Set password on this metanode.
setWrapColumnHeader(boolean) - Method in class org.knime.core.node.tableview.TableContentView
Should the column header names be wrapped if they are too long.
setWrapColumnHeader(boolean) - Method in class org.knime.core.node.tableview.TableView
setWrapColumnHeaderInTableViews(boolean) - Method in class org.knime.core.internal.CorePlugin
A property controlled by the UI preference page.
setWrapHeader(boolean) - Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
Whether column names are wrapped, default is false.
setWrapLongLines(boolean) - Method in class org.knime.core.data.renderer.MultiLineBasicLabelUI
Enable floating text, line breaks are added as needed.
setWriteColumnHeader(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
setWriteRowID(boolean) - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
setX(DataCell) - Method in class org.knime.base.node.viz.plotter.basic.DataCellPoint
 
setX(double[]) - Method in class org.knime.base.node.viz.roc.ROCCurve
 
setX(String) - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
 
setX(int) - Method in class org.knime.core.node.workflow.AnnotationData
 
setXAxis(Axis) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
setXColumn(DataColumnSpec) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
 
setXCoord(int) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
setXCoordinates() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Sets the x coordinates for the current AbstractHistogramVizModel.
setXDomainValue(DataCell) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
setXPosition(int) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
 
setY(DataCell) - Method in class org.knime.base.node.viz.plotter.basic.DataCellPoint
 
setY(double[]) - Method in class org.knime.base.node.viz.roc.ROCCurve
 
setY(String) - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
 
setY(int) - Method in class org.knime.core.node.workflow.AnnotationData
 
setYAxis(Axis) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
 
setYCoord(int) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
setYCoordinates() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Sets the y coordinates for the current AbstractHistogramVizModel.
setYDomainValue(DataCell) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
 
setZooming(boolean) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
 
setZoomLevel(double) - Method in class org.knime.core.node.workflow.EditorUIInformation
 
sgn(double) - Static method in class org.knime.base.data.neural.methods.RProp
Method computes the sign of a double number.
Shape() - Constructor for class org.knime.core.data.property.ShapeFactory.Shape
 
ShapeAppenderNodeDialogPane - Class in org.knime.base.node.viz.property.shape
Dialog to select column to apply shape to.
ShapeAppenderNodeDialogPane() - Constructor for class org.knime.base.node.viz.property.shape.ShapeAppenderNodeDialogPane
Create new shape appender dialog.
ShapeAppenderNodeFactory - Class in org.knime.base.node.viz.property.shape
Factory to create Shape Appender node.
ShapeAppenderNodeFactory() - Constructor for class org.knime.base.node.viz.property.shape.ShapeAppenderNodeFactory
 
ShapeAppenderNodeModel - Class in org.knime.base.node.viz.property.shape
Node model to append shape settings to a (new) column selected in the dialog.
ShapeAppenderNodeModel() - Constructor for class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Create anew shape appender model with one data in- and out-port, and one model out-port.
ShapeFactory - Class in org.knime.core.data.property
Abstract class for different drawable shapes.
ShapeFactory.Shape - Class in org.knime.core.data.property
Abstract implementation of a shape.
ShapeHandler - Class in org.knime.core.data.property
Final ShapeHandler implementation which keeps a ShapeModel to request Shape objects from.
ShapeHandler(ShapeHandler.ShapeModel) - Constructor for class org.knime.core.data.property.ShapeHandler
Creates a new ShapeHandler based on the the given ShapeModel.
ShapeHandler.ShapeModel - Interface in org.knime.core.data.property
Internal ShapeModel used to request Shape objects by DataCell attribute value.
ShapeHandlerPortObject - Class in org.knime.core.node.port.viewproperty
PortObject implementation for ShapeHandlerPortObject which are part of a DataTableSpec.
ShapeHandlerPortObject() - Constructor for class org.knime.core.node.port.viewproperty.ShapeHandlerPortObject
Public no arg constructor required by super class.
ShapeHandlerPortObject(DataTableSpec, String) - Constructor for class org.knime.core.node.port.viewproperty.ShapeHandlerPortObject
Constructor used to instantiate this object during a node's execute method.
ShapeHandlerPortObject.Serializer - Class in org.knime.core.node.port.viewproperty
 
ShapeManagerNodeDialogPane - Class in org.knime.base.node.viz.property.shape
 
ShapeManagerNodeDialogPane() - Constructor for class org.knime.base.node.viz.property.shape.ShapeManagerNodeDialogPane
Creates a new shape manager dialog.
ShapeManagerNodeFactory - Class in org.knime.base.node.viz.property.shape
The shape manager factory which creates a ShapeManagerNodeDialogPane.
ShapeManagerNodeFactory() - Constructor for class org.knime.base.node.viz.property.shape.ShapeManagerNodeFactory
Empty default constructor.
ShapeManagerNodeModel - Class in org.knime.base.node.viz.property.shape
Model used to set shapes by nominal values retrieved from the DataColumnSpec domain.
ShapeManagerNodeModel() - Constructor for class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Creates a new model for mapping shapes.
ShapeModelNominal - Class in org.knime.core.data.property
Nominal ShapeModel which maps a set of DataCell element to Shape.
ShapeModelNominal(Map<DataCell, ShapeFactory.Shape>) - Constructor for class org.knime.core.data.property.ShapeModelNominal
Creates new nominal ShapeModel based on a mapping.
ShapeSelectionComboBox - Class in org.knime.core.data.property
 
ShapeSelectionComboBox() - Constructor for class org.knime.core.data.property.ShapeSelectionComboBox
Creates Shape selection combo box with all shapes.
ShapeSelectionComboBoxRenderer - Class in org.knime.core.data.property
Overrides the DefaultTableCellRenderer and sets icon and text to display the Shape properties.
ShapeSelectionComboBoxRenderer() - Constructor for class org.knime.core.data.property.ShapeSelectionComboBoxRenderer
 
ShapeSelectionListRenderer - Class in org.knime.core.data.property
 
ShapeSelectionListRenderer() - Constructor for class org.knime.core.data.property.ShapeSelectionListRenderer
 
shiftPosition(int, int) - Method in class org.knime.core.node.workflow.Annotation
Shift annotation after copy&paste.
shiftPosition(int, int) - Method in class org.knime.core.node.workflow.AnnotationData
Shift annotation after copy&paste.
ShortHexdumpFactory() - Constructor for class org.knime.core.data.blob.BinaryObjectDataValueRenderer.ShortHexdumpFactory
 
ShortLinesPanel - Class in org.knime.base.node.io.filereader
 
ShortLinesPanel(FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.ShortLinesPanel
Constructs the panels and loads it with the settings from the passed object.
ShortRendererFactory() - Constructor for class org.knime.core.data.collection.CollectionValueRenderer.ShortRendererFactory
 
shouldFixModelPortOrder() - Method in class org.knime.core.node.workflow.FileSingleNodeContainerPersistor
 
shouldSkipRowKey() - Method in class org.knime.core.data.container.Buffer
Get whether the buffer wants to persist row keys.
shouldSkipRowKey() - Method in class org.knime.core.data.container.NoKeyBuffer
Get whether the buffer wants to persist row keys.
shouldSkipThisNode(NodeSettingsRO) - Method in class org.knime.core.node.workflow.FileWorkflowPersistor
This is overridden by the metanode loader (1.x.x) and returns true for the "special" nodes.
shouldSkipThisNode(NodeSettingsRO) - Method in class org.knime.core.node.workflow.ObsoleteMetaNodeFileWorkflowPersistor
This is overridden by the metanode loader (1.x.x) and returns true for the "special" nodes.
SHOW_ALL - Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
Constant for the menu entry "show all".
SHOW_DISTRIBUTION - Static variable in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
XML tag name in configuration file for show distribution flag.
SHOW_DISTRIBUTION - Static variable in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
XML tag name in configuration file for show distribution flag.
SHOW_HIDE - Static variable in class org.knime.base.node.viz.plotter.AbstractPlotter
Constant for the show/hide menu title.
showAll() - Method in class org.knime.core.node.util.ColumnSelectionList
Resets the previous done filtering.
showAll() - Method in class org.knime.core.node.util.FilterableListModel
Resets the view.
showConnectionPanel(boolean) - Method in class org.knime.base.node.io.database.util.DBReaderDialogPane
Shows or hides the connection information panel.
showDetails() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
showDialog() - Method in class org.knime.base.node.io.filereader.DomainDialog
Shows the dialog with the passed default settings (passed to the constructor).
showError(JTextField) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
Colors the component red, and registers a listener to the edit field that sets the colors back to the default as soon as the user edits something in the field.
showHiLitedOnly(boolean) - Method in class org.knime.core.node.tableview.TableContentModel
Deprecated.
showHiLitedOnly(boolean) - Method in class org.knime.core.node.tableview.TableContentView
Deprecated.
Implementors should refer to getContentModel().setTableContentFilter(TableContentFilter)
showHiLitedOnly(boolean) - Method in class org.knime.core.node.tableview.TableView
Deprecated.
Implementors should refer to getContentModel().setTableContentFilter(TableContentFilter)
showIcon(boolean) - Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
Enable/Disable the color information output.
showMissingValSection() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
showMissingValues(boolean) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Sets whether missing values should be shown.
showMissingValues() - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotSettings
Returns whether missing values should be shown.
showOutputTable(boolean) - Method in class org.knime.base.node.io.tablecreator.table.CellRenderer
 
showOutputTable(boolean) - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
Define whether the output table should be highlighted.
showOutputTable(boolean) - Method in class org.knime.base.node.io.tablecreator.table.RowHeaderTable
Define whether the output table should be highlighted.
showOutputTable(boolean) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
Define whether the output table should be highlighted.
showPopup(Point) - Method in class org.knime.core.node.tableview.TableView
Opens the popup menu on the row header.
showsHiLitedOnly() - Method in class org.knime.core.node.tableview.TableContentModel
Deprecated.
This method has been replaced by TableContentModel.getTableContentFilter()
showsHiLitedOnly() - Method in class org.knime.core.node.tableview.TableContentView
Deprecated.
Implementors should refer to getContentModel().getTableContentFilter()
showsHiLitedOnly() - Method in class org.knime.core.node.tableview.TableView
Deprecated.
Implementors should refer to getContentModel().getTableContentFilter()
shrink(DataRow) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Called if a new row has to be adjusted, all conflicting rows are shrunken.
shrink(DataRow) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
If a new prototype has to be adjusted.
Shrink - Interface in org.knime.base.node.mine.bfn.fuzzy.shrink
Interface that is used be FuzzyRuleBasisFunction's to shrink membership functions by various measurements.
shrink(DataRow) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Basis functions need to be adjusted if they conflict with other ones.
shrink() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Frees unused memory in the vector.
shrink() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Frees unused memory in the vector.
SHRINK_AFTER_COMMIT - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
NodeSettings key for shrink_after_commit.
SHRINK_KEY - Static variable in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
Selected shrink procedure.
shrinkIt(double) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Shrinks this rules standard deviation by the new value.
SHRINKS - Static variable in interface org.knime.base.node.mine.bfn.fuzzy.shrink.Shrink
Number of possible shrink procedure.
ShuffleNodeDialogPane - Class in org.knime.base.node.preproc.shuffle
Dialog to enter a seed.
ShuffleNodeDialogPane() - Constructor for class org.knime.base.node.preproc.shuffle.ShuffleNodeDialogPane
Inits GUI.
ShuffleNodeFactory - Class in org.knime.base.node.preproc.shuffle
The Factory for the Shuffle Node.
ShuffleNodeFactory() - Constructor for class org.knime.base.node.preproc.shuffle.ShuffleNodeFactory
 
ShuffleNodeModel - Class in org.knime.base.node.preproc.shuffle
Implementation of the Fisher Yates shuffle, that guarantees that all n! possible outcomes are possible and equally likely.
ShuffleNodeModel() - Constructor for class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
 
shutdown() - Method in class org.knime.core.node.workflow.WorkflowManager
Attempts to cancel or running nodes in preparation for a removal of this node (or its parent) from the root.
shutdown() - Method in class org.knime.core.util.ThreadPool
Shuts the pool down, still running threads are not interrupted.
SigmoidPerceptron - Class in org.knime.base.data.neural
A hidden layer perceptron with a sigmoid activation function.
SigmoidPerceptron(double[], Perceptron[]) - Constructor for class org.knime.base.data.neural.SigmoidPerceptron
Constructs a perceptron with given weights and predecessors.
SigmoidPerceptron(double[], Perceptron[], Random) - Constructor for class org.knime.base.data.neural.SigmoidPerceptron
Constructs a perceptron with given weights and predecessors.
SigmoidPerceptron(Perceptron[]) - Constructor for class org.knime.base.data.neural.SigmoidPerceptron
Constructs a perceptron with given predecessors, weights initialized randomly.
SigmoidPerceptron(Perceptron[], Random) - Constructor for class org.knime.base.data.neural.SigmoidPerceptron
Constructs a perceptron with given predecessors, weights initialized randomly using the given random number generator.
SigmoidPerceptron() - Constructor for class org.knime.base.data.neural.SigmoidPerceptron
Constructs an empty perceptron.
SilentSubNodeProgressMonitor(NodeProgressMonitor, double) - Constructor for class org.knime.core.node.DefaultNodeProgressMonitor.SilentSubNodeProgressMonitor
 
SimpleDataCellToJavaConverterFactory<S extends DataValue,D> - Class in org.knime.core.data.convert.java
Easy to use implementation of DataCellToJavaConverterFactory for simple Converters.
SimpleDataCellToJavaConverterFactory(Class<S>, Class<D>, DataCellToJavaConverter<S, D>) - Constructor for class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
Creates a new converter factory.
SimpleDataCellToJavaConverterFactory(Class<S>, Class<D>, DataCellToJavaConverter<S, D>, String) - Constructor for class org.knime.core.data.convert.java.SimpleDataCellToJavaConverterFactory
Creates a new converter factory.
SimpleDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation
 
SimpleDBAggregationFunction(String, String, DataType, Class<? extends DataValue>) - Constructor for class org.knime.core.node.port.database.aggregation.SimpleDBAggregationFunction
 
SimpleFileFilter - Class in org.knime.core.util
Helper class filtering out all files not matching extensions.
SimpleFileFilter(String...) - Constructor for class org.knime.core.util.SimpleFileFilter
Creates a new simple file filter that filters out all files not matching the given extensions.
SimpleJavaToDataCellConverterFactory<T> - Class in org.knime.core.data.convert.datacell
Easy to use implementation of DataCellToJavaConverterFactory for simple Converters.
SimpleJavaToDataCellConverterFactory(Class<T>, DataType, JavaToDataCellConverter<T>) - Constructor for class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
Creates a new converter factory.
SimpleJavaToDataCellConverterFactory(Class<T>, DataType, JavaToDataCellConverter<T>, String) - Constructor for class org.knime.core.data.convert.datacell.SimpleJavaToDataCellConverterFactory
Creates a new converter factory.
SimpleStreamableFunctionNodeModel - Class in org.knime.core.node.streamable.simple
Abstract definition of a node that applies a simple function using a ColumnRearranger.
SimpleStreamableFunctionNodeModel() - Constructor for class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
Default constructor, defining one data input and one data output port.
SimpleStreamableFunctionNodeModel(PortType[], PortType[], int, int) - Constructor for class org.knime.core.node.streamable.simple.SimpleStreamableFunctionNodeModel
Constructor for a node with multiple in or out ports.
SimpleStreamableFunctionWithInternalsNodeModel<T extends StreamableOperatorInternals> - Class in org.knime.core.node.streamable.simple
Abstract class of node that computes a simple (1:1) function but needs to have some final processing afterwards (mostly only setting an error message).
SimpleStreamableFunctionWithInternalsNodeModel(Class<T>) - Constructor for class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
New node model (one in, one out).
SimpleStreamableFunctionWithInternalsNodeModel(Class<T>, PortType[], PortType[], int, int) - Constructor for class org.knime.core.node.streamable.simple.SimpleStreamableFunctionWithInternalsNodeModel
Constructor for a node with multiple in or out ports.
SimpleStreamableOperatorInternals - Class in org.knime.core.node.streamable.simple
Simple internals that uses a Config object to represent the internal state.
SimpleStreamableOperatorInternals() - Constructor for class org.knime.core.node.streamable.simple.SimpleStreamableOperatorInternals
Creates empty internals.
simulateMemoryAlert() - Method in class org.knime.core.data.util.memory.MemoryObjectTracker
Deprecated.
Executes the code path that is executed in low memory events.
SingleCellFactory - Class in org.knime.core.data.container
Convenience implementation of a cell factory with one new column.
SingleCellFactory(DataColumnSpec) - Constructor for class org.knime.core.data.container.SingleCellFactory
Create new cell factory that provides one column given by newColSpec.
SingleCellFactory(boolean, DataColumnSpec) - Constructor for class org.knime.core.data.container.SingleCellFactory
Create new cell factory that provides one column given by newColSpec.
SingleCellFactory(boolean, int, int, DataColumnSpec) - Constructor for class org.knime.core.data.container.SingleCellFactory
Create new cell factory that provides one column given by newColSpec.
SingleColRowComparator - Class in org.knime.base.node.preproc.setoperator
 
SingleColRowComparator(int, DataValueComparator) - Constructor for class org.knime.base.node.preproc.setoperator.SingleColRowComparator
Constructor for class SingleColRowComparator.
SingleInteractiveWebViewResult(NativeNodeContainer, String) - Constructor for class org.knime.core.node.workflow.action.InteractiveWebViewsResult.SingleInteractiveWebViewResult
 
SingleNodeContainer - Class in org.knime.core.node.workflow
Implementation of NodeContainer which wraps a node hiding it's internals, such as a node with an underlying implementation or a subnode hiding it's internal workflow.
SingleNodeContainer(WorkflowManager, NodeID) - Constructor for class org.knime.core.node.workflow.SingleNodeContainer
 
SingleNodeContainer(WorkflowManager, NodeID, NodeAnnotation) - Constructor for class org.knime.core.node.workflow.SingleNodeContainer
 
SingleNodeContainer(WorkflowManager, NodeID, NodeContainerMetaPersistor) - Constructor for class org.knime.core.node.workflow.SingleNodeContainer
 
SingleNodeContainer.MemoryPolicy - Enum in org.knime.core.node.workflow
Available policy how to handle output data.
SingleNodeContainer.SingleNodeContainerSettings - Class in org.knime.core.node.workflow
Handles the settings specific to a SingleNodeContainer.
SingleNodeContainerExecutionResult - Class in org.knime.core.node.workflow.execresult
Deprecated.
Fully replaced by NativeNodeContainerExecutionResult (super class)
SingleNodeContainerExecutionResult() - Constructor for class org.knime.core.node.workflow.execresult.SingleNodeContainerExecutionResult
Deprecated.
 
SingleNodeContainerPersistor - Interface in org.knime.core.node.workflow
Persistor to load a single node container.
SingleNodeContainerSettings() - Constructor for class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
Creates a settings object with default values.
SingleNodeContainerSettings(NodeSettingsRO) - Constructor for class org.knime.core.node.workflow.SingleNodeContainer.SingleNodeContainerSettings
Creates a new instance holding the settings contained in the specified object.
SingleSelectionInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to select a single string (which is a selection of possible choices).
SingleSelectionInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement
Create an integer input with a given description.
SingleSelectionInputQuickFormInElement.Layout - Enum in org.knime.core.util.node.quickform.in
Possible layout elements.
size() - Method in class org.knime.base.data.sort.SortedTable
Returns the number of rows in this table.
size() - Method in class org.knime.base.node.mine.mds.DataPoint
 
size() - Method in class org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterRowContainer
size() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
size() - Method in class org.knime.base.node.preproc.groupby.GroupKey
 
size() - Method in interface org.knime.base.node.util.DataArray
 
size() - Method in class org.knime.base.node.util.DefaultDataArray
SIZE - Static variable in class org.knime.base.node.viz.plotter.Axis
the "thickness" of the header.
SIZE - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the size of the statistics array.
SIZE - Static variable in class org.knime.base.node.viz.plotter.line.LinePlotter
Initial dot size.
size() - Method in class org.knime.base.util.kdtree.KDTree
Returns the tree's size, i.e.
size() - Method in class org.knime.core.data.collection.BlobSupportDataCellList
 
size() - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
Returns the number of currently stored elements.
size() - Method in interface org.knime.core.data.collection.CollectionDataValue
Get the number of elements in this collection.
size() - Method in class org.knime.core.data.collection.ListCell
Get the number of elements in this collection.
size() - Method in class org.knime.core.data.collection.SetCell
Get the number of elements in this collection.
size() - Method in class org.knime.core.data.collection.SparseListCell
Get the number of elements in this collection.
size() - Method in class org.knime.core.data.container.Buffer
Get the row count.
size() - Method in class org.knime.core.data.container.ConcatenateTable
Returns the number of rows in this table.
size() - Method in class org.knime.core.data.container.ContainerTable
Returns the number of rows in this table.
size() - Method in class org.knime.core.data.container.DataContainer
Get the number of rows that have been added so far.
size() - Method in class org.knime.core.data.container.JoinedTable
Returns the number of rows in this table.
size() - Method in class org.knime.core.data.container.RearrangeColumnsTable
Returns the number of rows in this table.
size() - Method in class org.knime.core.data.container.TableSpecReplacerTable
Returns the number of rows in this table.
size() - Method in class org.knime.core.data.container.VoidTable
Returns the number of rows in this table.
size() - Method in class org.knime.core.data.container.WrappedTable
Returns the number of rows in this table.
size() - Method in class org.knime.core.data.DataColumnProperties
Get the number of properties in this object.
size() - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
Get the number of elements in this collection.
size() - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
Get the number of elements in this collection.
size() - Method in interface org.knime.core.node.BufferedDataTable.KnowsRowCountTable
Returns the number of rows in this table.
size() - Method in class org.knime.core.node.BufferedDataTable
Returns the number of rows in this table.
size() - Method in class org.knime.core.node.ExtensionTable
Overridden to help preserve backward compatibility.
size() - Method in class org.knime.core.node.workflow.action.InteractiveWebViewsResult
 
size() - Method in class org.knime.core.node.workflow.FlowObjectStack
Get number of elements in the stack.
SizeAppenderNodeDialogPane - Class in org.knime.base.node.viz.property.size
Dialog to select column to apply size to.
SizeAppenderNodeDialogPane() - Constructor for class org.knime.base.node.viz.property.size.SizeAppenderNodeDialogPane
Create new size appender dialog.
SizeAppenderNodeFactory - Class in org.knime.base.node.viz.property.size
Factory to create Size Appender node.
SizeAppenderNodeFactory() - Constructor for class org.knime.base.node.viz.property.size.SizeAppenderNodeFactory
 
SizeAppenderNodeModel - Class in org.knime.base.node.viz.property.size
Node model to append size settings to a (new) column selected in the dialog.
SizeAppenderNodeModel() - Constructor for class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Create size appender model with one data in- and out-port, and one model out-port.
SizeHandler - Class in org.knime.core.data.property
Final SizeHandler implementation which keeps a SizeModel to request size settings from.
SizeHandler(SizeHandler.SizeModel) - Constructor for class org.knime.core.data.property.SizeHandler
Creates a new SizeHandler based on the the given SizeModel.
SizeHandler.SizeModel - Interface in org.knime.core.data.property
Internal SizeModel used to request sizes by DataCell attribute value.
SizeHandlerPortObject - Class in org.knime.core.node.port.viewproperty
PortObject implementation for SizeHandlerPortObject which are part of a DataTableSpec.
SizeHandlerPortObject() - Constructor for class org.knime.core.node.port.viewproperty.SizeHandlerPortObject
Public no arg constructor required by super class.
SizeHandlerPortObject(DataTableSpec, String) - Constructor for class org.knime.core.node.port.viewproperty.SizeHandlerPortObject
Constructor used to instantiate this object during a node's execute method.
SizeHandlerPortObject.Serializer - Class in org.knime.core.node.port.viewproperty
 
SizeManager2NodeDialogPane - Class in org.knime.base.node.viz.property.size
 
SizeManager2NodeDialogPane() - Constructor for class org.knime.base.node.viz.property.size.SizeManager2NodeDialogPane
Create a new size manager dialog.
SizeManager2NodeFactory - Class in org.knime.base.node.viz.property.size
 
SizeManager2NodeFactory() - Constructor for class org.knime.base.node.viz.property.size.SizeManager2NodeFactory
Empty default constructor.
SizeManager2NodeModel - Class in org.knime.base.node.viz.property.size
A node model for setting sizes using the double values of a column specified using the SizeManagerNodeDialog.
SizeManager2NodeModel() - Constructor for class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Creates a new model for mapping sizes.
SizeModelDouble - Class in org.knime.core.data.property
A SizeModel computing sizes of objects (rows) based on the double value of DataCell.
SizeModelDouble(double, double) - Constructor for class org.knime.core.data.property.SizeModelDouble
Create new SizeHandler based on double values and a given interval.
SizeModelDouble(double, double, double) - Constructor for class org.knime.core.data.property.SizeModelDouble
Creates a new SizeHandler based on an interval defined by min and max and a magnification factor which defines the range onto the interval is mapped.
SizeModelDouble(double, double, double, SizeModelDouble.Mapping) - Constructor for class org.knime.core.data.property.SizeModelDouble
Creates a new SizeHandler based on an interval defined by min and max and a magnification factor which defines the range onto the interval is mapped.
SizeModelDouble.Mapping - Enum in org.knime.core.data.property
Supported mapping methods.
sizeWidthToFit() - Method in class org.knime.core.node.tableview.TableRowHeaderView
Iterates all rows, determines best width and sets it.
SketcherInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to enter a molecule string.
SketcherInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.SketcherInputQuickFormInElement
Create string input with a given description.
Skewness - Class in org.knime.base.data.statistics.calculation
Calculates the skewness.
Skewness(String...) - Constructor for class org.knime.base.data.statistics.calculation.Skewness
 
SkewnessOperator - Class in org.knime.base.data.aggregation.numerical
Computes the skewness per group.
SkewnessOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.SkewnessOperator
Constructor for class SkewnessOperator.
skip(long) - Method in class org.knime.base.node.util.BufferedFileReader.ByteCountingStream
skip(long) - Method in class org.knime.base.node.util.BufferedFileReader
skip(long) - Method in class org.knime.core.data.container.DCObjectInputStream
skip(long) - Method in class org.knime.core.data.container.LongUTFDataInputStream
skip(long) - Method in class org.knime.core.data.util.NonClosableInputStream
skipBytes(int) - Method in class org.knime.core.data.container.DCObjectInputStream
skipBytes(int) - Method in class org.knime.core.data.container.LongUTFDataInputStream
skipClass() - Method in class org.knime.base.node.mine.bfn.BasisFunctionIterator
Skips the current class, BasisFunctionIterator.next() will then return the first basis function of the next class.
skipColHeaderIfFileExists() - Method in class org.knime.base.node.io.csvwriter.FileWriterNodeSettings
 
skippedEntity(String) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
SLEEPING_MILLIS - Static variable in class org.knime.core.node.interrupt.InterruptibleNodeModel
A constant defining how long the execute thread should sleep, while waiting to resume again.
SleepNodeDialog - Class in org.knime.base.node.flowcontrol.sleep
 
SleepNodeDialog() - Constructor for class org.knime.base.node.flowcontrol.sleep.SleepNodeDialog
 
SleepNodeFactory - Class in org.knime.base.node.flowcontrol.sleep
 
SleepNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.sleep.SleepNodeFactory
Create factory, that instantiates nodes.
SleepNodeModel - Class in org.knime.base.node.flowcontrol.sleep
A simple breakpoint node which allows to halt execution when a certain condition on the input table is fulfilled (such as is-empty, is-inactive, is-active, ...).
SleepNodeModel() - Constructor for class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
One input, one output.
sleepWhileLow(double, long) - Method in class org.knime.core.data.util.memory.MemoryAlertSystem
Calling this method will hold the current thread in case a low memory condition is present.
SMALL_SPACE - Static variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
Layout constant (space to the border).
SMALL_SPACE - Static variable in class org.knime.base.node.viz.plotter.props.PropertiesTab
Layout constant (space to the border).
smallValueRounder(double, int, boolean, boolean) - Static method in class org.knime.base.node.viz.histogram.util.BinningUtil
Returns the rounded value.
smote(DataCell, int, int, ExecutionMonitor) - Method in class org.knime.base.node.mine.smote.Smoter
Oversample the class name such that count new rows are inserted.
SmoteNodeDialog - Class in org.knime.base.node.mine.smote
Dialog for smote.
SmoteNodeDialog() - Constructor for class org.knime.base.node.mine.smote.SmoteNodeDialog
Builds up the dialog.
SmoteNodeFactory - Class in org.knime.base.node.mine.smote
Factory for the SMOTE Node.
SmoteNodeFactory() - Constructor for class org.knime.base.node.mine.smote.SmoteNodeFactory
 
SmoteNodeModel - Class in org.knime.base.node.mine.smote
 
SmoteNodeModel() - Constructor for class org.knime.base.node.mine.smote.SmoteNodeModel
Default constructor which sets one input, one output port.
Smoter - Class in org.knime.base.node.mine.smote
Implementation of the Smote algorithm.
Smoter(BufferedDataTable, String, ExecutionContext, Random) - Constructor for class org.knime.base.node.mine.smote.Smoter
Creates a new instance given the input table in and the target column colName.
sort(int) - Method in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
Sorts (or re-sorts) the array of DotInfos by the X and Y coordinates.
sort(DataTable, ExecutionMonitor, SortingConsumer) - Method in class org.knime.core.data.sort.AbstractColumnTableSorter
 
sort(ExecutionContext) - Method in class org.knime.core.data.sort.BufferedDataTableSorter
Sorts the table passed in the constructor according to the settings and returns the sorted output table.
sort(DataTable, ExecutionContext, SortingConsumer) - Method in class org.knime.core.data.sort.ColumnBufferedDataTableSorter
Performs the sorting and calls the result consumer with each row of the sorted result.
sort(DataTable, ExecutionMonitor, SortingConsumer) - Method in class org.knime.core.data.sort.ColumnDataTableSorter
Performs the sorting and calls the result consumer with each row of the sorted result.
sort(ExecutionMonitor) - Method in class org.knime.core.data.sort.DataTableSorter
Sorts the table passed in the constructor according to the settings and returns the sorted output table.
sortBy(FrequentItemSetTable.Sorter) - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable
Deprecated.
Sorts the table by the given sorter (support or itemset length).
sortCells(List<DataCell>) - Method in class org.knime.base.data.aggregation.general.SortedListCellOperator
 
sortCollection(Collection<String>) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
 
sortCollection(Collection<String>) - Static method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
 
sortDataRows(int) - Method in class org.knime.base.node.mine.decisiontree2.learner2.InMemoryTable
Sorts the data rows of this table in ascending order on the given attribute index.
SORTED_INPUT_TABLE - Static variable in class org.knime.base.node.meta.looper.group.GroupLoopStartConfigKeys
The configuration key for "sorted input" setting.
SortedListCellOperator - Class in org.knime.base.data.aggregation.general
Returns all values as a sorted ListCell per group.
SortedListCellOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.SortedListCellOperator
Constructor for class SortedListCellOperator.
SortedListCellOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.SortedListCellOperator
Constructor for class SortedListCellOperator.
SortedTable - Class in org.knime.base.data.sort
A data table that sorts a given data table according to the passed sorting parameters.
SortedTable(BufferedDataTable, Comparator<DataRow>, boolean, ExecutionContext) - Constructor for class org.knime.base.data.sort.SortedTable
Creates a new sorted table.
SortedTable(BufferedDataTable, Comparator<DataRow>, boolean, int, ExecutionContext) - Constructor for class org.knime.base.data.sort.SortedTable
Creates a new sorted table.
SortedTable(BufferedDataTable, List<String>, boolean[], ExecutionContext) - Constructor for class org.knime.base.data.sort.SortedTable
Creates a sorted table from the given table and the sorting parameters.
SortedTable(BufferedDataTable, List<String>, boolean[], boolean, ExecutionContext) - Constructor for class org.knime.base.data.sort.SortedTable
Creates a sorted table from the given table and the sorting parameters.
SortedTable(BufferedDataTable, List<String>, boolean[], boolean, int, ExecutionContext) - Constructor for class org.knime.base.data.sort.SortedTable
Creates a sorted table from the given table and the sorting parameters.
SorterNodeDialog - Class in org.knime.base.node.preproc.sorter
Dialog for choosing the columns that will be sorted.
SorterNodeDialog() - Constructor for class org.knime.base.node.preproc.sorter.SorterNodeDialog
Creates a new NodeDialogPane for the Sorter Node in order to choose the desired columns and the sorting order (ascending/ descending).
SorterNodeDialogPanel - Class in org.knime.base.node.preproc.sorter
Extension to serve the purpose of Column Sorting.
SorterNodeDialogPanel() - Constructor for class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel
Creates a new panel consisting of include list (columns to include in the sorting procedure) exclude list (columns to exclude in the sorting procedure) ComboBox to choose between ascending/descending sort order for each column The communication between the SorterNodeDialogPanel and the SorterNodeDialog is implemented with update and getter-methods.
SorterNodeDialogPanel2 - Class in org.knime.base.node.preproc.sorter
This Panel holds subpanels consisting of SortItems.
SorterNodeDialogPanel2() - Constructor for class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
Constructs a new empty JPanel used for displaying the three first selected columns in the according order and the sorting order for each.
SorterNodeFactory - Class in org.knime.base.node.preproc.sorter
Factory class for the Sorter Node.
SorterNodeFactory() - Constructor for class org.knime.base.node.preproc.sorter.SorterNodeFactory
 
SorterNodeModel - Class in org.knime.base.node.preproc.sorter
This class implements the NodeModel for the sorter node.
SorterNodeModel() - Constructor for class org.knime.base.node.preproc.sorter.SorterNodeModel
Inits a new SorterNodeModel with one in- and one output.
SORTING_REVERSED - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Identifier in model spec to address sorting order of labels.
SORTING_STRATEGY - Static variable in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Identifier in model spec to address sorting strategy of labels.
SortingConsumer - Interface in org.knime.core.data.sort
Callback for the AbstractColumnTableSorter.
SortingDescription - Class in org.knime.core.data.sort
The configuration class for the AbstractColumnTableSorter.
SortingDescription(String...) - Constructor for class org.knime.core.data.sort.SortingDescription
 
SortingDescription.MappedDataRow - Class in org.knime.core.data.sort
Wrapper for a DataRow which maps a certain subset of indices according to the given map.
SortingOptionPanel - Class in org.knime.base.util
A dialog panel for sorting options.
SortingOptionPanel() - Constructor for class org.knime.base.util.SortingOptionPanel
Constructs SortingOptionPanel.
SortingStrategy - Enum in org.knime.base.util
Possible comparison strategies for Strings and numbers.
sortInMemory() - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
 
SORTINMEMORY_KEY - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
The key for the memory-sort flag in the NodeSettings.
sortInternal(ExecutionMonitor) - Method in class org.knime.core.data.sort.AbstractTableSorter
Sorts the table passed in the constructor according to the settings and returns the sorted output table.
SortItem - Class in org.knime.base.node.preproc.sorter
The SortItem is a JPanel with a JComboBox and two JRadioButtons.
SortItem(int, Vector<DataColumnSpec>, String, boolean) - Constructor for class org.knime.base.node.preproc.sorter.SortItem
Constructs a new JPanel that consists of a JComboBox which lets the user choose the columns to sort and two JRadioButtons to choose the sort order (ascending/descending).
SortItem(int, Vector<DataColumnSpec>, DataColumnSpec, boolean) - Constructor for class org.knime.base.node.preproc.sorter.SortItem
Constructs a new JPanel that consists of a JComboBox which lets the user choose the columns to sort and two JRadioButtons to choose the sort order (ascending/descending).
sortNamesAccordingToIndex(List<String>, int[]) - Static method in class org.knime.base.node.util.SourceColumnsAsProperties
Sorts the names according to the indices ascending order.
SORTORDER_KEY - Static variable in class org.knime.base.node.preproc.sorter.SorterNodeModel
The key for the Sort Order Array in the NodeSettings.
sortSections(List<PieSectionDataModel>, boolean, boolean) - Static method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
 
sortTable(ExecutionContext, BufferedDataTable, List<String>, boolean) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
Deprecated.
the sortInMemory option is no longer required
sortTable(ExecutionContext, BufferedDataTable, List<String>) - Static method in class org.knime.base.node.preproc.groupby.GroupByTable
 
SotaCell - Interface in org.knime.base.node.mine.sota.logic
 
SotaCellFactory - Class in org.knime.base.node.mine.sota.logic
 
SotaConfigKeys - Class in org.knime.base.node.mine.sota
 
SotaDoubleCell - Class in org.knime.base.node.mine.sota.logic
 
SotaDoubleCell(double) - Constructor for class org.knime.base.node.mine.sota.logic.SotaDoubleCell
Creates new instance of SotaCell with given value.
SotaDrawingPane - Class in org.knime.base.node.mine.sota.view
 
SotaDrawingPane(SotaTreeCell, DataArray, DataArray, boolean, int) - Constructor for class org.knime.base.node.mine.sota.view.SotaDrawingPane
Creates new instance of SotaDrawingPane, which draws the given data and the trained binary cluster tree given by its root node.
SotaDrawingPane.PaneController - Class in org.knime.base.node.mine.sota.view
Controls the KeyEvents of the SotaDrawingPane.
SotaFuzzyCell - Class in org.knime.base.node.mine.sota.logic
 
SotaFuzzyCell(double, double, double, double) - Constructor for class org.knime.base.node.mine.sota.logic.SotaFuzzyCell
Creates new instance of SotaFuzzyCell with given min, max support and core region.
SotaFuzzyHelper - Class in org.knime.base.node.mine.sota.logic
 
SotaFuzzyHelper(DataArray, ExecutionMonitor) - Constructor for class org.knime.base.node.mine.sota.logic.SotaFuzzyHelper
Creates new instance of SotaFuzzyHelper with given DataArray with the training data.
SotaFuzzyMath - Class in org.knime.base.node.mine.sota.logic
 
SotaHelper - Class in org.knime.base.node.mine.sota.logic
The SotaHelper class helps the SotaManager to manage the tree.
SotaHelper(DataArray, ExecutionMonitor) - Constructor for class org.knime.base.node.mine.sota.logic.SotaHelper
Constructor of SotaHelper, which sets the given rowContainer with the training data.
SotaHierarchicalFuzzySettings - Class in org.knime.base.node.mine.sota
 
SotaHierarchicalFuzzySettings(NodeLogger) - Constructor for class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings
Constructor.
SotaHierarchicalFuzzySettings.SotaHierarchicalFuzzySettingsController - Class in org.knime.base.node.mine.sota
Controller of SotaHierarchicalFuzzySettings.
SotaHierarchicalFuzzySettingsController() - Constructor for class org.knime.base.node.mine.sota.SotaHierarchicalFuzzySettings.SotaHierarchicalFuzzySettingsController
 
SotaLearnerNodeFactory - Class in org.knime.base.node.mine.sota
 
SotaLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.sota.SotaLearnerNodeFactory
 
SotaManager - Class in org.knime.base.node.mine.sota.logic
 
SotaManager() - Constructor for class org.knime.base.node.mine.sota.logic.SotaManager
Creates new instance of SotaManager with default settings.
SotaNodeDialog - Class in org.knime.base.node.mine.sota
 
SotaNodeDialog() - Constructor for class org.knime.base.node.mine.sota.SotaNodeDialog
Constructor of SotaNodedialog.
SotaNodeModel - Class in org.knime.base.node.mine.sota
 
SotaNodeModel() - Constructor for class org.knime.base.node.mine.sota.SotaNodeModel
Constructor of SoteNodeModel.
SotaNodeModel(boolean) - Constructor for class org.knime.base.node.mine.sota.SotaNodeModel
Constructor of SoteNodeModel.
SotaNodeView - Class in org.knime.base.node.mine.sota
 
SotaNodeView(SotaNodeModel) - Constructor for class org.knime.base.node.mine.sota.SotaNodeView
Constructor of SotaNodeView.
SotaNumberHelper - Class in org.knime.base.node.mine.sota.logic
 
SotaNumberHelper(DataArray, ExecutionMonitor) - Constructor for class org.knime.base.node.mine.sota.logic.SotaNumberHelper
Creates an instance of SotaNumberHelper with given DataArray with the trainingdata.
SotaPortObject - Class in org.knime.base.node.mine.sota
 
SotaPortObject() - Constructor for class org.knime.base.node.mine.sota.SotaPortObject
Creates empty instance of SotaPortObject.
SotaPortObject(SotaManager, DataTableSpec, int) - Constructor for class org.knime.base.node.mine.sota.SotaPortObject
Creates new instance of SotaPortObject with given SotaManager, DataTableSpec and index of the class column to store.
SotaPortObject.Serializer - Class in org.knime.base.node.mine.sota
 
SotaPortObjectSpec - Class in org.knime.base.node.mine.sota
Provides the spec of the sota port model and a validation method, to validate if a certain data table spec is compatible to the model spec.
SotaPortObjectSpec() - Constructor for class org.knime.base.node.mine.sota.SotaPortObjectSpec
Default constructor used for serialization.
SotaPortObjectSpec(DataTableSpec, int) - Constructor for class org.knime.base.node.mine.sota.SotaPortObjectSpec
Creates a new instance of SotaPortObjectSpec with the given data table spec, as the main part of the model spec and the index of the class column.
SotaPortObjectSpec.Serializer - Class in org.knime.base.node.mine.sota
 
SotaPredictorCellFactory - Class in org.knime.base.node.mine.sota.predictor
 
SotaPredictorCellFactory(SotaTreeCell, int[], String) - Constructor for class org.knime.base.node.mine.sota.predictor.SotaPredictorCellFactory
SotaPredictorCellFactory(SotaTreeCell, int[], String, boolean, DataColumnSpec, String, DataColumnSpec[]) - Constructor for class org.knime.base.node.mine.sota.predictor.SotaPredictorCellFactory
Creates new instance of SotaPredictorCellFactory with given SotaManager, array of indices of columns to use for prediction and the distance metric to use.
SotaPredictorConfigKeys - Class in org.knime.base.node.mine.sota.predictor
 
SotaPredictorConfigKeys() - Constructor for class org.knime.base.node.mine.sota.predictor.SotaPredictorConfigKeys
 
SotaPredictorNodeFactory - Class in org.knime.base.node.mine.sota.predictor
 
SotaPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeFactory
 
SotaPredictorNodeModel - Class in org.knime.base.node.mine.sota.predictor
 
SotaPredictorNodeModel() - Constructor for class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Creates new instance of SotaPredictorNodeModel.
SotaSettingsPanel - Class in org.knime.base.node.mine.sota
 
SotaSettingsPanel(NodeLogger) - Constructor for class org.knime.base.node.mine.sota.SotaSettingsPanel
Constructor.
SotaTreeCell - Class in org.knime.base.node.mine.sota.logic
 
SotaTreeCell(int, int, boolean) - Constructor for class org.knime.base.node.mine.sota.logic.SotaTreeCell
Creates new instance of Cell with given dimension of data vector, given level of hierarchy and given isCell flag.
SotaTreeCell(int, boolean) - Constructor for class org.knime.base.node.mine.sota.logic.SotaTreeCell
Creates new instance of Cell with given dimension of data vector and given isCell flag.
SotaTreeCell(SotaCell[], int, boolean) - Constructor for class org.knime.base.node.mine.sota.logic.SotaTreeCell
Creates new instance of Cell with given vector data, given level of hierarchy and given isCell flag.
SotaTreeCell(SotaCell[], boolean) - Constructor for class org.knime.base.node.mine.sota.logic.SotaTreeCell
Creates new instance of Cell with given vector data and given isCell flag.
SotaTreeCellFactory - Class in org.knime.base.node.mine.sota.logic
 
SotaTreeCellLocations - Class in org.knime.base.node.mine.sota.view.interaction
 
SotaTreeCellLocations() - Constructor for class org.knime.base.node.mine.sota.view.interaction.SotaTreeCellLocations
 
SotaTreeViewPanelController() - Constructor for class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel.SotaTreeViewPanelController
 
SotaTreeViewPropsPanel - Class in org.knime.base.node.mine.sota.view
 
SotaTreeViewPropsPanel(SotaDrawingPane) - Constructor for class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel
Creates a new instance of SotaTreeViewPropsPanel with given SotaDrawingPane.
SotaTreeViewPropsPanel.SotaTreeViewPanelController - Class in org.knime.base.node.mine.sota.view
 
SotaUtil - Class in org.knime.base.node.mine.sota.logic
 
SourceColumnsAsProperties - Class in org.knime.base.node.util
A helper class to create DataColumnProperties from the input column names for possible reverse of the process.
SourceColumnsAsProperties() - Constructor for class org.knime.base.node.util.SourceColumnsAsProperties
 
SPACE - Static variable in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
Layout constant (space between elements).
SPACE - Static variable in class org.knime.base.node.viz.plotter.props.PropertiesTab
Layout constant (space between elements).
SPACE_BETWEEN_BARS - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The space between to bars in pixel.
SPACE_BETWEEN_BINS - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
This is the minimum space between two bins.
SPACE_BETWEEN_ELEMENTS - Static variable in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
The space between to elements in the SIDE_BY_SIDE HistogramLayout layout in pixel.
SparseBitVector - Class in org.knime.core.data.vector.bitvector
Stores Zeros and Ones in a vector, i.e.
SparseBitVector(long) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVector
Creates a new vector with (initially) space for 64 ones and of the specified length.
SparseBitVector(long, long) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVector
Creates a new vector of the specified length and with (initially) space for the specified number of ones.
SparseBitVector(long, int) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVector
Creates a new vector of the specified length and with (initially) space for the specified number of ones.
SparseBitVector(long, long[]) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVector
Creates a new instance by taking over the initialization from the passed array.
SparseBitVector(SparseBitVector) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVector
Creates a new instance as copy of the passed argument.
SparseBitVector(String) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVector
Initializes the created bit vector from the hex representation in the passed string.
SparseBitVectorCell - Class in org.knime.core.data.vector.bitvector
Stores Zeros and Ones in a vector, i.e.
SparseBitVectorCell(SparseBitVector) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Use the SparseBitVectorCellFactory to create instances of this cell.
SparseBitVectorCell.Factory - Class in org.knime.core.data.vector.bitvector
Factory for SparseBitVectorCells.
SparseBitVectorCell.SparseBitVectorSerializer - Class in org.knime.core.data.vector.bitvector
Factory for (de-)serializing a DenseBitVectorCell.
SparseBitVectorCellFactory - Class in org.knime.core.data.vector.bitvector
 
SparseBitVectorCellFactory(long) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Initializes the factory to the specified length, all bits cleared.
SparseBitVectorCellFactory(long, int) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Initializes the factory to the specified length, all bits cleared.
SparseBitVectorCellFactory(long, long[]) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Initializes the factory to the specified length, all bits whose index appear in the passed array are set.
SparseBitVectorCellFactory(SparseBitVector) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
A copy of the specified vector is stored in the created bit vector cell.
SparseBitVectorCellFactory(SparseBitVectorCell, long, long) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Initializes the vector from a subsequence of the specified cell.
SparseBitVectorCellFactory(String) - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Initializes the created bit vector from the hex representation in the passed string.
SparseBitVectorSerializer() - Constructor for class org.knime.core.data.vector.bitvector.SparseBitVectorCell.SparseBitVectorSerializer
 
SparseByteVector - Class in org.knime.core.data.vector.bytevector
A vector of fixed length holding byte counts at specific positions.
SparseByteVector(long) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVector
Creates a new vector with (initially) space for 64 counts and of the specified length.
SparseByteVector(long, int) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVector
Creates a new vector of the specified length and with (initially) space for the specified number of counts.
SparseByteVector(long, long[], byte[]) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVector
Creates a new instance by taking over the initialization from the passed arrays.
SparseByteVector(SparseByteVector) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVector
Creates a clone of the passed vector.
SparseByteVectorCell - Class in org.knime.core.data.vector.bytevector
 
SparseByteVectorCell(SparseByteVector) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Use the SparseBitVectorCellFactory to create instances of this cell.
SparseByteVectorCell.SparseByteVectorSerializer - Class in org.knime.core.data.vector.bytevector
Factory for (de-)serializing a DenseBitVectorCell.
SparseByteVectorCellFactory - Class in org.knime.core.data.vector.bytevector
Used to created DataCells holding a SparseByteVector.
SparseByteVectorCellFactory(long) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Initializes the factory to the specified length, all counts set to zero.
SparseByteVectorCellFactory(SparseByteVector) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
A copy of the specified vector is stored in the created byte vector cell.
SparseByteVectorCellFactory(SparseByteVectorCell, int, int) - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Initializes the vector from a subsequence of the specified cell.
SparseByteVectorSerializer() - Constructor for class org.knime.core.data.vector.bytevector.SparseByteVectorCell.SparseByteVectorSerializer
 
SparseListCell - Class in org.knime.core.data.collection
Sparse implementation of a CollectionDataValue.
SparseListCell(int, BlobSupportDataCellList, int[], DataCell) - Constructor for class org.knime.core.data.collection.SparseListCell
Constructor for class SparseListCell.
SparseListCell.SparseListCellSerializer - Class in org.knime.core.data.collection
Serializer for SparseListCells.
SparseListCellSerializer() - Constructor for class org.knime.core.data.collection.SparseListCell.SparseListCellSerializer
 
SparseListDataValue - Interface in org.knime.core.data.collection
Sparse implementation of the ListDataValue interface that stores only the value and the index of elements that are unequal to the default element.
SPEC - Static variable in class org.knime.base.node.io.listfiles.ListFiles
(Static) output spec.
SPEC - Static variable in class org.knime.base.node.io.listfiles2.ListFiles
(Static) output spec.
spec - Variable in class org.knime.base.node.rules.Rule.ColumnReference
Deprecated.
 
spec - Variable in class org.knime.core.node.Node.Output
 
SpecialDoubleCells - Class in org.knime.base.data.statistics.calculation
Counts the number of special Double values: the NaN values, positive infinity and negative infinity.
SpecialDoubleCells(String...) - Constructor for class org.knime.base.data.statistics.calculation.SpecialDoubleCells
 
SpecSerializer() - Constructor for class org.knime.base.node.meta.feature.backwardelim.BWElimModel.SpecSerializer
 
SpecSerializer() - Constructor for class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec.SpecSerializer
 
spectralNorm(double[][]) - Static method in class org.knime.base.util.math.MathUtils
Computes the spectral norm of the given matrix.
Split - Class in org.knime.base.node.mine.decisiontree2.learner2
Calculates the best split for a given attribute list and the original class distribution.
Split(InMemoryTable, int, SplitQualityMeasure) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.Split
Constructs the best split for the given attribute list and the class distribution.
split(int, int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Splits the current cell that it becomes a Node.
split(int) - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Splits the current cell that it becomes a Node.
split() - Method in class org.knime.base.node.mine.sota.logic.SotaTreeCell
Splits the current cell that it becomes a Node.
SPLIT_QUALITY_GAIN_RATIO - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The constant for the gain ratio split quality measure.
SPLIT_QUALITY_GINI - Static variable in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
The constant for the gini index split quality measure.
SplitCellFactory - Class in org.knime.base.collection.list.split
CellFactory being used to split the column.
SplitCellFactory(int, DataColumnSpec[]) - Constructor for class org.knime.base.collection.list.split.SplitCellFactory
Create new cell factory.
SplitContinuous - Class in org.knime.base.node.mine.decisiontree2.learner2
This class determines the best split for a numeric attribute.
SplitContinuous(InMemoryTable, int, SplitQualityMeasure, boolean, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitContinuous
Constructs the best split for the given numeric attribute list and the class distribution.
SplitFinder - Class in org.knime.base.node.mine.decisiontree2.learner2
Finds the best split for a given InMemoryTable.
SplitFinder(InMemoryTable, SplitQualityMeasure, boolean, double, boolean, int) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitFinder
Finds the best split for the given data.
SplitNodeDialog2 - Class in org.knime.base.node.preproc.split2
Dialog with a column filter which is used to define the split of the columns.
SplitNodeDialog2() - Constructor for class org.knime.base.node.preproc.split2.SplitNodeDialog2
Creates new dialog.
SplitNodeFactory2 - Class in org.knime.base.node.preproc.split2
Factory for node that splits one input table into two table, each containing only a subset of the columns.
SplitNodeFactory2() - Constructor for class org.knime.base.node.preproc.split2.SplitNodeFactory2
 
SplitNodeModel2 - Class in org.knime.base.node.preproc.split2
NodeModel with one input, two outputs.
SplitNodeModel2() - Constructor for class org.knime.base.node.preproc.split2.SplitNodeModel2
Split node model with one data in-port and two data out-ports.
SplitNominal - Class in org.knime.base.node.mine.decisiontree2.learner2
Super class for all nominal split variants.
SplitNominal(InMemoryTable, int, SplitQualityMeasure) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitNominal
Constructs the best split for the given attribute list and the class distribution.
SplitNominalBinary - Class in org.knime.base.node.mine.decisiontree2.learner2
This class determines the best binary split for a nominal attribute.
SplitNominalBinary(InMemoryTable, int, SplitQualityMeasure, double, int) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalBinary
Constructs the best split for the given nominal attribute.
SplitNominalNormal - Class in org.knime.base.node.mine.decisiontree2.learner2
This class determines the best split for a nominal attribute.
SplitNominalNormal(InMemoryTable, int, SplitQualityMeasure, double) - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitNominalNormal
Constructs the best split for the given nominal attribute.
SplitQualityGainRatio - Class in org.knime.base.node.mine.decisiontree2.learner2
Implements the gain ratio split quality measure.
SplitQualityGainRatio() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGainRatio
 
SplitQualityGini - Class in org.knime.base.node.mine.decisiontree2.learner2
Implements the gini index split quality measure.
SplitQualityGini() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGini
 
SplitQualityMeasure - Class in org.knime.base.node.mine.decisiontree2.learner2
The abstract class for split quality measures like gini or gain ratio.
SplitQualityMeasure() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityMeasure
 
splitWorkflowVariableArg(String) - Static method in class org.knime.core.node.workflow.BatchExecutor
Splits the argument to -workflow.variable into its sub-components (name, value, type) and returns it as array.
Spreadsheet - Class in org.knime.base.node.io.tablecreator.table
The spreadsheet component with an input line in the north a spreadsheet table in the center and further controls in the south.
Spreadsheet() - Constructor for class org.knime.base.node.io.tablecreator.table.Spreadsheet
Create a new instance.
SpreadsheetTable - Class in org.knime.base.node.io.tablecreator.table
The main table of the spreadsheet component.
SpreadsheetTable() - Constructor for class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
Create a new instance.
SpreadsheetTableModel - Class in org.knime.base.node.io.tablecreator.table
The table model of a spreadsheet.
SpreadsheetTableModel() - Constructor for class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel
Create new instance.
SpreadsheetTableModel.IntPair - Class in org.knime.base.node.io.tablecreator.table
Class to encapsulate the row and column index of a cell in a table.
SpreadsheetTest - Class in org.knime.base.node.io.tablecreator.table
A test class which can be used to test the UI of a spreadsheet without launching KNIME.
SpreadsheetTest() - Constructor for class org.knime.base.node.io.tablecreator.table.SpreadsheetTest
 
SQL_QUERY_SEPARATOR - Static variable in class org.knime.core.node.port.database.DatabaseReaderConnection
Deprecated.
SQL_QUERY_SEPARATOR - Static variable in interface org.knime.core.node.port.database.reader.DBReader
Separator used to decided which SQL statements should be execute line-by-line; the semicolon is not part of the executed query.
SQL_TYPE_BLOB - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
Default SQL-type for Date.
SQL_TYPE_BLOB - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBUtil
Default SQL-Type for Binary
SQL_TYPE_BOOLEAN - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
Default SQL-type for Booleans.
SQL_TYPE_BOOLEAN - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBUtil
Default SQL-Type for Boolean
SQL_TYPE_DATEANDTIME - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
Default SQL-type for Timestamps.
SQL_TYPE_DATEANDTIME - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBUtil
Default SQL-Type for Timestamps
SQL_TYPE_DOUBLE - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
Default SQL-type for Doubles.
SQL_TYPE_DOUBLE - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBUtil
Default SQL-Type for Double
SQL_TYPE_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.KNIMEBasedMappingElement
The column index of the SQL type in the table
SQL_TYPE_IDX - Static variable in class org.knime.base.node.io.database.tablecreator.util.NameBasedMappingElement
The column index of the SQL type in the table
SQL_TYPE_INTEGER - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
Default SQL-type for Integers.
SQL_TYPE_INTEGER - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBUtil
Default SQL-Type for Integer
SQL_TYPE_STRING - Static variable in class org.knime.base.node.io.database.DBWriterNodeModel
Default SQL-type for Strings.
SQL_TYPE_STRING - Static variable in class org.knime.base.node.io.database.tablecreator.util.DBUtil
Default SQL-Type for String
SQLExtractNodeDialog - Class in org.knime.base.node.io.database
NodeDialog for the "SQLExtract" Node.
SQLExtractNodeDialog() - Constructor for class org.knime.base.node.io.database.SQLExtractNodeDialog
New pane for configuring the SQLInject node.
SQLExtractNodeFactory - Class in org.knime.base.node.io.database
NodeFactory for the "SQL Extract" Node.
SQLExtractNodeFactory() - Constructor for class org.knime.base.node.io.database.SQLExtractNodeFactory
 
SQLExtractNodeModel - Class in org.knime.base.node.io.database
This is the model implementation of SQLExtract.
SQLExtractNodeModel() - Constructor for class org.knime.base.node.io.database.SQLExtractNodeModel
Constructor for the node model.
SQLInjectNodeDialog - Class in org.knime.base.node.io.database
NodeDialog for the "SQL Inject" Node.
SQLInjectNodeDialog() - Constructor for class org.knime.base.node.io.database.SQLInjectNodeDialog
New pane for configuring the SQLInject node.
SQLInjectNodeFactory - Class in org.knime.base.node.io.database
NodeFactory for the "SQLInject" Node.
SQLInjectNodeFactory() - Constructor for class org.knime.base.node.io.database.SQLInjectNodeFactory
 
SQLInjectNodeModel - Class in org.knime.base.node.io.database
This is the model implementation of "SQL Inject" node.
SQLInjectNodeModel() - Constructor for class org.knime.base.node.io.database.SQLInjectNodeModel
Constructor for the node model.
SQLiteUtility - Class in org.knime.core.node.port.database
Deprecated.
moved to the org.knime.database.connectors plugin
SQLiteUtility() - Constructor for class org.knime.core.node.port.database.SQLiteUtility
Deprecated.
Constructor.
SQLServerUtility - Class in org.knime.core.node.port.database
Deprecated.
moved to the org.knime.database.connectors plugin
SQLServerUtility() - Constructor for class org.knime.core.node.port.database.SQLServerUtility
Deprecated.
Constructor.
SQLTypeCellEditor - Class in org.knime.base.node.io.database.tablecreator.util
Cell editor used the SQL data type in the table
SQLTypeCellEditor() - Constructor for class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
Creates a new instance of SQLTypeCellEditor
SQLTypeCellEditor(int) - Constructor for class org.knime.base.node.io.database.tablecreator.util.SQLTypeCellEditor
Creates a new instance of SQLTypeCellEditor
squaredError - Variable in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegViewData
Deprecated.
 
squaredError - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
SquareRootMappingMethod - Class in org.knime.base.util.coordinate
 
SquareRootMappingMethod() - Constructor for class org.knime.base.util.coordinate.SquareRootMappingMethod
 
STANDARD_DELIMITER - Static variable in class org.knime.base.data.aggregation.GlobalSettings
The standard delimiter used in concatenation operators.
STANDARD_RENDERER - Static variable in class org.knime.core.data.renderer.ComplexNumberValueRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
STANDARD_RENDERER - Static variable in class org.knime.core.data.renderer.DoubleValueRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
StandardDeviation - Class in org.knime.base.data.statistics.calculation
Calculates the standard deviation.
StandardDeviation(boolean, String...) - Constructor for class org.knime.base.data.statistics.calculation.StandardDeviation
 
StandardDeviation(String...) - Constructor for class org.knime.base.data.statistics.calculation.StandardDeviation
 
standardDeviation(double[][]) - Static method in class org.knime.base.util.math.StatisticUtils
Calculates the standard deviation for each column of the given input matrix.
StandardRankAssigner - Class in org.knime.base.node.preproc.rank
This assigns ranks in the standard mode, that means rows with the same values in the ranking columns receive the same rank but the next row with different columns receives a rank increased by the number of the rows that had the same value before
StandardRankAssigner(int[]) - Constructor for class org.knime.base.node.preproc.rank.StandardRankAssigner
 
StandardRendererFactory() - Constructor for class org.knime.core.data.image.png.PNGImageValueRendererFactoryUtil.StandardRendererFactory
 
StandardRendererFactory() - Constructor for class org.knime.core.data.renderer.DoubleValueRenderer.StandardRendererFactory
 
START - Static variable in interface org.knime.base.node.viz.plotter.DataProvider
Default start row for DataArray creation.
start(BundleContext) - Method in class org.knime.core.internal.CorePlugin
StartcaseNodeDialog - Class in org.knime.base.node.switches.startcase
 
StartcaseNodeDialog() - Constructor for class org.knime.base.node.switches.startcase.StartcaseNodeDialog
 
StartcaseNodeFactory - Class in org.knime.base.node.switches.startcase
 
StartcaseNodeFactory() - Constructor for class org.knime.base.node.switches.startcase.StartcaseNodeFactory
Create factory, that instantiates nodes.
StartcaseNodeModel - Class in org.knime.base.node.switches.startcase
Start of a CASE Statement.
StartcaseNodeModel() - Constructor for class org.knime.base.node.switches.startcase.StartcaseNodeModel
One input, four output.
startDocument() - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
startElement(String, String, String, Attributes) - Method in class org.knime.base.node.mine.subgroupminer.PMMLAssociationRuleHandler
Deprecated.
startElement(String, String, String, Attributes) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBinContentHandler
startElement(String, String, String, Attributes) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeContentHandler
startElement(String, String, String, Attributes) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLIntervalContentHandler
startElement(String, String, String, Attributes) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLPreprocDiscretize.PMMLPreprocDiscretizeContentHandler
startElement(QName) - Method in class org.knime.core.data.xml.io.LimitedXPathMatcher
Called in the XMLStreamConstants.START_ELEMENT call back of the XMLStreamReader.
startElement(String, String, String, Attributes) - Method in class org.knime.core.node.config.base.XMLContentHandler
startElement(String, String, String, Attributes) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
startElement(String, String, String, Attributes) - Method in class org.knime.core.node.port.pmml.XFilter
startElement(String, String, String, Attributes) - Method in class org.knime.core.node.port.pmml.XMLTreeCreator
startExec() - Method in class org.knime.core.node.workflow.NodeTimer
 
startNodeStackContains(NodeID) - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
 
startPrefixMapping(String, String) - Method in class org.knime.core.node.port.pmml.PMMLContentHandler
Deprecated.
stateChanged(ChangeEvent) - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
stateChanged(ChangeEvent) - Method in class org.knime.base.node.mine.mds.MDSNodeDialog.CheckBoxChangeListener
stateChanged(ChangeEvent) - Method in class org.knime.base.node.mine.mds.MDSNodeModel.CheckBoxChangeListener
stateChanged(ChangeEvent) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeDialog.CheckBoxChangeListener
stateChanged(ChangeEvent) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel.CheckBoxChangeListener
stateChanged(ChangeEvent) - Method in class org.knime.base.node.mine.sota.view.SotaTreeViewPropsPanel.SotaTreeViewPanelController
stateChanged(ChangeEvent) - Method in class org.knime.core.node.FlowVariableModelButton
React to state changes in the underlying WorkflowVariableModel and set tool tip accordingly.
stateChanged() - Method in class org.knime.core.node.NodeModel
Notifies all registered views of a change of the underlying model.
stateChanged(NodeStateEvent) - Method in class org.knime.core.node.workflow.NodeContainerOutPort
Callback from node, indicating that the given node has changed its state.
stateChanged(NodeStateEvent) - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
Callback from node, indicating that the given node has changed its state.
stateChanged(NodeStateEvent) - Method in interface org.knime.core.node.workflow.NodeStateChangeListener
Callback from node, indicating that the given node has changed its state.
stateChanged(NodeStateEvent) - Method in class org.knime.core.node.workflow.virtual.parchunk.ParallelizedChunkContentMaster
Callback from node, indicating that the given node has changed its state.
StatementManipulator - Class in org.knime.core.node.port.database
This class lets you manipulate SQL statement by adding database-specific parts or changing statement parameters.
StatementManipulator() - Constructor for class org.knime.core.node.port.database.StatementManipulator
Constructor of class StatementManipulator.
StatementManipulator(boolean) - Constructor for class org.knime.core.node.port.database.StatementManipulator
 
StatementManipulator(PivotStatementGenerator, BinningStatementGenerator) - Constructor for class org.knime.core.node.port.database.StatementManipulator
 
Statistic - Class in org.knime.base.data.statistics
Base class for statistics used in the StatisticCalculator.
Statistic(Class<? extends DataValue>[], String...) - Constructor for class org.knime.base.data.statistics.Statistic
 
Statistic(Class<? extends DataValue>, String...) - Constructor for class org.knime.base.data.statistics.Statistic
 
StatisticCalculator - Class in org.knime.base.data.statistics
A utility class for calculating several statistical moments, such as the Variance, Mean or others.
StatisticCalculator(DataTableSpec, Statistic...) - Constructor for class org.knime.base.data.statistics.StatisticCalculator
 
StatisticCalculator(DataTableSpec, String[], Statistic...) - Constructor for class org.knime.base.data.statistics.StatisticCalculator
 
Statistics2NodeDialogPane - Class in org.knime.base.node.viz.statistics
Deprecated.
Use the Statistics3NodeDialogPane instead.
Statistics2NodeDialogPane() - Constructor for class org.knime.base.node.viz.statistics.Statistics2NodeDialogPane
Deprecated.
Default constructor.
Statistics2NodeFactory - Class in org.knime.base.node.viz.statistics
Deprecated.
Use the Statistics3NodeFactory instead.
Statistics2NodeFactory() - Constructor for class org.knime.base.node.viz.statistics.Statistics2NodeFactory
Deprecated.
Empty default constructor.
Statistics2NodeModel - Class in org.knime.base.node.viz.statistics
Deprecated.
Use the Statistics3NodeModel instead.
Statistics2NodeModel() - Constructor for class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
One input and one output.
Statistics2NodeView - Class in org.knime.base.node.viz.statistics
Deprecated.
Use the Statistics3NodeView class instead.
Statistics2NodeView(Statistics2NodeModel) - Constructor for class org.knime.base.node.viz.statistics.Statistics2NodeView
Deprecated.
Constructs a NodeView consisting of statistical values.
Statistics2Table - Class in org.knime.base.data.statistics
Deprecated.
Statistics2Table(BufferedDataTable, boolean, int, List<String>, ExecutionContext) - Constructor for class org.knime.base.data.statistics.Statistics2Table
Deprecated.
Create new statistic table from an existing one.
Statistics3NodeDialogPane - Class in org.knime.base.node.viz.statistics2
Deprecated.
in favor of the extended statistics node in org.knime.stats
Statistics3NodeDialogPane() - Constructor for class org.knime.base.node.viz.statistics2.Statistics3NodeDialogPane
Deprecated.
Default constructor.
Statistics3NodeFactory - Class in org.knime.base.node.viz.statistics2
Deprecated.
in favor of the extended statistics node in org.knime.stats
Statistics3NodeFactory() - Constructor for class org.knime.base.node.viz.statistics2.Statistics3NodeFactory
Deprecated.
Empty default constructor.
Statistics3NodeModel - Class in org.knime.base.node.viz.statistics2
Deprecated.
in favor of the extended statistics node in org.knime.stats
Statistics3NodeModel(PortType[], PortType[]) - Constructor for class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
This constructor is only for extension.
Statistics3NodeModel(int, int) - Constructor for class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
This constructor is only for extension.
Statistics3NodeModel() - Constructor for class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
One input and two output.
Statistics3NodeView - Class in org.knime.base.node.viz.statistics2
Deprecated.
in favor of the extended statistics node in org.knime.stats
Statistics3NodeView(Statistics3NodeModel) - Constructor for class org.knime.base.node.viz.statistics2.Statistics3NodeView
Deprecated.
Constructs a NodeView consisting of statistical values.
Statistics3Table - Class in org.knime.base.data.statistics
Deprecated.
use the StatisticCalculator framework instead.
Statistics3Table(BufferedDataTable, boolean, int, List<String>, ExecutionContext) - Constructor for class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Create new statistic table from an existing one.
Statistics3Table(BufferedDataTable, boolean, int, List<String>, ExecutionContext, int...) - Constructor for class org.knime.base.data.statistics.Statistics3Table
Deprecated.
Create new statistic table from an existing one.
StatisticSorted - Class in org.knime.base.data.statistics
Flags statistics which have to be performed on sorted data.
StatisticSorted(Class<? extends DataValue>, String...) - Constructor for class org.knime.base.data.statistics.StatisticSorted
 
StatisticSorted(Class<? extends DataValue>[], String...) - Constructor for class org.knime.base.data.statistics.StatisticSorted
 
StatisticsTable - Class in org.knime.base.data.statistics
Deprecated.
StatisticsTable(DataTable) - Constructor for class org.knime.base.data.statistics.StatisticsTable
Deprecated.
To be used in derived classes that do additional calculations.
StatisticsTable(DataTable, ExecutionMonitor) - Constructor for class org.knime.base.data.statistics.StatisticsTable
Deprecated.
Create new wrapper table from an existing one.
StatisticUtils - Class in org.knime.base.util.math
Implements basic statistical functions.
STD_DEVIATION - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
Standard deviation within a cluster.
StdDeviationOperator - Class in org.knime.base.data.aggregation.numerical
Returns the standard deviation per group.
StdDeviationOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.StdDeviationOperator
Constructor for class StdDeviationOperator.
StdDeviationOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.StdDeviationOperator
Constructor for class MeanOperator.
StdDevPopDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
StdDevPopDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
StdDevSampDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
StdDevSampDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
STDERR_APPENDER - Static variable in class org.knime.core.node.NodeLogger
Name of the default appender to System.err.
StdErrCatchRunnable(Process, ExecutionMonitor, LinkedList<String>) - Constructor for class org.knime.base.node.util.exttool.CommandExecution.StdErrCatchRunnable
A runnable for a thread that picks up the error output from the specified process.
STDOUT_APPENDER - Static variable in class org.knime.core.node.NodeLogger
Name of the default appender to System.out.
StdOutCatchRunnable(Process, ExecutionMonitor, LinkedList<String>) - Constructor for class org.knime.base.node.util.exttool.CommandExecution.StdOutCatchRunnable
A runnable for a thread that picks up the output from the specified process.
step() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Returns the loop's step size.
step(double) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Sets the loop's step size.
stepBack() - Method in class org.knime.core.node.workflow.WizardExecutionController
 
stepExecutionUpToNodeType(Class<T>, WorkflowManager.NodeModelFilter<T>) - Method in class org.knime.core.node.workflow.WorkflowManager
Execute workflow until nodes of the given class - those will usually be QuickForm or view nodes requiring user interaction.
stepFirst() - Method in class org.knime.core.node.workflow.WizardExecutionController
Continues the execution and executes up to, incl., the next subnode awaiting input.
stepNext() - Method in class org.knime.core.node.workflow.WizardExecutionController
 
stop(BundleContext) - Method in class org.knime.core.internal.CorePlugin
stopCellEditing() - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
Forces the cell editor to stop the editing mode.
stopCellEditing() - Method in class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel
Stop all cell editing of the table.
stopCellEditing() - Method in class org.knime.base.node.io.database.tablecreator.util.NameCellEditor
stopCellEditing() - Method in class org.knime.base.node.io.tablecreator.table.Spreadsheet
Use this to stop cell editing from outside of the spreadsheet.
stopCellEditing() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
Use this to stop editing from outside of the table.
storeConverterFactory(DataCellToJavaConverterFactory<?, ?>, ConfigBaseWO, String) - Static method in class org.knime.core.data.convert.util.SerializeUtil
Store a converter factory in the given config.
storeConverterFactory(JavaToDataCellConverterFactory<?>, ConfigBaseWO, String) - Static method in class org.knime.core.data.convert.util.SerializeUtil
Store a converter factory in the given config.
StorelessUnivariantStatisticOperator - Class in org.knime.base.data.aggregation.numerical
Computes statistical values without storing observations
StorelessUnivariantStatisticOperator(OperatorData, GlobalSettings, OperatorColumnSettings, StorelessUnivariateStatistic) - Constructor for class org.knime.base.data.aggregation.numerical.StorelessUnivariantStatisticOperator
Constructor for class StorelessUnivariantStatisticOperator.
StoreResizableDoubleArrayOperator - Class in org.knime.base.data.aggregation.numerical
Utility class that uses a ResizableDoubleArray to store all numeric values of a group.
StoreResizableDoubleArrayOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.StoreResizableDoubleArrayOperator
constructor of class StoreResizableDoubleArrayOperator.
storesDiagonal() - Method in class org.knime.base.util.HalfDoubleMatrix
Returns if the half matrix also stores the diagonal or not.
storesDiagonal() - Method in class org.knime.base.util.HalfFloatMatrix
Returns if the half matrix also stores the diagonal or not.
storesDiagonal() - Method in class org.knime.base.util.HalfIntMatrix
Returns if the half matrix also stores the diagonal or not.
stratifiedSampling() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Returns if the rows of the input table should be sampled stratified.
stratifiedSampling(boolean) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Sets if the rows of the input table should be sampled stratified.
StratifiedSamplingRowFilter - Class in org.knime.base.node.preproc.sample
This row filter retains the distribution of values in a certain column upon filtering out rows.
StratifiedSamplingRowFilter(DataTable, String, double, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Creates a new stratified sampling row filter.
StratifiedSamplingRowFilter(DataTable, String, double, Random, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Creates a new stratified sampling row filter.
StratifiedSamplingRowFilter(DataTable, String, int, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Creates a new stratified sampling row filter.
StratifiedSamplingRowFilter(DataTable, String, int, Random, ExecutionMonitor) - Constructor for class org.knime.base.node.preproc.sample.StratifiedSamplingRowFilter
Creates a new stratified sampling row filter.
stream() - Method in interface org.knime.core.data.DataRow
Get a stream of all cells.
stream() - Method in class org.knime.core.data.DataTableSpec
 
StreamableFunction - Class in org.knime.core.node.streamable
Simplified streamable operator that represents a function.
StreamableFunction() - Constructor for class org.knime.core.node.streamable.StreamableFunction
Default constructor where the in- and outport indices are set to 0.
StreamableFunction(int, int) - Constructor for class org.knime.core.node.streamable.StreamableFunction
Constructor to individually determine the indices of the ports to use.
StreamableFunctionProducer - Interface in org.knime.core.node.streamable
Interface implemented by NodeModel to narrow the return type of NodeModel.createStreamableOperator(PartitionInfo, PortObjectSpec[]).
StreamableOperator - Class in org.knime.core.node.streamable
Performs the execution of a node in streamed/distributed mode.
StreamableOperator() - Constructor for class org.knime.core.node.streamable.StreamableOperator
 
StreamableOperatorInternals - Class in org.knime.core.node.streamable
Represents the state of a streamable operator that needs to be feed back to the submit client to compose the output objects (or other node internal information).
StreamableOperatorInternals() - Constructor for class org.knime.core.node.streamable.StreamableOperatorInternals
Subclasses must override it (content fill using the StreamableOperatorInternals.load(DataInputStream) method.
streamForClassHierarchy(Class<?>) - Static method in class org.knime.core.data.convert.util.ClassUtil
Create a sequential stream of the entire class hierarchy of given class including the class itself, in depth-first superclass before interfaces order.
StringCell - Class in org.knime.core.data.def
A data cell implementation holding a string value by storing this value in a private String member.
StringCell(String) - Constructor for class org.knime.core.data.def.StringCell
Creates a new String Cell based on the given String value.
StringCell.StringCellFactory - Class in org.knime.core.data.def
Factory for StringCells.
StringCell.StringSerializer - Class in org.knime.core.data.def
Factory for (de-)serializing a StringCells.
StringCellEntry() - Constructor for class org.knime.core.node.config.Config.DataCellEntry.StringCellEntry
 
StringCellFactory() - Constructor for class org.knime.core.data.def.StringCell.StringCellFactory
 
StringCompareRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Filters rows based on the string representation of the value in a certain column.
StringCompareRowFilter(String, String, boolean, boolean, boolean, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
Creates a row filter that compares the string representation of the cell in the specified column with the given string pattern.
StringCompareRowFilter(String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
Creates a row filter that compares the string representation of the cell in the specified column with the given string pattern.
StringCompareRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
Don't use created filter without loading settings before.
StringFilterPanel - Class in org.knime.core.node.util.filter
A panel to filter Strings.
StringFilterPanel() - Constructor for class org.knime.core.node.util.filter.StringFilterPanel
Create a new panel to filter Strings.
StringFilterPanel(boolean) - Constructor for class org.knime.core.node.util.filter.StringFilterPanel
Create a new panel to filter Strings.
StringFormat - Class in org.knime.core.node.util
Collection of convenience methods to format strings (such as elapsed time or urls).
StringHistory - Class in org.knime.core.node.util
Utility class that keeps a list of recently used String, mostly used in File-Reader and Writer that keep track of a list of recently accessed file names.
StringHistoryPanel - Class in org.knime.core.node.util
Panel that contains an editable Combo Box to choose or edit a string.
StringHistoryPanel(String) - Constructor for class org.knime.core.node.util.StringHistoryPanel
Creates new instance, sets properties, for instance renderer, accordingly.
StringIconListCellEditor - Class in org.knime.core.node.util
 
StringIconListCellEditor() - Constructor for class org.knime.core.node.util.StringIconListCellEditor
 
StringIconListCellRenderer - Class in org.knime.core.node.util
Renderer that checks if the value being rendered is of type StringIconEnumInterface if so it will render the icon if available and the label.
StringIconListCellRenderer() - Constructor for class org.knime.core.node.util.StringIconListCellRenderer
 
StringIconOption - Interface in org.knime.core.node.util
Interface of a list option with an icon and a text which is used in the string selection default components.
StringInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to enter a simple string.
StringInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.StringInputQuickFormInElement
Create string input with a given description.
StringListInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to enter a string or list of strings (which is a selection of possible choices).
StringListInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.StringListInputQuickFormInElement
Create an string list input with a given description.
StringListPasteboxInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to enter list of strings (e.g.
StringListPasteboxInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.StringListPasteboxInputQuickFormInElement
Create an string option input with a given description.
StringOptionInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to select a single element form a list of strings.
StringOptionInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.StringOptionInputQuickFormInElement
Create an string option input with a given description.
StringReplacerDialog - Class in org.knime.base.node.preproc.stringreplacer
This is the dialog for the string replacer node where the user can enter the pattern, the replacement string and several other options.
StringReplacerDialog() - Constructor for class org.knime.base.node.preproc.stringreplacer.StringReplacerDialog
Creates a new dialog.
StringReplacerNodeFactory - Class in org.knime.base.node.preproc.stringreplacer
This is the factory for the string replacer node that creates all necessary objects.
StringReplacerNodeFactory() - Constructor for class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeFactory
 
StringReplacerNodeModel - Class in org.knime.base.node.preproc.stringreplacer
This is the model for the string replacer node that does the work.
StringReplacerNodeModel() - Constructor for class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
 
StringReplacerSettings - Class in org.knime.base.node.preproc.stringreplacer
This class holds the settings for the string replacer node.
StringReplacerSettings() - Constructor for class org.knime.base.node.preproc.stringreplacer.StringReplacerSettings
 
StringSelectionInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to enter a string (which is a selection of possible choices).
StringSelectionInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.StringSelectionInputQuickFormInElement
Create an integer input with a given description.
StringSerializer() - Constructor for class org.knime.core.data.def.StringCell.StringSerializer
 
stringToDataCell(String) - Method in class org.knime.base.data.util.DataCellStringMapper
 
StringToNumberNodeDialog - Class in org.knime.base.node.preproc.colconvert.stringtonumber
Dialog for the String to Number Node.
StringToNumberNodeDialog() - Constructor for class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeDialog
Constructor.
StringToNumberNodeDialog - Class in org.knime.base.node.preproc.pmml.stringtonumber
Dialog for the String to Number Node.
StringToNumberNodeDialog() - Constructor for class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeDialog
Constructor.
StringToNumberNodeFactory - Class in org.knime.base.node.preproc.colconvert.stringtonumber
NodeFactory for the String to Number Node that converts strings to double values.
StringToNumberNodeFactory() - Constructor for class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeFactory
 
StringToNumberNodeFactory - Class in org.knime.base.node.preproc.pmml.stringtonumber
NodeFactory for the String to Number Node that converts strings to double values.
StringToNumberNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory
 
StringToNumberNodeFactory2 - Class in org.knime.base.node.preproc.pmml.stringtonumber
NodeFactory for the String to Number Node that converts strings to double values.
StringToNumberNodeFactory2() - Constructor for class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeFactory2
 
StringToNumberNodeModel - Class in org.knime.base.node.preproc.colconvert.stringtonumber
The NodeModel for the String to Number Node that converts strings to numbers.
StringToNumberNodeModel() - Constructor for class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Constructor with one inport and one outport.
StringToNumberNodeModel - Class in org.knime.base.node.preproc.pmml.stringtonumber
The NodeModel for the String to Number Node that converts strings to numbers.
StringToNumberNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Constructor with one data inport, one data outport and an optional PMML inport and outport.
StringToNumberNodeModel(boolean) - Constructor for class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Constructor with one data inport, one data outport and an optional PMML inport and outport.
stringToOrigString(String) - Method in class org.knime.base.data.util.DataCellStringMapper
 
stringToURL(String) - Static method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Tries to create an URL from the passed string.
StringTransferHandler - Class in org.knime.base.node.preproc.draganddroppanel.transferhandler
A transfer handler which transfers strings from one component to another.
StringTransferHandler() - Constructor for class org.knime.base.node.preproc.draganddroppanel.transferhandler.StringTransferHandler
 
StringUtilityFactory() - Constructor for class org.knime.core.data.StringValue.StringUtilityFactory
Only subclasses are allowed to instantiate this class.
StringValue - Interface in org.knime.core.data
Interface of a StringCell, forces method to return string value.
stringValue(String) - Method in class org.knime.core.node.dialog.ExternalNodeData.ExternalNodeDataBuilder
Sets the string value for the external data.
StringValue.StringUtilityFactory - Class in org.knime.core.data
Implementations of the meta information of this value class.
StringValueComparator - Class in org.knime.base.util
A DataValueComparator implementation for StringValue values and a custom comparator.
StringValueComparator(Comparator<String>) - Constructor for class org.knime.base.util.StringValueComparator
 
StringValueComparator - Class in org.knime.core.data
Comparator returned by the StringValue interface.
StringValueComparator() - Constructor for class org.knime.core.data.StringValueComparator
 
StringValueRenderer - Class in org.knime.core.data.renderer
Renderer for DataCells that are compatible with StringValue classes.
StringValueRenderer() - Constructor for class org.knime.core.data.renderer.StringValueRenderer
 
StringValueRenderer.Factory - Class in org.knime.core.data.renderer
Factory for the StringValueRenderer.
StringVectorCellFactory - Class in org.knime.core.data.vector.stringvector
Creates cell instances implementing the StringVectorValue interface.
StringVectorCellFactory() - Constructor for class org.knime.core.data.vector.stringvector.StringVectorCellFactory
 
StringVectorUtilityFactory() - Constructor for class org.knime.core.data.vector.stringvector.StringVectorValue.StringVectorUtilityFactory
Only subclasses are allowed to instantiate this class.
StringVectorValue - Interface in org.knime.core.data.vector.stringvector
Interface for (dense or sparse) string vector.
StringVectorValue.StringVectorUtilityFactory - Class in org.knime.core.data.vector.stringvector
Implementations of the meta information of this value class.
StringVectorValueComparator - Class in org.knime.core.data.vector.stringvector
Comparator returned by the StringVectorValue interface.
StringVectorValueComparator() - Constructor for class org.knime.core.data.vector.stringvector.StringVectorValueComparator
 
StringVectorValueRenderer - Class in org.knime.core.data.renderer
Renderer for DataCells that are compatible with StringVectorValue classes.
StringVectorValueRenderer() - Constructor for class org.knime.core.data.renderer.StringVectorValueRenderer
 
StringVectorValueRenderer - Class in org.knime.core.data.vector.stringvector
 
StringVectorValueRenderer() - Constructor for class org.knime.core.data.vector.stringvector.StringVectorValueRenderer
 
StringVectorValueRenderer.Factory - Class in org.knime.core.data.renderer
Factory for the StringVectorValueRenderer.
stripXmlFragment(XmlObject) - Static method in class org.knime.core.node.NodeDescription
Utility function which strips the <xml-fragment> start and end tags from the strings returned by xmlText().
StyleRange() - Constructor for class org.knime.core.node.workflow.AnnotationData.StyleRange
 
subAppend(LoggingEvent) - Method in class org.knime.core.util.LogfileAppender
SubgroupMinerDialog2 - Class in org.knime.base.node.mine.subgroupminer
The dialog for the subgroup miner node.
SubgroupMinerDialog2() - Constructor for class org.knime.base.node.mine.subgroupminer.SubgroupMinerDialog2
Constructs the dialog for the subgroup miner node by adding the needed default dialog components.
SubgroupMinerFactory2 - Class in org.knime.base.node.mine.subgroupminer
The factory for the SubgroupMiner Node.
SubgroupMinerFactory2() - Constructor for class org.knime.base.node.mine.subgroupminer.SubgroupMinerFactory2
 
SubgroupMinerModel2 - Class in org.knime.base.node.mine.subgroupminer
The SubgroupMinerModel2 searches for frequent itemsets with an apriori algorithm using a prefixtree structure.
SubgroupMinerModel2() - Constructor for class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Creates an instance of the SubgroubMinerModel.
subList(int, int) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
submit(Callable<T>) - Method in class org.knime.core.util.ThreadPool
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable) - Method in class org.knime.core.util.ThreadPool
Submits a Runnable task for execution and returns a Future representing that task.
submitJob(NodeContainer, PortObject[]) - Method in class org.knime.core.node.exec.CopyContentIntoTempFlowNodeExecutionJobManager
Executes the given node container with this job manager.
submitJob(NodeContainer, PortObject[]) - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
Executes the given node container with this job manager.
submitJob(PortObject[], NodeSettingsRO, Class<? extends KNIMEJob>, ExecutionMonitor) - Method in class org.knime.core.node.ExecutionContext
Submits a job to an executor, which can be a threaded one, a cluster executor or anything else.
submitJob(NodeContainer, PortObject[]) - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
Executes the given node container with this job manager.
SubNodeContainer - Class in org.knime.core.node.workflow
Implementation of a NodeContainer holding a set of nodes via a WorkflowManager and acting like a NativeNodeContainer to the outside.
SubNodeContainer(WorkflowManager, NodeID, SubNodeContainerPersistor) - Constructor for class org.knime.core.node.workflow.SubNodeContainer
Load workflow from persistor.
SubNodeContainer(WorkflowManager, NodeID, WorkflowManager, String) - Constructor for class org.knime.core.node.workflow.SubNodeContainer
Create new SubNode from existing Metanode (=WorkflowManager).
SubnodeContainerExecutionResult - Class in org.knime.core.node.workflow.execresult
Specialized execution result for SubNodeContainer.
SubnodeContainerExecutionResult(NodeID) - Constructor for class org.knime.core.node.workflow.execresult.SubnodeContainerExecutionResult
Creates new workflow execution result with no particular settings.
SubNodeContainerPersistor - Interface in org.knime.core.node.workflow
Describes persistor for SubNodeContainer.
SubNodeProgressMonitor(NodeProgressMonitor, double) - Constructor for class org.knime.core.node.DefaultNodeProgressMonitor.SubNodeProgressMonitor
Creates new sub progress monitor.
SubNodeToMetaNodeResult - Class in org.knime.core.node.workflow.action
SubNodeToMetaNodeResult(WorkflowManager, NodeID, WorkflowPersistor) - Constructor for class org.knime.core.node.workflow.action.SubNodeToMetaNodeResult
Construct action object - only to be called from WFM.
subSequence(long, long) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Creates and returns a new bit vector that contains a subsequence of this vector, beginning with the bit at index startIdx and with its last bit being this' bit at position endIdx - 1.
subSequence(long, long) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Creates and returns a new bit vector that contains a subsequence of this vector, beginning with the bit at index startIdx and with its last bit being this' bit at position endIdx - 1.
subSequence(int, int) - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Creates and returns a new byte vector that contains a subsequence of this vector, beginning with the byte at index startIdx and with its last byte being this' byte at position endIdx - 1.
subSequence(long, long) - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Creates and returns a new byte vector that contains a subsequence of this vector, beginning with the byte at index startIdx and with its last byte being this' byte at position endIdx - 1.
SubsetMatcher - Class in org.knime.base.node.preproc.matcher
An ItemSetMatcher matches only one element of a transaction list.
SubsetMatcher(DataCell, Comparator<DataCell>) - Constructor for class org.knime.base.node.preproc.matcher.SubsetMatcher
Constructor for class ItemSetMatcher.
SubsetMatcherNodeDialog - Class in org.knime.base.node.preproc.matcher
 
SubsetMatcherNodeDialog() - Constructor for class org.knime.base.node.preproc.matcher.SubsetMatcherNodeDialog
Constructor for class JIMNodeDialog.
SubsetMatcherNodeFactory - Class in org.knime.base.node.preproc.matcher
NodeFactory implementation.
SubsetMatcherNodeFactory() - Constructor for class org.knime.base.node.preproc.matcher.SubsetMatcherNodeFactory
 
SubsetMatcherNodeModel - Class in org.knime.base.node.preproc.matcher
NodeModel implementation.
SubsetMatcherNodeModel() - Constructor for class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
Constructor for class ItemSetMatcherNodeModel.
subtract(double[][], double[][]) - Static method in class org.knime.base.util.math.MathUtils
Subtracts two matrices.
subtract(double[], double[]) - Static method in class org.knime.base.util.math.MathUtils
Subtracts one vector from another.
SUCCESS - Static variable in interface org.knime.core.node.workflow.execresult.NodeContainerExecutionStatus
Represents a successful execution.
SUFFIX_FOR_PROBABILITY_COLUMNS - Static variable in class org.knime.base.node.mine.util.PredictorHelper
Dialog text for the suffix of probability columns.
sum(ByteVectorValue, ByteVectorValue) - Static method in class org.knime.core.data.vector.bytevector.DenseByteVectorCellFactory
Creates a dense byte vector cell containing the sum of the passed operands (that is each position holds the sum of the values of the operands).
sum(ByteVectorValue, ByteVectorValue) - Static method in class org.knime.core.data.vector.bytevector.SparseByteVectorCellFactory
Creates a sparse byte vector cell containing the sum of the passed operands (that is each position holds the sum of the values of the operands).
SumDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
SumDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
SumDistinctDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
SumDistinctDBAggregationFunction() - Constructor for class org.knime.core.node.port.database.aggregation.function.SumDistinctDBAggregationFunction
Constructor.
SumDistinctDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for parent class.
summary - Variable in class org.knime.core.node.Node.Output
 
sumOfAllCounts() - Method in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Calculates the checksum, the sum of all counts stored.
sumOfAllCounts() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Calculates the checksum, the sum of all counts stored.
sumOfAllCounts() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Calculates the checksum, the sum of all counts stored.
sumOfAllCounts() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Calculates the checksum, the sum of all counts stored.
sumOfAllCounts() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Calculates the checksum, the sum of all counts stored.
SumOfLogsOperator - Class in org.knime.base.data.aggregation.numerical
Computes the sum of logs per group.
SumOfLogsOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.SumOfLogsOperator
Constructor for class SumOfLogsOperator.
SumOfSquaresOperator - Class in org.knime.base.data.aggregation.numerical
Computes the sum of squares per group.
SumOfSquaresOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.SumOfSquaresOperator
Constructor for class SumOfSquaresOperator.
SumOperator - Class in org.knime.base.data.aggregation.deprecated
Deprecated.
has been replaced by the new SumOperator that returns an int, long or double cell depending on the type of the aggregation column
SumOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.SumOperator
Deprecated.
Constructor for class SumOperator.
SumOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.SumOperator
Deprecated.
Constructor for class SumOperator.
SumOperator - Class in org.knime.base.data.aggregation.numerical
Returns the sum per group.
SumOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.SumOperator
Constructor for class SumOperator.
SumOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.SumOperator
Constructor for class SumOperator.
supportsCase() - Method in class org.knime.core.node.port.database.DatabaseUtility
 
supportsCase() - Method in class org.knime.core.node.port.database.DB2Utility
supportsCase() - Method in class org.knime.core.node.port.database.MySQLUtility
Deprecated.
supportsCase() - Method in class org.knime.core.node.port.database.OracleUtility
supportsCase() - Method in class org.knime.core.node.port.database.PostgreSQLUtility
Deprecated.
supportsCase() - Method in class org.knime.core.node.port.database.SQLServerUtility
Deprecated.
supportsDelete() - Method in class org.knime.core.node.port.database.DatabaseUtility
Returns whether the database supports DELETE operations.
supportsHiliting() - Method in interface org.knime.base.node.viz.aggregation.AggregationModel
 
supportsHiliting() - Method in class org.knime.base.node.viz.aggregation.AggregationValModel
 
supportsHiliting() - Method in class org.knime.base.node.viz.aggregation.AggregationValSubModel
 
supportsHiliting() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
supportsHiliting() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
supportsHiliting() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
supportsHiliting() - Method in class org.knime.base.node.viz.pie.datamodel.PieDataModel
 
supportsHiliting() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
 
supportsInsert() - Method in class org.knime.core.node.port.database.DatabaseUtility
Returns whether the database supports INSERT operations.
supportsInvalidValues() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
Checks if class supports the creation of invalid values.
supportsInvalidValues() - Method in class org.knime.core.node.util.filter.NameFilterPanel
Checks if class supports the creation of invalid values.
supportsInvalidValues() - Method in class org.knime.core.node.util.filter.variable.FlowVariableFilterPanel
Checks if class supports the creation of invalid values.
supportsMissingValueOption() - Method in interface org.knime.base.data.aggregation.AggregationMethod
 
supportsMissingValueOption() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
 
supportsMissingValueOption() - Method in class org.knime.base.data.aggregation.AggregationOperator
supportsMissingValueOption() - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationFunctionRow
 
supportsMissingValueOption() - Method in class org.knime.base.data.aggregation.OperatorData
 
supportsMissingValueOption() - Method in class org.knime.base.node.io.database.groupby.dialog.AbstractDBAggregationFunctionRow
supportsRandomSampling() - Method in class org.knime.core.node.port.database.DatabaseUtility
 
supportsRandomSampling() - Method in class org.knime.core.node.port.database.DB2Utility
 
supportsRandomSampling() - Method in class org.knime.core.node.port.database.MySQLUtility
Deprecated.
 
supportsRandomSampling() - Method in class org.knime.core.node.port.database.OracleUtility
 
supportsRandomSampling() - Method in class org.knime.core.node.port.database.PostgreSQLUtility
Deprecated.
 
supportsRandomSampling() - Method in class org.knime.core.node.port.database.SQLiteUtility
Deprecated.
 
supportsRandomSampling() - Method in class org.knime.core.node.port.database.SQLServerUtility
Deprecated.
 
supportsUpdate() - Method in class org.knime.core.node.port.database.DatabaseUtility
Returns whether the database supports UPDATE operations.
suppressAuthenticationPopups() - Static method in class org.knime.core.util.ThreadLocalHTTPAuthenticator
Turns suppression of authentication popups off.
SVG_TEMPLATE_FILE - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
Identifier for KNIME templates SVG export when saved to disc.
SVG_WORKFLOW_FILE - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
Identifier for KNIME workflows SVG export when saved to disc.
Svm - Class in org.knime.base.node.mine.svm
This class represents a (binary) support vector machine.
Svm(DoubleVector[], double[], String, double, Kernel) - Constructor for class org.knime.base.node.mine.svm.Svm
Constructor.
Svm(ModelContentRO, String) - Constructor for class org.knime.base.node.mine.svm.Svm
Loads a binary SVM from a ModelContent object.
SvmAlgorithm - Class in org.knime.base.node.mine.svm.learner
This class is the implementation of a binary SVM learning algorithm.
SvmAlgorithm(DoubleVector[], String, Kernel, double) - Constructor for class org.knime.base.node.mine.svm.learner.SvmAlgorithm
The main constructor.
SVMLearnerNodeDialog - Class in org.knime.base.node.mine.svm.learner
Dialog for the SVM Learner.
SVMLearnerNodeDialog() - Constructor for class org.knime.base.node.mine.svm.learner.SVMLearnerNodeDialog
Constructor.
SVMLearnerNodeFactory - Class in org.knime.base.node.mine.svm.learner
NodeFactory for the SVM Learner Node.
SVMLearnerNodeFactory() - Constructor for class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory
 
SVMLearnerNodeFactory2 - Class in org.knime.base.node.mine.svm.learner
NodeFactory for the SVM Learner Node.
SVMLearnerNodeFactory2() - Constructor for class org.knime.base.node.mine.svm.learner.SVMLearnerNodeFactory2
 
SVMLearnerNodeModel - Class in org.knime.base.node.mine.svm.learner
 
SVMLearnerNodeModel() - Constructor for class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
 
SVMLearnerNodeModel(boolean) - Constructor for class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
 
SVMLearnerNodeView - Class in org.knime.base.node.mine.svm.learner
The SVM view provides information about all SVM'S trained for each class with their corresponding support vectors.
SVMLearnerNodeView(SVMLearnerNodeModel) - Constructor for class org.knime.base.node.mine.svm.learner.SVMLearnerNodeView
Constructor.
SVMPredictor - Class in org.knime.base.node.mine.svm.predictor
Deprecated.
SVMPredictor(Svm[], int[]) - Constructor for class org.knime.base.node.mine.svm.predictor.SVMPredictor
Deprecated.
Constructor.
SVMPredictor - Class in org.knime.base.node.mine.svm.predictor2
This CellFactory produces the class values for each input DataRow.
SVMPredictor(String, Svm[], int[], String, boolean, String) - Constructor for class org.knime.base.node.mine.svm.predictor2.SVMPredictor
Constructor.
SVMPredictorNodeFactory - Class in org.knime.base.node.mine.svm.predictor
Deprecated.
SVMPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeFactory
Deprecated.
 
SVMPredictorNodeFactory - Class in org.knime.base.node.mine.svm.predictor2
SVMPredictor NodeFactory.
SVMPredictorNodeFactory() - Constructor for class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeFactory
 
SVMPredictorNodeModel - Class in org.knime.base.node.mine.svm.predictor
Deprecated.
SVMPredictorNodeModel() - Constructor for class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Deprecated.
Constructor, one model and data input, one (classified) data output.
SVMPredictorNodeModel - Class in org.knime.base.node.mine.svm.predictor2
NodeModel of the SVM Predictor Node.
SVMPredictorNodeModel() - Constructor for class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Constructor, one model and data input, one (classified) data output.
sweep(Set<NodeID>, boolean) - Method in class org.knime.core.node.workflow.WorkflowManager
Performs sanity check on workflow.
SwingWorkerWithContext<T,V> - Class in org.knime.core.util
SwingWorkerWithContext() - Constructor for class org.knime.core.util.SwingWorkerWithContext
Creates a new swing worker that saves the current NodeContext for use in the abstract methods.
syncConnection(Connection) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Used to sync access to all databases depending if SQL_CONCURRENCY is true.
SynchronizedIterator<T> - Class in org.knime.core.data.util
Synchronized (thread-safe) wrapper for an Iterator.
SynchronizedIterator(Iterator<T>) - Constructor for class org.knime.core.data.util.SynchronizedIterator
Creates new iterator from a given (unsynchronized) iterator.
SynchronizedIterator(Iterable<T>) - Constructor for class org.knime.core.data.util.SynchronizedIterator
Creates new iterator from an Iterable.
SynchronizedIterator.ElementAndIndex<T> - Class in org.knime.core.data.util
Class combining an iteration element with its index in the iteration loop.
SYNCHRONOUS_IO - Static variable in class org.knime.core.data.container.DataContainer
Whether to use synchronous IO while adding rows to a buffer or reading from an file iterator.

T

TABLE_PLACE_HOLDER - Static variable in class org.knime.base.node.io.database.DBQueryNodeModel
Deprecated.
Place holder for the database input view.
TABLE_PLACEHOLDER - Static variable in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Table place holder #table#.
TableAction(KeyStroke, String) - Constructor for class org.knime.core.node.tableview.TableView.TableAction
 
tableChanged(TableModelEvent) - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTable
Overriden to prevent the clearance of selection when columns are added or removed.
tableChanged(DataTable) - Method in class org.knime.base.node.preproc.correlation.compute.AbstractCorrelationComputeNodeView
Call whenever the DataTable changed e.g.
tableChanged(TableModelEvent) - Method in class org.knime.core.node.tableview.TableContentView
tableChanged(TableModelEvent) - Method in class org.knime.core.node.tableview.TableRowHeaderView
Resets all individual row heights as the super implementation deletes the private SizeSequence field.
TableColumnToVariableNodeDialog - Class in org.knime.base.node.flowvariable.tablecoltovariable
NodeDialog for the "TableColumnToVariable" Node.
TableColumnToVariableNodeDialog() - Constructor for class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeDialog
New pane for configuring the TableColumnToVariable node.
TableColumnToVariableNodeFactory - Class in org.knime.base.node.flowvariable.tablecoltovariable
NodeFactory for the "TableColumnToVariable" Node.
TableColumnToVariableNodeFactory() - Constructor for class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeFactory
 
TableColumnToVariableNodeModel - Class in org.knime.base.node.flowvariable.tablecoltovariable
This is the model implementation of TableColumnToVariable.
TableColumnToVariableNodeModel() - Constructor for class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
Constructor for the node model.
TableContentInterface - Interface in org.knime.core.node.tableview
Interface used by the row header view of a table.
TableContentModel - Class in org.knime.core.node.tableview
Proprietary implementation of a model for a table view.
TableContentModel() - Constructor for class org.knime.core.node.tableview.TableContentModel
Creates a new TableContentModel with empty content.
TableContentModel(DataTable) - Constructor for class org.knime.core.node.tableview.TableContentModel
Creates a new TableContentModel displaying data.
TableContentModel(DataTable, HiLiteHandler) - Constructor for class org.knime.core.node.tableview.TableContentModel
Creates a new TableContentModel displaying data.
TableContentModel.TableContentFilter - Enum in org.knime.core.node.tableview
Possible hilite filter incarnations.
TableContentView - Class in org.knime.core.node.tableview
Table view on a DataTable.
TableContentView() - Constructor for class org.knime.core.node.tableview.TableContentView
Creates empty content view.
TableContentView(TableContentModel) - Constructor for class org.knime.core.node.tableview.TableContentView
Creates new TableContentView based on a given TableContentModel.
TableContentView(DataTable) - Constructor for class org.knime.core.node.tableview.TableContentView
Creates new TableContentView based on a DataTable.
TableContentViewTableHeader - Class in org.knime.core.node.tableview
Custom table header that mostly handles column width events and proper initialization.
TableContentViewTableHeader(TableContentView, TableColumnModel) - Constructor for class org.knime.core.node.tableview.TableContentViewTableHeader
 
TableCreator2NodeDialog - Class in org.knime.base.node.io.tablecreator
The dialog class of the Table Creator Node.
TableCreator2NodeDialog() - Constructor for class org.knime.base.node.io.tablecreator.TableCreator2NodeDialog
Create a new instance.
TableCreator2NodeFactory - Class in org.knime.base.node.io.tablecreator
The node factory class that creates the node model and dialog of the table creator node.
TableCreator2NodeFactory() - Constructor for class org.knime.base.node.io.tablecreator.TableCreator2NodeFactory
 
TableCreator2NodeModel - Class in org.knime.base.node.io.tablecreator
The node model of the table creator node that allows the creation of a data table.
TableCreator2NodeModel() - Constructor for class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Creates a new instance.
TableCreator2NodeSettings - Class in org.knime.base.node.io.tablecreator
This class hold the settings for the Table Creator Node.
TableCreator2NodeSettings() - Constructor for class org.knime.base.node.io.tablecreator.TableCreator2NodeSettings
 
TableCreatorTableModel - Class in org.knime.base.node.io.database.tablecreator.util
 
TableCreatorTableModel(String[], Class<?>[], List<RowElement>) - Constructor for class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Creates a new instance of TableCreatorTableModel
tableExists(Connection, String) - Method in class org.knime.core.node.port.database.DatabaseUtility
Returns whether the given table name exists in the database denoted by the connection.
tableExists(DatabaseConnectionSettings, CredentialsProvider, String, String) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorIfNotExistsImpl
tableExists(DatabaseConnectionSettings, CredentialsProvider, String, String) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
 
TableListener() - Constructor for class org.knime.base.node.io.database.tablecreator.util.AbstractTablePanel.TableListener
 
TableNodeFactory - Class in org.knime.base.node.viz.table
Factory to create model and view for a table node.
TableNodeFactory() - Constructor for class org.knime.base.node.viz.table.TableNodeFactory
 
TableNodeModel - Class in org.knime.base.node.viz.table
Node model for a table view.
TableNodeModel() - Constructor for class org.knime.base.node.viz.table.TableNodeModel
Constructs a new (but empty) model.
TableNodeModel(PortType[]) - Constructor for class org.knime.base.node.viz.table.TableNodeModel
Subclass constructor which overrides the port types.
TableNodeView<T extends TableNodeModel> - Class in org.knime.base.node.viz.table
Table view on a DataTable.
TableNodeView(T) - Constructor for class org.knime.base.node.viz.table.TableNodeView
Starts a new TableNodeView displaying "<no data>".
TableRowHeaderModel - Class in org.knime.core.node.tableview
Model for a Row Header view in a table view that displays a DataTable.
TableRowHeaderModel(TableModel) - Constructor for class org.knime.core.node.tableview.TableRowHeaderModel
Instantiates a new TableRowHeaderModel based on a TableModel.
TableRowHeaderView - Class in org.knime.core.node.tableview
Row Header for a table view on a DataTable.
tableRowsSelected() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
TableRowToImageConfigKeys - Class in org.knime.base.node.image.tablerowtoimage
 
TableRowToImageNodeDialog - Class in org.knime.base.node.image.tablerowtoimage
 
TableRowToImageNodeDialog() - Constructor for class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeDialog
Constructor of TableRowToImageNodeDialog.
TableRowToImageNodeFactory - Class in org.knime.base.node.image.tablerowtoimage
 
TableRowToImageNodeFactory() - Constructor for class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeFactory
 
TableRowToImageNodeModel - Class in org.knime.base.node.image.tablerowtoimage
 
TableRowToImageNodeModel() - Constructor for class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
New node model with on image port input and a data table output.
TableSorterWorker - Class in org.knime.core.node.tableview
SwingWorker that is used to sort the table content on mouse click in header.
TableSorterWorker(DataTable, TableSortOrder, JComponent, TableContentModel) - Constructor for class org.knime.core.node.tableview.TableSorterWorker
Initialize new sorter, does not start sorting yet.
TableSortOrder - Class in org.knime.core.node.tableview
Represents sort order in a table (multiple columns).
TableSortOrder(int) - Constructor for class org.knime.core.node.tableview.TableSortOrder
Inits new sorting on a primary column.
TableSortOrder.TableSortKey - Enum in org.knime.core.node.tableview
Sorting associated with individual column.
TableSpecReplacerTable - Class in org.knime.core.data.container
Table that only replaces the data table spec of an underlying table.
TableSpecReplacerTable(BufferedDataTable, DataTableSpec) - Constructor for class org.knime.core.data.container.TableSpecReplacerTable
Creates new table.
TableToVariableNodeDialog - Class in org.knime.base.node.flowvariable.tablerowtovariable
NodeDialog for the "TableRowToVariable" node.
TableToVariableNodeDialog() - Constructor for class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeDialog
New pane for configuring the TableToVariable node.
TableToVariableNodeFactory - Class in org.knime.base.node.flowvariable.tablerowtovariable
The node factory for the table row to variable node.
TableToVariableNodeFactory() - Constructor for class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeFactory
 
TableToVariableNodeModel - Class in org.knime.base.node.flowvariable.tablerowtovariable
The node model for the table row to variable node.
TableToVariableNodeModel() - Constructor for class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
One in, one output.
TableView - Class in org.knime.core.node.tableview
Panel containing a table view on a generic DataTable.
TableView() - Constructor for class org.knime.core.node.tableview.TableView
Creates new empty TableView.
TableView(TableContentView) - Constructor for class org.knime.core.node.tableview.TableView
Creates new instance of a TableView given a content view.
TableView(TableContentModel) - Constructor for class org.knime.core.node.tableview.TableView
Constructs new View by calling this(new TableContentView(model)).
TableView(DataTable) - Constructor for class org.knime.core.node.tableview.TableView
Creates new instance of a TableView based on a DataTable.
TableView(DataTable, HiLiteHandler) - Constructor for class org.knime.core.node.tableview.TableView
Creates new instance of a TableView based on a DataTable.
TableView.TableAction - Class in org.knime.core.node.tableview
Action associate with the table.
TableViewFrame - Class in org.knime.core.node.tableview
Frame for a TableContentView.
TableViewFrame(TableContentView) - Constructor for class org.knime.core.node.tableview.TableViewFrame
Opens new frame and displays the TableContentView in a scroll pane.
TableViewFrame(DataTable) - Constructor for class org.knime.core.node.tableview.TableViewFrame
Creates a new frame by initializing a new TableContentView and displays it.
TARGET_COLUMNS - Static variable in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Key of the target column.
targetColumn() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
Returns the target column's name.
targetColumn(String) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndSettings
Sets the target column's name.
targetColumn() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
Returns the target column's name.
targetColumn(String) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartSettings
Sets the target column's name.
targetColumn() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
Returns the target column's name.
targetColumn() - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
Returns the target column containing the real class values.
targetColumn(String) - Method in class org.knime.base.node.meta.xvalidation.AggregateSettings
sets the target column containing the real class values.
targetColumn - Variable in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegViewData
Deprecated.
 
targetColumn - Variable in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegViewData
 
TargetShufflingNodeDialog - Class in org.knime.base.node.preproc.targetshuffling
This is the dialog for the y-scrambling node.
TargetShufflingNodeDialog() - Constructor for class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeDialog
Creates a new dialog for the y-scrambling node.
TargetShufflingNodeFactory - Class in org.knime.base.node.preproc.targetshuffling
This class is the factory for the y-scrambling node that creates all necessary objects.
TargetShufflingNodeFactory() - Constructor for class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeFactory
 
TargetShufflingNodeModel - Class in org.knime.base.node.preproc.targetshuffling
This is the model for the y-scrambling node.
TargetShufflingNodeModel() - Constructor for class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
Creates a new model with input and one output port.
TargetShufflingSettings - Class in org.knime.base.node.preproc.targetshuffling
This class holds the settings for the y-scrambling node.
TargetShufflingSettings() - Constructor for class org.knime.base.node.preproc.targetshuffling.TargetShufflingSettings
 
TC_ESCAPE - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
The byte being used to escape the next byte.
TC_TERMINATE - Static variable in interface org.knime.core.data.container.KNIMEStreamConstants
The byte being used as block terminate.
TEMPLATE_FILE - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
Identifier for KNIME meta mode templates when saved to disc.
TemplateNodeContainerPersistor - Interface in org.knime.core.node.workflow
Implemented by persistors reading workflows or templates (meta- or subnode) from file location.
TempTreeNodeContainer - Class in org.knime.base.node.mine.decisiontree2
 
TempTreeNodeContainer(int, String, double, int, String) - Constructor for class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
 
TerminalBucket<T> - Class in org.knime.base.util.kdtree
This class represents a terminal bucket in a k-d tree.
TerminalBucket(List<TerminalNode<T>>) - Constructor for class org.knime.base.util.kdtree.TerminalBucket
Creates a new terminal bucket.
TerminalNode<T> - Class in org.knime.base.util.kdtree
This class represents a terminal node inside a k-d tree.
TerminalNode(double[], T) - Constructor for class org.knime.base.util.kdtree.TerminalNode
Creates a new terminal node.
terminateLoop() - Method in class org.knime.base.node.flowvariable.variableloophead.LoopStartVariableNodeModel
terminateLoop() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
terminateLoop() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
terminateLoop() - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
terminateLoop() - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
terminateLoop() - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
terminateLoop() - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
terminateLoop() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
terminateLoop() - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
terminateLoop() - Method in interface org.knime.core.node.workflow.LoopStartNodeTerminator
 
testingStringPattern() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
 
testNextHeader(String) - Method in class org.knime.base.node.io.filereader.FileAnalyzer.HeaderHelper
Checks if the specified header fits in the sequence of consecutive headers.
TextAreaOutputQuickFormOutElement - Class in org.knime.core.util.node.quickform.out
Text (read only) output element.
TextAreaOutputQuickFormOutElement(String, String, int, String, TextAreaOutputQuickFormOutElement.TextFormat) - Constructor for class org.knime.core.util.node.quickform.out.TextAreaOutputQuickFormOutElement
Creates output element with the given label and description.
TextAreaOutputQuickFormOutElement.TextFormat - Enum in org.knime.core.util.node.quickform.out
Format as shown in the web page.
textToURL(String) - Static method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
Tries to create an URL from the passed string.
textToURL(String) - Static method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
Tries to create an URL from the passed string.
textToURL(String) - Static method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
Tries to create an URL from the passed string.
THETA_MINUS - Static variable in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
Key of theta minus.
THETA_PLUS - Static variable in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionFactory
Key of theta plus.
THETAMINUS - Static variable in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
Default theta minus: 0.2.
THETAPLUS - Static variable in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
Default theta plus: 0.4.
ThreadedColAppenderNodeModel - Class in org.knime.base.node.parallel.appender
 
ThreadedColAppenderNodeModel(int, int) - Constructor for class org.knime.base.node.parallel.appender.ThreadedColAppenderNodeModel
Creates a new AbstractParallelNodeModel.
ThreadedNodeModel - Class in org.knime.base.node.parallel
Deprecated.
Use either the ThreadedColAppenderNodeModel if you want to add columns to the input tables and the number of rows stays the same, or the ThreadedTableBuilderNodeModel if you want to build a completely new table.
ThreadedNodeModel(int, int, int) - Constructor for class org.knime.base.node.parallel.ThreadedNodeModel
Deprecated.
Creates a new AbstractParallelNodeModel.
ThreadedTableBuilderNodeModel - Class in org.knime.base.node.parallel.builder
This model is an extension of the NodeModel that allows you to easily process data in parallel.
ThreadedTableBuilderNodeModel(int, int) - Constructor for class org.knime.base.node.parallel.builder.ThreadedTableBuilderNodeModel
Creates a new AbstractParallelNodeModel.
ThreadedTableBuilderNodeModel(int, int, ThreadPool) - Constructor for class org.knime.base.node.parallel.builder.ThreadedTableBuilderNodeModel
Creates a new AbstractParallelNodeModel.
ThreadLocalHTTPAuthenticator - Class in org.knime.core.util
This Authenticator allows threads to turn off any authentication callbacks in case authentication data is wrong or missing.
ThreadLocalHTTPAuthenticator.AuthenticationCloseable - Interface in org.knime.core.util
Extension of Closeable that doesn't throw any exceptions.
ThreadNodeExecutionJobManager - Class in org.knime.core.node.exec
 
ThreadNodeExecutionJobManager() - Constructor for class org.knime.core.node.exec.ThreadNodeExecutionJobManager
 
ThreadNodeExecutionJobManager(ThreadPool) - Constructor for class org.knime.core.node.exec.ThreadNodeExecutionJobManager
 
ThreadNodeExecutionJobManagerFactory - Class in org.knime.core.node.exec
 
ThreadNodeExecutionJobManagerFactory() - Constructor for class org.knime.core.node.exec.ThreadNodeExecutionJobManagerFactory
 
ThreadPool - Class in org.knime.core.util
Implements a sophisticated thread pool.
ThreadPool(int) - Constructor for class org.knime.core.util.ThreadPool
Creates a new ThreadPool with a maximum number of threads.
ThreadPool(int, ThreadPool) - Constructor for class org.knime.core.util.ThreadPool
Creates a new sub pool.
threadTaskFinished() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ParallelProcessing
Once a thread which synchronizes on this object has finished, it must invoke this method to allow other threads to continue.
ThreadUtils - Class in org.knime.core.util
This class contains utility methods for handling NodeContexts with new threads.
ThreadUtils.CallableWithContext<V> - Class in org.knime.core.util
Extension of Callable that ensures that the NodeContext, which was present during creation of the object, is set when the ThreadUtils.CallableWithContext.call() method is called.
ThreadUtils.RunnableWithContext - Class in org.knime.core.util
Extension of Runnable that ensures that the NodeContext, which was present during creation of the object, is set when the ThreadUtils.RunnableWithContext.run() method is called.
ThreadUtils.ThreadWithContext - Class in org.knime.core.util
Extension of Thread that ensures that the NodeContext, which was present during creation of the object, is set when the ThreadUtils.ThreadWithContext.run() method is called.
threadWithContext(Runnable) - Static method in class org.knime.core.util.ThreadUtils
Creates a new thread the executed the given runnable in the NodeContext of the caller.
threadWithContext(Runnable, String) - Static method in class org.knime.core.util.ThreadUtils
Creates a new thread the executed the given runnable in the NodeContext of the caller.
ThreadWithContext() - Constructor for class org.knime.core.util.ThreadUtils.ThreadWithContext
Creates a new thread.
ThreadWithContext(String) - Constructor for class org.knime.core.util.ThreadUtils.ThreadWithContext
Creates a new thread with the given name.
THRESHOLD_KEY - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Key to store the threshold value of a neuron in the ModelContent.
THRESHOLD_KEY - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
The key to store the threshold in configurations.
thresholdMode(boolean) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Sets if the features are selected manually or dynamically by an error threshold.
thresholdMode() - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterSettings
Returns if the features are selected manually or dynamically by an error threshold.
throwIllegalStateException() - Method in class org.knime.core.node.workflow.NodeContainer
Throws a new IllegalStateException with a meaningful error message containing node name, current state and method name.
throwUnsupportedOperationException() - Method in class org.knime.core.node.workflow.PasteWorkflowContentPersistor
Throws a new exception with a meaningful error message.
TIDApriori - Class in org.knime.base.node.mine.subgroupminer.apriori
The TIDApriori algorithm is actually an Eclat implementation, since it realizes a depth first search.
TIDApriori() - Constructor for class org.knime.base.node.mine.subgroupminer.apriori.TIDApriori
 
TIDFrequentItemSet - Class in org.knime.base.node.mine.subgroupminer.freqitemset
 
TIDFrequentItemSet(String, List<Integer>, double, List<Integer>) - Constructor for class org.knime.base.node.mine.subgroupminer.freqitemset.TIDFrequentItemSet
 
TIDItem - Class in org.knime.base.node.mine.subgroupminer.apriori
The TIDItem consists of an id and a BitSet, where each bit corresponds to a transaction id and is set, if this item is present in the transaction.
TIDItem(int) - Constructor for class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
Creates an TIDItem with this id and present in no transaction.
TIDItemSet - Class in org.knime.base.node.mine.subgroupminer.apriori
The TIDItemSet contains of some TIDItems and a BitSet with their common transaction ids.
TIDPrefixTreeNode - Class in org.knime.base.node.mine.subgroupminer.apriori
An TIDPrefixTreeNode consists of a TIDItemset, the items in the node, and a list of children of this node.
TIDPrefixTreeNode(TIDItemSet) - Constructor for class org.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
Creates an instance of a TIDPrefixTreeNode with a given set of items.
tilEOTChanged() - Method in class org.knime.base.node.preproc.filter.row.RowNoRowFilterPanel
Sets the enabled status of the 'lastRow' spinner depending on the checked status of the 'until the end' box.
TIME_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
HH:mm:ss.
TIME_MILLIS_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
HH:mm:ss.SSS.
TimerinfoNodeFactory - Class in org.knime.base.node.util.timerinfo
 
TimerinfoNodeFactory() - Constructor for class org.knime.base.node.util.timerinfo.TimerinfoNodeFactory
Create factory, that instantiates nodes.
TimerinfoNodeModel - Class in org.knime.base.node.util.timerinfo
A simple node collecting timer information from the current workflow and providing it as output table.
TimerinfoNodeModel() - Constructor for class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
One optional variable input, one data output.
TimeseriesMissingCellHandlerHelper - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
Helper class for creating the settings models used by timeseries missing cell handlers.
TimeseriesMissingCellHandlerPanel - Class in org.knime.base.node.preproc.pmml.missingval.handlers.timeseries
Panel with one checkbox that lets the user choose to use a disk based statistic instead of an in-memory hashmap.
TimeseriesMissingCellHandlerPanel() - Constructor for class org.knime.base.node.preproc.pmml.missingval.handlers.timeseries.TimeseriesMissingCellHandlerPanel
Default constructor for TimeseriesMissingCellHandlerPanel.
TimestampCell - Class in org.knime.core.data.def
Deprecated.
Date and time in KNIME is represented by DateAndTimeValue and DateAndTimeCell. This class will be removed in future versions of KNIME.
TimestampCell(Date) - Constructor for class org.knime.core.data.def.TimestampCell
Deprecated.
Creates a new TimestampCell based on the given value.
TimestampCell(String) - Constructor for class org.knime.core.data.def.TimestampCell
Deprecated.
Parse string and create new date object.
TimestampCell(String, SimpleDateFormat) - Constructor for class org.knime.core.data.def.TimestampCell
Deprecated.
Parse string and create new date object.
TimestampCell.TimestampCellSerializer - Class in org.knime.core.data.def
Deprecated.
TimestampCellSerializer() - Constructor for class org.knime.core.data.def.TimestampCell.TimestampCellSerializer
Deprecated.
 
TimestampUtilityFactory() - Constructor for class org.knime.core.data.TimestampValue.TimestampUtilityFactory
Deprecated.
Only subclasses are allowed to instantiate this class.
TimestampValue - Interface in org.knime.core.data
Deprecated.
Date and time in KNIME is represented by DateAndTimeValue and DateAndTimeCell. This interface will be removed in future versions of KNIME.
TimestampValue.TimestampUtilityFactory - Class in org.knime.core.data
Deprecated.
Implementations of the meta information of this value class.
TimestampValue.TimestampValueComparator - Class in org.knime.core.data
Deprecated.
Comparator returned by the TimestampValue interface.
TimestampValueComparator() - Constructor for class org.knime.core.data.TimestampValue.TimestampValueComparator
Deprecated.
 
to() - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Returns the interval's end value.
to(double) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalSettings
Sets the interval's end value.
toArray(Matrix) - Static method in class org.knime.base.node.mine.regression.RegressionContent
Converts a Matrix to an array.
toArray() - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
toArray(T[]) - Method in class org.knime.base.node.preproc.domain.editnominal.ListListModel
 
toBDTArray(PortObject[], String, String) - Static method in class org.knime.core.node.NodeModel
Type casts the elements in the argument array to BDT and returns an array of it.
toBinaryString() - Method in interface org.knime.core.data.vector.bitvector.BitVector
Returns the binary string representation of the bits in this vector.
toBinaryString() - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Returns the binary string representation of the bits in this vector.
toBinaryString() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns the binary string representation of the bits in this vector.
toBinaryString() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns the binary string representation of the bits in this vector.
toBinaryString() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Returns the binary string representation of the bits in this vector.
toBinaryString() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns the binary string representation of the bits in this vector.
toBinaryString() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns the binary string representation of the bits in this vector.
toBinaryString() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Returns the binary string representation of the bits in this vector.
toDataCell() - Method in class org.knime.core.node.port.image.ImagePortObject
Produces a single data cell containing the image.
toDataRow(RowKey) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts.DataValidatorColConflict
 
toDeepString() - Method in class org.knime.core.node.workflow.FlowObjectStack
 
toFrequentItemSet() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
 
toggleMissingCellOption() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Changes the include missing cell option for the selected rows.
toggleMissingCellOption(int[]) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
Toggles the include missing cell option of all selected rows if they support it.
toggleMissingCellOption(int) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
 
toggleMissingCellOption(int[]) - Method in interface org.knime.base.data.aggregation.dialogutil.AggregationTableModel
 
toggleMissingCellOption(int[]) - Method in interface org.knime.base.node.io.database.groupby.dialog.AggregationTableModel
 
toggleMissingCellOption(int) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
toggleMissingCellOption(int) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
toggleMissingCellOption(int) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
toHexString() - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
Provide inverse routing, converting a bit vector into the corresponding hexadecimal representation.
toHexString() - Method in interface org.knime.base.data.bitvector.BitVectorValue
Deprecated.
 
toHexString() - Method in interface org.knime.core.data.vector.bitvector.BitVector
Returns the hex representation of the bits in this vector.
toHexString() - Method in interface org.knime.core.data.vector.bitvector.BitVectorValue
Returns the hex representation of the bits in this vector.
toHexString() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns the hex representation of the bits in this vector.
toHexString() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns the hex representation of the bits in this vector.
toHexString() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Returns the hex representation of the bits in this vector.
toHexString() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns the hex representation of the bits in this vector.
toHexString() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns the hex representation of the bits in this vector.
toHexString() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Returns the hex representation of the bits in this vector.
toImageCell() - Method in interface org.knime.core.data.image.ImageContent
Factory method to generate cell implementation.
toImageCell() - Method in class org.knime.core.data.image.png.PNGImageContent
Factory method to generate cell implementation.
toIntegerBoundaries(double[]) - Static method in class org.knime.base.node.preproc.autobinner3.AutoBinner
Converts double boundaries to integer boundaries.
toJson() - Method in interface org.knime.core.node.dialog.DialogNodeValue
Tokenizer - Class in org.knime.core.util.tokenizer
This class reads tokens from a stream and returns them as strings.
Tokenizer(Reader) - Constructor for class org.knime.core.util.tokenizer.Tokenizer
Creates a new tokenizer with the default behaviour.
TokenizerException - Exception in org.knime.core.util.tokenizer
The exception the Filetokenizer throws if something goes wrong.
TokenizerException(String) - Constructor for exception org.knime.core.util.tokenizer.TokenizerException
Always provide a good user message why things go wrong.
TokenizerSettings - Class in org.knime.core.util.tokenizer
Defines the object holding the configuration for the FileTokenizer.
TokenizerSettings() - Constructor for class org.knime.core.util.tokenizer.TokenizerSettings
Creates a new Settings for FileTokenizer object with default settings.
TokenizerSettings(TokenizerSettings) - Constructor for class org.knime.core.util.tokenizer.TokenizerSettings
Creates a clone of the passed object.
TokenizerSettings(NodeSettingsRO) - Constructor for class org.knime.core.util.tokenizer.TokenizerSettings
Creates a new FileTokenizerSettings object and sets its parameters from the config object.
tolerateChangingTableSpecs(boolean) - Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
Returns if changing tables specs are to be tolerated
tolerateChangingTableSpecs() - Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
Returns if changing tables specs are to be tolerated
tolerateChangingTableSpecs1(boolean) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Returns if changing tables specs are to be tolerated at port 1.
tolerateChangingTableSpecs1() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Returns if changing tables specs are to be tolerated at port 1.
tolerateChangingTableSpecs2(boolean) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Returns if changing tables specs are to be tolerated at port 2.
tolerateChangingTableSpecs2() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Returns if changing tables specs are to be tolerated at port 2.
tolerateColumnTypes(boolean) - Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
Sets if column types in different tables are merged.
tolerateColumnTypes() - Method in class org.knime.base.node.meta.looper.LoopEndNodeSettings
Returns if column types in different tables are merged.
tolerateColumnTypes1(boolean) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Sets if column types in different tables at port 1 are merged.
tolerateColumnTypes1() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Returns if column types in different tables at port 1 are merged.
tolerateColumnTypes2(boolean) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Sets if column types in different tables at port 2 are merged.
tolerateColumnTypes2() - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeSettings
Returns if column types in different tables at port 2 are merged.
toMatrix(double[], int) - Static method in class org.knime.base.node.mine.regression.RegressionContent
Converts an array to a Matrix.
TooManySectionsException - Exception in org.knime.base.node.viz.pie.util
This Exception is thrown more section exists than defined in the PieColumnFilter.MAX_NO_OF_SECTIONS variable.
TooManySectionsException(String) - Constructor for exception org.knime.base.node.viz.pie.util.TooManySectionsException
Constructor for class TooManySectionsException.
TooManyValuesException - Exception in org.knime.base.node.mine.bayes.naivebayes.datamodel
Exception if the maximum number of different values is exceeded.
TooManyValuesException() - Constructor for exception org.knime.base.node.mine.bayes.naivebayes.datamodel.TooManyValuesException
Constructor for class TooManyValuesException.
TooManyValuesException(String) - Constructor for exception org.knime.base.node.mine.bayes.naivebayes.datamodel.TooManyValuesException
Constructor for class TooManyValuesException.
TooManyValuesException(Throwable) - Constructor for exception org.knime.base.node.mine.bayes.naivebayes.datamodel.TooManyValuesException
Constructor for class TooManyValuesException.
TooManyValuesException(String, Throwable) - Constructor for exception org.knime.base.node.mine.bayes.naivebayes.datamodel.TooManyValuesException
Constructor for class TooManyValuesException.
TooManyValuesException - Exception in org.knime.base.node.mine.bayes.naivebayes.datamodel2
Exception if the maximum number of different values is exceeded.
TooManyValuesException() - Constructor for exception org.knime.base.node.mine.bayes.naivebayes.datamodel2.TooManyValuesException
Constructor for class TooManyValuesException.
TooManyValuesException(String) - Constructor for exception org.knime.base.node.mine.bayes.naivebayes.datamodel2.TooManyValuesException
Constructor for class TooManyValuesException.
TooManyValuesException(Throwable) - Constructor for exception org.knime.base.node.mine.bayes.naivebayes.datamodel2.TooManyValuesException
Constructor for class TooManyValuesException.
TooManyValuesException(String, Throwable) - Constructor for exception org.knime.base.node.mine.bayes.naivebayes.datamodel2.TooManyValuesException
Constructor for class TooManyValuesException.
TOP - Static variable in class org.knime.base.node.switches.manualif.ManualIfNodeDialog
 
TOP_SPACE - Static variable in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane
Constant for the space at the top before the axes begin.
toPrettyString() - Method in class org.knime.core.data.DataType
A slightly nicer string representation that can be used in UI elements.
toProperties(SettingsModelColumnFilter2, DataTableSpec) - Static method in class org.knime.base.node.util.SourceColumnsAsProperties
Creates the DataColumnProperties with the SourceColumnsAsProperties.PROPKEY_SOURCE_COLUMN_INDICES keys to the column names and column values respectively.
toRowKeys(String...) - Static method in class org.knime.core.data.RowKey
Converts the given array of Strings to an array of RowKey elements by calling RowKey.RowKey(String).
toSearchPattern() - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexConfiguration
Creates a pattern from the current settings.
toString() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
toString() - Method in class org.knime.base.data.aggregation.AggregationOperator
toString() - Method in class org.knime.base.data.aggregation.ColumnAggregator
toString() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.base.data.aggregation.GlobalSettings.GlobalSettingsBuilder
 
toString() - Method in class org.knime.base.data.aggregation.NamedAggregationOperator
toString() - Method in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
 
toString() - Method in enum org.knime.base.node.io.database.DBJoinerSettings.JoinMode
toString() - Method in class org.knime.base.node.io.database.tablecreator.util.ColumnElement
toString() - Method in class org.knime.base.node.io.filereader.ColProperty
toString() - Method in class org.knime.base.node.io.filereader.FileAnalyzer.HeaderHelper
toString() - Method in class org.knime.base.node.io.filereader.FileReaderNodeSettings
toString() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
toString() - Method in class org.knime.base.node.io.filereader.FileTable
Returns a string summary for this table which is the entire table content.
toString() - Method in class org.knime.base.node.io.tablecreator.table.SpreadsheetTableModel.IntPair
toString() - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration
toString() - Method in enum org.knime.base.node.meta.looper.condition.LoopEndConditionSettings.Operator
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesCellFactory
Deprecated.
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesCellFactory
Deprecated.
toString() - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesCellFactory
toString() - Method in class org.knime.base.node.mine.bfn.BasisFunctionAntisymmetricRowOverlap
toString() - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerRow
Returns a string summary of this basis function cell including the assigned class, number of covered, as well as explained pattern.
toString() - Method in class org.knime.base.node.mine.bfn.BasisFunctionModelContent
toString() - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorRow
toString() - Method in class org.knime.base.node.mine.bfn.BasisFunctionRowInclusion
toString() - Method in class org.knime.base.node.mine.bfn.BasisFunctionSymmetricRowOverlap
toString() - Method in class org.knime.base.node.mine.bfn.BestGuessMissingValueReplacementFunction
 
toString() - Method in class org.knime.base.node.mine.bfn.Distance
Returns string representation Euclidean.
toString() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Returns a string representation of this basis function.
toString() - Method in class org.knime.base.node.mine.bfn.fuzzy.membership.MembershipFunction
 
toString() - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.LukaNorm
Returns the string representation Lukasiewicz Norm of this norm.
toString() - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.MinMaxNorm
Returns the string representation Min/Max Norm of this norm.
toString() - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.ProdNorm
Returns the string representation Product Norm of this norm.
toString() - Method in class org.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
Returns the string representation as Yager[p] Norm of this norm.
toString() - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeAnchorBasedShrink
Returns the string representation VolumeAnchorBased for this shrink function.
toString() - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeBorderBasedShrink
Returns the string representation VolumeBorderBased for this shrink function.
toString() - Method in class org.knime.base.node.mine.bfn.fuzzy.shrink.VolumeRuleBasedShrink
Returns the string representation VolumeRuleBased for this shrink function.
toString() - Method in class org.knime.base.node.mine.bfn.IncorpMissingValueReplacementFunction
 
toString() - Method in class org.knime.base.node.mine.bfn.MaximumMissingValueReplacementFunction
 
toString() - Method in class org.knime.base.node.mine.bfn.MeanMissingValueReplacementFunction
 
toString() - Method in class org.knime.base.node.mine.bfn.MinimumMissingValueReplacementFunction
 
toString() - Method in class org.knime.base.node.mine.bfn.OneMissingValueReplacementFunction
 
toString() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerRow
Returns a string summary of this basis function cell including the assigned class, number of covered, as well as explained pattern.
toString() - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPredictorRow
Returns a string representation of this basisfunction and the super implementation.
toString() - Method in class org.knime.base.node.mine.bfn.ZeroMissingValueReplacementFunction
 
toString() - Method in class org.knime.base.node.mine.cluster.assign.Prototype
toString() - Method in class org.knime.base.node.mine.cluster.hierarchical.ClusterNode
toString() - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.EuclideanDist
Returns the String representation of this distance function.
toString() - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.ManhattanDist
Returns the String representation of this distance function.
toString() - Method in class org.knime.base.node.mine.cluster.hierarchical.distfunctions.MinkowskiDist
Returns the String representation of this distance function.
toString() - Method in class org.knime.base.node.mine.decisiontree2.learner2.ClassValueDataRow
toString() - Method in class org.knime.base.node.mine.decisiontree2.learner2.DataRowWeighted
toString() - Method in class org.knime.base.node.mine.decisiontree2.learner2.Split
toString() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitContinuous
toString() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGainRatio
toString() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityGini
toString() - Method in class org.knime.base.node.mine.decisiontree2.learner2.SplitQualityMeasure
toString() - Method in class org.knime.base.node.mine.decisiontree2.model.DecisionTreeNode
toString() - Method in enum org.knime.base.node.mine.decisiontree2.PMMLArrayType
toString() - Method in enum org.knime.base.node.mine.decisiontree2.PMMLBooleanOperator
toString() - Method in class org.knime.base.node.mine.decisiontree2.PMMLCompoundPredicate
toString() - Method in class org.knime.base.node.mine.decisiontree2.PMMLFalsePredicate
toString() - Method in enum org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy
toString() - Method in enum org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
toString() - Method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
toString() - Method in enum org.knime.base.node.mine.decisiontree2.PMMLPredicate.PMMLPredicates
toString() - Method in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
toString() - Method in enum org.knime.base.node.mine.decisiontree2.PMMLSetOperator
toString() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimplePredicate
toString() - Method in class org.knime.base.node.mine.decisiontree2.PMMLSimpleSetPredicate
toString() - Method in class org.knime.base.node.mine.decisiontree2.PMMLTruePredicate
toString() - Method in class org.knime.base.node.mine.decisiontree2.TempTreeNodeContainer
toString() - Method in class org.knime.base.node.mine.pca.EigenValue
toString() - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.base.node.mine.regression.pmmlgreg.VectorHandling.NameAndIndex
toString() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.NumericPredictor
toString() - Method in class org.knime.base.node.mine.regression.PMMLRegressionTranslator.RegressionTable
toString() - Method in class org.knime.base.node.mine.subgroupminer.apriori.ArrayPrefixTreeNode
toString() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItem
toString() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDItemSet
toString() - Method in class org.knime.base.node.mine.subgroupminer.apriori.TIDPrefixTreeNode
toString() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.AssociationRule
toString() - Method in class org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet
toString() - Method in class org.knime.base.node.mine.svm.Svm
toString() - Method in class org.knime.base.node.mine.svm.util.DoubleVector
toString() - Method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.OutputFormat
toString() - Method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.PrecisionMode
toString() - Method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.OutputFormat
toString() - Method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.PrecisionMode
toString() - Method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ColumnExistenceHandling
 
toString() - Method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ConvertionType
 
toString() - Method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.DataTypeHandling
 
toString() - Method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.DomainHandling
 
toString() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts.DataValidatorColConflict
toString() - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
toString() - Method in enum org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.RejectBehavior
 
toString() - Method in enum org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.UnknownColumnHandling
 
toString() - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDTransferHandlerProxy
 
toString() - Method in class org.knime.base.node.preproc.discretization.caim2.DiscretizationScheme
toString() - Method in class org.knime.base.node.preproc.discretization.caim2.Interval
toString() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.LinkedDouble
Returns a string representation from this element to the end of the list.
toString() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.AndRowFilter
toString() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.ColValFilterOldObsolete
Deprecated.
toString() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.FalseRowFilter
toString() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.MissingValueRowFilter
toString() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.NegRowFilter
toString() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.OrRowFilter
toString() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RangeRowFilter
toString() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowIDRowFilter
toString() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.RowNoRowFilter
toString() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.StringCompareRowFilter
toString() - Method in class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
toString() - Method in class org.knime.base.node.preproc.groupby.GroupKey
toString() - Method in class org.knime.base.node.preproc.joiner.InputRow
toString() - Method in class org.knime.base.node.preproc.joiner.InputRow.WildCardCell
Returns the String representation of this cell's value.
toString() - Method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.JoinMode
toString() - Method in class org.knime.base.node.preproc.matcher.MismatchCounter
toString() - Method in class org.knime.base.node.preproc.matcher.SubsetMatcher
toString() - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
toString() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
 
toString() - Method in class org.knime.base.node.preproc.pmml.missingval.MissingCellHandlerFactory
toString() - Method in class org.knime.base.node.preproc.pmml.missingval.utils.NodeDescriptionXmlProxy
toString() - Method in enum org.knime.base.node.preproc.rank.RankNodeModel.RankMode
 
toString() - Method in class org.knime.base.node.preproc.setoperator.RowKeyCellMap
toString() - Method in class org.knime.base.node.rules.Rule.ColumnReference
Deprecated.
toString() - Method in enum org.knime.base.node.rules.Rule.Operators
Deprecated.
toString() - Method in class org.knime.base.node.rules.Rule
Deprecated.
toString() - Method in class org.knime.base.node.util.exttool.ViewUpdateNotice
toString() - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
Deprecated.
toString() - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.Curve
toString() - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
toString() - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
toString() - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
toString() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.SelectionMouseListener
toString() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
toString() - Method in class org.knime.base.node.viz.plotter.dendrogram.BinaryTreeNode
toString() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelAxis
toString() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
toString() - Method in class org.knime.base.node.viz.plotter.scatter.DotInfo
Returns a string.
toString() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
toString() - Method in class org.knime.base.util.coordinate.CoordinateMapping
toString() - Method in class org.knime.base.util.HalfDoubleMatrix
toString() - Method in class org.knime.base.util.HalfIntMatrix
toString() - Method in class org.knime.base.util.kdtree.NearestNeighbour
toString() - Method in class org.knime.base.util.kdtree.NonterminalNode
toString() - Method in class org.knime.base.util.kdtree.TerminalNode
toString() - Method in class org.knime.core.data.AdapterCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.blob.BinaryObjectDataCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.blob.BinaryObjectFileStoreDataCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.collection.BlobSupportDataCellList
toString() - Method in class org.knime.core.data.collection.BlobSupportDataCellSet
toString() - Method in class org.knime.core.data.collection.ListCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.collection.SetCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.collection.SparseListCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.container.BlobDataCell.BlobAddress
toString() - Method in class org.knime.core.data.container.BlobSupportDataRow
Get a string representing this row, i.e.
toString() - Method in class org.knime.core.data.container.BlobWrapperDataCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.container.CellClassInfo
toString() - Method in class org.knime.core.data.container.ColumnRearranger.SpecAndFactoryObject
toString() - Method in class org.knime.core.data.container.DCObjectInputStream
toString() - Method in class org.knime.core.data.convert.datacell.FactoryMethodToDataCellConverterFactory
 
toString() - Method in class org.knime.core.data.DataCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.DataColumnDomain
Returns string representation of this domain including lower and upper bounds, and possible values.
toString() - Method in class org.knime.core.data.DataColumnProperties
Returns a string containing key=value pairs, separated by ", ".
toString() - Method in class org.knime.core.data.DataColumnSpec
Returns a string summary of this column spec including name and type.
toString() - Method in class org.knime.core.data.DataTableSpec
The string summary of all column specs of this table spec.
toString() - Method in class org.knime.core.data.DataType.MissingCell
Deprecated.
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.DataType
Returns the simple name of the DataCell class (if any) or Non-Native the toString() results of all compatible values classes.
toString() - Method in class org.knime.core.data.date.DateAndTimeCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.def.BooleanCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.def.ComplexNumberCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.def.DefaultRow
Get a string representing this row, i.e.
toString(DataTable) - Static method in class org.knime.core.data.def.DefaultTable
Deprecated.
Prints the table to a string (row header, newline, first line, newline, ...).
toString() - Method in class org.knime.core.data.def.DoubleCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.def.FuzzyIntervalCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.def.FuzzyNumberCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.def.IntCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.def.IntervalCell
Return a string summary of this object.
toString() - Method in class org.knime.core.data.def.LongCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.def.StringCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.def.TimestampCell
Deprecated.
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.filestore.FileStore
toString() - Method in class org.knime.core.data.filestore.FileStoreCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.filestore.FileStorePortObject
toString() - Method in class org.knime.core.data.filestore.internal.FileStoreKey
toString() - Method in class org.knime.core.data.filestore.internal.FileStoreKeyDataCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
toString() - Method in class org.knime.core.data.filestore.internal.FileStoresInLoopCache
toString() - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
toString() - Method in class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
toString() - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
toString() - Method in class org.knime.core.data.image.png.PNGImageBlobCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.image.png.PNGImageCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.MissingCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.model.PortObjectCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.property.ColorAttr
A String representation for this color attribute including the simple class name, attribute color, hilite, selected, selected-hilite, border, and background color.
toString() - Method in class org.knime.core.data.property.ColorHandler
Returns a String summary of the underlying ColorHandler.ColorModel.
toString() - Method in class org.knime.core.data.property.ColorModelNominal
 
toString() - Method in class org.knime.core.data.property.ColorModelRange
 
toString() - Method in class org.knime.core.data.property.filter.FilterHandler
 
toString() - Method in class org.knime.core.data.property.filter.FilterModel
 
toString() - Method in class org.knime.core.data.property.filter.FilterModelNominal
 
toString() - Method in class org.knime.core.data.property.filter.FilterModelRange
 
toString() - Method in class org.knime.core.data.property.ShapeFactory.Shape
toString() - Method in class org.knime.core.data.property.ShapeHandler
Returns a string summary of the underlying ShapeModel.
toString() - Method in class org.knime.core.data.property.ShapeModelNominal
 
toString() - Method in class org.knime.core.data.property.SizeHandler
Returns a string summary of the underlying SizeModel.
toString() - Method in class org.knime.core.data.property.SizeModelDouble
 
toString() - Method in class org.knime.core.data.RowKey
toString() - Method in class org.knime.core.data.util.memory.MemoryAlertListener
toString() - Method in class org.knime.core.data.util.NonClosableInputStream
toString() - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Returns a string containing (comma separated) indices of the bits set in this vector.
toString() - Method in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Returns a string containing (comma separated) indices of the bits set in this vector and the total number of bits.
toString() - Method in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.vector.bytevector.DenseByteVector
Creates a string containing all counts of this vector (in braces ({ }) and comma separated), starting (on the left) with index 0.
toString() - Method in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.vector.bytevector.SparseByteVector
Returns a string containing (comma separated) all numbers stored in this vector.
toString() - Method in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.vector.doublevector.DenseDoubleVectorCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.vector.stringvector.DenseStringVectorCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.xml.PMMLBlobCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.xml.PMMLCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.xml.util.XmlDomComparer.Diff
toString() - Method in class org.knime.core.data.xml.XMLBlobCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.xml.XMLCell
Returns the String representation of this cell's value.
toString() - Method in class org.knime.core.data.xml.XMLCellContent
toString() - Method in class org.knime.core.internal.ReferencedFile
Get absolute path of the represented file.
toString() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
String summary of this object including key, type, and value.
toString(StringBuffer) - Method in class org.knime.core.node.config.base.ConfigBase
Adds this and all children String representations to the given buffer.
toString() - Method in class org.knime.core.node.config.base.ConfigBase
String summary of this object including key, type, and value.
toString() - Method in class org.knime.core.node.config.Config
String summary of this object including key, type, and value.
toString() - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
toString(StringBuilder, String) - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
Recursion method to get a string representation of this tree.
toString() - Method in class org.knime.core.node.config.ConfigEditTreeModel
toString() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOptionalString
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
Derived classes should print their class name plus the config name for nice and useful error messages.
toString() - Method in class org.knime.core.node.DelegateNodeDescription
toString() - Method in class org.knime.core.node.dialog.ExternalNodeData
toString() - Method in class org.knime.core.node.exec.ThreadNodeExecutionJobManager
toString() - Method in class org.knime.core.node.Node
Returns a string summary of this node.
toString() - Method in class org.knime.core.node.NodeAndBundleInformation
toString() - Method in class org.knime.core.node.NodeInfo
toString() - Method in class org.knime.core.node.NodeLogger.KNIMELogMessage
toString() - Method in class org.knime.core.node.NodeTriple
toString() - Method in class org.knime.core.node.port.database.DatabaseWrappedDriver
toString() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
toString() - Method in class org.knime.core.node.port.flowvariable.FlowVariablePortObjectSpec
toString() - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObject
toString() - Method in class org.knime.core.node.port.inactive.InactiveBranchPortObjectSpec
toString() - Method in enum org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation.PMMLTransformElement
Deprecated.
toString() - Method in class org.knime.core.node.port.PortType
Returns string comprising spec and object class.
toString() - Method in class org.knime.core.node.tableview.FindPosition.SearchOptions
toString() - Method in class org.knime.core.node.tableview.FindPosition
toString() - Method in class org.knime.core.node.tableview.SearchString
toString() - Method in class org.knime.core.node.util.DataValueColumnFilter
toString() - Method in class org.knime.core.node.util.DefaultStringIconOption
toString() - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
toString() - Method in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
toString() - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
toString() - Method in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
toString() - Method in class org.knime.core.node.web.WebResourceLocator
toString() - Method in class org.knime.core.node.wizard.WizardNodeLayoutInfo
toString() - Method in class org.knime.core.node.workflow.Annotation
toString() - Method in class org.knime.core.node.workflow.AnnotationData
toString() - Method in class org.knime.core.node.workflow.ConnectionContainer
toString() - Method in class org.knime.core.node.workflow.ConnectionUIInformation
toString() - Method in class org.knime.core.node.workflow.CredentialsProvider
toString() - Method in class org.knime.core.node.workflow.CredentialsStore.CredentialsFlowVariableValue
toString() - Method in class org.knime.core.node.workflow.CredentialsStore
toString() - Method in class org.knime.core.node.workflow.EditorUIInformation
toString() - Method in class org.knime.core.node.workflow.execresult.NodeContainerExecutionResult
toString() - Method in class org.knime.core.node.workflow.FlowLoopContext
toString() - Method in class org.knime.core.node.workflow.FlowObjectStack
toString() - Method in class org.knime.core.node.workflow.FlowSubnodeScopeContext
toString() - Method in class org.knime.core.node.workflow.FlowTryCatchContext
toString() - Method in class org.knime.core.node.workflow.FlowVariable
toString() - Method in class org.knime.core.node.workflow.MetaNodeTemplateInformation
toString() - Method in class org.knime.core.node.workflow.NodeContainer
 
toString() - Method in class org.knime.core.node.workflow.NodeContext
toString() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManager
toString() - Method in interface org.knime.core.node.workflow.NodeExecutionJobManagerFactory
toString() - Method in class org.knime.core.node.workflow.NodeGraphAnnotation
toString() - Method in class org.knime.core.node.workflow.NodeID.NodeIDSuffix
toString() - Method in class org.knime.core.node.workflow.NodeID
 
toString() - Method in class org.knime.core.node.workflow.NodeMessage
toString() - Method in class org.knime.core.node.workflow.NodeOutPortWrapper
toString() - Method in class org.knime.core.node.workflow.NodeProgress
toString() - Method in class org.knime.core.node.workflow.NodeUIInformation
toString() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
toString() - Method in class org.knime.core.node.workflow.WorkflowContext
toString() - Method in class org.knime.core.node.workflow.WorkflowEvent
Gives a nicer representation of this event.
toString() - Method in class org.knime.core.node.workflow.WorkflowManager
toString() - Method in class org.knime.core.node.workflow.WorkflowPersistor.ConnectionContainerTemplate
toString() - Method in class org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry
toString() - Method in class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
toString() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
toString() - Method in class org.knime.core.util.LogfileAppender
toString() - Method in class org.knime.core.util.MutableBoolean
Returns a String representing this objects value.
toString() - Method in class org.knime.core.util.MutableDouble
toString() - Method in class org.knime.core.util.MutableInteger
toString() - Method in class org.knime.core.util.Pair
toString() - Method in class org.knime.core.util.tokenizer.Comment
Returns "[begin]...[end], i, r" for block comments, or "[begin] SL, i, r" for single line comments, with 'i' only printed when flag "indcludeInToken" is set, and 'r' only printed when flag "returnAsSeparateToken is set.
toString() - Method in class org.knime.core.util.tokenizer.Delimiter
toString() - Method in class org.knime.core.util.tokenizer.Quote
Returns "[left]...[right], '[esc]'", with ", [esc]" only printed when an escape char is defined.
toString() - Method in class org.knime.core.util.tokenizer.TokenizerSettings
toString() - Method in class org.knime.core.util.Version
toStringARFF() - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerRow
Returns a ARFF string-like summary of this fuzzy bf.
toStrings(RowKey...) - Static method in class org.knime.core.data.RowKey
Converts the given array of RowKeys to an array of String elements by calling RowKey.getString().
toStringValue() - Method in class org.knime.core.node.config.base.AbstractConfigEntry
Returns a String representation for this Config entry which is the used to re-load this Config entry.
toStringValue() - Method in class org.knime.core.node.config.base.ConfigBase
Returns a String representation for this Config entry which is the used to re-load this Config entry.
toStringValue() - Method in class org.knime.core.node.config.base.ConfigBooleanEntry
 
toStringValue() - Method in class org.knime.core.node.config.base.ConfigByteEntry
 
toStringValue() - Method in class org.knime.core.node.config.base.ConfigCharEntry
 
toStringValue() - Method in class org.knime.core.node.config.base.ConfigDoubleEntry
 
toStringValue() - Method in class org.knime.core.node.config.base.ConfigFloatEntry
 
toStringValue() - Method in class org.knime.core.node.config.base.ConfigIntEntry
 
toStringValue() - Method in class org.knime.core.node.config.base.ConfigLongEntry
 
toStringValue() - Method in class org.knime.core.node.config.base.ConfigPasswordEntry
Returns the password.
toStringValue() - Method in class org.knime.core.node.config.base.ConfigShortEntry
 
toStringValue() - Method in class org.knime.core.node.config.base.ConfigStringEntry
 
toStringValue() - Method in class org.knime.core.node.config.base.ConfigTransientStringEntry
 
TotalDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function.sqlite
 
TotalDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function.sqlite
Factory for the parent class.
toURL(String) - Static method in class org.knime.core.util.FileUtil
Tries to convert the given path into a URL.
toXPriority() - Method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.EMailPriority
 
train(MultiLayerPerceptron, Double[][], Double[][]) - Method in class org.knime.base.data.neural.methods.RProp
Train the neural network once.
train(int, double) - Method in class org.knime.base.node.mine.mds.MDSManager
Does the training by adjusting the lower dimensional data points according to their distances and the distances of the original data.
train(int, double) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionManager
Does the training by adjusting the lower dimensional data points according to their distances and the distances of the original data.
TRAINING_DATA_PORT - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
The number of the training data in port.
TRAINING_DATA_PORT - Static variable in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
The number of the training data in port.
trainingErrorPruning(DecisionTree) - Static method in class org.knime.base.node.mine.decisiontree2.learner2.Pruner
Prunes a DecisionTree according to the training error.
transferTo(OutputStream) - Method in class org.knime.core.util.DiskBasedByteQueue
Transfers the contents of this queue into the given output stream.
TransformationMouseListener() - Constructor for class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter.TransformationMouseListener
 
TransformationMouseListener() - Constructor for class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter.TransformationMouseListener
 
translate(PMMLPreprocDiscretize, DataTableSpec) - Static method in class org.knime.base.node.io.database.binning.DBAutoBinner
This method translates a PMMLPreprocDiscretize object into PMMLPortObject.
translateToLocal(FileStoreProxy.FlushCallback) - Method in class org.knime.core.data.filestore.internal.FileStoreProxy
 
translateToLocal(FileStore, FileStoreProxy.FlushCallback) - Method in interface org.knime.core.data.filestore.internal.IWriteFileStoreHandler
 
translateToLocal(FileStore, FileStoreProxy.FlushCallback) - Method in class org.knime.core.data.filestore.internal.LoopEndWriteFileStoreHandler
translateToLocal(FileStore, FileStoreProxy.FlushCallback) - Method in class org.knime.core.data.filestore.internal.LoopStartReferenceWriteFileStoreHandler
translateToLocal(FileStore, FileStoreProxy.FlushCallback) - Method in class org.knime.core.data.filestore.internal.ReferenceWriteFileStoreHandler
translateToLocal(FileStore, FileStoreProxy.FlushCallback) - Method in class org.knime.core.data.filestore.internal.ROWriteFileStoreHandler
translateToLocal(FileStore, FileStoreProxy.FlushCallback) - Method in class org.knime.core.data.filestore.internal.WriteFileStoreHandler
transpose(double[][]) - Static method in class org.knime.base.util.math.MathUtils
Transposes the given matrix.
TransposeTableNodeDialogPane - Class in org.knime.base.node.preproc.transpose
 
TransposeTableNodeDialogPane() - Constructor for class org.knime.base.node.preproc.transpose.TransposeTableNodeDialogPane
Create new dialog with option to set number of columns to chunk.
TransposeTableNodeFactory - Class in org.knime.base.node.preproc.transpose
Factory to create a Transpose Node.
TransposeTableNodeFactory() - Constructor for class org.knime.base.node.preproc.transpose.TransposeTableNodeFactory
 
TransposeTableNodeModel - Class in org.knime.base.node.preproc.transpose
Model of the transpose node which swaps rows and columns.
TransposeTableNodeModel() - Constructor for class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
Creates a transpose model with one data in- and output.
TrapezoidMembershipFunction - Class in org.knime.base.node.mine.bfn.fuzzy.membership
Trapezoid membership function with four values for support and core left and right values whereby the support region can be defined infinity.
TrapezoidMembershipFunction(DoubleValue, MutableDouble, MutableDouble) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.membership.TrapezoidMembershipFunction
Creates a new trapezoid membership function.
TRIANGLE - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the triangle.
TriangleMembershipFunction - Class in org.knime.base.node.mine.bfn.fuzzy.membership
Triangle membership function with three values core/anchor and support-left and -right whereby the support region can be defined infinity at the beginning.
TriangleMembershipFunction(DoubleValue, MutableDouble, MutableDouble) - Constructor for class org.knime.base.node.mine.bfn.fuzzy.membership.TriangleMembershipFunction
Creates a new triangle membership function with its given anchor and two values used to assign the min and max border.
triggerReExecution(VAL, boolean, ReexecutionCallback) - Method in class org.knime.core.node.interactive.InteractiveClientNodeView
Re-Execute underlying node.
triggerReExecution(VAL, boolean, ReexecutionCallback) - Method in interface org.knime.core.node.interactive.InteractiveView
Re-Execute underlying node.
triggerReExecution(V, boolean, ReexecutionCallback) - Method in class org.knime.core.node.interactive.InteractiveViewDelegate
 
triggerReExecution(VAL, boolean, ReexecutionCallback) - Method in class org.knime.core.node.wizard.AbstractWizardNodeView
 
trimDelimString(String) - Static method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
', ' gets ','.
trimDelimString(String) - Static method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
', ' gets ','.
TRUE - Static variable in class org.knime.core.data.def.BooleanCell
TRUE instance.
TrueCountOperator - Class in org.knime.base.data.aggregation.booleancell
Returns the count of true boolean cells per group.
TrueCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.booleancell.TrueCountOperator
Constructor for class TrueCountOperator.
TrueCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.booleancell.TrueCountOperator
Constructor for class TrueCountOperator.
TrueRowFilter - Class in org.knime.base.node.preproc.filter.row.rowfilter
Row filter that always matches all rows.
TrueRowFilter() - Constructor for class org.knime.base.node.preproc.filter.row.rowfilter.TrueRowFilter
 
trySubmit(Callable<T>) - Method in class org.knime.core.util.ThreadPool
Tries to submits a value-returning task for immediate execution and returns a Future representing the pending results of the task if a thread is free.
trySubmit(Runnable) - Method in class org.knime.core.util.ThreadPool
Tries to submits a Runnable task for immediate execution and returns a Future representing the task if a thread is free.
TwinStringListInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to enter a string or list of strings (which is a selection of possible choices).
TwinStringListInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.TwinStringListInputQuickFormInElement
Create an string option input with a given description.
TwoColumnPlotter - Class in org.knime.base.node.viz.plotter.columns
Wraps the functionality where the data of two columns have to be displayed.
TwoColumnPlotter(AbstractDrawingPane, AbstractPlotterProperties) - Constructor for class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
Constructor for extending classes.
TwoColumnPlotter() - Constructor for class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
Default two column plotter with BasicDrawingPane and TwoColumnProperties.
TwoColumnProperties - Class in org.knime.base.node.viz.plotter.columns
Provides functionality to select the x and the y column to display.
TwoColumnProperties() - Constructor for class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
Creates a properties tab with the default properties (AbstractPlotterProperties) and a tab for the selection of two columns and the adjustment of their ranges.
TwoColumnProperties(Class<? extends DataValue>[], Class<? extends DataValue>[]) - Constructor for class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
Creates a properties tab with the default properties (AbstractPlotterProperties) and a tab for the selection of two columns and the adjustment of their ranges, in addition, each column selection can be restricted to display only columns which are compatible with certain DataValues.
TYPE - Static variable in class org.knime.base.data.bitvector.BitVectorCell
Deprecated.
Convenience access member for DataType.getType(BitVectorCell.class).
TYPE - Static variable in class org.knime.base.data.normalize.NormalizerPortObject
Convenience accessor for the port type.
TYPE - Static variable in class org.knime.base.node.meta.feature.backwardelim.BWElimModel
The type of ports that create or consume such a model.
TYPE - Static variable in class org.knime.base.node.mine.bayes.naivebayes.port.NaiveBayesPortObject
Deprecated.
TYPE - Static variable in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionPortObject
The PortType for basisfunction models.
TYPE - Static variable in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionPortObject
The PortType for basisfunction models.
TYPE - Static variable in class org.knime.base.node.mine.pca.PCAModelPortObject
Define port type of objects of this class when used as PortObjects.
TYPE - Static variable in class org.knime.base.node.preproc.correlation.pmcc.PMCCPortObjectAndSpec
Convenience access field for the port type.
TYPE - Static variable in class org.knime.base.node.preproc.discretization.caim2.DiscretizationModel
Convenience method to get the type of this port object.
TYPE - Variable in class org.knime.base.node.util.exttool.ViewUpdateNotice
the type of view that should listen to this notification.
TYPE - Static variable in class org.knime.core.data.blob.BinaryObjectDataCell
Type associated with this cells implementing BinaryObjectDataValue.
TYPE - Static variable in class org.knime.core.data.date.DateAndTimeCell
DataType of this cell.
TYPE - Static variable in class org.knime.core.data.date.DateAndTimeCellFactory
The data type for the cells created by this factory.
TYPE - Static variable in class org.knime.core.data.def.BooleanCell.BooleanCellFactory
The data type for the cells created by this factory.
TYPE - Static variable in class org.knime.core.data.def.BooleanCell
Convenience access member for DataType.getType(BooleanCell.class).
TYPE - Static variable in class org.knime.core.data.def.ComplexNumberCell
Convenience access method for DataType.getType(ComplexNumberCell.class).
TYPE - Static variable in class org.knime.core.data.def.DoubleCell.DoubleCellFactory
The data type for the cells created by this factory.
TYPE - Static variable in class org.knime.core.data.def.DoubleCell
Convenience access member for DataType.getType(DoubleCell.class).
TYPE - Static variable in class org.knime.core.data.def.FuzzyIntervalCell.FuzzyIntervallCellFactory
The data type for the cells created by this factory.
TYPE - Static variable in class org.knime.core.data.def.FuzzyIntervalCell
Convenience access member for DataType.getType(FuzzyIntervalCell.class).
TYPE - Static variable in class org.knime.core.data.def.FuzzyNumberCell.FuzzyNumberCellFactory
The data type for the cells created by this factory.
TYPE - Static variable in class org.knime.core.data.def.FuzzyNumberCell
Convenience access member for DataType.getType(FuzzyNumberCell.class).
TYPE - Static variable in class org.knime.core.data.def.IntCell.IntCellFactory
The data type for the cells created by this factory.
TYPE - Static variable in class org.knime.core.data.def.IntCell
Convenience access member for DataType.getType(IntCell.class).
TYPE - Static variable in class org.knime.core.data.def.IntervalCell.IntervallCellFactory
The data type for the cells created by this factory.
TYPE - Static variable in class org.knime.core.data.def.IntervalCell
Convenience access member for DataType.getType(IntervalCell.class).
TYPE - Static variable in class org.knime.core.data.def.LongCell.LongCellFactory
The data type for the cells created by this factory.
TYPE - Static variable in class org.knime.core.data.def.LongCell
Convenience access member for DataType.getType(LongCell.class).
TYPE - Static variable in class org.knime.core.data.def.StringCell.StringCellFactory
The data type for the cells created by this factory.
TYPE - Static variable in class org.knime.core.data.def.StringCell
Convenience access member for DataType.getType(StringCell.class).
TYPE - Static variable in class org.knime.core.data.def.TimestampCell
Deprecated.
Convenience access member for DataType.getType(TimestampCell.class).
TYPE - Static variable in class org.knime.core.data.filestore.internal.FileStoreKeyDataCell
 
TYPE - Static variable in class org.knime.core.data.image.png.PNGImageCellFactory
The data type generated by this factors.
TYPE - Static variable in class org.knime.core.data.image.png.PNGImageContent
Type for PNG cells.
TYPE - Static variable in class org.knime.core.data.model.PortObjectCell
Convenience access member for DataType.getType(PortObjectCell.class).
TYPE - Static variable in class org.knime.core.data.vector.bitvector.DenseBitVectorCell
Convenience access member for DataType.getType(DenseBitVectorCell.class).
TYPE - Static variable in class org.knime.core.data.vector.bitvector.SparseBitVectorCell
Convenience access member for DataType.getType(SparseBitVectorCell.class).
TYPE - Static variable in class org.knime.core.data.vector.bytevector.DenseByteVectorCell
Convenience access member for DataType.getType(DenseByteVectorCell.class).
TYPE - Static variable in class org.knime.core.data.vector.bytevector.SparseByteVectorCell
Convenience access member for DataType.getType(SparseByteVectorCell.class).
TYPE - Static variable in class org.knime.core.data.vector.doublevector.DoubleVectorCellFactory
Convenience access member for DataType.getType(DenseDoubleVectorCell.class).
TYPE - Static variable in class org.knime.core.data.vector.stringvector.StringVectorCellFactory
Convenience access member for DataType.getType(DenseStringVectorCell.class).
TYPE - Static variable in class org.knime.core.data.xml.PMMLCell
Type for this cell implementation.
TYPE - Static variable in class org.knime.core.data.xml.PMMLCellFactory
Type for PMML cells.
TYPE - Static variable in class org.knime.core.data.xml.XMLCell
Type for this cell implementation.
TYPE - Static variable in class org.knime.core.data.xml.XMLCellFactory
Type for XML cells.
TYPE - Static variable in class org.knime.core.node.BufferedDataTable
Define port type of objects of this class when used as PortObjects.
type - Variable in class org.knime.core.node.Node.Output
 
TYPE - Static variable in class org.knime.core.node.port.database.DatabaseConnectionPortObject
Database port type.
TYPE - Static variable in class org.knime.core.node.port.database.DatabasePortObject
Database port type formed PortObjectSpec.class and PortObject.class from this class.
TYPE - Static variable in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
Type representing this port object.
TYPE - Static variable in class org.knime.core.node.port.image.ImagePortObject
Convenience accessor for the port type.
TYPE - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Convenience accessor for the port type.
TYPE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocPortObject
Deprecated.
Convenience accessor for the port type.
TYPE - Static variable in interface org.knime.core.node.port.PortObject
Type for generic ports.
TYPE - Static variable in class org.knime.core.node.port.viewproperty.ColorHandlerPortObject
Convenience access method for port type.
TYPE - Static variable in class org.knime.core.node.port.viewproperty.FilterDefinitionHandlerPortObject
Convenience access method for port type.
TYPE - Static variable in class org.knime.core.node.port.viewproperty.ShapeHandlerPortObject
Convenience access method for port type.
TYPE - Static variable in class org.knime.core.node.port.viewproperty.SizeHandlerPortObject
Convenience access method for port type.
TYPE - Static variable in class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
The identifier for this filter type.
TYPE - Static variable in class org.knime.core.node.util.filter.NameFilterConfiguration
Identifier for the filter by include/exclude selection type.
TYPE - Static variable in class org.knime.core.node.util.filter.PatternFilterConfigurationImpl
The identifier for this filter type.
TYPE_DOUBLE - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Type of column: Double.
TYPE_INT - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Type of column: Int.
TYPE_KEY - Static variable in class org.knime.base.node.mine.decisiontree2.PMMLPredicate
The key to store the predicate type in configurations.
TYPE_OPTIONAL - Static variable in class org.knime.core.node.BufferedDataTable
A port type representing an optional input table (as used, for instance in the Concatenate node).
TYPE_OPTIONAL - Static variable in class org.knime.core.node.port.database.DatabaseConnectionPortObject
Database type for optional ports.
TYPE_OPTIONAL - Static variable in class org.knime.core.node.port.database.DatabasePortObject
Optional database port type formed PortObjectSpec.class and PortObject.class from this class.
TYPE_OPTIONAL - Static variable in class org.knime.core.node.port.flowvariable.FlowVariablePortObject
Type representing this port object as optional.
TYPE_OPTIONAL - Static variable in class org.knime.core.node.port.image.ImagePortObject
Convenience accessor for the optional port type.
TYPE_OPTIONAL - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Convenience accessor for the optional port type.
TYPE_OPTIONAL - Static variable in interface org.knime.core.node.port.PortObject
Type for generic optional ports.
TYPE_OPTIONAL - Static variable in class org.knime.core.node.port.viewproperty.FilterDefinitionHandlerPortObject
Type representing this port object as optional.
TYPE_STRING - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Type of column: String.
TYPE_UNKNOWN - Static variable in class org.knime.base.node.preproc.missingval.MissingValueHandling2ColSetting
Deprecated.
Type of column: anything but String, Double, Int.
TypeCellFactory - Enum in org.knime.base.node.preproc.constantvalue
A TypeCellFactory creates for a string and an optional additional parameter a new cell.
TypeFilterConfigurationImpl - Class in org.knime.core.node.util.filter.column
Configuration to the TypeFilterPanelImpl.
TypeFilterConfigurationImpl(InputFilter<DataColumnSpec>) - Constructor for class org.knime.core.node.util.filter.column.TypeFilterConfigurationImpl
Creates a configuration to the DataValue filter panel.
TypeFilterPanelImpl - Class in org.knime.core.node.util.filter.column
Filters based on the DataValues of columns.
TypeFilterPanelImpl(DataColumnSpecFilterPanel, InputFilter<DataColumnSpec>) - Constructor for class org.knime.core.node.util.filter.column.TypeFilterPanelImpl
Creates a DataValue filter panel.
TypePane - Class in org.knime.base.node.preproc.draganddroppanel.droppanes
 
TypePane(JPanel, SelectionConfiguration, int) - Constructor for class org.knime.base.node.preproc.draganddroppanel.droppanes.TypePane
 
TypeParsingException - Exception in org.knime.base.node.preproc.constantvalue
Thrown by TypeCellFactory#createCell(String, String) if something went wrong during string conversion.
TypeParsingException(Exception) - Constructor for exception org.knime.base.node.preproc.constantvalue.TypeParsingException
 
TypeProvider - Class in org.knime.core.node.util.dialog
A central place for simple type definitions for data cells and flow variables.
typeSelectionChanged() - Method in class org.knime.base.node.io.filereader.ColPropertyDialog
Called whenever the selected type of the column changes.
TypeSelectionConfiguration - Class in org.knime.base.node.preproc.draganddroppanel
 
TypeSelectionConfiguration(ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
 
TypeSelectionConfiguration(InputFilter<DataColumnSpec>, ConfigurationDialogFactory) - Constructor for class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
 
TypeSelectionPanel - Class in org.knime.base.node.preproc.draganddroppanel
 
TypeSelectionPanel(TypeSelectionConfiguration) - Constructor for class org.knime.base.node.preproc.draganddroppanel.TypeSelectionPanel
 

U

UIInformation - Interface in org.knime.core.node.workflow
Basic interface for extra information.
UIResource() - Constructor for class org.knime.base.node.viz.plotter.Plotter2DScrollPaneLayout.UIResource
 
undo() - Method in class org.knime.core.node.workflow.action.CollapseIntoMetaNodeResult
 
undo() - Method in class org.knime.core.node.workflow.action.ExpandSubnodeResult
 
undo() - Method in class org.knime.core.node.workflow.action.MetaNodeToSubNodeResult
Perform the undo.
undo() - Method in class org.knime.core.node.workflow.action.SubNodeToMetaNodeResult
Perform the undo.
unescape(String) - Static method in class org.knime.core.node.config.base.XMLContentHandler
Unescapes all forbidden XML characters that were previous escaped by XMLContentHandler.escape(String).
unescapeString(String) - Static method in class org.knime.base.node.io.csvwriter.FileWriterSettings
takes a string that could contain "\t", or "\n", or "\\", and returns a corresponding string with these patterns replaced by the characters '\t', '\n', '\'.
unescapeString(String) - Static method in class org.knime.core.util.tokenizer.TokenizerSettings
takes a string that could contain "\t", or "\n", or "\\", and returns a corresponding string with these patterns replaced by the characters '\t', '\n', '\'.
UngroupNodeDialog - Class in org.knime.base.node.preproc.ungroup
 
UngroupNodeDialog() - Constructor for class org.knime.base.node.preproc.ungroup.UngroupNodeDialog
Constructor for class AppenderNodeDialog.
UngroupNodeFactory - Class in org.knime.base.node.preproc.ungroup
 
UngroupNodeFactory() - Constructor for class org.knime.base.node.preproc.ungroup.UngroupNodeFactory
 
UngroupNodeModel - Class in org.knime.base.node.preproc.ungroup
 
UngroupNodeModel() - Constructor for class org.knime.base.node.preproc.ungroup.UngroupNodeModel
Constructor for class AppenderNodeModel.
UngroupOperation - Class in org.knime.base.node.preproc.ungroup
This class performs the ungroup operation.
UngroupOperation(boolean, boolean, boolean) - Constructor for class org.knime.base.node.preproc.ungroup.UngroupOperation
 
unHiLite(KeyEvent) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageView
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
Deprecated.
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorGraphView
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Checks for all hilit cells the model.
unHilite(Set<Hiliteable>) - Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
Unhilites the given objects.
unHilite(Hiliteable) - Method in interface org.knime.base.node.mine.sota.view.interaction.HiliteManager
Unhilites the given object.
unHiLite(KeyEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
unHiLite(KeyEvent) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in interface org.knime.core.node.property.hilite.HiLiteListener
Invoked when some item(s) were unhilit.
unHiLite(KeyEvent) - Method in class org.knime.core.node.tableview.TableContentModel
Invoked when some item(s) were unhilit.
UNHILITE_SELECTED - Static variable in class org.knime.core.node.property.hilite.HiLiteHandler
Constant for the menu entry 'UnHiLite Selected'.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeView
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageView
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecTreeLearnerGraphView2
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorGraphView
Deprecated.
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorGraphView
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Invoked, when everything (all rows) are unhilit.
unHiliteAll() - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
Unhilites all rows.
unHiliteAll() - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
Unhilites all rows.
unHiliteAll() - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
Unhilites all rows.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Invoked, when everything (all rows) are unhilit.
unHiliteAll() - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
Unhilites all sections.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in interface org.knime.core.node.property.hilite.HiLiteListener
Invoked, when everything (all rows) are unhilit.
unHiLiteAll(KeyEvent) - Method in class org.knime.core.node.tableview.TableContentModel
Invoked, when everything (all rows) are unhilit.
unHiLiteSelected() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
 
unHiLiteSelected() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Is called by the menu entry unhilite selected.
unHiLiteSelected() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Is called by the menu entry unhilite selected.
unHiLiteSelected() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Is called by the menu entry unhilite selected.
unHiLiteSelected() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Is called by the menu entry unhilite selected.
unHiLiteSelected() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Is called by the menu entry unhilite selected.
unHiLiteSelected() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Is called by the menu entry unhilite selected.
unHiLiteSelected() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Is called by the menu entry unhilite selected.
unHiLiteSelected() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Is called by the menu entry unhilite selected.
unHiliteSelected() - Method in class org.knime.base.node.viz.table.TableNodeView
Unhilites selected rows in the hilite handler.
unHiliteSelected() - Method in class org.knime.core.node.tableview.TableContentView
Requests to the HiLiteHandler that all rows that are currently selected are removed from the set of hilited patterns.
unHiliteSelected() - Method in class org.knime.core.node.tableview.TableView
Sends a request to the content table to unhilite all currently selected rows.
uninstallUI(JComponent) - Method in class org.knime.base.node.mine.sota.view.MultiLineToolTipUI
UniqueConcatenateOperator - Class in org.knime.base.data.aggregation.deprecated
Deprecated.
changed in version 2.4 to return missing cell if group contains only missing cells
UniqueConcatenateOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated.
Constructor for class Concatenate.
UniqueConcatenateOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.UniqueConcatenateOperator
Deprecated.
Constructor for class UniqueConcatenateOperator.
UniqueConcatenateOperator - Class in org.knime.base.data.aggregation.general
Returns the concatenation of all different values per group.
UniqueConcatenateOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.UniqueConcatenateOperator
Constructor for class Concatenate.
UniqueConcatenateWithCountOperator - Class in org.knime.base.data.aggregation.deprecated
Deprecated.
changed in version 2.4 to return missing cell if group contains only missing cells
UniqueConcatenateWithCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated.
Constructor for class UniqueConcatenateWithCountOperator.
UniqueConcatenateWithCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.deprecated.UniqueConcatenateWithCountOperator
Deprecated.
Constructor for class UniqueConcatenateWithCountOperator.
UniqueConcatenateWithCountOperator - Class in org.knime.base.data.aggregation.general
Returns the concatenation of all different values per group and the number of cells per distinct value.
UniqueConcatenateWithCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
Constructor for class UniqueConcatenateWithCountOperator.
UniqueConcatenateWithCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.UniqueConcatenateWithCountOperator
Constructor for class UniqueConcatenateWithCountOperator.
UniqueCountOperator - Class in org.knime.base.data.aggregation.general
Returns the count of the unique values per group.
UniqueCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.UniqueCountOperator
Constructor for class Concatenate.
UniqueCountOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.general.UniqueCountOperator
Constructor for class UniqueCountOperator.
UniqueNameGenerator - Class in org.knime.core.util
Helper class to create a set of unique names.
UniqueNameGenerator(DataTableSpec) - Constructor for class org.knime.core.util.UniqueNameGenerator
Create name generator, with names reserved from column names.
UniqueNameGenerator(Set<String>) - Constructor for class org.knime.core.util.UniqueNameGenerator
Create new name generator with reserved names from argument set.
uniqueRowIDs(boolean) - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
Deprecated.
uniqueRowIDs() - Method in class org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings
Deprecated.
UniquifyPanel - Class in org.knime.base.node.io.filereader
Panel for the "uniquify row IDs" option.
UniquifyPanel(FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.UniquifyPanel
Constructs the panels and loads it with the settings from the passed object.
uniquifyRowIDs() - Method in class org.knime.base.node.io.filereader.FileReaderSettings
 
UNIVERSE_SIZE - Static variable in class org.knime.base.node.util.sampledata.SampleDataNodeModel
The dimensionality for each universe.
UnixCLibrary() - Constructor for class org.knime.core.util.CLibrary.UnixCLibrary
 
UNKNOWN - Static variable in class org.knime.core.node.workflow.WorkflowManager.AuthorInformation
Info for workflows created prior 2.8.
UNKNOWN_COL_DUMMY - Static variable in class org.knime.base.node.preproc.columnresorter.DataColumnSpecListDummyCellRenderer
The default place holder for any new previously unknown columns.
UNKNOWN_COL_DUMMY - Static variable in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
The default place holder for any new previously unknown columns.
UNKNOWN_VALUES_CELL - Static variable in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainConfiguration
The unknown cell.
unkownColumn(String) - Static method in class org.knime.base.node.preproc.datavalidator.DataValidatorColConflicts
 
unlock() - Method in class org.knime.core.internal.ReferencedFile
Unlocks this file hierarchy.
unlock(WorkflowCipherPrompt) - Method in class org.knime.core.node.workflow.WorkflowCipher
Unlock metanode.
unlock() - Method in class org.knime.core.node.workflow.WorkflowLock
Unlocks as per ReentrantLock.unlock(), possibly causing a state update check and notification on the workflow when this is the last unlock.
unlock(WorkflowCipherPrompt) - Method in class org.knime.core.node.workflow.WorkflowManager
 
unlockForVM(File) - Static method in class org.knime.core.util.VMFileLocker
Unlocks the specified dir.
unnormalize(double) - Method in class org.knime.base.node.mine.cluster.LinearNorm
Unnormalizes the given values.
Unpivot2NodeDialogPane - Class in org.knime.base.node.preproc.unpivot2
 
Unpivot2NodeDialogPane() - Constructor for class org.knime.base.node.preproc.unpivot2.Unpivot2NodeDialogPane
Create new unpivoting node dialog.
Unpivot2NodeFactory - Class in org.knime.base.node.preproc.unpivot2
 
Unpivot2NodeFactory() - Constructor for class org.knime.base.node.preproc.unpivot2.Unpivot2NodeFactory
Default constructor.
Unpivot2NodeModel - Class in org.knime.base.node.preproc.unpivot2
Unpivoting node model which performs the UNPIVOTing operation based on a number of selected retained and value columns.
Unpivot2NodeModel() - Constructor for class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
Constructor that creates one data in- and one data out-port.
unquoteColumn(String) - Method in class org.knime.core.node.port.database.StatementManipulator
Unquotes a column name from database metadata.
unrank(long) - Method in class org.knime.base.util.math.Combinations
Creates the unique combination associated with the given rank number.
unregisterAllViews() - Method in class org.knime.core.node.NodeModel
Unregisters all views from the model.
unregisterFromNodeContainer() - Method in class org.knime.core.node.workflow.NodeAnnotation
 
unregisterView(AbstractNodeView<?>) - Method in class org.knime.core.node.NodeModel
Unregisters the given view.
unSelect(Set<Selectable>) - Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
Unselects the given objects.
unSelect(Selectable) - Method in interface org.knime.base.node.mine.sota.view.interaction.SelectionManager
Unselects the given object.
unsetDirty() - Method in class org.knime.core.node.workflow.NodeContainer
Called from persistor when node has been saved.
UnsupportedWorkflowVersionException - Exception in org.knime.core.node.workflow
Exception that is thrown by the load routines if an unsupported workflow version (created by a future KNIME version) is read.
UnsupportedWorkflowVersionException(String) - Constructor for exception org.knime.core.node.workflow.UnsupportedWorkflowVersionException
 
unwrap(BufferedDataTable) - Static method in class org.knime.core.node.ExtensionTable
Provides a way to return the underlying extension table if the BufferedDataTable is an extension table.
unzip(File, File) - Static method in class org.knime.core.util.FileUtil
Extracts the contents of the given ZIP file into the destination directory.
unzip(ZipInputStream, File, int) - Static method in class org.knime.core.util.FileUtil
Stores the content of the zip stream in the specified directory.
unzip(ZipInputStream, Path) - Static method in class org.knime.core.util.PathUtils
Stores the content of the zip stream in the specified directory.
update(DataType, List<? extends AggregationFunction>, AggregationFunction) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationFunctionComboBox
 
update(DataColumnSpec, AggregationMethod) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodComboBox
Deprecated.
 
update(DataType, List<AggregationMethod>, AggregationMethod) - Method in class org.knime.base.data.aggregation.dialogutil.AggregationMethodComboBox
Deprecated.
 
update(DataTableSpec, List<String>, boolean[], int) - Method in class org.knime.base.node.io.database.DBSorterNodeDialogPanel
Updates this panel based on the DataTableSpec, the list of columns to include and the corresponding sorting order.
update(DatabaseMetaData) - Method in class org.knime.base.node.io.database.DBTreeBrowser
Update this tree and metadata from database.
update(DataTableSpec) - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
Deprecated.
Updates the selection boxes with the passed DataTableSpec and sets 0 as x and the y column to the target column.
update(DataTableSpec, int, int) - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotterProperties
Deprecated.
Updates the selection boxes with the new DataTableSpec and selects the passed indices.
update(DataTableSpec) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotterProperties
Updates the selection boxes with the passed DataTableSpec and sets 0 as x and the y column to the target column.
update(DataTableSpec, int, int) - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotterProperties
Updates the selection boxes with the new DataTableSpec and selects the passed indices.
update() - Method in class org.knime.base.node.mine.regression.polynomial.learner.CoefficientTable
Deprecated.
Updates the table.
update() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.CoefficientTable
Updates the table.
update(EntropyCalculator) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyView
Sets a new model.
update(DataTable, int, int, int, int, double, double) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyView
Sets a new model from the calculated entropy scorer values.
update(List<DataColumnSpec>) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorColPanel
Only called if DnDDropListener.isDropable(List) returned true.
update(List<DataColumnSpec>) - Method in class org.knime.base.node.preproc.datavalidator.dndpanel.DnDConfigurationPanel
Only called if DnDDropListener.isDropable(List) returned true.
update(List<DataColumnSpec>) - Method in interface org.knime.base.node.preproc.datavalidator.dndpanel.DnDDropListener
Only called if DnDDropListener.isDropable(List) returned true.
update(DataTableSpec, List<DataCell>, boolean[]) - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel
Updates this panel by removing all current selections from the include and exclude list.
update(DataTableSpec, List<String>, boolean[], int, boolean, boolean) - Method in class org.knime.base.node.preproc.sorter.SorterNodeDialogPanel2
Updates this panel based on the DataTableSpec, the list of columns to include and the corresponding sorting order.
update(Observable, Object) - Method in class org.knime.base.node.util.exttool.ExtToolOutputNodeModel
update(DataTableSpec, ColorColumn...) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Updates this filter panel by removing all current selections from the include and exclude list.
update(DataTableSpec, Collection<? extends ColorColumn>) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
Updates this filter panel by removing all current selections from the include and exclude list.
update(DataTableSpec) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
Updates the selection boxes with the passed DataTableSpec and sets 0 and 1 as x and y.
update(DataTableSpec, int, int) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
Updates the selection boxes with the new DataTableSpec and selects the passed indices.
update(Map<String, Color>) - Method in class org.knime.base.node.viz.plotter.props.ColorLegendTab
Updates the color legend with the column names and the referring color.
update(String, ColorAttr) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogNominal
Select new color for the selected attribute value of the the selected column.
update(String, Color) - Method in class org.knime.base.node.viz.property.color.ColorManager2DialogRange
Select new color for the selected attribute value of the the selected column.
update(FlowVariableModel) - Method in class org.knime.core.node.config.ConfigEditTreeModel.ConfigEditTreeNode
Implements the functionality described in the ConfigEditTreeModel.ConfigEditTreeNode.update(FlowVariableModel) method.
update(Collection<FlowVariableModel>) - Method in class org.knime.core.node.config.ConfigEditTreeModel
Updates this tree with the settings available in the argument list.
update(DataTableSpec, boolean, String...) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Updates this filter panel by removing all current selections from the include and exclude list.
update(DataTableSpec, boolean, Collection<String>) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Updates this filter panel by removing all current selections from the include and exclude list.
update(DataTableSpec, Collection<String>, Collection<String>) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Updates this filter panel by removing all current selections from the include and exclude list.
update(DataTableSpec, Collection<String>, Collection<String>, boolean) - Method in class org.knime.core.node.util.ColumnFilterPanel
Deprecated.
Updates this filter panel by removing all current selections from the include and exclude list.
update(DataTableSpec, String) - Method in class org.knime.core.node.util.ColumnSelectionComboxBox
Updates this filter panel by removing all current items and adding the columns according to the content of the argument spec.
update(DataTableSpec, String, boolean) - Method in class org.knime.core.node.util.ColumnSelectionComboxBox
Updates this filter panel by removing all current items and adding the columns according to the content of the argument spec.
update(DataTableSpec, String, boolean, ColumnFilter) - Method in class org.knime.core.node.util.ColumnSelectionComboxBox
Updates this filter panel by removing all current items and adding the columns according to the content of the argument spec.
update(DataTableSpec, String...) - Method in class org.knime.core.node.util.ColumnSelectionList
Updates the list model by first removing all entries and then inserting all columns from the given spec.
update(DataTableSpec, ColumnFilter, String...) - Method in class org.knime.core.node.util.ColumnSelectionList
Updates the list model by first removing all entries and then inserting all columns from the given spec.
update(Iterable<DataColumnSpec>, String...) - Method in class org.knime.core.node.util.ColumnSelectionList
Updates the list model by first removing all entries and then inserting all columns contained in the given iterable.
update(DataTableSpec, Collection<String>) - Method in class org.knime.core.node.util.ColumnSelectionList
Updates the list model by first removing all entries and then inserting all columns from the given spec.
update(DataTableSpec) - Method in class org.knime.core.node.util.ColumnSelectionList
Updates the list model by first removing all entries and then inserting all columns from the given collection.
update(DataTableSpec, String) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Updates this filter panel by removing all current items and adding the columns according to the content of the argument spec.
update(DataTableSpec, String, boolean) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Updates this filter panel by removing all current items and adding the columns according to the content of the argument spec.
update(DataTableSpec, String, boolean, boolean) - Method in class org.knime.core.node.util.ColumnSelectionPanel
Updates this filter panel by removing all current items and adding the columns according to the content of the argument spec.
update(DataTableSpec) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
Clears the current list, adds the DataColumnSpecs of the given spec and invalidates the current ColumnSelectionSearchableListPanel.ListModifier.
update(DataTableSpec, ColumnFilter, Collection<String>) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
Clears the current list, adds the DataColumnSpecs of the given spec and invalidates the current ColumnSelectionSearchableListPanel.ListModifier.
update(DataTableSpec, ColumnFilter, String...) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
Clears the current list, adds the DataColumnSpecs of the given spec and invalidates the current ColumnSelectionSearchableListPanel.ListModifier.
update(DataTableSpec, ColumnFilter) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
Clears the current list, adds the DataColumnSpecs of the given spec and invalidates the current ColumnSelectionSearchableListPanel.ListModifier.
update(Iterable<DataColumnSpec>) - Method in class org.knime.core.node.util.ColumnSelectionSearchableListPanel
Clears the current list, adds the DataColumnSpecs of the given spec and invalidates the current ColumnSelectionSearchableListPanel.ListModifier.
update(List<T>, List<T>) - Method in class org.knime.core.node.util.filter.FilterIncludeExcludePreview
Updates the preview lists.
update(List<String>, List<String>, String[]) - Method in class org.knime.core.node.util.filter.NameFilterPanel
Update this panel with the given include, exclude lists and the array of all possible values.
update(Credentials...) - Method in class org.knime.core.node.workflow.CredentialsStore
Update the Credentials with the names from the given credentials list.
update(Observable, Object) - Method in class org.knime.core.node.workflow.CredentialsStore
update(CredentialsProvider, String, String, String) - Static method in class org.knime.core.node.workflow.CredentialsStore
Framework private method to update or add a credentials object.
update(FlowObjectStack) - Method in class org.knime.core.node.workflow.FlowObjectStackView
Updates the view to display the given stack.
update(PortObject, PortObjectSpec, FlowObjectStack, CredentialsProvider) - Method in class org.knime.core.node.workflow.OutPortView
Sets the content of the view.
updateAxisLength() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Sets the size of the axes to the dimension of the drawing pane.
updateBarWidth(int, int, List<Color>, int, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.BarDataModel
 
updateBarWidth(int, int, List<Color>, int, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBarDataModel
updateBinWidth(int, int, List<Color>, Collection<ColorColumn>, int, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.BinDataModel
 
updateBinWidth(int, int, List<Color>, Collection<ColorColumn>, int, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBinDataModel
updateBinWidth(int) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Updates ONLY the width of the bins.
UpdateChecker - Class in org.knime.core.eclipseUtil
Checks for updates to new feature releases.
UpdateChecker.UpdateInfo - Class in org.knime.core.eclipseUtil
Information about an available update.
updateChooser() - Method in class org.knime.base.node.viz.property.color.DefaultAlphaColorPanel
updateColorLegend(Map<String, Color>) - Method in class org.knime.base.node.viz.plotter.line.LinePlotterProperties
Updates the colorLegend.
updateColPropTable() - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeDialog
Updates the column property table.
updateColumnSelection(DataTableSpec, String, Collection<ColorColumn>, AggregationMethod) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
updateColumnSelection(DataTableSpec, String, Collection<ColorColumn>, AggregationMethod) - Method in class org.knime.base.node.viz.histogram.impl.fixed.FixedHistogramProperties
updateColumnSelection(DataTableSpec, String, Collection<ColorColumn>, AggregationMethod) - Method in class org.knime.base.node.viz.histogram.impl.interactive.InteractiveHistogramProperties
updateColumnSelection(DataTableSpec, Set<String>) - Method in class org.knime.base.node.viz.plotter.columns.MultiColumnPlotterProperties
Updates the column filtering with a new DataColumnSpec.
updateComponent() - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDate
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDuration
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentOptionalString
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Read the value from the SettingsModel and set/display it in the component.
updateComponent() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Read the value from the SettingsModel and set/display it in the component.
updateComponent(String) - Method in class org.knime.core.node.util.FileSelectionPanel
Updates the components if the components filename is out of syn with the given filename.
updateConfigIncludeAllFlowVariables() - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Called by testing framework to force all available flow variables into output.
updateControls() - Method in class org.knime.base.util.SortingOptionPanel
Updates controls based on their selections.
updateCredentials(Credentials...) - Method in class org.knime.core.node.workflow.WorkflowManager
Update user/password fields in the credentials store assigned to the workflow and update the node configuration.
updateData(DataTableSpec[], String[], String[]) - Method in class org.knime.core.node.util.ColumnPairsSelectionPanel
Updates the component with the given data.
updateData(FieldCollection, DataTableSpec, Map<String, FlowVariable>) - Method in class org.knime.core.node.util.dialog.OutFieldsTable
Set the table data.
updateDBColumns(DataTableSpec) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryPanel
 
updateDomain(DataRow) - Method in class org.knime.core.data.DataTableDomainCreator
Updates the domain values with a single row.
updateDomain(DataTable, ExecutionMonitor, int) - Method in class org.knime.core.data.DataTableDomainCreator
updateDomain(DataTable, ExecutionMonitor, long) - Method in class org.knime.core.data.DataTableDomainCreator
Updates the domain values by scanning a whole table.
updateDomain(BufferedDataTable, ExecutionMonitor) - Method in class org.knime.core.data.DataTableDomainCreator
Updates the domain values by scanning a whole table.
updateElement(int, RowElement) - Method in class org.knime.base.node.io.database.tablecreator.util.TableCreatorTableModel
Updates the element at the given index
updateElementWidth(int, int, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.BarElementDataModel
 
updateElementWidth(int, int, AbstractHistogramVizModel.HistogramHiliteCalculator) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveBarElementDataModel
updateFlowVariables(FlowVariable[]) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryPanel
 
updateHilitedCells() - Method in class org.knime.base.node.mine.scorer.accuracy.AbstractAccuracyScorerNodeView
Update the hilited cells
updateHiliteInfo(Set<RowKey>, boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
This method un/hilites all rows with the given key.
updateHiliteInfo(Set<RowKey>, boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.FixedHistogramVizModel
This method un/hilites all rows with the given key.
updateHiliteInfo(Set<RowKey>, boolean) - Method in class org.knime.base.node.viz.histogram.datamodel.InteractiveHistogramVizModel
This method un/hilites all rows with the given key.
updateHiliteInfo(Set<RowKey>, boolean) - Method in class org.knime.base.node.viz.pie.datamodel.PieVizModel
Hilites the given keys in all sections.
updateHistogramSettings(AbstractHistogramVizModel) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
Updates the available slider with the current values of the Histogram plotter.
updateHistory() - Method in class org.knime.base.node.io.csvwriter.CSVFilesHistoryPanel
Updates the elements in the combo box, reads the file history.
updateHistory() - Method in class org.knime.core.node.util.FilesHistoryPanel
Updates the elements in the combo box, reads the file history.
updateHistory() - Method in class org.knime.core.node.util.StringHistoryPanel
Updates the elements in the combo box, reads the file history.
updateHTMLDetailsPanel(String) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
 
updateHTMLDetailsPanel(String) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
updateInclMissing(int, boolean) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
 
updateInclMissing(int, boolean) - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionTableModel
updateInclMissing(int, boolean) - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionTableModel
updateInclMissing(int, boolean) - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionTableModel
UpdateInfo(URI, String, boolean) - Constructor for class org.knime.core.eclipseUtil.UpdateChecker.UpdateInfo
Creates a new update info.
updateInputSpecs(PortObjectSpec[]) - Method in class org.knime.core.node.workflow.NodeExecutionJobManagerPanel
Notifies the panel of the (or a new) port object spec at the input ports.
updateInternal(DataTableSpec, Collection<? extends ColorColumn>) - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnFilterPanel
 
updateInterval() - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeDialogPane.IntervalItemPanel
Checks the current, previous, and next interval for consistency; and updates the intervals if necessary.
updateKeysWithDynamicSettings() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
A helper method to update the keys with dynamic settings if available
updateKnimeColumns(DataTableSpec) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryPanel
 
updateMetaNodeLink(NodeID, ExecutionMonitor, WorkflowLoadHelper) - Method in class org.knime.core.node.workflow.WorkflowManager
Update link metanodes with the given ID.
updateMetaNodeLinkInternalRecursively(ExecutionMonitor, WorkflowLoadHelper, Map<URI, NodeContainerTemplate>, WorkflowPersistor.NodeContainerTemplateLinkUpdateResult) - Method in interface org.knime.core.node.workflow.NodeContainerTemplate
 
updateMetaNodeLinkInternalRecursively(ExecutionMonitor, WorkflowLoadHelper, Map<URI, NodeContainerTemplate>, WorkflowPersistor.NodeContainerTemplateLinkUpdateResult) - Method in class org.knime.core.node.workflow.SubNodeContainer
updateMetaNodeLinkInternalRecursively(ExecutionMonitor, WorkflowLoadHelper, Map<URI, NodeContainerTemplate>, WorkflowPersistor.NodeContainerTemplateLinkUpdateResult) - Method in class org.knime.core.node.workflow.WorkflowManager
updateMetanodeLinks - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
If the metanode links should be updated prior to execution.
updateMetaNodeLinks(WorkflowLoadHelper, boolean, ExecutionMonitor) - Method in class org.knime.core.node.workflow.WorkflowManager
Update metanode links (recursively finding all metanodes but not updating metanodes in metanodes).
updateModel(DataRow, DataTableSpec, int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NaiveBayesModel
Deprecated.
Updates the current NaiveBayesModel with the values from the given DataRow.
updateModel(DataRow, DataTableSpec, int) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NaiveBayesModel
Updates the current NaiveBayesModel with the values from the given DataRow.
updateModel(Object) - Method in class org.knime.base.node.mine.sota.SotaNodeView
This method can be overridden by views that want to receive events from their assigned models via the NodeModel.notifyViews(Object) method.
updateModel(Object) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeView
This method can be overridden by views that want to receive events from their assigned models via the NodeModel.notifyViews(Object) method.
updateModel(Object) - Method in class org.knime.base.node.util.exttool.ExtToolStderrNodeView
This method can be overridden by views that want to receive events from their assigned models via the NodeModel.notifyViews(Object) method.
updateModel(Object) - Method in class org.knime.base.node.util.exttool.ExtToolStdoutNodeView
This method can be overridden by views that want to receive events from their assigned models via the NodeModel.notifyViews(Object) method.
updateModel() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
transfers the settings from the component into the settings model.
updateModel(Object) - Method in class org.knime.core.node.AbstractNodeView
This method can be overridden by views that want to receive events from their assigned models via the NodeModel.notifyViews(Object) method.
updateModel(boolean) - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Transfers the current value from the component into the model.
updateModel(Object) - Method in class org.knime.core.node.interrupt.InterruptibleNodeView
The updateModel(Object model) method is invoked whenever the NodeModel.notifyViews(Object) method was called and the NodeView.modelChanged() method is only called when execution is finished but is the default method to implement the visualization of the NodeModel.
updateNoOfBins(int) - Method in class org.knime.base.node.viz.histogram.datamodel.AbstractHistogramVizModel
 
updateNoOfBinsText(int) - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramProperties
Helper method to update the number of bins text field.
updateNumericColumnSelection(DataTableSpec) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
 
updateNumericColumnSelection(DataTableSpec) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
 
updateOutliers(Coordinate, Box) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Sets the outliers as dotinfo to the scatterplotter drawing pane to make them selectable and hilite-able.
updateOutputConfigurationToIncludeAllFlowVariables() - Method in class org.knime.core.node.workflow.SubNodeContainer
Used by test framework to enforce a programmatically collapsed subnode to export all flow variables.
updatePaintModel() - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotter
Deprecated.
Retrieves the linear regression params, updates the column selection boxes appropriately and adds the regression line to the scatterplot.
updatePaintModel() - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotter
Retrieves the linear regression params, updates the column selection boxes appropriately and adds the regression line to the scatterplot.
updatePaintModel() - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLineScatterPlotter
Deprecated.
Calculates also the line to draw.
updatePaintModel() - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLineScatterPlotter
Calculates also the line to draw.
updatePaintModel() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
Do the mapping from the models data to screen coordinates here and pass the visualization model to the drawing pane.
updatePaintModel() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Do the mapping from the models data to screen coordinates here and pass the visualization model to the drawing pane.
updatePaintModel() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Do the mapping from the models data to screen coordinates here and pass the visualization model to the drawing pane.
updatePaintModel() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Do the mapping from the models data to screen coordinates here and pass the visualization model to the drawing pane.
updatePaintModel() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotterImpl
Do the mapping from the models data to screen coordinates here and pass the visualization model to the drawing pane.
updatePaintModel() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Do the mapping from the models data to screen coordinates here and pass the visualization model to the drawing pane.
updatePaintModel() - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnPlotter
This method is called whenever the column selection has changed and the view model has to be adapted to the currently selected columns.
updatePaintModel() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
The data points of the data to visulaize are mapped to screen coordinates, represented by DotInfo and are passed in a DotInfoArray to the .ScatterPlotterDrawingPane.
updatePaintModel() - Method in class org.knime.base.node.viz.plotter.line.LinePlotter
Creates the color mapping by dividing the hue circle of the HSB color model by the number of selected columns, calculates the coordinates by determining the overall minimum and maximum values of the selected columns and maps the data points to the resulting screen coordinates.
updatePaintModel() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Creates a nominal x axis with the names of the selected columns, the referring ParallelAxis for each column and calculates the lines with the mapped values which are passed together with the axes to the .ParallelCoordinateDrawingPane.
updatePaintModel() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
The data points of the data to visulaize are mapped to screen coordinates, represented by DotInfo and are passed in a DotInfoArray to the .ScatterPlotterDrawingPane.
updatePaintModel() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
Creates the nominal coordinates with the selected column names, calculates the surrounding rectangle for the scatter matrix elements, then maps the points to the screen coordinates, associates the DotInfos with the referring ScatterMatrixElement and passes them to the ScatterMatrixDrawingPane.
updatePanel(D) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
updatePanelInternal(FixedPieVizModel) - Method in class org.knime.base.node.viz.pie.impl.fixed.FixedPieProperties
updatePanelInternal(InteractivePieVizModel) - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePieProperties
This method is called when the user has changed the pie or aggregation column.
updatePanelInternal(D) - Method in class org.knime.base.node.viz.pie.impl.PieProperties
 
updatePortView() - Method in class org.knime.core.node.workflow.OutPortView
Validates and repaints the super component.
updateProperties() - Method in class org.knime.base.node.viz.histogram.impl.HistogramDrawingPane
Call this method to indicates that the properties panel should be update the next time the AbstractDrawingPane.paintComponent(Graphics) method is called.
updatePropertiesPanel(InteractivePieVizModel) - Method in class org.knime.base.node.viz.pie.impl.interactive.InteractivePiePlotter
updatePropertiesPanel(D) - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
 
updateQuery(String) - Method in interface org.knime.core.node.port.database.reader.DBReader
 
updateQuery(String) - Method in class org.knime.core.node.port.database.reader.DBReaderImpl
updateQuickFormInElement(AbstractQuickFormInElement) - Method in class org.knime.core.quickform.QuickFormConfigurationPanel
Creates a new AbstractQuickFormInElement with the current configuration of this panel.
updateRangeSpinner(DataColumnSpec, DataColumnSpec) - Method in class org.knime.base.node.viz.plotter.columns.TwoColumnProperties
Updates the values of the range spinner acording to the current columns.
updateRow(int, AggregationMethodDecorator) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
Deprecated.
updateRow(int, R) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationTableModel
 
updateSelection(Collection<Integer>) - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
 
updateSize() - Method in class org.knime.base.node.mine.regression.linear.view.LinRegLinePlotter
Deprecated.
First calls super then adapts the regression line.
updateSize() - Method in class org.knime.base.node.mine.regression.linear2.view.LinReg2LinePlotter
First calls super then adapts the regression line.
updateSize() - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.BinModelPlotter
Whenever the size of the drawing pane is changed (zooming, resizing) this method is called in order to update the painting.
updateSize() - Method in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
Whenever the size of the drawing pane is changed (zooming, resizing) this method is called in order to update the painting.
updateSize() - Method in class org.knime.base.node.viz.pie.impl.PiePlotter
Whenever the size of the drawing pane is changed (zooming, resizing) this method is called in order to update the painting.
updateSize() - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Whenever the size of the drawing pane is changed (zooming, resizing) this method is called in order to update the painting.
updateSize() - Method in class org.knime.base.node.viz.plotter.basic.BasicPlotter
Updates the size by mapping the domain values of the BasicDrawingElements to the drawing pane's dimension.
updateSize() - Method in class org.knime.base.node.viz.plotter.box.BoxPlotter
Updates the size by mapping the domain values of the BasicDrawingElements to the drawing pane's dimension.
updateSize() - Method in class org.knime.base.node.viz.plotter.dendrogram.DendrogramPlotter
Updates the size by mapping the domain values of the BasicDrawingElements to the drawing pane's dimension.
updateSize() - Method in class org.knime.base.node.viz.plotter.line.LinePlotter
Updates the size by mapping the domain values of the BasicDrawingElements to the drawing pane's dimension.
updateSize() - Method in class org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter
Updates the size by mapping the domain values of the BasicDrawingElements to the drawing pane's dimension.
updateSize() - Method in class org.knime.base.node.viz.plotter.scatter.ScatterPlotter
Updates the size by mapping the domain values of the BasicDrawingElements to the drawing pane's dimension.
updateSize() - Method in class org.knime.base.node.viz.plotter.scattermatrix.ScatterMatrixPlotter
Updates the size by mapping the domain values of the BasicDrawingElements to the drawing pane's dimension.
updateStatus() - Method in interface org.knime.core.node.workflow.LoopEndParallelizeNode
During execution: notify node that status of some chunks has changed.
updateTable(DatabaseConnectionSettings, String, BufferedDataTable, String[], String[], int[], ExecutionMonitor, CredentialsProvider, int) - Static method in class org.knime.core.node.port.database.DatabaseWriterConnection
Deprecated.
Create connection to update table in database.
updateTable(String, String, BufferedDataTable, String[], String[], int[], ExecutionMonitor, CredentialsProvider, int) - Method in interface org.knime.core.node.port.database.writer.DBWriter
Update rows in the given database table.
updateTable(String, String, BufferedDataTable, String[], String[], int[], ExecutionMonitor, CredentialsProvider, int) - Method in class org.knime.core.node.port.database.writer.DBWriterImpl
Create connection to update table in database.
updateTitle() - Method in class org.knime.base.node.viz.table.TableNodeView
Updates the title of the frame.
updateTitle() - Method in class org.knime.core.node.tableview.TableViewFrame
Updates the title of the frame.
updateType(DataType) - Method in class org.knime.base.data.aggregation.dialogutil.ColumnAggregationPanel
Calling this method updates the panel to accept only methods that are compatible with the given DataType.
updateUI() - Method in class org.knime.base.node.io.tablecreator.table.CellRenderer
updateUI() - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
updateUI() - Method in class org.knime.base.node.mine.sota.view.JMultiLineToolTip
updateUI() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Notification from the UIManager that the look and feel [L&F] has changed.
updateUI() - Method in class org.knime.core.node.tableview.ColumnHeaderRenderer
updateUI() - Method in class org.knime.core.node.tableview.DataCellHeaderRenderer
Catches look and feel changes and updates the layout of the renderer.
updateUI() - Method in class org.knime.core.node.tableview.TableRowHeaderView
Changes look and feel here (by calling JTable.updateUI()) and also in the renderer.
updateVectorLengths(Map<? extends String, ? extends Integer>) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent
Replaces the values of PMMLGeneralRegressionContent.getVectorLengths() with the new values from newVectorLengths.
updateWithNewConfiguration(DataColumnSpecFilterConfiguration) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterPanel
Updates the panel by using the given DataColumnSpecFilterConfiguration object.
UPPER_QUARTILE - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the upper quartile position in the statistics array.
UPPER_WHISKER - Static variable in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Constant for the upper whisker position in the statistics array.
URIToFileResolve - Interface in org.knime.core.util.pathresolve
A service interface to convert a URI into a local file.
US - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
Deprecated.
Do not use this singleton instance, renderers are not thread-safe!
US_DATE_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
MM/dd/yyyy.
US_DATE_TIME_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
MM/dd/yyyy hh:mm:ss a.
US_DATE_TIME_MILLIS_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
MM/dd/yyyy hh:mm:ss.SSS a.
US_TIME_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
hh:mm:ss a.
US_TIME_MILLIS_FORMAT - Static variable in class org.knime.core.data.date.DateAndTimeValueRenderer
hh:mm:ss.SSS a.
usage() - Method in class org.knime.core.node.workflow.BatchExecutor
 
USE_CACHE_KEY - Static variable in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Key to store the cache flag in the settings.
USE_CLASS_OPTIMIZATION - Static variable in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
Key to store whether the class optimized version should be applied.
USE_COMPRESSION - Static variable in class org.knime.core.data.container.BlobDataCell
Shall blob cells be compressed when saved to blob file.
USE_HIERARCHICAL_FUZZY_DATA - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Is hierarchical fuzzy data used or not .
USE_LONG_UTF - Static variable in class org.knime.core.data.container.LongUTFDataOutputStream
Short that is written in front of UTF'ed byte stream whose length is longer than 65535 bytes.
USE_SEED_KEY - Static variable in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
 
USE_SEED_KEY - Static variable in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Key to store if the random seed should be used.
USE_VARIABILITY - Static variable in class org.knime.base.node.mine.sota.logic.SotaManager
Default flag setting.
useCredential() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
 
useDynamicSettings() - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
 
useEnhancedRowIdHandling() - Method in class org.knime.base.node.preproc.joiner.Joiner2Settings
Returns true when the enhance RowID handling introduced in KNIME 2.8 should be used.
useKerberos() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
 
useKerberos() - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
 
User - Class in org.knime.core.util
Utility class with user-related functions such as getting the current user's name.
useRandomSeed() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Returns if a pre-defined random seed should be used.
useRandomSeed(boolean) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Sets if a pre-defined random seed should be used.
useRowID() - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
 
UseSingleRowKeyFactory - Class in org.knime.base.node.preproc.joiner
This implementation uses one of the given row keys as the joined row key.
UseSingleRowKeyFactory() - Constructor for class org.knime.base.node.preproc.joiner.UseSingleRowKeyFactory
 
usesLimit() - Method in class org.knime.base.data.aggregation.OperatorData
 
usesOutFile() - Method in class org.knime.core.data.container.Buffer
Does the buffer use a file?
usingProxy() - Method in class org.knime.core.util.HttpURLConnectionDecorator
 
UsRendererFactory() - Constructor for class org.knime.core.data.date.DateAndTimeValueRenderer.UsRendererFactory
 
UTC_TIMEZONE - Static variable in class org.knime.core.data.date.DateAndTimeCell
The UTC time zone used to represent the time.
UTILITY - Static variable in interface org.knime.base.data.bitvector.BitVectorValue
Deprecated.
Utility factory for bitvector value.
UTILITY - Static variable in interface org.knime.core.data.blob.BinaryObjectDataValue
Meta information to type.
UTILITY - Static variable in interface org.knime.core.data.BooleanValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.collection.CollectionDataValue
Meta information to collection values.
UTILITY - Static variable in interface org.knime.core.data.collection.ListDataValue
Meta information to collection values.
UTILITY - Static variable in interface org.knime.core.data.collection.SetDataValue
Meta information to collection values.
UTILITY - Static variable in interface org.knime.core.data.ComplexNumberValue
Meta information.
UTILITY - Static variable in interface org.knime.core.data.DataValue
Static singleton for meta description.
UTILITY - Static variable in interface org.knime.core.data.date.DateAndTimeValue
Utility implementation for timestamp values.
UTILITY - Static variable in interface org.knime.core.data.DoubleValue
Meta information to double values.
UTILITY - Static variable in interface org.knime.core.data.filestore.internal.FileStoreKeyDataValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.FuzzyIntervalValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.FuzzyNumberValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.image.ImageValue
Utility factory for image values.
UTILITY - Static variable in interface org.knime.core.data.image.png.PNGImageValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.IntervalValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.IntValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.LongValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.model.PortObjectValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.NominalValue
Meta information for this value type - reuses underlying base class because this value does not offer new functionality but is really only used to differentiate the ability of types.
UTILITY - Static variable in interface org.knime.core.data.StringValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.TimestampValue
Deprecated.
Meta information to TimestampValue.
UTILITY - Static variable in interface org.knime.core.data.vector.bitvector.BitVectorValue
Meta information to bit vector values.
UTILITY - Static variable in interface org.knime.core.data.vector.bytevector.ByteVectorValue
Meta information to byte vector values.
UTILITY - Static variable in interface org.knime.core.data.vector.doublevector.DoubleVectorValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.vector.stringvector.StringVectorValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.xml.PMMLValue
Meta information to this value type.
UTILITY - Static variable in interface org.knime.core.data.xml.XMLValue
Meta information to this value type.
UtilityFactory() - Constructor for class org.knime.core.data.DataValue.UtilityFactory
Only subclasses are allowed to instantiate this class.

V

valid(String) - Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
 
valid(String) - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
 
validate() - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
Validates the internal state (e.g.
validate() - Method in class org.knime.base.data.aggregation.AggregationOperator
Override this method if the operator requires additional settings.
validate() - Method in class org.knime.base.data.aggregation.dialogutil.AbstractAggregationPanel
Validates the internal state of the aggregation functions.
validate() - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
 
validate() - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
 
validate() - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
 
validate() - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
 
validate() - Method in class org.knime.base.node.io.database.groupby.dialog.column.DBColumnAggregationFunctionPanel
Validates the internal state of the aggregation functions.
validate() - Method in class org.knime.base.node.io.database.groupby.dialog.pattern.DBPatternAggregationFunctionPanel
Validates the internal state of the aggregation functions.
validate() - Method in class org.knime.base.node.io.database.groupby.dialog.type.DBDataTypeAggregationFunctionPanel
Validates the internal state of the aggregation functions.
validate() - Method in class org.knime.base.node.io.tablecreator.table.HeaderRenderer
validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.AttributeModel
Deprecated.
Called after all training rows where added to validate the model.
validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.BitVectorAttributeModel
Deprecated.
Called after all training rows where added to validate the model.
validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.ClassAttributeModel
Deprecated.
Called after all training rows where added to validate the model.
validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NominalAttributeModel
Deprecated.
Called after all training rows where added to validate the model.
validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel.NumericalAttributeModel
Deprecated.
Called after all training rows where added to validate the model.
validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.AttributeModel
Called after all training rows where added to validate the model.
validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
Called after all training rows where added to validate the model.
validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.ClassAttributeModel
Called after all training rows where added to validate the model.
validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NominalAttributeModel
Called after all training rows where added to validate the model.
validate() - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.NumericalAttributeModel
Called after all training rows where added to validate the model.
validate() - Method in class org.knime.core.data.renderer.AbstractPainterDataValueRenderer
Overridden for performance reasons.
validate() - Method in class org.knime.core.node.NodeDescription13Proxy
Validate against the XML Schema.
validate() - Method in class org.knime.core.node.NodeDescription210Proxy
Validate against the XML Schema.
validate() - Method in class org.knime.core.node.NodeDescription212Proxy
Validate against the XML Schema.
validate() - Method in class org.knime.core.node.NodeDescription27Proxy
Validate against the XML Schema.
validate() - Method in class org.knime.core.node.NodeDescription28Proxy
Validate against the XML Schema.
validate() - Method in class org.knime.core.node.NodeDescription31Proxy
Validate against the XML Schema.
validate() - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
Validates the internal state (e.g.
validate() - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
Validates the internal state (e.g.
validate() - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
Validates the internal state (e.g.
validate() - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
Validates the internal state.
validate() - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
Validates the internal state (e.g.
validate() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
Validates the internal state (e.g.
validate() - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
Validates the internal settings.
validate() - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
Validates the internal state (e.g.
validate() - Method in class org.knime.core.node.port.pmml.PMMLPortObject
Validates that this PMMLPortObject contains a valid PMML document.
validateConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.base.node.io.database.connection.util.DefaultDatabaseConnectionSettings
Validate settings.
validateConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseConnectionSettings
Validate settings.
validateConnection(ConfigRO, CredentialsProvider) - Method in class org.knime.core.node.port.database.DatabaseQueryConnectionSettings
Validate settings.
validateDialogValue(VAL) - Method in interface org.knime.core.node.dialog.DialogNode
Called prior setting a new dialog value.
validateInput(DataTableSpec, boolean, String, boolean, String, boolean) - Static method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
 
validateInputData(ExternalNodeData) - Method in interface org.knime.core.node.dialog.InputNode
Validates the input for the node.
validateLoopStart() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEnd2NodeModel
Check if the loop end is connected to the correct loop start.
validateLoopStart() - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
Check if the loop end is connected to the correct loop start.
validateModelSettings(NodeSettingsRO) - Method in class org.knime.core.node.Node
Validates the argument settings.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.collection.list.create2.CollectionCreate2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.collection.list.split.CollectionSplitNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.AggregationMethodDecorator
This method is called from the NodeDialog when the user closes the additional settings dialog by clicking on the OK button.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.AggregationOperator
Override this method if the operator requires additional settings.
validateSettings(NodeSettingsRO, List<ColumnAggregator>) - Static method in class org.knime.base.data.aggregation.ColumnAggregator
Deprecated.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.general.ColumnSelectorOperator
 
validateSettings(NodeSettingsRO, List<NamedAggregationOperator>) - Static method in class org.knime.base.data.aggregation.NamedAggregationOperator
Validates the operator specific settings of all NamedAggregationOperators that require additional settings.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.numerical.CorrelationOperator
 
validateSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.numerical.PSquarePercentileOperator
 
validateSettings(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.numerical.QuantileOperator
 
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.sleep.SleepNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.trycatch.genericcatch.GenericCatchNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.trycatch.generictry.GenericTryNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowcontrol.trycatch.inverter.ActiveBranchInverterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable.AppendVariableToTableNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.appendvariabletotable2.AppendVariableToTable2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.extractvariables.ExtractVariablesNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.injectvariables.InjectVariablesNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.tablecoltovariable.TableColumnToVariableNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.tablerowtovariable.TableToVariableNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.image.imagecolwriter.ImageColumnWriterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.image.ImageToTableNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.image.readpng.ReadPNGFromURLNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.image.tablerowtoimage.TableRowToImageNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.image.writeimage.WriteImageNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.arffreader.ARFFReaderNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.arffwriter.ARFFWriterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.csvreader.CSVReaderNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.csvwriter.CSVWriterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.binning.auto.DBAutoBinnerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.binning.numeric.DBNumericBinnerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.columnrename.DBColumnRenameNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.connection.DBTableSelectorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.connection.JDBCConnectorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DatabaseLoopingNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBColumnFilterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBConnectionNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBConnectionWriterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBDeleteRowsNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBGroupByNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBJoinerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBQueryNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBQueryNodeModel2
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBReaderConnectionNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBReaderNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBRowFilterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBSorterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBSQLExecutorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBUpdateNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.DBWriterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.drop.DBDropTableNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.groupby.DBGroupByNodeModel2
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.parameterizedquery.ParameterizedDBQueryNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.pivot.DBPivotNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.sampling.DBSamplingNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.SQLExtractNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.SQLInjectNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.DBTableCreatorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.database.tablecreator.util.DBTableCreatorConfiguration
Validate settings
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.def.DefaultTableNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.extractcontextprop.ReadContextPropertyNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.extractsysprop.ReadSysPropertyNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.filereader.FileReaderNodeModel
Checks all user settings in the specified spec object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Deprecated.
Checks all user settings in the specified spec object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.fixedwidthfr.FixedWidthFRNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.linereader.LineReaderNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles.ListFilesNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.listfiles2.ListFilesNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.pmml.read.PMMLReaderNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.pmml.write.PMMLWriterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.portobject.PortObjectReaderNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.portobject.PortObjectWriterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.table.read.ReadTableNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.table.write.WriteTableNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.io.tablecreator.TableCreator2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimFilterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopEndNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.feature.backwardelim.BWElimLoopStartNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.chunk.LoopStartChunkNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.columnlist.ColumnListLoopStartNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.columnlist2.ColumnListLoopStartNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.condition.LoopStartGenericNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.group.GroupLoopStartNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEnd2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndJoinNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopEndNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartCountNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.LoopStartIntervalNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopEndNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStart2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.recursive.RecursiveLoopStartNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.AggregateOutputNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner.NaiveBayesLearnerNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.learner2.NaiveBayesLearnerNodeModel2
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor.NaiveBayesPredictorNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor2.NaiveBayesPredictorNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bayes.naivebayes.predictor3.NaiveBayesPredictorNodeModel2
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictor2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.BasisFunctionPredictorNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.fuzzy.FuzzyBasisFunctionLearnerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.bfn.radial.RadialBasisFunctionLearnerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.assign.ClusterAssignerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.fuzzycmeans.FuzzyClusterNodeModel
Validates the number of Clusters and the maximum number of iterations in the settings.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.cluster.kmeans.ClusterNodeModel
Method is called when before the model has to change it's configuration (@see loadsettings) using the given one.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.learner2.DecisionTreeLearnerNodeModel2
This method validates the settings.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.predictor.DecTreePredictorNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.decisiontree2.predictor2.DecTreePredictorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.knn.KnnNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.knn.pmml.PMMLKNNNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.mds.MDSNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.mds.mdsprojection.MDSProjectionNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.neural.mlp.MLPPredictorNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.neural.mlp2.MLPPredictorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.neural.rprop.RPropNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCAApplyNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCAComputeNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCANodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.PCAReverseNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.linear.learn.LinRegLearnerNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Static method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2Learner
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Static method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearner
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.learner.LogRegLearnerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Static method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearner
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.learner3.LogRegLearnerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.logistic.predict.GeneralRegressionPredictorNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner.PolyRegLearnerNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.polynomial.learner2.PolyRegLearnerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.predict.RegressionPredictorNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.regression.predict2.RegressionPredictorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.accuracy.AccuracyScorerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.entrop.EntropyNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.scorer.numeric.NumericScorerSettings
Validates all the setting models from the given NodeSettingsRO.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.smote.SmoteNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.sota.predictor.SotaPredictorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.sota.SotaNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.subgroupminer.SubgroupMinerModel2
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.svm.learner.SVMLearnerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.svm.predictor.SVMPredictorNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.mine.svm.predictor2.SVMPredictorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.addemptyrows.AddEmptyRowsNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.append.row.AppendedRowsNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner.apply.AutoBinnerApplyNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(AutoBinnerLearnSettings) - Static method in class org.knime.base.node.preproc.autobinner.AutoBinner
Validates the settings in the passed AutoBinnerLearnSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner.AutoBinnerLearnNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(AutoBinnerLearnSettings) - Static method in class org.knime.base.node.preproc.autobinner2.AutoBinner
Validates the settings in the passed AutoBinnerLearnSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner2.AutoBinnerLearnNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.autobinner3.AutoBinnerLearnNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.binnerdictionary.BinByDictionaryNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bootstrap.BootstrapNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.bytevector.create.CreateByteVectorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.caseconvert.CaseConvertNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.cellsplit.CellSplitterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.cellsplitbypos.CellSplitterByPosNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colautotypecast.ColumnAutoTypeCasterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcombine.ColCombineNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcombine2.ColCombine2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colcompare.ColumnComparatorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberApplyNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber.CategoryToNumberNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.categorytonumber2.CategoryToNumberNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.ColConvertNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.numbertocategory.NumberToCategoryApplyNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.numbertostring.NumberToStringNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.colconvert.stringtonumber.StringToNumberNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnaggregator.ColumnAggregatorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnappend.ColumnAppenderNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnheaderinsert.ColumnHeaderInsertNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnlag.LagColumnNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnmerge.ColumnMergerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnrenameregex.ColumnRenameRegexNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columnresorter.ColumnResorterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columntogrid.ColumnToGridNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.columntogrid2.ColumnToGrid2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.correlation.compute.CorrelationComputeNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.correlation.filter.CorrelationFilterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.crossjoin.CrossJoinerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.datavalidator.DataValidatorNodeModel
 
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.discretization.caim2.modelapply.DiscretizationApplyNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.discretization.caim2.modelcreator.CAIMDiscretizationNodeModel
This method validates the settings.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.dialog2.DomainNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.DomainNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.dic.EditNominalDomainDicNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnominal.EditNominalDomainNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.double2int.DoubleToIntNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.double2int2.DoubleToIntNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.AllColumnConfiguration
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.DNDSelectionConfiguration
 
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.ManualSelectionConfiguration
 
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.MVColumnFilterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in interface org.knime.base.node.preproc.draganddroppanel.PaneConfigurationDialog
 
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.PercentageDialog
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.SelectionConfiguration
 
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.draganddroppanel.TypeSelectionConfiguration
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.extractmissingvaluecause.ExtractMissingValueCauseNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.column.DataColumnSpecFilterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.columnref.AbstractColumnRefNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.columnref.ColumnFilterRefNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.definition.apply.FilterApplyNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.definition.apply.rowsplitter.FilterApplyRowSplitterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.definition.merger.FilterDefinitionMergerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.hilite.HiliteFilterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.missingvaluecolfilter.MissingValueColumnFilterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.nominal.NominalValueRowFilterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.RowFilter2PortNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.row.RowFilterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.rowref.AbstractRowRefNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.filter.rowref.RowFilterRefNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.groupby.GroupByNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(Joiner2Settings) - Static method in class org.knime.base.node.preproc.joiner.Joiner
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.joiner.Joiner2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.lowvarfilter2.LowVarFilter2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.matcher.SubsetMatcherNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling2NodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.missingval.MissingValueHandling3NodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize.NormalizerApplyNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.normalize3.Normalizer3NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pivot.Pivot2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.binner.BinnerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columnTrans.One2ManyColPMMLNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.columntrans2.One2ManyCol2PMMLNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.apply.MissingValueApplyNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.missingval.compute.MissingValueHandlerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.numbertostring.NumberToStringNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.stringtonumber.StringToNumberNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rank.RankNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.refcolumnresorter.ReferenceColumnResorterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.regexsplit.RegexSplitNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rename.RenameNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rounddouble.RoundDoubleNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rowkey2.RowKeyNodeModel2
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.rowsplit.NumericRowSplitterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sample.AbstractSamplingNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.setoperator.SetOperatorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.shuffle.ShuffleNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.sorter.SorterNodeModel
Valid settings should contain the list of columns and a corresponding sort order array of same size.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.split2.SplitNodeModel2
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.stringreplacer.dict.SearchReplaceDictNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.stringreplacer.StringReplacerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.targetshuffling.TargetShufflingNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.transpose.TransposeTableNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.ungroup.UngroupNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.unpivot2.Unpivot2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.rules.RuleEngineNodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.caseswitch.CaseEndNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.caseswitch.CaseStartNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.emptytableswitch.EmptyTableSwitchNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.endcase.EndcaseNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.endif.EndifNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.manualif.ManualIfNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.switches.startcase.StartcaseNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.cache.CacheNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.createtempdir.CreateTempDirectoryNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.ExpandVectorNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.extracttabledimension.ExtractTableDimensionNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.extracttablespec.ExtractTableSpecNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.globaltimerinfo.GlobalTimerinfoNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.mergevariables.MergeVariablesNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.sampledata.SampleDataNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings() - Method in class org.knime.base.node.util.sendmail.SendMailConfiguration
Checks if settings are complete and recipient addresses are OK (according to SendMailConfiguration.PROPERTY_ALLOWED_RECIPIENT_DOMAINS.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.sendmail.SendMailNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.util.timerinfo.TimerinfoNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.condbox.ConditionalBoxPlotNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.crosstable.CrosstabNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment.EnrichmentPlotterModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.enrichment2.EnrichmentPlotterModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.histogram.node.AbstractHistogramNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.histogram.node.FixedColumnHistogramNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.liftchart.LiftChartNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.pie.node.PieNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.plotter.box.BoxPlotNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.plotter.node.DefaultVisualizationNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.color.ColorAppender2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
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.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.color.extract.ColorExtractNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.shape.ShapeAppenderNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.size.SizeAppenderNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.property.size.SizeManager2NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.roc.ROCNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.statistics.Statistics2NodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.statistics2.Statistics3NodeModel
Deprecated.
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.viz.table.TableNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.base.node.workflow.save.SaveWorkflowNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
Read the expected values from the settings object, without assigning them to the internal variables!
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.exec.dataexchange.in.PortObjectInNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.missing.MissingNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.NodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.NoSettingsNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in interface org.knime.core.node.port.database.aggregation.AggregationFunction
This method is called from the NodeDialog when the user closes the additional settings dialog by clicking on the OK button.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.AbstractBooleanDBAggregationFunction
This method is called from the NodeDialog when the user closes the additional settings dialog by clicking on the OK button.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.booleanoption.BooleanFuntionSettings
 
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.column.AbstractColumnDBAggregationFunction
This method is called from the NodeDialog when the user closes the additional settings dialog by clicking on the OK button.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.column.ColumnFuntionSettings
 
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.AbstractConcatDBAggregationFunction
This method is called from the NodeDialog when the user closes the additional settings dialog by clicking on the OK button.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.concatenate.ConcatDBAggregationFuntionSettings
 
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFunction
This method is called from the NodeDialog when the user closes the additional settings dialog by clicking on the OK button.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.function.custom.CustomDBAggregationFuntionSettings
 
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.port.database.aggregation.NoSettingsDBAggregationFunction
This method is called from the NodeDialog when the user closes the additional settings dialog by clicking on the OK button.
validateSettings(boolean, DBColumn[], DBKey[], String) - Method in interface org.knime.core.node.port.database.tablecreator.DBTableCreator
Validates the create table settings.
validateSettings(boolean, DBColumn[], DBKey[], String) - Method in class org.knime.core.node.port.database.tablecreator.DBTableCreatorImpl
Validates the create table settings.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.NodeContainer
 
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.SingleNodeContainer
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
Validates the settings in the passed NodeSettings object.
validateSettings(NodeSettingsRO) - Method in class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
Validates the settings in the passed NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.base.data.aggregation.dialogutil.DialogComponentAggregationMethod
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
Check if all settings are valid.
validateSettingsBeforeSave() - Method in class org.knime.base.node.mine.pca.DialogComponentChoiceConfig
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.base.node.viz.histogram.util.AggregationColumnDialogComponent
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponent
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentAuthentication
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentBoolean
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButton
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonGroup
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentButtonLabel
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColorChooser
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter
We store the values from the panel in the model now.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnFilter2
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentColumnNameSelection
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDate
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDoubleRange
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentDuration
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFileChooser
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentFlowVariableNameSelection
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentLabel
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentMultiLineString
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumber
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentNumberEdit
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentOptionalString
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentPasswordField
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentString
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringListSelection
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsBeforeSave() - Method in class org.knime.core.node.defaultnodesettings.DialogComponentStringSelection
Will be called before the value of the component is saved into the NodeSettings object.
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.data.aggregation.dialogutil.SettingsModelAggregationMethod
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.mine.pca.SettingsModelPCADimensions
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.base.node.viz.histogram.util.SettingsModelColorNameColumns
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.DialogComponent.EmptySettingsModel
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModel
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelAuthentication
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelBoolean
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColor
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnFilter2
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelColumnName
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDate
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleRange
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDuration
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelFilterString
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelString
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.)
validateSettingsForModel(NodeSettingsRO) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelStringArray
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.)
validateSpec(DataTableSpec) - Method in class org.knime.base.node.mine.sota.SotaPortObjectSpec
Validates if the given data table spec is compatible to the model port spec and returns true if so, otherwise false.
validateValue(double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDouble
Called during SettingsModelDouble.validateSettingsForModel(org.knime.core.node.NodeSettingsRO), can be overwritten by derived classes.
validateValue(double) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelDoubleBounded
Called during SettingsModelDouble.validateSettingsForModel(org.knime.core.node.NodeSettingsRO), can be overwritten by derived classes.
validateValue(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelInteger
Called during SettingsModelInteger.validateSettingsForModel(org.knime.core.node.NodeSettingsRO), can be overwritten by derived classes.
validateValue(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelIntegerBounded
Called during SettingsModelInteger.validateSettingsForModel(org.knime.core.node.NodeSettingsRO), can be overwritten by derived classes.
validateValue(long) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLong
Called during SettingsModelLong.validateSettingsForModel(org.knime.core.node.NodeSettingsRO), can be overwritten by derived classes.
validateValue(long) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelLongBounded
Called during SettingsModelLong.validateSettingsForModel(org.knime.core.node.NodeSettingsRO), can be overwritten by derived classes.
validateValue(int) - Method in class org.knime.core.node.defaultnodesettings.SettingsModelOddIntegerBounded
Called during SettingsModelInteger.validateSettingsForModel(org.knime.core.node.NodeSettingsRO), can be overwritten by derived classes.
validateValues(int) - Method in class org.knime.core.node.util.dialog.FieldsTableModel
Checks whether the cell values in the given row are valid.
validateValues() - Method in class org.knime.core.node.util.dialog.FieldsTableModel
Checks whether the all cell values are valid.
validateVersion(String) - Method in class org.knime.core.data.container.Buffer
Validate the version as read from the file if it can be parsed by this implementation.
validateVersion(String) - Method in class org.knime.core.data.container.NoKeyBuffer
Validate the version as read from the file if it can be parsed by this implementation.
validateViewValue(InteractiveHiLiteCollectorViewContent) - Method in class org.knime.base.node.preproc.filter.hilite.collector.InteractiveHiLiteCollectorNodeModel
validateViewValue(VAL) - Method in interface org.knime.core.node.interactive.InteractiveNode
 
ValidationError - Class in org.knime.core.node.web
ViewContent that creates and reads from a JSON string.
ValidationError(String) - Constructor for class org.knime.core.node.web.ValidationError
Constructor with error.
ValidationError() - Constructor for class org.knime.core.node.web.ValidationError
Serialization constructor, not to be used by clients.
validations() - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Returns the number of validation runs that should be performed.
validations(short) - Method in class org.knime.base.node.meta.xvalidation.XValidateSettings
Sets the number of validation runs that should be performed.
validDomain(DataColumnSpec) - Static method in class org.knime.base.node.viz.pie.util.PieColumnFilter
 
value() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Returns the value the flow variable should be compared with.
value(String) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Sets the value the flow variable should be compared with.
value(Double) - Method in class org.knime.base.node.mine.regression.RegressionContent
 
VALUE - Static variable in class org.knime.base.node.preproc.constantvalue.ConstantValueColumnConfig
The config key for the value.
VALUE - Static variable in class org.knime.core.node.port.pmml.PMMLPortObject
Constant for Value.
VALUE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLElements
 
VALUE - Static variable in class org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation
Deprecated.
 
valueAt(String, int) - Static method in class org.knime.base.node.mine.regression.pmmlgreg.VectorHandling
Generates vector value reference to a given (nonnegative) position.
valueByDescription(String) - Static method in enum org.knime.base.node.preproc.rounddouble.NumberMode
Returns the number mode value for the given description.
valueByTextLabel(String) - Static method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
Get object for label.
valueChanged(TreeSelectionEvent) - Method in class org.knime.base.node.io.database.DBTreeBrowser
ValueClassFilter(Class<? extends DataValue>...) - Constructor for class org.knime.core.node.util.ColumnFilterPanel.ValueClassFilter
Deprecated.
Creates a new value class filter.
ValueControlledDialogPane - Interface in org.knime.core.node.dialog
Interface to be implemented by NodeDialogPane when additional runtime parameter need to be shown.
ValueControlledNode - Interface in org.knime.core.node.dialog
Implemented by nodes whose execution not only depends on the node configuration (dialog) but also on additional runtime parameters.
ValueCounterNodeDialog - Class in org.knime.base.node.preproc.valcount
This class is the dialog for the value counter dialog that lets the user selected an arbitrary column.
ValueCounterNodeDialog() - Constructor for class org.knime.base.node.preproc.valcount.ValueCounterNodeDialog
Creates a new dialog for the value counter node.
ValueCounterNodeFactory - Class in org.knime.base.node.preproc.valcount
This factory creates all necessary object for the value counter node.
ValueCounterNodeFactory() - Constructor for class org.knime.base.node.preproc.valcount.ValueCounterNodeFactory
 
ValueCounterNodeModel - Class in org.knime.base.node.preproc.valcount
This is the model for the value counter node that does all the work.
ValueCounterNodeModel() - Constructor for class org.knime.base.node.preproc.valcount.ValueCounterNodeModel
Creates a new value counter model.
ValueCounterSettings - Class in org.knime.base.node.preproc.valcount
This class holds the settings for the value counter node.
ValueCounterSettings() - Constructor for class org.knime.base.node.preproc.valcount.ValueCounterSettings
 
ValueFilterInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to select a value (e.g.
ValueFilterInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.ValueFilterInputQuickFormInElement
Create an string option input with a given description.
ValueMapper<S> - Class in org.knime.base.node.mine.decisiontree2.learner2
A mapper mapping the objects of the defined class S to integer indices and vice versa.
ValueMapper() - Constructor for class org.knime.base.node.mine.decisiontree2.learner2.ValueMapper
Constructs an empty mapper.
valueOf(String) - Static method in enum org.knime.base.collection.list.split.CollectionSplitSettings.CountElementsPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.data.aggregation.GlobalSettings.AggregationContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.data.append.row.AppendedRowsTable.DuplicatePolicy
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.data.bitvector.BitVectorValueStringRenderer.Type
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.flowvariable.tablerowtovariable.MissingValuePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.io.csvwriter.FileWriterNodeSettings.FileOverwritePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.io.csvwriter.FileWriterSettings.LineEnding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.io.csvwriter.FileWriterSettings.quoteMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.io.database.DBJoinerSettings.DuplicateHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.io.database.DBJoinerSettings.JoinMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.io.listfiles.ListFiles.Filter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.io.listfiles2.ListFiles.Filter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings.RowKeyPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.meta.looper.condition.LoopEndConditionSettings.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.cluster.hierarchical.distfunctions.DistanceFunction.Names
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel.Linkage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.cluster.PMMLClusterTranslator.ComparisonMeasure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings.Scaling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings.UnfoldMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.ParentNodeType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLArrayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLBooleanOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLPredicate.PMMLPredicates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLSetOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings.MissingValueHandling
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.regression.MissingValueHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent.FunctionName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent.ModelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithmFactory.AlgorithmDataStructure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel.STRING_TYPES
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable.Sorter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.mine.svm.kernel.KernelFactory.KernelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings.BinNaming
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner.pmml.PMMLInterval.Closure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.BinNaming
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.EqualityMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.PrecisionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.BinNaming
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.EqualityMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.PrecisionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.StringType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel.NoMatchPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel.ColType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration.OutputPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.constantvalue.TypeCellFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel.ColType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ColumnExistenceHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ConvertionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.DataTypeHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.DomainHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.RejectBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.UnknownColumnHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel.DomainOverflowPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration.SamplingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.joiner.InputRow.Settings.InDataPort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.CompositionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.DuplicateHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.JoinMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.normalize3.NormalizerConfig.NormalizerMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel.IncludeMethod
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel.IncludeMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.rank.RankNodeModel.RankMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.rounddouble.NumberMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.sample.SamplingNodeSettings.CountMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.sample.SamplingNodeSettings.SamplingMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.rules.Rule.Operators
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.switches.caseswitch.CaseEndNodeModel.MultipleActiveHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.util.exttool.ViewUpdateNotice.ViewType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.ConnectionSecurity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.EMailFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.EMailPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.viz.aggregation.ValueScale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.PlotMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.PlotMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.viz.plotter.dendrogram.BinaryTree.Traversal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.node.viz.plotter.LabelPaintUtil.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.base.util.SortingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.data.append.AppendedRowsTable.DuplicatePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.data.container.Buffer.CompressionFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.data.property.SizeModelDouble.Mapping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.data.util.DataTableSpecExtractor.PossibleValueOutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.data.util.DataTableSpecExtractor.PropertyHandlerOutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.data.util.memory.MemoryObjectTracker.Strategy
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.data.vector.bitvector.BitVectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.data.xml.util.XmlDomComparer.Diff.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.data.xml.util.XmlDomComparerCustomizer.ChildrenCompareStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.config.base.ConfigEntries
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.Node.LoopRole
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.NodeFactory.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.NodeLogger.LEVEL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.NodePersistor.LoadNodeModelSettingsFailPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation.PMMLTransformElement
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.port.pmml.preproc.PMMLTransformation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.tableview.TableContentModel.TableContentFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.tableview.TableSortOrder.TableSortKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.util.ColumnSelectionSearchableListPanel.ConfigurationRequestEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.util.ColumnSelectionSearchableListPanel.SearchedItemsSelectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.util.DateInputDialog.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.util.dialog.FieldsTableModel.Column
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.util.dialog.OutFieldsTableModel.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.util.FilesHistoryPanel.LocationValidation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.util.filter.NameFilterConfiguration.EnforceOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.util.filter.PatternFilterConfigurationImpl.PatternFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.util.ImageViewPanel.ScaleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.web.WebDependency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.web.WebResourceLocator.WebResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.AnnotationData.TextAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.ConnectionContainer.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.FileWorkflowPersistor.LoadVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.FlowVariable.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.FlowVariable.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.InternalNodeContainerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.TemplateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.UpdateStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.NativeNodeContainer.LoopStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.NodeContainer.NodeContainerSettings.SplitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.NodeContainer.NodeLock
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.NodeContainer.State
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.NodeGraphAnnotation.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.NodeMessage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.NodePropertyChangedEvent.NodeProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.SingleNodeContainer.MemoryPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.WorkflowEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.WorkflowExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.WorkflowLoadHelper.UnknownKNIMEVersionLoadPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry.LoadResultEntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.util.node.quickform.in.AbstractQuickFormInElement.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement.Layout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement.Layout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.util.node.quickform.out.AbstractQuickFormOutElement.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.knime.core.util.node.quickform.out.TextAreaOutputQuickFormOutElement.TextFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.knime.base.collection.list.split.CollectionSplitSettings.CountElementsPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.data.aggregation.GlobalSettings.AggregationContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.data.aggregation.numerical.CorrelationOperator.CorrelationMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.data.append.row.AppendedRowsTable.DuplicatePolicy
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.data.bitvector.BitVectorValueStringRenderer.Type
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.flowvariable.tablerowtovariable.MissingValuePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.io.csvwriter.FileWriterNodeSettings.FileOverwritePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.io.csvwriter.FileWriterSettings.LineEnding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.io.csvwriter.FileWriterSettings.quoteMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.io.database.DBJoinerSettings.DuplicateHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.io.database.DBJoinerSettings.JoinMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.CountMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.io.database.sampling.DBSamplingNodeModel.SamplingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.io.listfiles.ListFiles.Filter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.io.listfiles2.ListFiles.Filter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.meta.looper.AbstractLoopEndNodeSettings.RowKeyPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.meta.looper.chunk.LoopStartChunkConfiguration.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.meta.looper.condition.LoopEndConditionSettings.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.cluster.hierarchical.distfunctions.DistanceFunction.Names
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.cluster.hierarchical.HierarchicalClusterNodeModel.Linkage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.cluster.PMMLClusterTranslator.ComparisonMeasure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings.Scaling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.decisiontree2.image.DecTreeToImageNodeSettings.UnfoldMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.decisiontree2.ParentNodeType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLArrayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLBooleanOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLMissingValueStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLNoTrueChildStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLPredicate.PMMLPredicates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.decisiontree2.PMMLSetOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.decisiontree2.view.graph.HierarchicalGraphView.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.regression.linear2.learner.LinReg2LearnerSettings.MissingValueHandling
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.regression.MissingValueHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent.FunctionName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.regression.pmmlgreg.PMMLGeneralRegressionContent.ModelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.subgroupminer.apriori.AprioriAlgorithmFactory.AlgorithmDataStructure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel.STRING_TYPES
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSet.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.subgroupminer.freqitemset.FrequentItemSetTable.Sorter
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.mine.svm.kernel.KernelFactory.KernelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings.BinNaming
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner.AutoBinnerLearnSettings.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner.pmml.PMMLInterval.Closure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.BinNaming
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.EqualityMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner2.AutoBinnerLearnSettings.PrecisionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.BinNaming
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.EqualityMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.autobinner3.AutoBinnerLearnSettings.PrecisionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.SetMatching
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.bitvector.create.CreateBitVectorNodeModel.StringType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.cellreplace.CellReplacerNodeModel.NoMatchPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.colcompare.ColumnComparatorNodeDialogPane.ComparatorMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.columnheaderextract.ColumnHeaderExtractorNodeModel.ColType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.columnmerge.ColumnMergerConfiguration.OutputPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.constantvalue.TypeCellFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.createtablestructure.CreateTableStructureNodeModel.ColType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ColumnExistenceHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.ConvertionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.DataTypeHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorColConfiguration.DomainHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.RejectBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.datavalidator.DataValidatorConfiguration.UnknownColumnHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.domain.editnumeric.EditNumericDomainNodeModel.DomainOverflowPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.equalsizesampling.EqualSizeSamplingConfiguration.SamplingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.groupby.ColumnNamePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.joiner.InputRow.Settings.InDataPort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.CompositionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.DuplicateHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.joiner.Joiner2Settings.JoinMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.normalize3.NormalizerConfig.NormalizerMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.pmml.columnTrans.Many2OneColPMMLNodeModel.IncludeMethod
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.pmml.columntrans2.Many2OneCol2PMMLNodeModel.IncludeMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.rank.RankNodeModel.RankMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.rounddouble.NumberMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.rounddouble.RoundDoubleConfigKeys.RoundOutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.sample.SamplingNodeSettings.CountMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.sample.SamplingNodeSettings.SamplingMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.preproc.setoperator.SetOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.rules.Rule.Operators
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.switches.caseswitch.CaseEndNodeModel.MultipleActiveHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.util.exttool.ViewUpdateNotice.ViewType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.ConnectionSecurity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.EMailFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.util.sendmail.SendMailConfiguration.EMailPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.viz.aggregation.AggregationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.viz.aggregation.util.LabelDisplayPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.viz.aggregation.ValueScale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.PlotMode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.viz.enrichment2.EnrichmentPlotterSettings.PlotMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.viz.histogram.HistogramLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.viz.plotter.dendrogram.BinaryTree.Traversal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.base.node.viz.plotter.LabelPaintUtil.Position
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in class org.knime.base.node.viz.property.color.ColorManager2NodeModel
The nominal column values.
VALUES - Static variable in class org.knime.base.node.viz.property.shape.ShapeManagerNodeModel
The nominal column values.
values() - Static method in enum org.knime.base.util.SortingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.data.append.AppendedRowsTable.DuplicatePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.data.container.Buffer.CompressionFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.data.property.SizeModelDouble.Mapping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.data.util.DataTableSpecExtractor.PossibleValueOutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.data.util.DataTableSpecExtractor.PropertyHandlerOutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.data.util.memory.MemoryObjectTracker.Strategy
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.data.vector.bitvector.BitVectorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.data.xml.util.XmlDomComparer.Diff.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.data.xml.util.XmlDomComparerCustomizer.ChildrenCompareStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.config.base.ConfigEntries
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.defaultnodesettings.SettingsModelAuthentication.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.Node.LoopRole
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.NodeFactory.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.NodeLogger.LEVEL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.NodePersistor.LoadNodeModelSettingsFailPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.port.pmml.preproc.PMMLPreprocOperation.PMMLTransformElement
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.port.pmml.preproc.PMMLTransformation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.tableview.TableContentModel.TableContentFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.tableview.TableSortOrder.TableSortKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.util.ColumnSelectionSearchableListPanel.ConfigurationRequestEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.util.ColumnSelectionSearchableListPanel.SearchedItemsSelectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.util.DateInputDialog.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.util.dialog.FieldsTableModel.Column
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.util.dialog.OutFieldsTableModel.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.util.FilesHistoryPanel.LocationValidation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.util.filter.NameFilterConfiguration.EnforceOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.util.filter.PatternFilterConfigurationImpl.PatternFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.util.ImageViewPanel.ScaleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.web.WebDependency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.web.WebResourceLocator.WebResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.AnnotationData.TextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.ConnectionContainer.ConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.FileWorkflowPersistor.LoadVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.FlowVariable.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.FlowVariable.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.InternalNodeContainerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.TemplateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.MetaNodeTemplateInformation.UpdateStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.NativeNodeContainer.LoopStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.NodeContainer.NodeContainerSettings.SplitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.NodeContainer.NodeLock
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.NodeContainer.State
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.NodeGraphAnnotation.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.NodeMessage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.NodePropertyChangedEvent.NodeProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.SingleNodeContainer.MemoryPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.WorkflowEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.WorkflowExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.WorkflowLoadHelper.UnknownKNIMEVersionLoadPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.node.workflow.WorkflowPersistor.LoadResultEntry.LoadResultEntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.util.node.quickform.in.AbstractQuickFormInElement.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.util.node.quickform.in.MultipleSelectionInputQuickFormInElement.Layout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.util.node.quickform.in.SingleSelectionInputQuickFormInElement.Layout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.util.node.quickform.out.AbstractQuickFormOutElement.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.knime.core.util.node.quickform.out.TextAreaOutputQuickFormOutElement.TextFormat
Returns an array containing the constants of this enum type, in the order they are declared.
ValueScale - Enum in org.knime.base.node.viz.aggregation
Enumeration of different value scales.
ValueSelectionInputQuickFormInElement - Class in org.knime.core.util.node.quickform.in
A form element to select a value (e.g.
ValueSelectionInputQuickFormInElement(String, String, int) - Constructor for class org.knime.core.util.node.quickform.in.ValueSelectionInputQuickFormInElement
Create an string option input with a given description.
variable(FlowVariable) - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Sets the flow variable which is checked in each iteration.
VARIABLE_NAMES - Static variable in class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndVariableConfigKeys
The configuration key for the selected variable names.
VariableFileReaderNodeDialog - Class in org.knime.base.node.io.filereader
Deprecated.
the File Reader now has the same functionality
VariableFileReaderNodeDialog() - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
Creates a new file reader dialog pane.
VariableFileReaderNodeFactory - Class in org.knime.base.node.io.filereader
Deprecated.
the File Reader now has the same functionality
VariableFileReaderNodeFactory() - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeFactory
Deprecated.
 
VariableFileReaderNodeModel - Class in org.knime.base.node.io.filereader
Deprecated.
the File Reader now has the same functionality
VariableFileReaderNodeModel() - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeModel
Deprecated.
Creates a new model that creates and holds a Filetable.
VariableFileReaderNodeSettings - Class in org.knime.base.node.io.filereader
Deprecated.
the File Reader now has the same functionality
VariableFileReaderNodeSettings() - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
Deprecated.
Creates an empty settings object.
VariableFileReaderNodeSettings(String) - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
Deprecated.
 
VariableFileReaderNodeSettings(VariableFileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
Deprecated.
Creates a clone.
VariableFileReaderNodeSettings(FileReaderNodeSettings) - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
Deprecated.
Create new settings object for the variable file reader based on the given settings object.
VariableFileReaderNodeSettings(NodeSettingsRO) - Constructor for class org.knime.base.node.io.filereader.VariableFileReaderNodeSettings
Deprecated.
Creates a new settings object initialized with the values from the passed object.
VariableLoopEndNodeDialog - Class in org.knime.base.node.meta.looper.variableloopend
 
VariableLoopEndNodeDialog() - Constructor for class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeDialog
 
VariableLoopEndNodeFactory - Class in org.knime.base.node.meta.looper.variableloopend
The factory of the variable loop end node.
VariableLoopEndNodeFactory() - Constructor for class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeFactory
 
VariableLoopEndNodeModel - Class in org.knime.base.node.meta.looper.variableloopend
Node model of the variable loop end node.
VariableLoopEndNodeModel() - Constructor for class org.knime.base.node.meta.looper.variableloopend.VariableLoopEndNodeModel
Creates new instance of VariableLoopEndNodeModel.
VariableLoopEndVariableConfigKeys - Class in org.knime.base.node.meta.looper.variableloopend
 
VARIABLEMATCH - Static variable in class org.knime.base.node.flowcontrol.breakpoint.BreakpointNodeDialog
break on variable having given value.
variableName() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Returns the flow variable's name which is checked in each iteration.
VariableOutputQuickFormOutElement - Class in org.knime.core.util.node.quickform.out
Variable output element, for instance provided by nodes that expose values of flow variables.
VariableOutputQuickFormOutElement(String, String, int, Object) - Constructor for class org.knime.core.util.node.quickform.out.VariableOutputQuickFormOutElement
Creates output element with the given label and description.
VariablePortCatchNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.genericcatch
 
VariablePortCatchNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.genericcatch.VariablePortCatchNodeFactory
Create factory, that instantiates nodes.
VariablePortTryNodeFactory - Class in org.knime.base.node.flowcontrol.trycatch.generictry
 
VariablePortTryNodeFactory() - Constructor for class org.knime.base.node.flowcontrol.trycatch.generictry.VariablePortTryNodeFactory
Create factory, that instantiates nodes.
VariableToTable2NodeDialogPane - Class in org.knime.base.node.flowvariable.variabletotablerow2
Dialog for the "Variable To TableRow" node.
VariableToTable2NodeDialogPane() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeDialogPane
Inits components.
VariableToTable2NodeFactory - Class in org.knime.base.node.flowvariable.variabletotablerow2
Factory for the "Variable To TableRow" node.
VariableToTable2NodeFactory() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeFactory
 
VariableToTable2NodeModel - Class in org.knime.base.node.flowvariable.variabletotablerow2
NodeModel for the "Variable To TableRow" node which converts variables into a single row values with the variable names as column headers.
VariableToTable2NodeModel() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow2.VariableToTable2NodeModel
One input, one output.
VariableToTableNodeDialogPane - Class in org.knime.base.node.flowvariable.variabletotablerow
Deprecated.
VariableToTableNodeDialogPane() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeDialogPane
Deprecated.
Inits components.
VariableToTableNodeFactory - Class in org.knime.base.node.flowvariable.variabletotablerow
Deprecated.
VariableToTableNodeFactory() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeFactory
Deprecated.
 
VariableToTableNodeModel - Class in org.knime.base.node.flowvariable.variabletotablerow
Deprecated.
VariableToTableNodeModel() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableNodeModel
Deprecated.
One input, one output.
VariableToTableSettings - Class in org.knime.base.node.flowvariable.variabletotablerow
Deprecated.
VariableToTableSettings() - Constructor for class org.knime.base.node.flowvariable.variabletotablerow.VariableToTableSettings
Deprecated.
 
variableType() - Method in class org.knime.base.node.meta.looper.condition.LoopEndConditionSettings
Returns the flow variable's type which is checked in each iteration.
Variance - Class in org.knime.base.data.statistics.calculation
Calculates the variance.
Variance(String...) - Constructor for class org.knime.base.data.statistics.calculation.Variance
 
variance(double[][]) - Static method in class org.knime.base.util.math.StatisticUtils
Calculates the variance for each column of the given input matrix.
VarianceOperator - Class in org.knime.base.data.aggregation.numerical
Returns the variance per group.
VarianceOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.VarianceOperator
Constructor for class VarianceOperator.
VarianceOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.numerical.VarianceOperator
Constructor for class VarianceOperator.
VariancePopDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
VariancePopDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
VarianceSampDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
VarianceSampDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
VarNameFileNamePair(String, String) - Constructor for class org.knime.base.node.util.createtempdir.CreateTempDirectoryConfiguration.VarNameFileNamePair
 
VarPopDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
VarPopDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
VarSampDBAggregationFunction - Class in org.knime.core.node.port.database.aggregation.function
 
VarSampDBAggregationFunction.Factory - Class in org.knime.core.node.port.database.aggregation.function
Factory for the parent class.
VectorHandling - Class in org.knime.base.node.mine.regression.pmmlgreg
This class helps generate and parse the name of vector references.
VectorHandling.NameAndIndex - Class in org.knime.base.node.mine.regression.pmmlgreg
Class to represent a pair of column name and m_index values.
verifyBaseDir(String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
 
verifyExtension(String) - Static method in class org.knime.base.node.flowvariable.createfilename.CreateFilenameNodeModel
 
verifyName(String) - Method in enum org.knime.core.node.workflow.FlowVariable.Scope
Throws IllegalFlowObjectStackException if the name of the variable is inconsistent for this scope.
verifyNameOfFlowVariable(String) - Static method in class org.knime.core.node.util.dialog.OutFieldsTableModel
Test whether the given name is allowed for flow variables.
verifyRotation(String, int) - Static method in class org.knime.core.node.util.VTextIcon
Deprecated.
verifyRotation returns the best rotation for the string (ROTATE_NONE, ROTATE_LEFT, ROTATE_RIGHT) This is public static so you can use it to test a string without creating a VTextIcon from http://www.unicode.org/unicode/reports/tr9/tr9-3.html When setting text using the Arabic script in vertical lines, it is more common to employ a horizontal baseline that is rotated by 90� counterclockwise so that the characters are ordered from top to bottom.
verifyType(String) - Method in class org.knime.core.node.util.filter.column.DataColumnSpecFilterConfiguration
Called by the load routines to check whether the argument type string is valid.
verifyType(String) - Method in class org.knime.core.node.util.filter.NameFilterConfiguration
Called by the load routines to check whether the argument type string is valid.
VERSION - Static variable in class org.knime.core.node.KNIMEConstants
Workflow file version.
Version - Class in org.knime.core.util
Simple class the represents a three digit version.
Version(int, int, int) - Constructor for class org.knime.core.util.Version
Creates a new version.
Version(String) - Constructor for class org.knime.core.util.Version
Create a new version from a string.
VERSION_1 - Static variable in class org.knime.base.node.preproc.joiner.Joiner2Settings
The version for Joiner nodes until KNIME v2.6.
VERSION_2 - Static variable in class org.knime.base.node.preproc.joiner.Joiner2Settings
The version for Joiner nodes for KNIME v2.7.
VERSION_20151012 - Static variable in class org.knime.core.node.workflow.AnnotationData
Released with 3.0 - uses (almost) same fonts on all systems.
VERSION_20151123 - Static variable in class org.knime.core.node.workflow.AnnotationData
Released with 3.1: store default font size in annotation.
VERSION_2_1 - Static variable in class org.knime.base.node.preproc.joiner.Joiner2Settings
The version for Joiner nodes for KNIME v2.7.1 and later.
VERSION_3 - Static variable in class org.knime.base.node.preproc.joiner.Joiner2Settings
The version for Joiner nodes for KNIME v2.8 and later.
VERSION_LATEST - Static variable in class org.knime.core.node.workflow.FileWorkflowPersistor
 
VERSION_OLD - Static variable in class org.knime.core.node.workflow.AnnotationData
Old type annotation - font is system font (inconsistent layout).
VERTICAL - Static variable in class org.knime.base.node.viz.plotter.Axis
Constant for the vertical enumeration value.
VERTICAL_LINE - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the vertical line.
VerticalCollapsablePanels - Class in org.knime.core.node.util
A Swing control to provide collapsable controls, with multiple possible open panels.
VerticalCollapsablePanels() - Constructor for class org.knime.core.node.util.VerticalCollapsablePanels
Constructs a double buffered VerticalCollapsablePanels.
VerticalCollapsablePanels(boolean) - Constructor for class org.knime.core.node.util.VerticalCollapsablePanels
Constructs a VerticalCollapsablePanels with the default vertical filler at the bottom (270 pixels).
VERY_SMALL - Static variable in class org.knime.base.data.normalize.AffineTransTable
A very small number.
ViewContent - Interface in org.knime.core.node.interactive
 
ViewPropertyPortObject - Class in org.knime.core.node.port.viewproperty
PortObject used to represent visual properties such as color, shape and size information attached to a table.
ViewPropertyPortObject() - Constructor for class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
Public no arg constructor required by super class.
ViewPropertyPortObject(DataTableSpec, String) - Constructor for class org.knime.core.node.port.viewproperty.ViewPropertyPortObject
Constructor used to instantiate this object during a node's execute method.
ViewUpdateNotice - Class in org.knime.base.node.util.exttool
Object sent to the node views to notify them about a new line that should be displayed.
ViewUpdateNotice(ViewUpdateNotice.ViewType) - Constructor for class org.knime.base.node.util.exttool.ViewUpdateNotice
Creates a new notification object for the specified view type.
ViewUpdateNotice.ViewType - Enum in org.knime.base.node.util.exttool
the different types of view reacting to update notifications.
ViewUtils - Class in org.knime.core.node.util
Provides helper methods mostly useful when implementing NodeViews.
Especially the methods ViewUtils.runOrInvokeLaterInEDT(Runnable), ViewUtils.invokeAndWaitInEDT(Runnable), and ViewUtils.invokeLaterInEDT(Runnable) are quite useful because they take care of retaining the NodeContext if the calling thread.
VirtualParallelizedChunkNodeInput - Class in org.knime.core.node.workflow.virtual.parchunk
Utility object that represents the output objects of virtual input nodes.
VirtualParallelizedChunkNodeInput(PortObject[], int) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkNodeInput
 
VirtualParallelizedChunkNodeInput(PortObject[], List<FlowVariable>, int) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkNodeInput
 
VirtualParallelizedChunkPortObjectInNodeFactory - Class in org.knime.core.node.workflow.virtual.parchunk
Node used for parallelization loops and sub nodes.
VirtualParallelizedChunkPortObjectInNodeFactory() - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
Persistor used by constructor.
VirtualParallelizedChunkPortObjectInNodeFactory(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeFactory
Client side constructor.
VirtualParallelizedChunkPortObjectInNodeModel - Class in org.knime.core.node.workflow.virtual.parchunk
 
VirtualParallelizedChunkPortObjectInNodeModel(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectInNodeModel
 
VirtualParallelizedChunkPortObjectOutNodeFactory - Class in org.knime.core.node.workflow.virtual.parchunk
 
VirtualParallelizedChunkPortObjectOutNodeFactory() - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
Serialization constructor.
VirtualParallelizedChunkPortObjectOutNodeFactory(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeFactory
 
VirtualParallelizedChunkPortObjectOutNodeModel - Class in org.knime.core.node.workflow.virtual.parchunk
 
VirtualParallelizedChunkPortObjectOutNodeModel(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.parchunk.VirtualParallelizedChunkPortObjectOutNodeModel
 
VirtualPortObjectInNodeFactory - Class in org.knime.core.node.workflow.virtual
Deprecated.
Use super class instead
VirtualPortObjectInNodeFactory(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.VirtualPortObjectInNodeFactory
Deprecated.
 
VirtualPortObjectOutNodeFactory - Class in org.knime.core.node.workflow.virtual
Deprecated.
Use super class instead
VirtualPortObjectOutNodeFactory() - Constructor for class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeFactory
Deprecated.
Persistor used by constructor.
VirtualPortObjectOutNodeFactory(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.VirtualPortObjectOutNodeFactory
Deprecated.
Client side constructor.
VirtualSubNodeExchange - Class in org.knime.core.node.workflow.virtual.subnode
Utility object that represents the output objects of virtual output nodes.
VirtualSubNodeExchange(PortObjectSpec[], Collection<FlowVariable>) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
Called when subnode's input changes (configure).
VirtualSubNodeExchange(PortObject[], Collection<FlowVariable>) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeExchange
Called during execution of subnode.
VirtualSubNodeInputConfiguration - Class in org.knime.core.node.workflow.virtual.subnode
Configuration to virtual sub node input node.
VirtualSubNodeInputConfiguration(int) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputConfiguration
 
VirtualSubNodeInputNodeDialogPane - Class in org.knime.core.node.workflow.virtual.subnode
Dialog to sub node input.
VirtualSubNodeInputNodeDialogPane(int) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeDialogPane
Default const.
VirtualSubNodeInputNodeFactory - Class in org.knime.core.node.workflow.virtual.subnode
Factory to subnode virtual input node.
VirtualSubNodeInputNodeFactory() - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
Persistor used by constructor.
VirtualSubNodeInputNodeFactory(SubNodeContainer, PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeFactory
Client side constructor.
VirtualSubNodeInputNodeModel - Class in org.knime.core.node.workflow.virtual.subnode
NodeModel of the subnode virtual source node.
VirtualSubNodeInputNodeModel(SubNodeContainer, PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeInputNodeModel
 
VirtualSubNodeOutputConfiguration - Class in org.knime.core.node.workflow.virtual.subnode
Configuration to virtual sub node output node.
VirtualSubNodeOutputConfiguration(int) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputConfiguration
 
VirtualSubNodeOutputNodeDialogPane - Class in org.knime.core.node.workflow.virtual.subnode
Dialog to sub node output.
VirtualSubNodeOutputNodeDialogPane(int) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeDialogPane
Default const.
VirtualSubNodeOutputNodeFactory - Class in org.knime.core.node.workflow.virtual.subnode
Factory to virtual subnode output node.
VirtualSubNodeOutputNodeFactory() - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
Serialization constructor.
VirtualSubNodeOutputNodeFactory(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeFactory
 
VirtualSubNodeOutputNodeModel - Class in org.knime.core.node.workflow.virtual.subnode
NodeModel to subnode virtual output node.
VirtualSubNodeOutputNodeModel(PortType[]) - Constructor for class org.knime.core.node.workflow.virtual.subnode.VirtualSubNodeOutputNodeModel
 
visit(int[], int, int, long, long) - Method in interface org.knime.base.util.math.Combinations.Callback
This method is called with one particular combination of k selected numbers (from 0 to n - 1) in the array selected.
VMFileLocker - Class in org.knime.core.util
Locks file exclusively for this VM - but accepts multiple locks within this VM.
VoidTable - Class in org.knime.core.data.container
A table that is void and only a placeholder for a streamed output.
VolumeAnchorBasedShrink - Class in org.knime.base.node.mine.bfn.fuzzy.shrink
ShrinkVolumeAnchorBased.
VolumeBorderBasedShrink - Class in org.knime.base.node.mine.bfn.fuzzy.shrink
ShrinkDistanceBased.
VolumeRuleBasedShrink - Class in org.knime.base.node.mine.bfn.fuzzy.shrink
Calculates the volume loss from the left or right support or core region border to the new value, divided by the support spread d1_i*Prod(i!=k)d2_k/Prod(k)d2_k = d1_i/d2_i.
VTextIcon - Class in org.knime.core.node.util
Deprecated.
VTextIcon(Component, String) - Constructor for class org.knime.core.node.util.VTextIcon
Deprecated.
Creates a VTextIcon for the specified component with the specified label.
VTextIcon(Component, String, int) - Constructor for class org.knime.core.node.util.VTextIcon
Deprecated.
Creates a VTextIcon for the specified component with the specified label.

W

waitForAnalyzeAction() - Method in class org.knime.base.node.io.filereader.FileReaderNodeDialog
If no analysis is running it triggers one and waits until its done, otherwise it just waits for the running analysis to finish.
waitForAnalyzeAction() - Method in class org.knime.base.node.io.filereader.VariableFileReaderNodeDialog
Deprecated.
If no analysis is running it triggers one and waits until its done, otherwise it just waits for the running analysis to finish.
waitForTermination() - Method in class org.knime.core.util.ThreadPool
Waits until all jobs in this pool and its sub pools have been finished.
waitWhileInExecution(long, TimeUnit) - Method in class org.knime.core.node.workflow.WorkflowManager
Causes the current thread to wait until the the workflow has reached a non-executing state unless a given timeout elapsed.
warn(Object) - Method in class org.knime.core.node.NodeLogger
Write warning message into this logger.
warn(Object, Throwable) - Method in class org.knime.core.node.NodeLogger
Write warning message and throwable into this logger.
warning(SAXParseException) - Method in class org.knime.core.node.config.base.XMLContentHandler
WARNING - Static variable in class org.knime.core.node.util.FilesHistoryPanel.LocationCheckLabel
Color for warning messages.
warning(SAXParseException) - Method in class org.knime.core.xml.XMLProperties
WARNING_ICON - Static variable in class org.knime.core.node.NodeView
Icon in the status bar that shows the node's warning message.
warningChanged(String) - Method in class org.knime.core.node.Node
Is called, when a warning message is set in the NodeModel.
warningChanged(String) - Method in interface org.knime.core.node.NodeModelWarningListener
Called when the NodeModel warning changes.
warningChanged(String) - Method in class org.knime.core.node.NodeView
Called when the NodeModel warning changes.
WarningMessage - Class in org.knime.base.node.preproc.double2int
Helper class to represent a warning message that is stored in SimpleStreamableOperatorInternals-object.
WarningMessage() - Constructor for class org.knime.base.node.preproc.double2int.WarningMessage
 
WarningMessage - Class in org.knime.base.node.preproc.double2int2
Helper class to represent a warning message that is stored in SimpleStreamableOperatorInternals-object.
WarningMessage() - Constructor for class org.knime.base.node.preproc.double2int2.WarningMessage
 
warnWithFormat(String, Object...) - Method in class org.knime.core.node.NodeLogger
Write warning message, created by String.format(String, Object...) into this logger.
wasCanceled() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
Checks the cancel flag.
wasClicked(Point, boolean) - Method in class org.knime.base.node.viz.plotter.parcoord.LineInfo
Determines if the line was clicked.
wasInterrupted() - Method in class org.knime.base.node.io.filereader.FileReaderExecutionMonitor
Checks if the execution was interrupted.
wasNull() - Method in class org.knime.core.node.port.database.reader.DBRowIteratorImpl
 
wasSuccessful() - Method in class org.knime.base.data.bitvector.BitVectorCellFactory
 
wasSuccessful() - Method in class org.knime.base.data.bitvector.MultiString2BitVectorCellFactory
WatermarkTextField - Class in org.knime.core.node.util
 
WatermarkTextField() - Constructor for class org.knime.core.node.util.WatermarkTextField
 
WatermarkTextField(String) - Constructor for class org.knime.core.node.util.WatermarkTextField
 
WatermarkTextField(int) - Constructor for class org.knime.core.node.util.WatermarkTextField
 
WatermarkTextField(String, int) - Constructor for class org.knime.core.node.util.WatermarkTextField
 
WatermarkTextField(Document, String, int) - Constructor for class org.knime.core.node.util.WatermarkTextField
 
WebDependency - Enum in org.knime.core.node.web
 
WebResourceLocator - Class in org.knime.core.node.web
 
WebResourceLocator(String, String, WebResourceLocator.WebResourceType) - Constructor for class org.knime.core.node.web.WebResourceLocator
 
WebResourceLocator(String, String, String, WebResourceLocator.WebResourceType) - Constructor for class org.knime.core.node.web.WebResourceLocator
 
WebResourceLocator.WebResourceType - Enum in org.knime.core.node.web
 
WebTemplate - Interface in org.knime.core.node.web
WebViewContent - Interface in org.knime.core.node.web
Container for all of the information transported in between a WizardNode and an interactive view running in the wizard or WebPortal.
WEIGHT_KEY - Static variable in class org.knime.base.data.neural.MultiLayerPerceptron
Key to store the weights of a neuron in the ModelContent.
weightByDistance() - Method in class org.knime.base.node.mine.knn.KnnSettings
Returns if the nearest neighbours should be weighted by their distance to the query pattern.
weightByDistance(boolean) - Method in class org.knime.base.node.mine.knn.KnnSettings
Sets if the nearest neighbours should be weighted by their distance to the query pattern.
WELCOME_MESSAGE - Static variable in class org.knime.core.node.KNIMEConstants
Welcome to KNIME.
WildcardMatcher - Class in org.knime.base.util
Simple class to convert wildcard patterns into regular expressions.
wildcardToRegex(String) - Static method in class org.knime.base.util.WildcardMatcher
Converts a wildcard pattern containing '*' and '?' as meta characters into a regular expression.
wildcardToRegex(String, boolean) - Static method in class org.knime.base.util.WildcardMatcher
Converts a wildcard pattern containing '*' and '?' as meta characters into a regular expression.
wildRegExprChanged(ItemEvent) - Method in class org.knime.base.node.preproc.filter.row.ColumnRowFilterPanel
Called when the 'is regular expression' or 'has wildcards' checkbox was clicked.
WindowedDataTableIterator - Class in org.knime.base.node.preproc.pmml.missingval
Iterator over a data table that provides windows over the individual columns.
WindowedDataTableIterator(DataTable, int[], int[]) - Constructor for class org.knime.base.node.preproc.pmml.missingval.WindowedDataTableIterator
Constructor for WindowedDataTableIterator.
WindowsCLibrary() - Constructor for class org.knime.core.util.CLibrary.WindowsCLibrary
 
withNewName(String) - Method in class org.knime.core.node.workflow.FlowVariable
Clones this object, setting a new name (used in subnode, puts a unique identifier).
WizardExecutionController - Class in org.knime.core.node.workflow
A utility class received from the workflow manager that allows stepping back and forth in a wizard execution.
WizardExecutionController(WorkflowManager) - Constructor for class org.knime.core.node.workflow.WizardExecutionController
Created from workflow.
WizardExecutionController(WorkflowManager, NodeSettingsRO) - Constructor for class org.knime.core.node.workflow.WizardExecutionController
Restored from settings.
WizardExecutionController.WizardPageContent - Class in org.knime.core.node.workflow
WizardNode<REP extends WebViewContent,VAL extends WebViewContent> - Interface in org.knime.core.node.wizard
 
WizardNodeFactoryExtension<T extends NodeModel & WizardNode<REP,VAL>,REP extends WebViewContent,VAL extends WebViewContent> - Interface in org.knime.core.node.wizard
 
WizardNodeLayoutInfo - Class in org.knime.core.node.wizard
 
WizardNodeLayoutInfo() - Constructor for class org.knime.core.node.wizard.WizardNodeLayoutInfo
Constructs a new (invalid) layout info object.
WizardNodeLayoutInfo(String, String) - Constructor for class org.knime.core.node.wizard.WizardNodeLayoutInfo
Constructs a new (valid) layout info object
WizardNodeViewExtension(Class<AbstractWizardNodeView<?, ?, ?>>, String, String) - Constructor for class org.knime.core.node.wizard.AbstractWizardNodeView.WizardNodeViewExtension
Creates a new WizardNodeViewExtension.
WizardPageContent(NodeID.NodeIDSuffix, Map<NodeID.NodeIDSuffix, WizardNode>, String) - Constructor for class org.knime.core.node.workflow.WizardExecutionController.WizardPageContent
 
WizardViewCreator<REP extends WebViewContent,VAL extends WebViewContent> - Interface in org.knime.core.node.wizard
 
workerFinished(ThreadPool.Worker) - Method in class org.knime.core.util.ThreadPool
This method is called every time a worker has finished.
Workflow - Class in org.knime.core.node.workflow
Container class wrapping wrapping the network of nodes forming a workflow together with some of the basic functionality, especially traversal methods.
Workflow(WorkflowManager, NodeID) - Constructor for class org.knime.core.node.workflow.Workflow
Constructor - initialize sets for metanode in/out connections.
Workflow.NodeAndInports - Class in org.knime.core.node.workflow
Helper class for lists of nodes with their inports and the depth in the list.
WORKFLOW_DIR - Static variable in class org.knime.core.node.NodeLoggerPatternLayout
Workflow directory pattern.
WORKFLOW_FILE - Static variable in interface org.knime.core.node.workflow.WorkflowPersistor
Identifier for KNIME workflows when saved to disc.
WorkflowAnnotation - Class in org.knime.core.node.workflow
Workflow annotation (not associated with a node).
WorkflowAnnotation() - Constructor for class org.knime.core.node.workflow.WorkflowAnnotation
New empty annotation.
WorkflowAnnotation(AnnotationData) - Constructor for class org.knime.core.node.workflow.WorkflowAnnotation
Restore annotation.
workflowChanged(WorkflowEvent) - Method in interface org.knime.core.node.workflow.WorkflowListener
Called from the manager if something changed.
WorkflowCipher - Class in org.knime.core.node.workflow
A cipher object associated with a metanode or workflow.
WorkflowCipherPrompt - Class in org.knime.core.node.workflow
Callback method to query the unlock password for a metanode.
WorkflowCipherPrompt() - Constructor for class org.knime.core.node.workflow.WorkflowCipherPrompt
 
WorkflowCipherPrompt.PromptCancelled - Exception in org.knime.core.node.workflow
Thrown to indicate that user gives up entering the password.
WorkflowConfiguration() - Constructor for class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
 
WorkflowContext - Class in org.knime.core.node.workflow
This class holds information about the context in which a workflows currently resides.
WorkflowContext() - Constructor for class org.knime.core.node.workflow.WorkflowContext
Serialisation constructor.
WorkflowContext.Factory - Class in org.knime.core.node.workflow
Factory for workflow contexts.
WorkflowCopyContent - Class in org.knime.core.node.workflow
Class representing node IDs and workflow annotations that need to be copied from a workflow.
WorkflowCopyContent() - Constructor for class org.knime.core.node.workflow.WorkflowCopyContent
 
WorkflowCreationHelper - Class in org.knime.core.node.workflow
Instances of this class are used during creation of new workflows.
WorkflowCreationHelper() - Constructor for class org.knime.core.node.workflow.WorkflowCreationHelper
 
WorkflowDirLogPatternConverter(FormattingInfo, int) - Constructor for class org.knime.core.node.NodeLoggerPatternLayout.WorkflowDirLogPatternConverter
 
WorkflowEvent - Class in org.knime.core.node.workflow
Event-class for workflow events.
WorkflowEvent(WorkflowEvent.Type, NodeID, Object, Object) - Constructor for class org.knime.core.node.workflow.WorkflowEvent
Creates a new workflow event.
WorkflowEvent.Type - Enum in org.knime.core.node.workflow
Enumeration of all workflow events that are interesting for the GUI.
WorkflowExecutionMode - Enum in org.knime.core.node.workflow
 
WorkflowExecutionResult - Class in org.knime.core.node.workflow.execresult
Specialized execution result for WorkflowManager.
WorkflowExecutionResult(NodeID) - Constructor for class org.knime.core.node.workflow.execresult.WorkflowExecutionResult
Creates new workflow execution result with no particular settings.
WorkflowFileStoreHandlerRepository - Class in org.knime.core.data.filestore.internal
File store handler associated with a workflow.
WorkflowFileStoreHandlerRepository() - Constructor for class org.knime.core.data.filestore.internal.WorkflowFileStoreHandlerRepository
 
WorkflowInPort - Class in org.knime.core.node.workflow
 
WorkflowInPort(int, PortType) - Constructor for class org.knime.core.node.workflow.WorkflowInPort
 
WorkflowListener - Interface in org.knime.core.node.workflow
Interface for listeners that receive workflow events.
WorkflowLoadHelper - Class in org.knime.core.node.workflow
Callback class that is used during loading of a workflow to read user credentials and other information.
WorkflowLoadHelper() - Constructor for class org.knime.core.node.workflow.WorkflowLoadHelper
Default instance.
WorkflowLoadHelper(File) - Constructor for class org.knime.core.node.workflow.WorkflowLoadHelper
Creates a new load helper for the workflow at the specified location.
WorkflowLoadHelper(WorkflowContext) - Constructor for class org.knime.core.node.workflow.WorkflowLoadHelper
Creates a new load helper with the given workflow context.
WorkflowLoadHelper(boolean, WorkflowContext) - Constructor for class org.knime.core.node.workflow.WorkflowLoadHelper
Creates a new load helper with the given workflow context.
WorkflowLoadHelper(boolean) - Constructor for class org.knime.core.node.workflow.WorkflowLoadHelper
 
WorkflowLoadHelper.UnknownKNIMEVersionLoadPolicy - Enum in org.knime.core.node.workflow
How to proceed when a workflow written with a future KNIME version is loaded.
WorkflowLoadResult(String) - Constructor for class org.knime.core.node.workflow.WorkflowPersistor.WorkflowLoadResult
 
workflowLocation - Variable in class org.knime.core.node.workflow.BatchExecutor.WorkflowConfiguration
The (temporary) workflow location which should be used to load the workflow.
WorkflowLock - Class in org.knime.core.node.workflow
A lock instance associated with a workflow or subnode.
WorkflowLock(WorkflowManager) - Constructor for class org.knime.core.node.workflow.WorkflowLock
An instance for a workflow project.
WorkflowLock(WorkflowManager, NodeContainerParent) - Constructor for class org.knime.core.node.workflow.WorkflowLock
An instance for a contained metanode or sub node.
WorkflowManager - Class in org.knime.core.node.workflow
Container holding nodes and connections of a (sub) workflow.
WorkflowManager(NodeContainerParent, WorkflowManager, NodeID, PortType[], PortType[], boolean, WorkflowContext, String, Optional<HashMap<Integer, ContainerTable>>, Optional<WorkflowFileStoreHandlerRepository>, Optional<NodeAnnotation>) - Constructor for class org.knime.core.node.workflow.WorkflowManager
Constructor - create new child workflow container with a parent, a new ID, and the number and type of in/outports as specified.
WorkflowManager(NodeContainerParent, WorkflowManager, NodeID, WorkflowPersistor, HashMap<Integer, ContainerTable>, WorkflowFileStoreHandlerRepository) - Constructor for class org.knime.core.node.workflow.WorkflowManager
Constructor - create new workflow from persistor.
WorkflowManager.AuthorInformation - Class in org.knime.core.node.workflow
Meta data such as who create the workflow and who edited it last and when.
WorkflowManager.NodeModelFilter<T> - Class in org.knime.core.node.workflow
A subclassable filter object that is used in various findXYZ methods.
WorkflowOutPort - Class in org.knime.core.node.workflow
 
WorkflowOutPort(int, PortType) - Constructor for class org.knime.core.node.workflow.WorkflowOutPort
Creates a new output port with a fixed type and index (should unique to all other output ports of this node) for the given node.
WorkflowPersistor - Interface in org.knime.core.node.workflow
 
WorkflowPersistor.ConnectionContainerTemplate - Class in org.knime.core.node.workflow
Helper class representing a connection.
WorkflowPersistor.LoadResult - Class in org.knime.core.node.workflow
 
WorkflowPersistor.LoadResultEntry - Class in org.knime.core.node.workflow
 
WorkflowPersistor.LoadResultEntry.LoadResultEntryType - Enum in org.knime.core.node.workflow
 
WorkflowPersistor.MetaNodeLinkUpdateResult - Class in org.knime.core.node.workflow
 
WorkflowPersistor.NodeContainerTemplateLinkUpdateResult - Class in org.knime.core.node.workflow
 
WorkflowPersistor.NodeFactoryUnknownException - Exception in org.knime.core.node.workflow
Thrown when node factory is not available.
WorkflowPersistor.WorkflowLoadResult - Class in org.knime.core.node.workflow
 
WorkflowPersistor.WorkflowPortTemplate - Class in org.knime.core.node.workflow
 
WorkflowPortTemplate(int, PortType) - Constructor for class org.knime.core.node.workflow.WorkflowPersistor.WorkflowPortTemplate
 
WorkflowSaveHelper - Class in org.knime.core.node.workflow
Helper object to specify options when workflow gets saved.
WorkflowSaveHelper(boolean, boolean) - Constructor for class org.knime.core.node.workflow.WorkflowSaveHelper
 
wrapInTryCatch(String) - Method in interface org.knime.core.node.wizard.WizardViewCreator
Wraps a JavaScript code block in a try/catch block.
WrappedTable - Class in org.knime.core.data.container
Special table implementation that simply wraps a given BufferedDataTable.
WrappedTable(BufferedDataTable) - Constructor for class org.knime.core.data.container.WrappedTable
Creates new table wrapping the argument.
write(DataTable, ExecutionMonitor) - Method in class org.knime.base.node.io.csvwriter.CSVWriter
Writes table with current settings.
write(RowInput, ExecutionMonitor) - Method in class org.knime.base.node.io.csvwriter.CSVWriter
Same as above just usable with a streaming node implementation.
write(StringBuffer, boolean) - Method in class org.knime.base.node.mine.bfn.BasisFunctionLearnerTable
Write this model into the given string buffer.
write(byte[], int, int) - Method in class org.knime.base.util.NullPrintStream
write(int) - Method in class org.knime.base.util.NullPrintStream
write(char[]) - Method in class org.knime.base.util.NullWriter
write(int) - Method in class org.knime.base.util.NullWriter
write(String, int, int) - Method in class org.knime.base.util.NullWriter
write(String) - Method in class org.knime.base.util.NullWriter
write(char[], int, int) - Method in class org.knime.base.util.NullWriter
write(byte[], int, int) - Method in class org.knime.core.data.container.BlockableOutputStream
Parses the byte[] argument, escapes the bytes if necessary and delegates escaped byte array to underlying stream.
write(byte[]) - Method in class org.knime.core.data.container.BlockableOutputStream
write(int) - Method in class org.knime.core.data.container.BlockableOutputStream
Checks if the byte to be written needs to be escaped and does so if necessary.
write(byte[], int, int) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
write(byte[]) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
write(int) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
write(byte[], int, int) - Method in class org.knime.core.data.util.NonClosableOutputStream
write(byte[]) - Method in class org.knime.core.data.util.NonClosableOutputStream
write(int) - Method in class org.knime.core.data.util.NonClosableOutputStream
write(XMLValue) - Method in interface org.knime.core.data.xml.io.XMLCellWriter
Write the given cell.
write(XMLValue) - Method in class org.knime.core.data.xml.io.XMLMultiCellWriter
Write the given cell.
write(OutputStream) - Method in class org.knime.core.node.NodeFrequencies
Writes this instance in JSON format to the output stream.
write(int) - Method in class org.knime.core.util.DiskBasedByteQueue
write(byte[]) - Method in class org.knime.core.util.DiskBasedByteQueue
write(byte[], int, int) - Method in class org.knime.core.util.DiskBasedByteQueue
writeAllRowsFromListToFile() - Method in class org.knime.core.data.container.Buffer
Write all rows from list into file.
writeBlobAddress(BlobDataCell.BlobAddress) - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Writes a given blob address to the stream.
writeBoolean(boolean) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
writeByte(int) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
writeBytes(String) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
writeChar(int) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
writeChars(String) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
writeColumnHeader() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
writeControlByte(int) - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Writes the argument byte.
writeData(DatabaseConnectionSettings, String, BufferedDataTable, boolean, ExecutionMonitor, Map<String, String>, CredentialsProvider, int) - Static method in class org.knime.core.node.port.database.DatabaseWriterConnection
Deprecated.
Create connection to write into database.
writeData(DatabaseConnectionSettings, String, BufferedDataTable, boolean, ExecutionMonitor, Map<String, String>, CredentialsProvider, int, boolean) - Static method in class org.knime.core.node.port.database.DatabaseWriterConnection
Deprecated.
Create connection to write into database.
writeData(DatabaseConnectionSettings, String, RowInput, long, boolean, ExecutionMonitor, Map<String, String>, CredentialsProvider, int, boolean) - Static method in class org.knime.core.node.port.database.DatabaseWriterConnection
Deprecated.
Create connection to write into database.
writeData(String, String, RowInput, long, ExecutionMonitor, CredentialsProvider, int) - Method in interface org.knime.core.node.port.database.writer.DBWriter
Create connection to write into database.
writeData(String, RowInput, long, boolean, ExecutionMonitor, Map<String, String>, CredentialsProvider, int, boolean) - Method in interface org.knime.core.node.port.database.writer.DBWriter
writeData(String, RowInput, long, boolean, ExecutionMonitor, Map<String, String>, CredentialsProvider, int, boolean) - Method in class org.knime.core.node.port.database.writer.DBWriterImpl
Deprecated. 
writeDataCell(DataCell, DCObjectOutputVersion2) - Method in class org.knime.core.data.container.Buffer
Writes a data cell to the outStream.
writeDataCell(DataCell) - Method in interface org.knime.core.data.DataCellDataOutput
Writes a given DataCell to the output stream.
writeDataCellPerJavaSerialization(DataCell) - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Writes a cell using java serialization.
writeDataCellPerKNIMESerializer(DataCellSerializer<DataCell>, DataCell) - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Writes a data cell using the serializer.
writeDouble(double) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
writeExtension(BayesInputsDocument.BayesInputs, String) - Method in class org.knime.base.node.mine.bayes.naivebayes.datamodel2.BitVectorAttributeModel
Stores the BitVectorAttributeModel information as an extension since the PMML standard does not support bit vector columns.
writeExternal(ObjectOutput) - Method in class org.knime.core.node.workflow.WorkflowContext
WriteFileStoreHandler - Class in org.knime.core.data.filestore.internal
 
WriteFileStoreHandler(String, UUID) - Constructor for class org.knime.core.data.filestore.internal.WriteFileStoreHandler
 
writeFileStoreKey(FileStoreKey) - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Saves file store cell.
writeFloat(float) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
writeHeader(PMMLDocument.PMML) - Static method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
 
WriteImageNodeDialogPane - Class in org.knime.base.node.image.writeimage
 
WriteImageNodeDialogPane() - Constructor for class org.knime.base.node.image.writeimage.WriteImageNodeDialogPane
 
WriteImageNodeFactory - Class in org.knime.base.node.image.writeimage
 
WriteImageNodeFactory() - Constructor for class org.knime.base.node.image.writeimage.WriteImageNodeFactory
 
WriteImageNodeModel - Class in org.knime.base.node.image.writeimage
 
WriteImageNodeModel() - Constructor for class org.knime.base.node.image.writeimage.WriteImageNodeModel
 
writeInt(int) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
writeLock() - Method in class org.knime.core.internal.ReferencedFile
Locks this file location for writing.
writeLong(long) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
writeMiningSchema(PMMLPortObjectSpec, XmlObject) - Static method in class org.knime.core.node.port.pmml.PMMLMiningSchemaTranslator
Writes the MiningSchema based upon the fields of the passed PMMLPortObjectSpec.
writeMiningSchema(PMMLPortObjectSpec, TransformerHandler) - Static method in class org.knime.core.node.port.pmml.PMMLPortObjectSpec
Deprecated.
writeNode(XMLStreamWriter, Node, Node, int, String, String, List<Boolean>) - Static method in class org.knime.core.data.xml.io.XMLCellWriterUtil
Writes a Node
writeObjectToFile(PortObject, File, ExecutionMonitor) - Static method in class org.knime.core.node.port.PortUtil
 
writeObjectToStream(PortObject, OutputStream, ExecutionMonitor) - Static method in class org.knime.core.node.port.PortUtil
Write the given port object into the given output stream.
writePMML(TransformerHandler) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLParameter
Writes the PMML to the given handler.
writePMML(TransformerHandler) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCell
Writes the PMML to the given handler.
writePMML(TransformerHandler) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPCovCell
Writes the PMML to the given handler.
writePMML(TransformerHandler) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPPCell
Writes the PMML to the given handler.
writePMML(TransformerHandler) - Method in class org.knime.base.node.mine.regression.pmmlgreg.PMMLPredictor
Writes the PMML to the given handler.
writePMML(TransformerHandler) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretize
Writes the PMML to the given handler.
writePMML(TransformerHandler) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLDiscretizeBin
Writes the PMML to the given handler.
writePMML(TransformerHandler) - Method in class org.knime.base.node.preproc.autobinner.pmml.PMMLInterval
Writes the PMML to the given handler.
writeRowID() - Method in class org.knime.base.node.io.csvwriter.FileWriterSettings
 
writeRowKey(RowKey, DCObjectOutputVersion2) - Method in class org.knime.core.data.container.Buffer
Writes the row key to the out stream.
writeRowKey(RowKey) - Method in class org.knime.core.data.container.DCObjectOutputVersion2
Writes a row key by writing the underlying string to the stream.
writeShort(int) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
WriteTableNodeDialogPane - Class in org.knime.base.node.io.table.write
Dialog for the node to write arbitrary tables to a file.
WriteTableNodeDialogPane() - Constructor for class org.knime.base.node.io.table.write.WriteTableNodeDialogPane
Creates new dialog.
WriteTableNodeFactory - Class in org.knime.base.node.io.table.write
Factory for the node to write arbitrary tables to a file.
WriteTableNodeFactory() - Constructor for class org.knime.base.node.io.table.write.WriteTableNodeFactory
 
WriteTableNodeModel - Class in org.knime.base.node.io.table.write
NodeModel for the node to write arbitrary tables to a file.
WriteTableNodeModel() - Constructor for class org.knime.base.node.io.table.write.WriteTableNodeModel
Creates new NodeModel with one input, no output ports.
writeToFile(ObjectOutputStream) - Method in class org.knime.core.node.config.base.ConfigBase
Writes this ConfigBase into the given stream.
writeToStream(DataTable, OutputStream, ExecutionMonitor) - Static method in class org.knime.core.data.container.DataContainer
Writes a given DataTable permanently to an output stream.
writeToZip(DataTable, File, ExecutionMonitor) - Static method in class org.knime.core.data.container.DataContainer
Writes a given DataTable permanently to a zip file.
writeUnlock() - Method in class org.knime.core.internal.ReferencedFile
Unlocks this file hierarchy.
writeUTF(String) - Method in class org.knime.core.data.container.LongUTFDataOutputStream
writeUTF(String) - Method in interface org.knime.core.data.DataCellDataOutput
Writes a UTF String as described in DataOutput.writeUTF(String) except for the 64k limitation.
writeVariablesTo(ConfigBase) - Method in class org.knime.core.node.config.ConfigEditTreeModel
Write the mask to a config object (for storage in node settings object).

X

X - Static variable in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Default X coordinate.
X_COLUMN_FILTER - Static variable in class org.knime.base.node.viz.histogram.impl.AbstractHistogramPlotter
This column filter should be used in all x column select boxes.
X_SHAPE - Static variable in class org.knime.core.data.property.ShapeFactory
Name of and key for the "X".
X_THEN_Y_SORT_POLICY - Static variable in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
To be passed in the sort method to determine the first and second order criteria.
XFilter - Class in org.knime.core.node.port.pmml
 
XFilter(String) - Constructor for class org.knime.core.node.port.pmml.XFilter
 
XML2PMMLNodeDialog - Class in org.knime.base.node.preproc.pmml.xml2pmml
NodeDialog for the "XML2PMML" Node.
XML2PMMLNodeDialog() - Constructor for class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeDialog
New pane for configuring the XML2PMML node.
XML2PMMLNodeFactory - Class in org.knime.base.node.preproc.pmml.xml2pmml
NodeFactory for the "XML2PMML" Node.
XML2PMMLNodeFactory() - Constructor for class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeFactory
 
XML2PMMLNodeModel - Class in org.knime.base.node.preproc.pmml.xml2pmml
This is the model implementation of XML2PMML.
XML2PMMLNodeModel() - Constructor for class org.knime.base.node.preproc.pmml.xml2pmml.XML2PMMLNodeModel
Constructor for the node model.
XMLBlobCell - Class in org.knime.core.data.xml
BlobDataCell implementation that encapsulates a XMLCellContent.
XMLBlobCell(XMLCellContent) - Constructor for class org.knime.core.data.xml.XMLBlobCell
Create a new instance.
XMLBlobCell.XMLSerializer - Class in org.knime.core.data.xml
Serializer for XMLBlobCells.
XMLCell - Class in org.knime.core.data.xml
DataCell implementation that encapsulates a XMLCellContent.
XMLCell(XMLCellContent) - Constructor for class org.knime.core.data.xml.XMLCell
Create a new instance.
XMLCell.XMLSerializer - Class in org.knime.core.data.xml
Serializer for XMLCells.
XMLCellContent - Class in org.knime.core.data.xml
This class encapsulates a Document.
XMLCellContent(String, boolean) - Constructor for class org.knime.core.data.xml.XMLCellContent
Creates a Document by parsing the passed string.
XMLCellContent(InputStream) - Constructor for class org.knime.core.data.xml.XMLCellContent
Creates a Document by parsing the contents of the passed InputStream.
XMLCellContent(Document) - Constructor for class org.knime.core.data.xml.XMLCellContent
Creates a new instance which encapsulates the passed XML document.
XMLCellFactory - Class in org.knime.core.data.xml
Cell factory that creates XML cells.
XMLCellFactory() - Constructor for class org.knime.core.data.xml.XMLCellFactory
 
XMLCellReader - Interface in org.knime.core.data.xml.io
An object to read @link{DataCell}s that can safely be casted to XMLValue.
XMLCellReaderFactory - Class in org.knime.core.data.xml.io
Factory class for XMLCellReader.
XMLCellReaderFactory() - Constructor for class org.knime.core.data.xml.io.XMLCellReaderFactory
 
XMLCellWriter - Interface in org.knime.core.data.xml.io
An object to write xml cells (@link{XMLValue}).
XMLCellWriterFactory - Class in org.knime.core.data.xml.io
Factory class to create @link{XMLCellWriter}.
XMLCellWriterFactory() - Constructor for class org.knime.core.data.xml.io.XMLCellWriterFactory
 
XMLCellWriterUtil - Class in org.knime.core.data.xml.io
Utility class to write xml.
XMLCellWriterUtil() - Constructor for class org.knime.core.data.xml.io.XMLCellWriterUtil
 
XMLConfig - Class in org.knime.core.node.config.base
A class used to load and save Config objects into an XML file.
XMLConfigEntityResolver - Class in org.knime.core.node.config.base
Resolver for the XMLConfig DTDs.
XMLConfigEntityResolver() - Constructor for class org.knime.core.node.config.base.XMLConfigEntityResolver
 
XMLContentHandler - Class in org.knime.core.node.config.base
Utility class to handle SAX events while parsing the xml file.
XMLContentHandler(ConfigBase, String) - Constructor for class org.knime.core.node.config.base.XMLContentHandler
Creates new instance.
XMLDOMCellReader - Class in org.knime.core.data.xml.io
A @link{XMLCellReader} to read a single cell from given.
XMLDOMCellReader(InputStream) - Constructor for class org.knime.core.data.xml.io.XMLDOMCellReader
Create a new instance of a XMLCellReader to read a single cell from given InputStream.
XMLDOMCellReader(Reader) - Constructor for class org.knime.core.data.xml.io.XMLDOMCellReader
Create a new instance of a XMLCellReader to read a single cell from given Reader.
XmlDomComparer - Class in org.knime.core.data.xml.util
Provides methods for comparing XML nodes.
XmlDomComparer.Diff - Class in org.knime.core.data.xml.util
Comprises a difference in two DOM Documents.
XmlDomComparer.Diff.Type - Enum in org.knime.core.data.xml.util
The type of the difference.
XmlDomComparerCustomizer - Class in org.knime.core.data.xml.util
A listener that is passed to a DOMComparer and tells it which nodes to include in the check and if the the order of the children of a given node is critical for the check.
XmlDomComparerCustomizer() - Constructor for class org.knime.core.data.xml.util.XmlDomComparerCustomizer
XmlDomComparerCustomizer(XmlDomComparerCustomizer.ChildrenCompareStrategy) - Constructor for class org.knime.core.data.xml.util.XmlDomComparerCustomizer
Constructor using the XmlDomComparerCustomizer.ChildrenCompareStrategy.ORDERED strategy if the given strategy is null .
XmlDomComparerCustomizer.ChildrenCompareStrategy - Enum in org.knime.core.data.xml.util
Determines if the order of children of an element should impact the comparison.
XMLMultiCellWriter - Class in org.knime.core.data.xml.io
An @link{XMLCellWriter} to write XMLCells that can optionally be enclosed in a root element.
XMLMultiCellWriter(OutputStream, boolean) - Constructor for class org.knime.core.data.xml.io.XMLMultiCellWriter
Create writer to write xml cells.
XMLMultiCellWriter(OutputStream, QName, Map<QName, String>) - Constructor for class org.knime.core.data.xml.io.XMLMultiCellWriter
Create writer to write xml cells enclosed in the given root element.
XMLProperties - Class in org.knime.core.xml
XML properties class that gets an xml URL and dtd file path as input to initialize the xml org.w3c.dom.Document which can be accessed to get parts of the document tree.
XMLProperties(URL, URL) - Constructor for class org.knime.core.xml.XMLProperties
Initializes a new xml properties object by parsing the xmlURL which internally represents a xml Document.
XMLPropsReader - Class in org.knime.base.node.io.filereader
Adds support for the old XML property files.
XMLPropsReader(URL) - Constructor for class org.knime.base.node.io.filereader.XMLPropsReader
Initializes a new specification object for a FileTable using the XML URL which contains a link to the source file as well as other properties how to parse the input data file.
XMLSerializer() - Constructor for class org.knime.core.data.xml.XMLBlobCell.XMLSerializer
 
XMLSerializer() - Constructor for class org.knime.core.data.xml.XMLCell.XMLSerializer
 
XMLTreeCreator - Class in org.knime.core.node.port.pmml
Parses XML and returns a model of the parsed tree that can be displayed with a JTree.
XMLTreeCreator() - Constructor for class org.knime.core.node.port.pmml.XMLTreeCreator
 
XMLUtilityFactory() - Constructor for class org.knime.core.data.xml.XMLValue.XMLUtilityFactory
Only subclasses are allowed to instantiate this class.
XMLValue - Interface in org.knime.core.data.xml
This value encapsulates a Document.
XMLValue.XMLUtilityFactory - Class in org.knime.core.data.xml
Implementations of the meta information of this value class.
XMLValueRenderer - Class in org.knime.core.data.xml
Default renderer for XML values.
XMLValueRenderer(String) - Constructor for class org.knime.core.data.xml.XMLValueRenderer
Constructor.
XMLValueRenderer.Factory - Class in org.knime.core.data.xml
Factory for XMLValueRenderer.
XMLXpathCellReader - Class in org.knime.core.data.xml.io
Read nodes from XML source which match an XPath expression.
XMLXpathCellReader(InputStream, LimitedXPathMatcher) - Constructor for class org.knime.core.data.xml.io.XMLXpathCellReader
Create a new instance.
xor(RuleNode, RuleNode) - Static method in class org.knime.base.node.rules.RuleNodeFactory
Deprecated.
Creates a new XOR node.
xor(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.BitVectorUtil
Creates a sparse bit vector cell, in case that both given values are sparse bit vector cells (otherwise a dense bit vector cell).
xor(DenseBitVector) - Method in class org.knime.core.data.vector.bitvector.DenseBitVector
Creates and returns a new bit vector whose bits are set at positions where (exactly) one of the vectors (this or the argument vector) have a bit set.
xor(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.DenseBitVectorCellFactory
Creates a dense bit vector cell containing the result of the XOR operation on the passed operands.
xor(SparseBitVector) - Method in class org.knime.core.data.vector.bitvector.SparseBitVector
Creates and returns a new bit vector whose bits are set at positions where (exactly) one of the vectors (this or the argument vector) have a bit set.
xor(BitVectorValue, BitVectorValue) - Static method in class org.knime.core.data.vector.bitvector.SparseBitVectorCellFactory
Creates a sparse bit vector cell containing the result of the XOR operation on the passed operands.
XORElementCountOperator - Class in org.knime.base.data.aggregation.collection
Collection operator that counts the number of elements in the set of the exclusive-or on all elements.
XORElementCountOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.XORElementCountOperator
Constructor for class UnionOperator.
XORElementOperator - Class in org.knime.base.data.aggregation.collection
Collections operator that performs an exclusive-or on all elements.
XORElementOperator(OperatorData, GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.XORElementOperator
Constructor for class XORElementOperator.
XORElementOperator(GlobalSettings, OperatorColumnSettings) - Constructor for class org.knime.base.data.aggregation.collection.XORElementOperator
Constructor for class XORElementOperator.
XValidateDialog - Class in org.knime.base.node.meta.xvalidation
This is the simple dialog for the cross validation node.
XValidateDialog() - Constructor for class org.knime.base.node.meta.xvalidation.XValidateDialog
Creates a new dialog for the cross validation settings.
XValidatePartitionerFactory - Class in org.knime.base.node.meta.xvalidation
This factory creates all necessary classes for the cross validation partioning node.
XValidatePartitionerFactory() - Constructor for class org.knime.base.node.meta.xvalidation.XValidatePartitionerFactory
 
XValidatePartitionModel - Class in org.knime.base.node.meta.xvalidation
This is the cross validation partitioning node model that divides the input table into partitions.
XValidatePartitionModel() - Constructor for class org.knime.base.node.meta.xvalidation.XValidatePartitionModel
Creates a new model for the internal partitioner node.
XValidateSettings - Class in org.knime.base.node.meta.xvalidation
Simple class for managing the cross validation settings.
XValidateSettings() - Constructor for class org.knime.base.node.meta.xvalidation.XValidateSettings
 

Y

Y - Static variable in interface org.knime.base.node.mine.sota.view.interaction.Locatable
Default Y coordinate.
Y_THEN_X_SORT_POLICY - Static variable in class org.knime.base.node.viz.plotter.scatter.DotInfoArray
To be passed in the sort method to determine the first and second order criteria.
YagerNorm - Class in org.knime.base.node.mine.bfn.fuzzy.norm
SCHWEIZER and SKLAR norm.

Z

ZERO - Static variable in class org.knime.base.node.mine.bfn.ZeroMissingValueReplacementFunction
static zero replacement value.
ZeroMissingValueReplacementFunction - Class in org.knime.base.node.mine.bfn
Zero replacement.
ZeroMissingValueReplacementFunction() - Constructor for class org.knime.base.node.mine.bfn.ZeroMissingValueReplacementFunction
 
Zip(ZipInputStream) - Constructor for class org.knime.core.data.util.NonClosableInputStream.Zip
Wraps a given zip input stream.
Zip(ZipOutputStream) - Constructor for class org.knime.core.data.util.NonClosableOutputStream.Zip
Wraps a given zip output stream.
ZIP_ENTRY_BLOBS - Static variable in class org.knime.core.data.container.Buffer
Name of the zip entry containing the blob files (directory).
ZIP_ENTRY_DATA - Static variable in class org.knime.core.data.container.Buffer
Name of the zip entry containing the data.
ZIP_ENTRY_FILESTORES - Static variable in class org.knime.core.data.container.Buffer
Name of the zip entry containing the filestore files (directory); only used when the buffer is isolated (not in workflow).
ZIP_ENTRY_META - Static variable in class org.knime.core.data.container.Buffer
Name of the zip entry containing the meta information (e.g.
ZIP_ENTRY_SPEC - Static variable in class org.knime.core.data.container.DataContainer
Used in write/readFromZip: Name of the zip entry containing the spec.
ZIP_INCLUDEALL_FILTER - Static variable in class org.knime.core.util.FileUtil
A filter that causes all files to be included in the zip archive.
zipDir(File, Collection<File>, int, FileUtil.ZipFileFilter, ExecutionMonitor) - Static method in class org.knime.core.util.FileUtil
Packs all files and directories passed in the includeList into a zip file.
zipDir(ZipOutputStream, Collection<File>, FileUtil.ZipFileFilter, ExecutionMonitor) - Static method in class org.knime.core.util.FileUtil
Similar to FileUtil.zipDir(ZipOutputStream, Collection, String, ZipFileFilter, ExecutionMonitor), whereby all elements are directly put into the zip root.
zipDir(ZipOutputStream, Collection<File>, String, FileUtil.ZipFileFilter, ExecutionMonitor) - Static method in class org.knime.core.util.FileUtil
Packs all files and directories passed in the includeList into a zip stream.
zipDir(File, File, int) - Static method in class org.knime.core.util.FileUtil
Recursively packs all the the files and directories beneath the rootDir into a zip file.
zipDir(File, File, int, FileUtil.ZipFileFilter, ExecutionMonitor) - Static method in class org.knime.core.util.FileUtil
Recursively packs all the the files and directories beneath the rootDir into a zip file.
zippedSourceHasMoreEntries() - Method in class org.knime.base.node.io.filereader.FileRowIterator
If the source read was a ZIP archive this method tests if there are more than one entry in the archive.
zoomByClick(Point) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Zooms the content of the drawing pane with the point clicked in center.
zoomByWindow(Rectangle) - Method in class org.knime.base.node.viz.plotter.AbstractPlotter
Zooms the content of the drawing pane to the dragged rectangle.
zoomIn() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
Zooms in.
ZoomMouseListener() - Constructor for class org.knime.base.node.viz.plotter.AbstractPlotter.ZoomMouseListener
 
zoomOut() - Method in class org.knime.base.node.mine.sota.view.SotaDrawingPane
Zooms out.
ZSCORE_MODE - Static variable in class org.knime.base.node.preproc.normalize.NormalizerNodeModel
Deprecated.
ZSCORE mode.
ZSCORE_MODE - Static variable in class org.knime.base.node.preproc.normalize2.Normalizer2NodeModel
Deprecated.
ZSCORE mode.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Copyright, 2003 - 2016. All rights reserved.
KNIME GmbH, Konstanz, Germany
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.