Package org.knime.base.node.preproc.filter.row

Contains a node filtering out rows from an input data table, including only those rows into the output/result table that match a certain criteria.

See:
          Description

Class Summary
ColumnRowFilterPanel  
RowFilter2PortNodeDialog  
RowFilter2PortNodeFactory  
RowFilter2PortNodeModel Model of a node filtering rows.
RowFilterIterator Row iterator of the row filter table.
RowFilterNodeDialogPane  
RowFilterNodeFactory  
RowFilterNodeModel Model of a node filtering rows.
RowFilterPanel They provide a en/disable method which affects all added components.
RowFilterTable A DataTable which "contains" only rows that don't fall through the specified filter.
RowIDRowFilterPanel  
RowNoRowFilterPanel  
 

Exception Summary
RowFilterIterator.RuntimeCanceledExecutionException Runtime exception that's thrown when the execution monitor's ExecutionMonitor.checkCanceled() method throws a CanceledExecutionException.
 

Package org.knime.base.node.preproc.filter.row Description

Contains a node filtering out rows from an input data table, including only those rows into the output/result table that match a certain criteria.

The matching criteria is specified in a row filter. The filter node takes only one row filter - this row filter could contain a combination of multiple others though. See the rowfilter package for available filters and for details on how to implement a new row filter.



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.