Package gov.sns.tools.transforms

Interface Summary
DataTransform Provides a mapping from a primitive transform to a ValueTransform.
DoubleArrayTransform Implementation of DataTransform for the double precision array type.
DoubleTransform Implementation of DataTransform for the double primitive type.
ValueTransform Provides a common interface for defining conversions between raw and physical values.
 

Class Summary
DataTransformFactory Factory for instantiating DataTransforms implementing common transformations such as linear, scale and offset transformations.
DoubleArrayTransformAdaptor An abstact class that provides a convenient base for classes implementing DoubleArrayTransform.
DoubleTransformAdaptor An abstact class that provides a convenient base for classes implementing DoubleTransform.