public abstract class CoordinateMapping extends Object
Constructor and Description |
---|
CoordinateMapping(String stringDomValue,
double mappingValue)
Constructs a coordinate mapping from a string representation of the
domain value and its mapping value.
|
Modifier and Type | Method and Description |
---|---|
String |
getDomainValueAsString()
A coordinate mapping must also return the corresponding domain value as a
string.
|
double |
getMappingValue()
Each coordinate mapping must return the mapping value as a double.
|
(package private) String |
getStringDomainValue() |
DataValue[] |
getValues()
Returns the values if set.
|
void |
setValues(DataValue... values)
Sets values of this mapping.
|
String |
toString() |
CoordinateMapping(String stringDomValue, double mappingValue)
stringDomValue
- the domain value as a stringmappingValue
- the corresponding mappingpublic double getMappingValue()
public String getDomainValueAsString()
String getStringDomainValue()
public DataValue[] getValues()
public void setValues(DataValue... values)
values
- the values
KNIME GmbH, Konstanz, Germany
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.