Uses of Class
org.knime.core.data.RowIterator

Packages that use RowIterator
org.knime.base.data.append.column   
org.knime.base.data.append.row   
org.knime.base.data.filter.column Contains column filter for DataTable objects which includes or excludes a certain number of columns from a given data table. 
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. 
org.knime.base.data.join Implementation of a DataTable that joins to underlying tables based on their row key (like a Database join). 
org.knime.base.data.nominal Utility package for retrieving nominal values from a DataTable. 
org.knime.base.data.normalize This package contains the utility classes for normalization of DataRows. 
org.knime.base.data.replace   
org.knime.base.data.sort   
org.knime.base.data.statistics This package holds the StatisticsTable. 
org.knime.base.node.io.arffreader Contains the implementation of a node which reads ARFF files. 
org.knime.base.node.io.filereader Contains a node implementation that reads in data from an ASCII file. 
org.knime.base.node.mine.bfn Contains abstract and util classes to train and perform prediction to rule models, also called BasisFunction models. 
org.knime.base.node.mine.sota.logic Contains the logic classes of SOTA. 
org.knime.base.node.mine.subgroupminer.freqitemset This package contains the necessary data structures for the subgroup mining. 
org.knime.base.node.parallel.appender   
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.missingval Implemenation of the node that treats missing values. 
org.knime.base.node.util   
org.knime.core.data Contains the interface definitions of the DataCell and DataTable and related classes, used to store and access the actual data. 
org.knime.core.data.container Implementation of a DataContainer
org.knime.core.data.def Provides default implementations for all (except DataTable) abstract classes in the data package.

The default implementations of classes derived from DataCell just store their values in members of the appropriate java type (like DoubleCell has a private member of Java type double, etc.).

The default implementation of DataTable is deprecated and shouldn't be used. 
 

Uses of RowIterator in org.knime.base.data.append.column
 

Subclasses of RowIterator in org.knime.base.data.append.column
 class AppendedColumnRowIterator
          The Iterator implementation for an AppendedColumnTable.
 

Methods in org.knime.base.data.append.column that return RowIterator
(package private)  RowIterator AppendedColumnTable.getBaseIterator()
          Get new iterator over the underlying table.
 RowIterator AppendedColumnTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.base.data.append.row
 

Subclasses of RowIterator in org.knime.base.data.append.row
 class AppendedRowsIterator
          Iterator over an AppendedRowsTable.
 

Methods in org.knime.base.data.append.row that return RowIterator
 RowIterator AppendedRowsTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.base.data.filter.column
 

Subclasses of RowIterator in org.knime.base.data.filter.column
(package private)  class CloseableFilterColumnRowIterator
          Filter column row iterator needed to wrap the filter column's original row iterator.
(package private)  class FilterColumnRowIterator
          Filter column row iterator needed to wrap the filter column's original row iterator.
 

Methods in org.knime.base.data.filter.column that return RowIterator
 RowIterator FilterColumnTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Constructors in org.knime.base.data.filter.column with parameters of type RowIterator
FilterColumnRowIterator(RowIterator it, int[] columns)
          Creates a new filter iterator using the original row iterator and an array of column indices.
 

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

Subclasses of RowIterator in org.knime.base.data.filter.row
(package private)  class FilterRowIterator
          This class wraps the RowIterator which includes only DataRows which satify the FilterRowGenerator criteria.
 

Methods in org.knime.base.data.filter.row that return RowIterator
 RowIterator FilterRowTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Constructors in org.knime.base.data.filter.row with parameters of type RowIterator
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.
 

Uses of RowIterator in org.knime.base.data.join
 

Subclasses of RowIterator in org.knime.base.data.join
(package private)  class InMemoryIterator
          This iterator joins two tables (given by a JoinedTable) in memory and is therfore magnituded faster than the standard joiner.
(package private)  class JoinedTableRowIterator
          What is worth to notice about the order: Ideally, the order in both tables is the same.
 

Methods in org.knime.base.data.join that return RowIterator
 RowIterator JoinedTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.base.data.nominal
 

Methods in org.knime.base.data.nominal that return RowIterator
 RowIterator NominalTable.iterator()
           
 

Uses of RowIterator in org.knime.base.data.normalize
 

Subclasses of RowIterator in org.knime.base.data.normalize
 class AffineTransRowIterator
          RowIterator that wraps another iterator and performs an affine transformation, i.e.
 

Methods in org.knime.base.data.normalize that return RowIterator
 RowIterator AffineTransTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.base.data.replace
 

Subclasses of RowIterator in org.knime.base.data.replace
 class ReplacedColumnsRowIterator
           
 

