Uses of Package
org.knime.core.data.def

Packages that use org.knime.core.data.def
org.knime.base.node.mine.subgroupminer.freqitemset This package contains the necessary data structures for the subgroup mining. 
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. 
 

Classes in org.knime.core.data.def used by org.knime.base.node.mine.subgroupminer.freqitemset
DefaultRow
          Default row for DataCells which keeps a row identifier and an array of DataCell objects.
 

Classes in org.knime.core.data.def used by org.knime.core.data.def
DoubleCell
          A data cell implementation holding a double value by storing this value in a private double member.
IntCell
          A data cell implementation holding an integer value by storing this value in a private int member.
LongCell
           
 

Classes in org.knime.core.data.def used by org.knime.core.node.config
ComplexNumberCell
          A data cell implementation holding a complex number value by storing this value in two double member variables.
DoubleCell
          A data cell implementation holding a double value by storing this value in a private double member.
FuzzyIntervalCell
          A data cell implementation holding a fuzzy interval as value by storing this value in four private double members, two for the min/max values of the support, and two for the min/max values of the core of the fuzzy interval.
FuzzyNumberCell
          A data cell implementation holding a Fuzzy number by storing this value in three private double members, that is one for the core and two for the min/max of the support.
IntCell
          A data cell implementation holding an integer value by storing this value in a private int member.
StringCell
          A data cell implementation holding a string value by storing this value in a private String member.
 



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.