org.knime.base.node.preproc.joiner
Class InputDataRow
java.lang.Object
org.knime.base.node.preproc.joiner.InputDataRow
- All Implemented Interfaces:
- Comparable<InputDataRow>
class InputDataRow
- extends Object
- implements Comparable<InputDataRow>
This class is a container for a DataRow and an index. The index will be used
to define an order on the InputDataRow.
- Author:
- Heiko Hofer
InputDataRow
InputDataRow(DataRow row,
int index,
InputDataRow.Settings.InDataPort port,
InputDataRow.Settings settings)
- Parameters:
row - A DataRowindex - The index of rowport - The DataPort of the row, either Left or Rightsettings - The settings common for all InputDataRow Objects.
getIndex
int getIndex()
- Returns:
- the index
getJoinTuples
JoinTuple[] getJoinTuples()
- Returns:
- the JoinTuples of this row.
compareTo
public int compareTo(InputDataRow that)
-
- Specified by:
compareTo in interface Comparable<InputDataRow>
toString
public String toString()
-
- Overrides:
toString in class Object
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.