Interface LoadingLimits.TemporaryLimit

  • Enclosing interface:
    LoadingLimits

    public static interface LoadingLimits.TemporaryLimit
    Temporary current limit.
    • Method Detail

      • getName

        String getName()
        Get the temporary limit name
        Returns:
        the temporary limit name
      • getValue

        double getValue()
        Get the temporary limit value.
        Returns:
        the temporary limit value
      • getAcceptableDuration

        int getAcceptableDuration()
        Get the acceptable duration of the limit in second.
        Returns:
        the acceptable duration of the limit in second
      • isFictitious

        boolean isFictitious()
        Check if the temporary limit is a real limit corresponding to an overloading protection or just an operating rule
        Returns:
        false if it is a real limit, false otherwise