Uses of Package
org.knime.core.data

Packages that use org.knime.core.data
org.knime.base.collection.list.create Implementation of the collection create node. 
org.knime.base.collection.list.split Implementation of the collection split node. 
org.knime.base.data.append.column   
org.knime.base.data.append.row   
org.knime.base.data.bitvector This package contains classes responsible for the representation and conversion of bit vectors. 
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 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 Implementation of a DataTable that joins to underlying tables based on their row key (like a Database join). 
org.knime.base.data.neural This package contains all the necessary classes to build your own neural network. 
org.knime.base.data.nominal Utility package for retrieving nominal values from a DataTable. 
org.knime.base.data.normalize This package contains the utility classes for normalization of DataRows. 
org.knime.base.data.replace   
org.knime.base.data.sort   
org.knime.base.data.statistics This package holds the StatisticsTable. 
org.knime.base.data.util   
org.knime.base.node.flowvariable.tablerowtovariable   
org.knime.base.node.io.arffreader Contains the implementation of a node which reads ARFF files. 
org.knime.base.node.io.arffwriter Contains the implementation of a node which writes the content of a data table into an ARFF file. 
org.knime.base.node.io.csvwriter Node implementation that writes a DataTable to a file in CSV (comma separated value) format (or with any other selectable separator). 
org.knime.base.node.io.database Contains nodes to access data via a database connection. 
org.knime.base.node.io.def (Obsolete) Node that produces predefined DataTables. 
org.knime.base.node.io.filereader Contains a node implementation that reads in data from an ASCII file. 
org.knime.base.node.io.table.read Node that reads data from a file as written by the Write table node. 
org.knime.base.node.io.table.write Node that writes a datatable to a file. 
org.knime.base.node.meta.feature.backwardelim   
org.knime.base.node.meta.looper The looper package contains all classes for building for loops. 
org.knime.base.node.meta.looper.condition Contains two nodes with which a loop can be built. 
org.knime.base.node.meta.xvalidation The xvalidation package contains all classes for a cross validation flow. 
org.knime.base.node.mine.bayes.naivebayes.datamodel This package implements the naive bayes algorithm for numerical and nominal attributes. 
org.knime.base.node.mine.bayes.naivebayes.port   
org.knime.base.node.mine.bayes.naivebayes.predictor This package contains the classes of the predictor node. 
org.knime.base.node.mine.bfn Contains abstract and util classes to train and perform prediction to rule models, also called BasisFunction models. 
org.knime.base.node.mine.bfn.fuzzy Contains the learner and predictor to train fuzzy rules and apply them to unknown data. 
org.knime.base.node.mine.bfn.fuzzy.membership Membership function package which are used during training of BasisFunction models. 
org.knime.base.node.mine.bfn.radial Contains the PNN learner and predictor. 
org.knime.base.node.mine.cluster   
org.knime.base.node.mine.cluster.assign This package contains the classes for the Cluster Assigner Node. 
org.knime.base.node.mine.cluster.fuzzycmeans The fuzzycmeans package contains all classes for the Fuzzy c-means node. 
org.knime.base.node.mine.cluster.hierarchical Contains the implementation of a node performing hierarchical clustering. 
org.knime.base.node.mine.cluster.hierarchical.distfunctions Contains distance function implementations for the Hierarchical Clustering node. 
org.knime.base.node.mine.decisiontree2   
org.knime.base.node.mine.decisiontree2.learner   
org.knime.base.node.mine.decisiontree2.model This package contains code for a decision tree model. 
org.knime.base.node.mine.knn   
org.knime.base.node.mine.mds A node that applies multi dimensional scaling (MDS) on high dimensional data. 
org.knime.base.node.mine.mds.distances The package contains distance classes, computing various kinds of distances between DataRows and DataPoints ect. 
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.pca This package contains all classes for the PCA (principal component analysis) Node. 
org.knime.base.node.mine.regression Contains nodes and utility classes for linear and polynomial regression. 
org.knime.base.node.mine.regression.linear Contains classes for linear regression. 
org.knime.base.node.mine.regression.linear.learn Node implementation performing linear regression. 
org.knime.base.node.mine.regression.linear.view Customized scatter plot view that also shows the regression line. 
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.scorer.accuracy Similar to the default scorer. 
org.knime.base.node.mine.scorer.entrop Node that performs an entropy calculation and compares two clustering results. 
org.knime.base.node.mine.smote Node that oversample patterns in an input table. 
org.knime.base.node.mine.sota Contains the Sota node, which can be used for clustering hirarchically numerical and fuzzy data and visualize the resulting cluster tree. 
org.knime.base.node.mine.sota.logic Contains the logic classes of SOTA. 
org.knime.base.node.mine.sota.predictor Contains the Sotapredictor node, which can be used for class prediction of incoming data. 
org.knime.base.node.mine.subgroupminer This package contains everything necessary for normal subgroup mining. 
org.knime.base.node.mine.subgroupminer.freqitemset This package contains the necessary data structures for the subgroup mining. 
org.knime.base.node.mine.svm.learner This subpackage contains all classes for the SVM Learner Node. 
org.knime.base.node.mine.svm.predictor This subpackage contains all classes for the SVM Predictor Node. 
org.knime.base.node.mine.svm.util This subpackage contains some utility classes for the SVM node. 
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   
org.knime.base.node.parallel.builder   
org.knime.base.node.preproc.append.row   
org.knime.base.node.preproc.binner Contains a node to bin/group a number of numeric columns into a string column by predefined intervals. 
org.knime.base.node.preproc.caseconvert Node to convert alphanumeric characters to lowercase or uppercase. 
org.knime.base.node.preproc.cellsplit Contains the implementation of a node that splits (and replaces) a values in a column into multiple new ones. 
org.knime.base.node.preproc.cellsplitbypos   
org.knime.base.node.preproc.colcombine Node to combine the content of a set of columns into a single column (to be appended). 
org.knime.base.node.preproc.colcompare Node to combine the content of a set of columns into a single column (to be appended). 
org.knime.base.node.preproc.colconvert Node to convert String columns to Double columns or the other way around. 
org.knime.base.node.preproc.colconvert.numbertostring Node to convert DoubleValue columns to StringValue columns. 
org.knime.base.node.preproc.colconvert.stringtonumber Node to convert StringValue columns to NumberValue columns. 
org.knime.base.node.preproc.colsort This package contains all classes for the Column Resorter node. 
org.knime.base.node.preproc.columnTrans This package contains the classes of the Many2One and One2Many column transformation nodes. 
org.knime.base.node.preproc.correlation.pmcc   
org.knime.base.node.preproc.discretization.caim2 Contains two nodes for class supervised binning and applying such a learned binning model to new data. 
org.knime.base.node.preproc.discretization.caim2.modelcreator Contains the classes implementing a node that learns a class supervised discretization (binning) model. 
org.knime.base.node.preproc.domain Contains a node to determine the DataTableSpec of the input data. 
org.knime.base.node.preproc.double2int   
org.knime.base.node.preproc.filter.column Contains the filter column node which can be used the extract certain columns from the input data table. 
org.knime.base.node.preproc.filter.columnref Contains a Reference Column Filter node that allows columns to be included or excluded from the first table while the second one is used as reference table. 
org.knime.base.node.preproc.filter.hilite Node to seperate hilited and not hilited rows of given DataTable. 
org.knime.base.node.preproc.filter.hilite.collector Contains the HiLite Collector node with can be used to apply annotations to a set of hilit rows. 
org.knime.base.node.preproc.filter.nominal This package implements a possible value row filter. 
org.knime.base.node.preproc.filter.row Contains a node filtering out rows from an input data table, including only those rows into the output/result table that match a certain criteria. 
org.knime.base.node.preproc.filter.row.rowfilter Contains all filters currently implemented for the row filter node. 
org.knime.base.node.preproc.filter.rowref Contains a Reference Row Filter node that allows rows to be included or excluded from the first table while the second one is used as reference table. 
org.knime.base.node.preproc.groupby Contains a node to perform a group by operation on an input table. 
org.knime.base.node.preproc.groupby.aggregation Contains helper classes that perform the aggregation. 
org.knime.base.node.preproc.groupby.dialogutil Contains helper classes that are used in the configuration dialog of the node. 
org.knime.base.node.preproc.joiner This package contains classes for a node that joins two data tables. 
org.knime.base.node.preproc.lowvarfilter Node implementation that allows the user to filter out numeric columns, which have a low or no variance. 
org.knime.base.node.preproc.missingval Implemenation of the node that treats missing values. 
org.knime.base.node.preproc.normalize This package contains all classes for the Normalizer Node. 
org.knime.base.node.preproc.partition Node that partitions the data into train- and test set. 
org.knime.base.node.preproc.pivot Contains a node to perform a pivoting on one column against another group column. 
org.knime.base.node.preproc.regexsplit Node that splits an input string (column) into multiple groups according to a regular expression (realized by java.util.regex.Pattern). 
org.knime.base.node.preproc.rename Node that allows to rename column names or change the type. 
org.knime.base.node.preproc.rowkey This package contains all classes of the RowKey node which provides the following function: Replacing of the current rowkey with the values of a column Creating a column with the row key values  
org.knime.base.node.preproc.rowsplit Node splits a data table according to a numeric filter criterion. 
org.knime.base.node.preproc.sample Node that samples rows from an input table. 
org.knime.base.node.preproc.setoperator Contains a node to perform a set operation on two columns from two input tables. 
org.knime.base.node.preproc.shuffle Implementation of the Fisher Yates shuffle, that guarantees that all n! possible outcomes are possible and equally likely. 
org.knime.base.node.preproc.sorter Contains the Sorter Node which can be used to sort columns from the input data table. 
org.knime.base.node.preproc.split Node that splits an input table into two output table. 
org.knime.base.node.preproc.stringreplacer This package contains a node that can be used to replace strings in a column based on wildcard matches. 
org.knime.base.node.preproc.stringreplacer.dict Node that replaces the content of a selected column by dictionary entries. 
org.knime.base.node.preproc.transpose Contains a node to transpose a table by swaping rows and columns. 
org.knime.base.node.preproc.unpivot   
org.knime.base.node.preproc.valcount   
org.knime.base.node.rules   
org.knime.base.node.util   
org.knime.base.node.util.cache Contains node that allows caching of data for fast access. 
org.knime.base.node.util.sampledata   
org.knime.base.node.viz.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.condbox Contains all classes that realize a conditional box plot. 
org.knime.base.node.viz.enrichment The enrichment plotter node allows you to plot enrichment curves. 
org.knime.base.node.viz.histogram.datamodel This package contains all data and visualization models which are used in the different histogram implementations. 
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 This is the memory saving implementation of the abstract histogram plotter. 
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 Contains classes for KNIME nodes which uses the classes of the histogram package to display a histogram view. 
org.knime.base.node.viz.histogram.util Contains utility classes which performe binning or which are used in dialogs to select the aggregation columns. 
org.knime.base.node.viz.liftchart The liftchart package contains all classes for building a lift chart node. 
org.knime.base.node.viz.pie.datamodel This package contains the pie chart data model classes. 
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 This package contains the interactive pie chart data model classes. 
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 This package contains the KNIME node classes for the fixed pie chart. 
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 This package contains some utility classes like the ColumnFilter and the GeometryUtil class. 
org.knime.base.node.viz.plotter Contains the basic viewing framework for KNIME. 
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 Contains all classes that realize a box plot. 
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 Contains all classes necessary to visualize a hierachical clustering result represented by a DendrogramNode
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 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.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.property.color Contains the Color Manager and Color Appender node to set colors for a nominal or bounded (numeric) column. 
org.knime.base.node.viz.property.shape Contains the Shape Manager and Shape Appender node to set shapes for a nominal column. 
org.knime.base.node.viz.property.size Contains the Size Manager and Size Appender node to set sizes for a bounded (numeric) column. 
org.knime.base.node.viz.roc The ROC node allows you to plot ROC curves. 
org.knime.base.node.viz.statistics Contains the Statistics Node which can be used to compute statistics based on the input data table. 
org.knime.base.node.viz.table Node implementation of the interactive table view. 
org.knime.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.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.collection Definitions for KNIME collection types and default implementations. 
org.knime.core.data.container Implementation of a DataContainer
org.knime.core.data.date Definition of date and time in KNIME. 
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.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.renderer Interfaces and default implementations for renderer of DataValue objects. 
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.vector.bitvector   
org.knime.core.data.vector.bytevector   
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.defaultnodesettings Contains default dialog components, which can be used to quickly create a simple dialog. 
org.knime.core.node.interrupt This package contains the necessary classes for an interruptible framework. 
org.knime.core.node.port.database   
org.knime.core.node.port.pmml   
org.knime.core.node.port.viewproperty   
org.knime.core.node.property.hilite Contains hilite classes to maintain hilite events between different views. 
org.knime.core.node.tableview Node implementation of a table view. 
org.knime.core.node.util Contains a set of utility classes that may be used in different (so far visual) contexts. 
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
 

