Class BaseUnit<Q extends Quantity<Q>>

  • All Implemented Interfaces:
    Serializable, Comparable<Unit<Q>>, Unit<Q>, tech.uom.lib.common.function.Nameable, tech.uom.lib.common.function.PrefixOperator<Q>, tech.uom.lib.common.function.SymbolSupplier

    public final class BaseUnit<Q extends Quantity<Q>>
    extends AbstractUnit<Q>

    This class represents the building blocks on top of which all others physical units are created. Base units are always unscaled SI units.

    When using the standard model, all seven SI base units are dimensionally independent.

    Since:
    1.0
    Version:
    2.2, October 3, 2024
    Author:
    Jean-Marie Dautelle, Werner Keil
    See Also:
    Wikipedia: SI base unit, Serialized Form