Uses of Interface
org.knime.core.data.IntervalValue

Packages that use IntervalValue
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.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 IntervalValue in org.knime.core.data
 

Methods in org.knime.core.data with parameters of type IntervalValue
 boolean IntervalValue.includes(IntervalValue value)
          Determines if the given IntervalValue is contained in this interval.
 

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

Classes in org.knime.core.data.def that implement IntervalValue
 class IntervalCell
          A DataCell implementation holding a numeric interval as value by storing left and right bound.
 

Methods in org.knime.core.data.def with parameters of type IntervalValue
 boolean IntervalCell.includes(IntervalValue value)
          Determines if the given IntervalValue is contained in this interval.
 



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.