Uses of Class
org.knime.core.data.def.IntCell

Packages that use IntCell
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. 
org.knime.core.node.config Contains a utility class Config to store a general state (i.e. 
 

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

Methods in org.knime.core.data.def that return types with arguments of type IntCell
static DataCellSerializer<IntCell> IntCell.getCellSerializer()
          Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
 

Uses of IntCell in org.knime.core.node.config
 

Fields in org.knime.core.node.config with type parameters of type IntCell
static Class<IntCell> Config.DataCellEntry.IntCellEntry.CLASS
          IntCell.class.
 



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.