Uses of Class
org.knime.core.data.DataValueComparator

Packages that use DataValueComparator
org.knime.base.data.bitvector This package contains classes responsible for the representation and conversion of bit vectors. 
org.knime.base.node.preproc.filter.row.rowfilter Contains all filters currently implemented for the row filter node. 
org.knime.base.node.preproc.setoperator Contains a node to perform a set operation on two columns from two input tables. 
org.knime.base.node.rules   
org.knime.base.node.viz.histogram.impl.interactive This is the interactive implementation of the abstract histogram plotter. 
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.date Definition of date and time in KNIME. 
org.knime.core.data.vector.bitvector   
org.knime.core.data.vector.bytevector   
 

Uses of DataValueComparator in org.knime.base.data.bitvector
 

Methods in org.knime.base.data.bitvector that return DataValueComparator
protected  DataValueComparator BitVectorValue.BitVectorUtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
 

Uses of DataValueComparator in org.knime.base.node.preproc.filter.row.rowfilter
 

Methods in org.knime.base.node.preproc.filter.row.rowfilter with parameters of type DataValueComparator
 void ColValFilterOldObsolete.setDataValueComparator(DataValueComparator dcComp)
          Deprecated. Sets a new comparator used to check the range if lower and upper bounds are set.
 

Constructors in org.knime.base.node.preproc.filter.row.rowfilter with parameters of type DataValueComparator
ColValFilterOldObsolete(DataValueComparator comp, DataCell lowerBound, DataCell upperBound, String colName, boolean include)
          Deprecated. Creates a new filter that tests the value of the specified cell against the specified range.
 

Uses of DataValueComparator in org.knime.base.node.preproc.setoperator
 

Subclasses of DataValueComparator in org.knime.base.node.preproc.setoperator
 class GeneralDataValueComparator
          Compares to DataValue using the general available Object.toString() method.
 

Methods in org.knime.base.node.preproc.setoperator that return DataValueComparator
 DataValueComparator SetOperation.getComparator(DataColumnSpec spec1, DataColumnSpec spec2)
           
static DataValueComparator GeneralDataValueComparator.getInstance()
           
 

Constructors in org.knime.base.node.preproc.setoperator with parameters of type DataValueComparator
SingleColRowComparator(int colIdx, DataValueComparator comp)
          Constructor for class SingleColRowComparator.
 

Uses of DataValueComparator in org.knime.base.node.rules
 

Methods in org.knime.base.node.rules with parameters of type DataValueComparator
static RuleNode RuleNodeFactory.ge(int leftCol, int rightCol, DataValueComparator comp)
          Creates a new greater than or equal node, that compares the values in two columns.
static RuleNode RuleNodeFactory.gt(int leftCol, int rightCol, DataValueComparator comp)
          Creates a new greater than node, that compares the values in two columns.
static RuleNode RuleNodeFactory.le(int leftCol, int rightCol, DataValueComparator comp)
          Creates a new less than or equal node, that compares the values in two columns.
static RuleNode RuleNodeFactory.lt(int leftCol, int rightCol, DataValueComparator comp)
          Creates a new less than node, that compares the values in two columns.
 

Uses of DataValueComparator in org.knime.base.node.viz.histogram.impl.interactive
 

Methods in org.knime.base.node.viz.histogram.impl.interactive that return DataValueComparator
 DataValueComparator RowByColumnComparator.getBasicComparator()
           
 

Constructors in org.knime.base.node.viz.histogram.impl.interactive with parameters of type DataValueComparator
RowByColumnComparator(int colIndx, DataValueComparator cellComp)
          Constructor for class RowByColumnComparator.
 

Uses of DataValueComparator in org.knime.core.data
 

Subclasses of DataValueComparator in org.knime.core.data
 class ComplexNumberValueComparator
          Comparator returned by the ComplexNumberValue.
 class DoubleValueComparator
          Comparator returned by the DoubleValue interface.
 class FuzzyIntervalValueComparator
          Comparator returned by the FuzzyIntervalValue datacell type.
 class FuzzyNumberValueComparator
          Comparator returned by the FuzzyNumberValue datacell type.
 class IntervalValueComparator
          Comparator returned by the IntervalValue datacell type.
 class IntValueComparator
          Comparator returned by the IntValue interface.
 class LongValueComparator
          Comparator returned by the LongValue interface.
 class StringValueComparator
          Comparator returned by the StringValue interface.
static class TimestampValue.TimestampValueComparator
          Deprecated. Comparator returned by the TimestampValue interface.
 

Methods in org.knime.core.data that return DataValueComparator
protected  DataValueComparator TimestampValue.TimestampUtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
protected  DataValueComparator StringValue.StringUtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
protected  DataValueComparator IntValue.IntUtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
protected  DataValueComparator FuzzyNumberValue.FuzzyNumberUtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
protected  DataValueComparator DataValue.UtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
protected  DataValueComparator DoubleValue.DoubleUtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
 DataValueComparator DataType.getComparator()
          A comparator for DataCell objects of this type.
protected  DataValueComparator ComplexNumberValue.ComplexNumberUtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
protected  DataValueComparator IntervalValue.IntervalUtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
protected  DataValueComparator FuzzyIntervalValue.FuzzyIntervalUtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
protected  DataValueComparator LongValue.LongUtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
 

Uses of DataValueComparator in org.knime.core.data.date
 

Subclasses of DataValueComparator in org.knime.core.data.date
(package private)  class DateAndTimeComparator
          Compares to DateAndTimeValues by comparing their UTC time.
 

Methods in org.knime.core.data.date that return DataValueComparator
protected  DataValueComparator DateAndTimeUtility.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
 

Uses of DataValueComparator in org.knime.core.data.vector.bitvector
 

Methods in org.knime.core.data.vector.bitvector that return DataValueComparator
protected  DataValueComparator BitVectorValue.BitVectorUtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
 

Uses of DataValueComparator in org.knime.core.data.vector.bytevector
 

Methods in org.knime.core.data.vector.bytevector that return DataValueComparator
protected  DataValueComparator ByteVectorValue.ByteVectorUtilityFactory.getComparator()
          Derived classes should override this and provide a DataValueComparator that compares the respective DataValue.
 



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.