org.knime.base.util.coordinate
Class DoubleCoordinateMapping

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

public class DoubleCoordinateMapping
extends CoordinateMapping

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

Author:
Christoph Sieb, University of Konstanz, Stephan Sellien, University of Konstanz

Constructor Summary
DoubleCoordinateMapping(String stringDomainValue, double 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

DoubleCoordinateMapping

DoubleCoordinateMapping(String stringDomainValue,
                        double 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.