Classes in org.knime.core.data used by org.knime.base.collection.list.create
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.collection.list.split
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.data.append.column
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.data.append.row
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.data.bitvector
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataType
          Type description associated with a certain implementation of a DataCell.
DataValue
          The interface all value interfaces of DataCells are derived from.
DataValue.UtilityFactory
          Implementation of the meta information to a DataValue.
DataValueComparator
          The comparator used to compare two DataValue objects.
 

Classes in org.knime.core.data used by org.knime.base.data.filter.column
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DataValue
          The interface all value interfaces of DataCells are derived from.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.data.filter.row
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DoubleValue
          Interface supporting generic double values.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.data.join
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.data.neural
DataCell
          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.
 

Classes in org.knime.core.data used by org.knime.base.data.nominal
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.data.normalize
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.data.replace
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.data.sort
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.data.statistics
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.data.util
DataCell
          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.
 

Classes in org.knime.core.data used by org.knime.base.node.flowvariable.tablerowtovariable
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.io.arffreader
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.io.arffwriter
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.io.csvwriter
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.io.database
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.io.def
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
 

Classes in org.knime.core.data used by org.knime.base.node.io.filereader
DataCell
          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.
DataColumnDomain
          Final DataColumnDomain object holding meta infos about one column, that are, possible values and/or upper and lower bounds - if available.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.io.table.read
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.io.table.write
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.meta.feature.backwardelim
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.meta.looper
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.meta.looper.condition
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.meta.xvalidation
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.bayes.naivebayes.datamodel
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DataValue
          The interface all value interfaces of DataCells are derived from.
