Interface OperationalLimits

All Known Subinterfaces:
ActivePowerLimits, ApparentPowerLimits, CurrentLimits, LoadingLimits, VoltageAngleLimit
All Known Implementing Classes:
AbstractReducedLoadingLimits, CurrentLimitsImpl, ReducedActivePowerLimits, ReducedApparentPowerLimits, ReducedCurrentLimits

public interface OperationalLimits
Author:
Miora Ralambotiana <miora.ralambotiana at rte-france.com>, Thibaut Vermeulen <thibaut.vermeulen at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the operational limits' type (can be APPARENT_POWER, CURRENT or VOLTAGE)
    void
     
  • Method Details

    • getLimitType

      LimitType getLimitType()
      Get the operational limits' type (can be APPARENT_POWER, CURRENT or VOLTAGE)
    • remove

      void remove()