Uses of Package
org.knime.base.node.preproc.filter.row.rowfilter

Packages that use org.knime.base.node.preproc.filter.row.rowfilter
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. 
org.knime.base.node.preproc.filter.row.rowfilter Contains all filters currently implemented for the row filter node. 
org.knime.base.node.preproc.sample Node that samples rows from an input table. 
 

Classes in org.knime.base.node.preproc.filter.row.rowfilter used by org.knime.base.node.preproc.filter.row
RowFilter
          Used by the RowFilterIterator to determine whether a row should be filtered or not.
 

Classes in org.knime.base.node.preproc.filter.row.rowfilter used by org.knime.base.node.preproc.filter.row.rowfilter
AttrValueRowFilter
          Super class for all row filters that test an attribute value (like StringCompareRowFilter, MissingValueRowFilter, and RangeRowFilter).
EndOfTableException
          Used by RowFilters to tell that no more rows will fulfill their criteria and the RowFilterTable iterator can flag the end of table.
IncludeFromNowOn
          An exception thrown by a row filter to indicate that the current and all following rows from now on are to be included into the result table.
RowFilter
          Used by the RowFilterIterator to determine whether a row should be filtered or not.
 

Classes in org.knime.base.node.preproc.filter.row.rowfilter used by org.knime.base.node.preproc.sample
EndOfTableException
          Used by RowFilters to tell that no more rows will fulfill their criteria and the RowFilterTable iterator can flag the end of table.
IncludeFromNowOn
          An exception thrown by a row filter to indicate that the current and all following rows from now on are to be included into the result table.
RowFilter
          Used by the RowFilterIterator to determine whether a row should be filtered or not.
 



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.