TimeMapper
public interface DomainMapper
A common value domain is typically a range of numeric values with the same units and zero point, giving something like a one-dimensional coordinate frame, but without necessarily modelling all the subtleties that can be associated with coordinates. Its main job is to untangle different possible representations of physical values in input data.
Table input handlers can provide typed DomainMapper instances as part of the table metadata they construct, as a way to communicate format-specific information about the intended semantics and conversion mechanisms of columns or parameters to users of the table.
Modifier and Type | Method | Description |
---|---|---|
java.lang.Class |
getSourceClass() |
Returns the type of values from which this mapper instance can
convert.
|
java.lang.String |
getSourceDescription() |
Returns a description of the type of source values which this mapper
can convert from.
|
java.lang.String |
getSourceName() |
Returns a short name for the type of source values which this mapper
can convert from.
|
java.lang.String |
getTargetName() |
Returns a name identifying the target domain of this mapper.
|
java.lang.String getTargetName()
java.lang.Class getSourceClass()
java.lang.String getSourceName()
java.lang.String getSourceDescription()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.