Uses of Class
org.knime.core.data.DataValue.UtilityFactory

Packages that use DataValue.UtilityFactory
org.knime.base.data.bitvector This package contains classes responsible for the representation and conversion of bit vectors. 
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.collection Definitions for KNIME collection types and default implementations. 
org.knime.core.data.date Definition of date and time in KNIME. 
org.knime.core.data.vector.bitvector   
org.knime.core.data.vector.bytevector   
 

Uses of DataValue.UtilityFactory in org.knime.base.data.bitvector
 

Subclasses of DataValue.UtilityFactory in org.knime.base.data.bitvector
static class BitVectorValue.BitVectorUtilityFactory
          Deprecated. Utility Factory for Bit Vector values.
 

Fields in org.knime.base.data.bitvector declared as DataValue.UtilityFactory
static DataValue.UtilityFactory BitVectorValue.UTILITY
          Deprecated. Utility factory for bitvector value.
 

Uses of DataValue.UtilityFactory in org.knime.core.data
 

Subclasses of DataValue.UtilityFactory in org.knime.core.data
static class ComplexNumberValue.ComplexNumberUtilityFactory
          Meta information to the complex number value.
static class DoubleValue.DoubleUtilityFactory
          Implementations of the meta information of this value class.
static class FuzzyIntervalValue.FuzzyIntervalUtilityFactory
          Implementations of the meta information of this value class.
static class FuzzyNumberValue.FuzzyNumberUtilityFactory
          Implementations of the meta information of this value class.
static class IntervalValue.IntervalUtilityFactory
          Implementations of the meta information of this value class.
static class IntValue.IntUtilityFactory
          Implementations of the meta information of this value class.
static class LongValue.LongUtilityFactory
          Implementations of the meta information of this value class.
static class StringValue.StringUtilityFactory
          Implementations of the meta information of this value class.
static class TimestampValue.TimestampUtilityFactory
          Deprecated. Implementations of the meta information of this value class.
 

Fields in org.knime.core.data declared as DataValue.UtilityFactory
static DataValue.UtilityFactory TimestampValue.UTILITY
          Deprecated. Meta information to TimestampValue.
static DataValue.UtilityFactory StringValue.UTILITY
          Meta information to this value type.
static DataValue.UtilityFactory IntValue.UTILITY
          Meta information to this value type.
static DataValue.UtilityFactory NominalValue.UTILITY
          Meta information for this value type - reuses underlying base class because this value does not offer new functionality but is really only used to differentiate the ability of types.
static DataValue.UtilityFactory FuzzyNumberValue.UTILITY
          Meta information to this value type.
static DataValue.UtilityFactory DataValue.UTILITY
          Static singleton for meta description.
static DataValue.UtilityFactory DoubleValue.UTILITY
          Meta information to double values.
static DataValue.UtilityFactory ComplexNumberValue.UTILITY
          Meta information.
static DataValue.UtilityFactory IntervalValue.UTILITY
          Meta information to this value type.
static DataValue.UtilityFactory FuzzyIntervalValue.UTILITY
          Meta information to this value type.
static DataValue.UtilityFactory LongValue.UTILITY
          Meta information to this value type.
 

Methods in org.knime.core.data that return DataValue.UtilityFactory
static DataValue.UtilityFactory DataType.getUtilityFor(Class<? extends DataValue> value)
          Determines the UtilityFactory for a given DataValue implementation.
 

Uses of DataValue.UtilityFactory in org.knime.core.data.collection
 

Subclasses of DataValue.UtilityFactory in org.knime.core.data.collection
static class CollectionDataValue.CollectionUtilityFactory
          Implementations of the meta information of this value class.
 

Fields in org.knime.core.data.collection declared as DataValue.UtilityFactory
static DataValue.UtilityFactory CollectionDataValue.UTILITY
          Meta information to collection values.
 

Uses of DataValue.UtilityFactory in org.knime.core.data.date
 

Subclasses of DataValue.UtilityFactory in org.knime.core.data.date
 class DateAndTimeUtility
          The DataValue.UtilityFactory for the DateAndTimeValue providing access to the icon, the renderer and the comparator.
 

Uses of DataValue.UtilityFactory in org.knime.core.data.vector.bitvector
 

Fields in org.knime.core.data.vector.bitvector declared as DataValue.UtilityFactory
static DataValue.UtilityFactory BitVectorValue.UTILITY
          Meta information to bit vector values.
 

Uses of DataValue.UtilityFactory in org.knime.core.data.vector.bytevector
 

Subclasses of DataValue.UtilityFactory in org.knime.core.data.vector.bytevector
static class ByteVectorValue.ByteVectorUtilityFactory
          Implementations of the meta information of this value class.
 

Fields in org.knime.core.data.vector.bytevector declared as DataValue.UtilityFactory
static DataValue.UtilityFactory ByteVectorValue.UTILITY
          Meta information to byte vector values.
 



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.