NominalValue
          Interface of a StringCell, which does not enforce additional functionality but indicates that cells implementing this value can be used as nominal values.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.bayes.naivebayes.port
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.bayes.naivebayes.predictor
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.bfn
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DoubleValue
          Interface supporting generic double values.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.bfn.fuzzy
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DoubleValue
          Interface supporting generic double values.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.bfn.fuzzy.membership
DataCell
          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.
DoubleValue
          Interface supporting generic double values.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.bfn.radial
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DoubleValue
          Interface supporting generic double values.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.cluster
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.cluster.assign
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.cluster.fuzzycmeans
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.cluster.hierarchical
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.cluster.hierarchical.distfunctions
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.decisiontree2
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.decisiontree2.learner
DataCell
          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.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.decisiontree2.model
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.knn
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.mds
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.mds.distances
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.mds.mdsprojection
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.pca
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.regression
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.regression.linear
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.regression.linear.learn
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.regression.linear.view
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.regression.polynomial.learner
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.scorer.accuracy
DataCell
          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.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.scorer.entrop
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.smote
DataCell
          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.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.sota
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.sota.logic
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DataValue
          The interface all value interfaces of DataCells are derived from.
DoubleValue
          Interface supporting generic double values.
FuzzyIntervalValue
          Interface supporting fuzzy interval cells holding support and core min and max values.
