| Package | Description |
|---|---|
| javax.measure.spi |
[OPTIONAL] Provides services for units, quantities or their textual representation.
|
| Modifier and Type | Method and Description |
|---|---|
SystemOfUnits |
SystemOfUnitsService.getSystemOfUnits()
Returns the default
system of units. |
SystemOfUnits |
SystemOfUnitsService.getSystemOfUnits(String name)
Returns the system of units having the specified name or
null if none. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SystemOfUnits> |
SystemOfUnitsService.getAvailableSystemsOfUnits()
Gets a list with available systems for this
SystemOfUnitsService. |
Copyright © 2014–2016 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.