org.knime.base.util.coordinate
Class IntegerCoordinateMapping

java.lang.Object
  extended by org.knime.base.util.coordinate.CoordinateMapping
      extended by org.knime.base.util.coordinate.IntegerCoordinateMapping

public class IntegerCoordinateMapping
extends CoordinateMapping

Holds the original value according to the domain and its mapping.

Author:
Tobias Koetter, University of Konstanz

Constructor Summary
protected IntegerCoordinateMapping(String stringDomainValue, int domainValue, double mappingValue)
          Constructs a coordinate mapping.
 
Method Summary
 
Methods inherited from class org.knime.base.util.coordinate.CoordinateMapping
getDomainValueAsString, getMappingValue, getStringDomainValue, getValues, setValues, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegerCoordinateMapping

protected IntegerCoordinateMapping(String stringDomainValue,
                                   int domainValue,
                                   double mappingValue)
Constructs a coordinate mapping.

Parameters:
stringDomainValue - the domain value as string
domainValue - the domain value
mappingValue - the corresponding mapped value


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.