org.knime.base.util.coordinate
Class NominalCoordinateMapping

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

public class NominalCoordinateMapping
extends CoordinateMapping

Holds the nominal domain value according its mapping.

Author:
Christoph Sieb, University of Konstanz

Constructor Summary
NominalCoordinateMapping(String domValue, double mappingValue)
          Constructs a nominal coordinate mapping.
 
Method Summary
 DataValue[] getValues()
          Returns the values if set.
 
Methods inherited from class org.knime.base.util.coordinate.CoordinateMapping
getDomainValueAsString, getMappingValue, getStringDomainValue, setValues, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NominalCoordinateMapping

NominalCoordinateMapping(String domValue,
                         double mappingValue)
Constructs a nominal coordinate mapping.

Parameters:
domValue - the domain value
mappingValue - the corresponding mapped value
Method Detail

getValues

public DataValue[] getValues()
Returns the values if set.

Overrides:
getValues in class CoordinateMapping
Returns:
the 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.