Uses of Interface
org.knime.base.data.filter.row.FilterRowGenerator

Packages that use FilterRowGenerator
org.knime.base.data.filter.row Contains row filter for DataTable objects which uses the FilterRowGenerator interface to dynamically ask for included or excluded rows during itertation. 
 

Uses of FilterRowGenerator in org.knime.base.data.filter.row
 

Classes in org.knime.base.data.filter.row that implement FilterRowGenerator
 class DoubleCellFilterRowGenerator
          This class implements the FilterRowGenerator interface for DoubleCell objects and checks if they are within a certain interval.
 

Constructors in org.knime.base.data.filter.row with parameters of type FilterRowGenerator
FilterRowIterator(RowIterator it, FilterRowGenerator gen)
          Creates a new filter row iterator wrapping a row iterator and using the filter row generator for checking each row.
FilterRowTable(DataTable data, FilterRowGenerator gen)
          Creates a new row filter table by wraping the given data table.
 



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.