Methods in org.knime.base.data.replace that return RowIterator
 RowIterator ReplacedColumnsTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Constructors in org.knime.base.data.replace with parameters of type RowIterator
ReplacedColumnsRowIterator(RowIterator it, ReplacedCellsFactory fac, DataType[] validateTypes, int[] columns)
          Creates a new replaced column iterator.
 

Uses of RowIterator in org.knime.base.data.sort
 

Methods in org.knime.base.data.sort that return RowIterator
 RowIterator SortedTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.base.data.statistics
 

Methods in org.knime.base.data.statistics that return RowIterator
 RowIterator StatisticsTable.iterator()
          Deprecated. Returns the row iterator of the original data table.
 

Uses of RowIterator in org.knime.base.node.io.arffreader
 

Subclasses of RowIterator in org.knime.base.node.io.arffreader
 class ARFFRowIterator
           
 

Methods in org.knime.base.node.io.arffreader that return RowIterator
 RowIterator ARFFTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.base.node.io.filereader
 

Subclasses of RowIterator in org.knime.base.node.io.filereader
(package private)  class FileReaderPreviewRowIterator
          The iterator for the FileReaderPreviewTable.
(package private)  class FileRowIterator
          Row iterator for the FileTable.
 

Methods in org.knime.base.node.io.filereader that return RowIterator
 RowIterator FileReaderPreviewTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.base.node.mine.bfn
 

Subclasses of RowIterator in org.knime.base.node.mine.bfn
 class BasisFunctionIterator
          Iterator over all BasisFunctionLearnerRows within the model.
(package private)  class BasisFunctionPredictorRowIterator
          Class wraps a row iterator in order to exents the given DataRow elements by on cell (resp.
 

Constructors in org.knime.base.node.mine.bfn with parameters of type RowIterator
BasisFunctionPredictorRowIterator(RowIterator rowIt, Map<RowKey,DataCell> map)
          Creates a new row iterator used for the basisfunction predictor node which extends the input rows by a new, additional class label column.
 

Uses of RowIterator in org.knime.base.node.mine.sota.logic
 

Methods in org.knime.base.node.mine.sota.logic that return RowIterator
 RowIterator FuzzyHierarchyFilterRowContainer.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.base.node.mine.subgroupminer.freqitemset
 

Methods in org.knime.base.node.mine.subgroupminer.freqitemset that return RowIterator
 RowIterator FrequentItemSetTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.base.node.parallel.appender
 

Methods in org.knime.base.node.parallel.appender that return RowIterator
 RowIterator CombinedTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.base.node.preproc.filter.row
 

Subclasses of RowIterator in org.knime.base.node.preproc.filter.row
 class RowFilterIterator
          Row iterator of the row filter table.
 

Methods in org.knime.base.node.preproc.filter.row that return RowIterator
 RowIterator RowFilterTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.base.node.preproc.missingval
 

Subclasses of RowIterator in org.knime.base.node.preproc.missingval
(package private)  class MissingValueHandlingTableIterator
          Iterator to MissingValueHandlingTable.
 

Methods in org.knime.base.node.preproc.missingval that return RowIterator
(package private)  RowIterator MissingValueHandlingTable.getInternalIterator()
          Get RowIterator of underlying table.
 RowIterator MissingValueHandlingTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.base.node.util
 

Methods in org.knime.base.node.util that return RowIterator
 RowIterator DataArray.iterator()
           
 RowIterator DefaultDataArray.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.core.data
 

Methods in org.knime.core.data that return RowIterator
 RowIterator DataTable.iterator()
          Returns a row iterator which returns each row one-by-one from the table.
 

Uses of RowIterator in org.knime.core.data.container
 

Subclasses of RowIterator in org.knime.core.data.container
(package private) static class Buffer.FromFileIterator
          Super class of all file iterators.
(package private)  class BufferFromFileIteratorVersion1x
          (Obsolete) File iterator to read files written by a Buffer.
(package private)  class BufferFromFileIteratorVersion20
          File iterator to read stream written by a Buffer.
 class CloseableRowIterator
          A row iterator that can be closed in order to save resources.
(package private)  class JoinTableIterator
          Internal iterator class that concatenates two rows.
 

Uses of RowIterator in org.knime.core.data.def
 

Subclasses of RowIterator in org.knime.core.data.def
 class DefaultRowIterator
          Specific implementation for a RowIterator that iterates over a generic DataTable.
 

Methods in org.knime.core.data.def that return RowIterator
 RowIterator DefaultTable.iterator()
          Deprecated. Returns a row iterator which returns each row one-by-one from the 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.