FuzzyNumberValue
          Interface supporting fuzzy numbers defined by min and max support, and core.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.sota.predictor
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.subgroupminer
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.subgroupminer.freqitemset
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.svm.learner
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.svm.predictor
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.mine.svm.util
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.parallel
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.parallel.appender
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.parallel.builder
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.append.row
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.binner
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.caseconvert
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.cellsplit
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.cellsplitbypos
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.colcombine
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.colcompare
DataCell
          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.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.colconvert
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.colconvert.numbertostring
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.colconvert.stringtonumber
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.colsort
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.columnTrans
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.correlation.pmcc
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.discretization.caim2
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.discretization.caim2.modelcreator
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.domain
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataValue
          The interface all value interfaces of DataCells are derived from.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.double2int
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.filter.column
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.filter.columnref
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.filter.hilite
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.filter.hilite.collector
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.filter.nominal
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.filter.row
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.filter.row.rowfilter
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataValueComparator
          The comparator used to compare two DataValue objects.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.filter.rowref
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.groupby
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.groupby.aggregation
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.groupby.dialogutil
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.joiner
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.lowvarfilter
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.missingval
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.normalize
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.partition
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.pivot
DataCell
          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.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.regexsplit
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.rename
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DataValue
          The interface all value interfaces of DataCells are derived from.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.rowkey
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.rowsplit
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.sample
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.setoperator
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataValue
          The interface all value interfaces of DataCells are derived from.
