Class AbstractDisconnection

All Implemented Interfaces:
NetworkModification
Direct Known Subclasses:
PlannedDisconnection, UnplannedDisconnection

public abstract class AbstractDisconnection extends AbstractConnectDisconnectModification

This network modification is used to disconnect a network element from the bus or bus bar section to which it is currently connected.

It works on:

  • Connectables
  • HVDC lines by disconnecting their converter stations
  • Tie lines by disconnecting their underlying dangling lines

The user can specify a side of the element to disconnect. If no side is specified, the network modification will try to disconnect every side.

Author:
Nicolas Rol <nicolas.rol at rte-france.com>
  • Method Details

    • applyModification

      public void applyModification(Network network, boolean isPlanned, boolean throwException, ReportNode reportNode)