Uses of Class
org.knime.base.node.preproc.setoperator.SetOperation

Packages that use SetOperation
org.knime.base.node.preproc.setoperator Contains a node to perform a set operation on two columns from two input tables. 
 

Uses of SetOperation in org.knime.base.node.preproc.setoperator
 

Methods in org.knime.base.node.preproc.setoperator that return SetOperation
static SetOperation SetOperation.getDefault()
           
static SetOperation SetOperation.getOperation4Name(String name)
           
static SetOperation SetOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SetOperation[] SetOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.knime.base.node.preproc.setoperator with parameters of type SetOperation
static DataTableSpec SetOperationTable.createResultTableSpec(SetOperation op, DataColumnSpec col1Spec, DataColumnSpec col2Spec)
           
 

Constructors in org.knime.base.node.preproc.setoperator with parameters of type SetOperation
SetOperationTable(ExecutionContext exec, boolean useRowID1, String col1, BufferedDataTable table1, boolean useRowID2, String col2, BufferedDataTable table2, SetOperation op, boolean enableHilite, boolean skipMissing, boolean sortInMemory)
          Constructor for class SetOperationTable.
 



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.