Package org.knime.base.node.preproc.joiner

This package contains classes for a node that joins two data tables.

See:
          Description

Interface Summary
JoinedRowKeyFactory An interface that provides a method for creating the row key of a joined row.
 

Class Summary
ColumnPairsSelectionPanel A Component used to define a list of column pairs.
ColumnSpecListRenderer This class renders a list with DataColumnSpecs and strings.
ConcatenateJoinedRowKeyFactory This implementation composes the joined row key by concatenating the left and the right row key with the given separator in the middle.
DataHiliteOutputContainer This is a facade for a DataContainer which is used to create the final joined table.
DataHiliteOutputContainer.Missing An InputDataRow with solely missing data cells, needed for left and right outer join.
InputDataRow This class is a container for a DataRow and an index.
InputDataRow.Settings Common settings for all InputDataRows.
InputDataRow.WildCardCell Used in the match any case.
JoinContainer A Container used to collect DataRows.
Joiner The joiner implements a database like join of two tables.
Joiner2NodeDialog This is the dialog for the joiner node.
Joiner2NodeFactory This factory create all necessary classes for the joiner node.
Joiner2NodeModel This is the model of the joiner node.
Joiner2Settings This class hold the settings for the joiner node.
JoinTuple Two InputDataRow do join when two of there JoinTuples do match.
OutputDataRow Stores information of a inner or outer join in a DataRow.
OutputDataRow.Settings A class that stores the common settings for all OutputDataRows.
UseSingleRowKeyFactory This implementation uses one of the given row keys as the joined row key.
 

Enum Summary
InputDataRow.Settings.InDataPort A InputDataRow belongs either to the left input table or to the right input table.
Joiner2Settings.CompositionMode This enum holds all ways how join attributes can be combined.
Joiner2Settings.DuplicateHandling This enum holds all ways of handling duplicate column names in the two input tables.
Joiner2Settings.JoinMode This enum holds all ways of joining the two tables.
 

Package org.knime.base.node.preproc.joiner Description

This package contains classes for a node that joins two data tables.



Copyright, 2003 - 2012. 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.