Interface LoadingLimits.TemporaryLimit

All Known Implementing Classes:
AbstractReducedLoadingLimits.ReducedTemporaryLimit
Enclosing interface:
LoadingLimits

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

    Modifier and Type
    Method
    Description
    int
    Get the acceptable duration of the limit in second.
    Get the temporary limit name
    double
    Get the temporary limit value.
    boolean
    Check if the temporary limit is a real limit corresponding to an overloading protection or just an operating rule
  • Method Details

    • 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