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