Interface LoadingWeight

    • Method Detail

      • getLoading

        float getLoading()
        Get the loading value.
        Returns:
        A float represented the loading.
      • merge

        LoadingWeight merge​(LoadingWeight other)
        Merge the other loading weight and this one into a new object.
        Parameters:
        other - A loading weight object.
        Returns:
        The new merged LoadingWeight.