DataValueComparator
          The comparator used to compare two DataValue objects.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.shuffle
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.sorter
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.split
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.stringreplacer
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.stringreplacer.dict
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.transpose
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.unpivot
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.preproc.valcount
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.rules
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataValueComparator
          The comparator used to compare two DataValue objects.
 

Classes in org.knime.core.data used by org.knime.base.node.util
DataCell
          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.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.util.cache
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.util.sampledata
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.aggregation
DataCell
          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.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.condbox
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.enrichment
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.histogram.datamodel
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.histogram.impl
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.histogram.impl.fixed
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.histogram.impl.interactive
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataValueComparator
          The comparator used to compare two DataValue objects.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.histogram.node
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.histogram.util
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.liftchart
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.pie.datamodel
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.pie.datamodel.fixed
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.pie.datamodel.interactive
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.pie.node
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.pie.node.fixed
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.pie.node.interactive
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.pie.util
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.plotter
DataCell
          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.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.plotter.basic
DataCell
          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.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.plotter.box
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.plotter.columns
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.plotter.dendrogram
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.plotter.node
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.plotter.parcoord
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.plotter.scatter
DataCell
          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.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.property.color
DataCell
          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.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.property.shape
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.property.size
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.roc
DataCell
          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.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.statistics
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.node.viz.table
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.base.util.coordinate
DataCell
          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.
DataColumnDomain
          Final DataColumnDomain object holding meta infos about one column, that are, possible values and/or upper and lower bounds - if available.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataValue
          The interface all value interfaces of DataCells are derived from.
 

Classes in org.knime.core.data used by org.knime.core.data
DataCell
          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.
DataCellDataInput
          Extended DataInput, which enables de-serialization of DataCell objects.
DataCellDataOutput
          Extended DataOutput, which also allows the serialization of DataCell objects.
DataCellSerializer
          Interface for classes that can read or write specific DataCell implementations.
DataColumnDomain
          Final DataColumnDomain object holding meta infos about one column, that are, possible values and/or upper and lower bounds - if available.
DataColumnProperties
          Property map that contains annotations assigned to a column.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DataValue
          The interface all value interfaces of DataCells are derived from.
DataValue.UtilityFactory
          Implementation of the meta information to a DataValue.
DataValueComparator
          The comparator used to compare two DataValue objects.
DoubleValue
          Interface supporting generic double values.
IntervalValue
          Interface supporting interval cells holding minimum and maximum boundaries.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.core.data.collection
DataCell
          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.
DataCellDataInput
          Extended DataInput, which enables de-serialization of DataCell objects.
DataCellDataOutput
          Extended DataOutput, which also allows the serialization of DataCell objects.
DataCellSerializer
          Interface for classes that can read or write specific DataCell implementations.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DataValue
          The interface all value interfaces of DataCells are derived from.
DataValue.UtilityFactory
          Implementation of the meta information to a DataValue.
 

Classes in org.knime.core.data used by org.knime.core.data.container
DataCell
          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.
