org.knime.base.node.preproc.joiner
Class OutputDataRow.Settings

java.lang.Object
  extended by org.knime.base.node.preproc.joiner.OutputDataRow.Settings
Enclosing class:
OutputDataRow

static class OutputDataRow.Settings
extends Object

A class that stores the common settings for all OutputDataRows.

Author:
Heiko Hofer

Constructor Summary
OutputDataRow.Settings(DataTableSpec rightTableSpec, int[] rightTableSurvivors)
           
 
Method Summary
 DataTableSpec getSpec()
          The spec of an OutputDataRow.
 int[] getSurvivors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputDataRow.Settings

public OutputDataRow.Settings(DataTableSpec rightTableSpec,
                              int[] rightTableSurvivors)
Parameters:
rightTableSpec - The spec of the right table.
rightTableSurvivors - The survivors of the right table.
Method Detail

getSurvivors

public int[] getSurvivors()
Returns:
The survivors of the right table.

getSpec

public DataTableSpec getSpec()
The spec of an OutputDataRow.

Returns:
the spec


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.