Uses of Class
org.knime.base.node.preproc.filter.row.rowfilter.EndOfTableException

Packages that use EndOfTableException
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. 
 

Uses of EndOfTableException in org.knime.base.node.preproc.filter.row.rowfilter
 

Methods in org.knime.base.node.preproc.filter.row.rowfilter that throw EndOfTableException
 boolean AndRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
 boolean RowNoRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
 boolean MissingValueRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
 boolean NegRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
 boolean MissingCellRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
 boolean StringCompareRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
abstract  boolean RowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
 boolean OrRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
 boolean ColValFilterOldObsolete.matches(DataRow row, int rowIndex)
          Deprecated. Return true if the specified row matches the criteria set in the filter.
 boolean FalseRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
 boolean RangeRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
 

Uses of EndOfTableException in org.knime.base.node.preproc.sample
 

Methods in org.knime.base.node.preproc.sample that throw EndOfTableException
 boolean LinearSamplingRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
 boolean RandomFractionRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
 boolean RandomNumberRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the filter.
 boolean StratifiedSamplingRowFilter.matches(DataRow row, int rowIndex)
          Return true if the specified row matches the criteria set in the 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.