Package ucar.units

Interface Base

    • Method Detail

      • isDimensionless

        boolean isDimensionless()
        Indicates if this base entity is dimensionless.
        Returns:
        true if and only if the base entity is dimensionless (e.g. (BaseQuantity.SOLID_ANGLE).
      • getID

        String getID()
        Returns the identifier for the base entity.
        Returns:
        The base entity's identifier (i.e. symbol or name).
      • equals

        boolean equals​(Object object)
        Indicates if this base entity is semantically the same as another object.
        Overrides:
        equals in class Object
        Parameters:
        object - The other object.
        Returns:
        true if and only if this base entity is semantically the same as object.