org.knime.base.node.preproc.joiner
Interface JoinedRowKeyFactory

All Known Implementing Classes:
ConcatenateJoinedRowKeyFactory, UseSingleRowKeyFactory

interface JoinedRowKeyFactory

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

Author:
Heiko Hofer

Method Summary
 RowKey createJoinedKey(RowKey leftKey, RowKey rightKey)
          Creates a row key of the joined row.
 

Method Detail

createJoinedKey

RowKey createJoinedKey(RowKey leftKey,
                       RowKey rightKey)
Creates a row key of the joined row.

Parameters:
leftKey - the row key of the left row or null if missing
rightKey - the row key of the right row or null if missing
Returns:
the row key of the joined row


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.