Interface UnitSystemList

    • Method Detail

      • builtInTags

        java.lang.String[] builtInTags()
        Returns the tags of the built-in unit systems. The tags can be used to retrieve the unit system using model.unit(<tag>).
        Returns:
        Tags of built-in unit systems.
      • create

        UnitSystem create​(java.lang.String name)
        Creates a unit system.
        Parameters:
        name - Unit system tag.
        Returns:
        Created unit system.