Package org.knime.core.data.collection

Definitions for KNIME collection types and default implementations.

See:
          Description

Interface Summary
BlobSupportDataCellIterator Iterator on a collection of DataCell objects, permitting the access on underlying BlobWrapperDataCell if applicable.
CollectionDataValue Special interface that is implemented by DataCells that represent collection of cells.
ListDataValue Provides additionally access by index to the collection elements.
SetDataValue Additionally provides 'contains' functionality.
 

Class Summary
BlobSupportDataCellList A list of DataCell objects, which special treatment for BlobDataCell.
BlobSupportDataCellSet  
CollectionCellFactory Factory class used to create DataCells that contain a collection of DataCells.
CollectionDataValue.CollectionUtilityFactory Implementations of the meta information of this value class.
DefaultBlobSupportDataCellIterator Default implementation to BlobSupportDataCellIterator.
ListCell Default implementation of a CollectionDataValue, whereby the underlying data structure is a list.
SetCell Default implementation of a CollectionDataValue, whereas the underlying data structure is a set (i.e.
 

Package org.knime.core.data.collection Description

Definitions for KNIME collection types and default implementations.



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.