Package javax.measure.spi
package javax.measure.spi
[OPTIONAL] The Units of Measurement SPI. Provides services for units, quantities, unit systems and formatters/parsers.
- Since:
- 1.0
- Version:
- 1.0, August 11, 2016
-
ClassDescriptionQuantityFactory<Q extends Quantity<Q>>Service Provider for Units of Measurement services.A system of units grouped together for historical or cultural reasons.
Common system of units are "SI" (System International), "Imperial" (British), "US" (US Customary).This interface represents the service to obtain asystem of units
.This interface represent the service to obtainUnitFormat
instances.