Package org.djunits.unit.unitsystem
Class SIAccepted
java.lang.Object
org.djunits.unit.unitsystem.UnitSystem
org.djunits.unit.unitsystem.SI
org.djunits.unit.unitsystem.SIAccepted
- All Implemented Interfaces:
Serializable
The international System of Units (SI): accepted units such as the minute, day, and liter.
Copyright (c) 2015-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License
- Author:
- Alexander Verbraeck
- See Also:
-
Field Summary
Fields inherited from class org.djunits.unit.unitsystem.UnitSystem
AU, CGS, CGS_EMU, CGS_ESU, IMPERIAL, MTS, OTHER, SI_ACCEPTED, SI_BASE, SI_DERIVED, US_CUSTOMARY
-
Constructor Summary
ModifierConstructorDescriptionprotected
SIAccepted
(String abbreviationKey, String nameKey) Protected constructor to avoid creating other (false) SI unit systems. -
Method Summary
Methods inherited from class org.djunits.unit.unitsystem.UnitSystem
getAbbreviation, getAbbreviationKey, getName, getNameKey, toString
-
Constructor Details
-
SIAccepted
Protected constructor to avoid creating other (false) SI unit systems.- Parameters:
abbreviationKey
- String; the abbreviation of the unit system, such as SInameKey
- String; the name of the unit system, such as SI Base
-