|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.knime.core.node.config | |
---|---|
org.knime.base.data.bitvector | This package contains classes responsible for the representation and conversion of bit vectors. |
org.knime.base.data.util | |
org.knime.base.node.mine.bayes.naivebayes.datamodel | This package implements the naive bayes algorithm for numerical and nominal attributes. |
org.knime.base.node.mine.decisiontree2 | |
org.knime.base.node.preproc.correlation.pmcc | |
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.groupby | Contains a node to perform a group by operation on an input table. |
org.knime.base.node.viz.aggregation | This package contains all data models and some utility classes which are used in the different aggregation visualization implementations like pie chart and histogram. |
org.knime.base.node.viz.histogram.datamodel | This package contains all data and visualization models which are used in the different histogram implementations. |
org.knime.base.node.viz.histogram.util | Contains utility classes which performe binning or which are used in dialogs to select the aggregation columns. |
org.knime.base.node.viz.pie.datamodel | This package contains the pie chart data model classes. |
org.knime.base.util | |
org.knime.core.data | Contains the interface definitions of the DataCell
and DataTable and related
classes, used to store and access the actual data. |
org.knime.core.data.date | Definition of date and time in KNIME. |
org.knime.core.data.property | Contains utility classes for Colors, Shapes, and Sizes which can be assigned to a DataTable via corresponding ColorHandler, ShapeHandler, and SizeHandler all derived from PropertyHandler. |
org.knime.core.node | Contains all classes needed to implement a new node in the workflow. |
org.knime.core.node.config | Contains a utility class Config to store
a general state (i.e. |
org.knime.core.node.port.database | |
org.knime.core.node.property.hilite | Contains hilite classes to maintain hilite events between different views. |
Classes in org.knime.core.node.config used by org.knime.base.data.bitvector | |
---|---|
Config
Supports a mechanism to save settings by their type and a key. |
Classes in org.knime.core.node.config used by org.knime.base.data.util | |
---|---|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.base.node.mine.bayes.naivebayes.datamodel | |
---|---|
Config
Supports a mechanism to save settings by their type and a key. |
|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.base.node.mine.decisiontree2 | |
---|---|
Config
Supports a mechanism to save settings by their type and a key. |
Classes in org.knime.core.node.config used by org.knime.base.node.preproc.correlation.pmcc | |
---|---|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.base.node.preproc.discretization.caim2 | |
---|---|
Config
Supports a mechanism to save settings by their type and a key. |
Classes in org.knime.core.node.config used by org.knime.base.node.preproc.groupby | |
---|---|
ConfigRO
Interface implements only access functions for Config objects. |
Classes in org.knime.core.node.config used by org.knime.base.node.viz.aggregation | |
---|---|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.base.node.viz.histogram.datamodel | |
---|---|
Config
Supports a mechanism to save settings by their type and a key. |
|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.base.node.viz.histogram.util | |
---|---|
Config
Supports a mechanism to save settings by their type and a key. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.base.node.viz.pie.datamodel | |
---|---|
Config
Supports a mechanism to save settings by their type and a key. |
|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.base.util | |
---|---|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.core.data | |
---|---|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.core.data.date | |
---|---|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.core.data.property | |
---|---|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.core.node | |
---|---|
AbstractConfigEntry
Abstract Config entry holding only a Config entry type. |
|
Config
Supports a mechanism to save settings by their type and a key. |
|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.core.node.config | |
---|---|
AbstractConfigEntry
Abstract Config entry holding only a Config entry type. |
|
Config
Supports a mechanism to save settings by their type and a key. |
|
Config.DataCellEntry
Interface for all registered DataCell objects. |
|
ConfigEditJTree
A tree implementation that allows one to overwrite certain node settings using flow variables. |
|
ConfigEditTreeEvent
Event that is fired when the settings associated with the nodes in a ConfigEditTreeModel change. |
|
ConfigEditTreeEventListener
Listener interface for ConfigEditTreeEvent . |
|
ConfigEditTreeModel
Config editor that keeps a mask of variables to overwrite existing settings. |
|
ConfigEditTreeModel.ConfigEditTreeNode
Single Tree node implementation. |
|
ConfigEditTreeRenderer
Renderer implementation of a ConfigEditJTree . |
|
ConfigEntries
An enumeration holding all possible types that can be written to and read from a Config. |
|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.core.node.port.database | |
---|---|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
Classes in org.knime.core.node.config used by org.knime.core.node.property.hilite | |
---|---|
ConfigRO
Interface implements only access functions for Config objects. |
|
ConfigWO
Write-only interface for Config objects providing only access
functions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |