Class SiUnitSystem

java.lang.Object
com.tccc.kos.commons.util.units.UnitSystem
com.tccc.kos.commons.util.units.SiUnitSystem

public class SiUnitSystem extends UnitSystem
This class encompases the International System of Units, known by the abbreviation "SI".

It defines units for the following quantities:

  • Mass (in grams)
  • Pressure (in bars)
  • Temperature (in degrees Celsius)
  • Volume (in milliliters)
As you can see, these don't exactly match the SI system, but instead give us the most-usable units related to dispenser operation.

These are the standard kOS units.

Since:
1.0
Version:
2023-02-28
See Also:
  • Field Details

  • Constructor Details

    • SiUnitSystem

      public SiUnitSystem()
      Creates an SI unit system instance.