class SISystemService
extends java.lang.Object
implements javax.measure.spi.SystemOfUnitsService
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Map<java.lang.String,javax.measure.spi.SystemOfUnits> |
souMap |
| Constructor and Description |
|---|
SISystemService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<javax.measure.spi.SystemOfUnits> |
getAvailableSystemsOfUnits() |
javax.measure.spi.SystemOfUnits |
getSystemOfUnits() |
javax.measure.spi.SystemOfUnits |
getSystemOfUnits(java.lang.String name) |
public java.util.Collection<javax.measure.spi.SystemOfUnits> getAvailableSystemsOfUnits()
getAvailableSystemsOfUnits in interface javax.measure.spi.SystemOfUnitsServicepublic javax.measure.spi.SystemOfUnits getSystemOfUnits()
getSystemOfUnits in interface javax.measure.spi.SystemOfUnitsServicepublic javax.measure.spi.SystemOfUnits getSystemOfUnits(java.lang.String name)
getSystemOfUnits in interface javax.measure.spi.SystemOfUnitsService