Interface OverloadManagementSystem

All Superinterfaces:
AutomationSystem<OverloadManagementSystem>, Extendable<OverloadManagementSystem>, Identifiable<OverloadManagementSystem>

public interface OverloadManagementSystem extends AutomationSystem<OverloadManagementSystem>
An overload management system.
Author:
Olivier Perrin <olivier.perrin at rte-france.com>
  • Method Details

    • getSubstation

      Substation getSubstation()
      Get the parent substation.
      Returns:
      the parent substation
    • getMonitoredElementId

      String getMonitoredElementId()
      Get the id of the element (branch or three windings transformer) which is monitored
      Returns:
      the id of the monitored element
    • getMonitoredSide

      ThreeSides getMonitoredSide()
      Get the monitored side of the element.
      Returns:
      the side
      See Also:
    • addTripping

      void addTripping(OverloadManagementSystem.Tripping tripping)
      Add a tripping (operation to perform when the current is out of an acceptable interval)
      Parameters:
      tripping - the tripping to add
    • getTrippings

      Return the list of the defined trippings.
      Returns:
      the trippings
    • getType

      default IdentifiableType getType()
      Description copied from interface: Identifiable
      Get identifiable type.
      Specified by:
      getType in interface Identifiable<OverloadManagementSystem>
      Returns:
      the identifiable type