Uses of Class
javax.measure.test.TestConverter
-
Uses of TestConverter in javax.measure.test
Modifier and TypeClassDescriptionstatic final class
This class represents converters made up of two or more separate converters (in matrix notation[pair] = [left] x [right]
).Modifier and TypeFieldDescriptionstatic final TestConverter
TestConverter.IDENTITY
Holds identity converter.Modifier and TypeMethodDescriptionTestConverter.concatenate
(TestConverter that) Concatenates this physics converter with another unit converter.abstract TestConverter
TestConverter.inverse()
Modifier and TypeMethodDescriptionTestConverter.concatenate
(TestConverter that) Concatenates this physics converter with another unit converter. -
Uses of TestConverter in javax.measure.test.function
Modifier and TypeClassDescriptionfinal class
This class represents a converter multiplying numeric values by a constant scaling factor (double
based).