DataCellSerializer
          Interface for classes that can read or write specific DataCell implementations.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DataValue
          The interface all value interfaces of DataCells are derived from.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.core.data.date
BoundedValue
          A DataCell should implement this interface to indicate that its objects can be reasonably ordered.
DataCell
          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.
DataCellDataInput
          Extended DataInput, which enables de-serialization of DataCell objects.
DataCellDataOutput
          Extended DataOutput, which also allows the serialization of DataCell objects.
DataCellSerializer
          Interface for classes that can read or write specific DataCell implementations.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DataValue
          The interface all value interfaces of DataCells are derived from.
DataValue.UtilityFactory
          Implementation of the meta information to a DataValue.
DataValueComparator
          The comparator used to compare two DataValue objects.
StringValue
          Interface of a StringCell, forces method to return string value.
 

Classes in org.knime.core.data used by org.knime.core.data.def
BoundedValue
          A DataCell should implement this interface to indicate that its objects can be reasonably ordered.
ComplexNumberValue
          Interface supporting generic complex number values.
DataCell
          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.
DataCellSerializer
          Interface for classes that can read or write specific DataCell implementations.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DataValue
          The interface all value interfaces of DataCells are derived from.
DoubleValue
          Interface supporting generic double values.
FuzzyIntervalValue
          Interface supporting fuzzy interval cells holding support and core min and max values.
FuzzyNumberValue
          Interface supporting fuzzy numbers defined by min and max support, and core.
IntervalValue
          Interface supporting interval cells holding minimum and maximum boundaries.
IntValue
          Interface supporting generic int values.
LongValue
          Interface supporting generic long values.
NominalValue
          Interface of a StringCell, which does not enforce additional functionality but indicates that cells implementing this value can be used as nominal values.
RowIterator
          Classes extending this class iterate over the rows of a DataTable.
RowKey
          Key for a specific row which holds an identifier of type String.
StringValue
          Interface of a StringCell, forces method to return string value.
TimestampValue
          Deprecated. Date and time in KNIME is represented by DateAndTimeValue and DateAndTimeCell. This interface will be removed in future versions of KNIME.
 

Classes in org.knime.core.data used by org.knime.core.data.property
DataCell
          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.
 

Classes in org.knime.core.data used by org.knime.core.data.renderer
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
 

Classes in org.knime.core.data used by org.knime.core.data.util
DataCell
          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.
 

Classes in org.knime.core.data used by org.knime.core.data.vector.bitvector
DataCell
          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.
DataCellSerializer
          Interface for classes that can read or write specific DataCell implementations.
DataType
          Type description associated with a certain implementation of a DataCell.
DataValue
          The interface all value interfaces of DataCells are derived from.
 

Classes in org.knime.core.data used by org.knime.core.data.vector.bytevector
DataCell
          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.
DataCellSerializer
          Interface for classes that can read or write specific DataCell implementations.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
DataValue
          The interface all value interfaces of DataCells are derived from.
DataValue.UtilityFactory
          Implementation of the meta information to a DataValue.
DataValueComparator
          The comparator used to compare two DataValue objects.
 

Classes in org.knime.core.data used by org.knime.core.node
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.core.node.config
DataCell
          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.
DataType
          Type description associated with a certain implementation of a DataCell.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.core.node.defaultnodesettings
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.core.node.interrupt
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
 

Classes in org.knime.core.data used by org.knime.core.node.port.database
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.core.node.port.pmml
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.core.node.port.viewproperty
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 

Classes in org.knime.core.data used by org.knime.core.node.property.hilite
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.core.node.tableview
DataCell
          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.
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataRow
          Container interface for a vector of DataCells and a row key for unique identification.
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
RowKey
          Key for a specific row which holds an identifier of type String.
 

Classes in org.knime.core.data used by org.knime.core.node.util
DataColumnSpec
          A DataColumnSpec describes one column in a DataTable.
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
DataType
          Type description associated with a certain implementation of a DataCell.
 

Classes in org.knime.core.data used by org.knime.core.node.workflow
DataTable
          Most general data interface in table structure with a fixed number of columns and iterable rows (no random access).
DataTableSpec
          DataTableSpecs specify the structure of a DataTable.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.