Interface SystemOfUnits
public interface SystemOfUnits
A system of units grouped together for historical or cultural reasons.
Common system of units are "SI" (System International), "Imperial" (British), "US" (US Customary). Nothing prevents a unit from belonging to several systems of units at the same time (for example an
Common system of units are "SI" (System International), "Imperial" (British), "US" (US Customary). Nothing prevents a unit from belonging to several systems of units at the same time (for example an
Imperial system would have many of the units held by the US Customary
system).- Since:
- 1.0
- Version:
- 1.0, August 8, 2016
- See Also:
-
Method Details
-
getName
String getName()- Returns:
- a name
-
getUnit
-
getUnits
Returns a read only view over the units explicitly defined by this system. This include the base and derived units which are assigned a special name and symbol. This set does not include new units created by arithmetic or other operations.- Returns:
- the defined collection of units.
-
getUnits
-